Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

editor

Asked Modified Viewed 1,824 times
C
Crisium
C
  • Junior Member, joined since
  • Contributed 27 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
asked
Junior Member

Hi,

I love the php-fusion but the only thing that really bugs me is when I type articles in... I have tried to use the tiny editor but it's so small.

is there anyway to get it to go into fullscreen?
is there another editor I can use?

typing this post in I can see its not the same editor I'm using.. which editor is this forum using? and how do I get it?

regards,
Peter Wraae Marino
0 replies

7 posts

M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

This forum is running PHPFusion v7 which will be released in some weeks.
0 replies
C
Crisium
C
  • Junior Member, joined since
  • Contributed 27 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

Matonor wrote:
This forum is running PHPFusion v7 which will be released in some weeks.



that's great... what about writing articles will it have a better editor too?

Peter Wraae Marino
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

So far unfortunately not.
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Quote

I love the php-fusion but the only thing that really bugs me is when I type articles in... I have tried to use the tiny editor but it's so small.


There are several things you can do with tinymce, adding more functions (like fullscreen) is quite easy to do.

One simple modification to make tinymce editor window(s) bigger:
/administration/subheader.php
if ($settings['tinymce_enabled'] == 1) {
   echo "<script language='javascript' type='text/javascript' src='".INCLUDES."jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
function advanced() {
   tinyMCE.init({
   mode:'textareas',
   theme:'advanced',
   width:'[b]100%[/b]',
   height:'[b]250[/b]',
   language:'".$locale['tinymce']."',


See the text in bold, you can change that to make the window bigger, like:

width:'700',
height:'450',
0 replies
C
Crisium
C
  • Junior Member, joined since
  • Contributed 27 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

sveinungs wrote:

Quote

I love the php-fusion but the only thing that really bugs me is when I type articles in... I have tried to use the tiny editor but it's so small.


There are several things you can do with tinymce, adding more functions (like fullscreen) is quite easy to do.

One simple modification to make tinymce editor window(s) bigger:
/administration/subheader.php
if ($settings['tinymce_enabled'] == 1) {
   echo "<script language='javascript' type='text/javascript' src='".INCLUDES."jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
function advanced() {
   tinyMCE.init({
   mode:'textareas',
   theme:'advanced',
   width:'[b]100%[/b]',
   height:'[b]250[/b]',
   language:'".$locale['tinymce']."',


See the text in bold, you can change that to make the window bigger, like:

width:'700',
height:'450',


thanks, but I have a couple of questions--

1. the width is at 100% but the the tinymce is not 100% width. why?
2. how do I add the fullscreen mode?

regards,
Peter Wraae Marino
0 replies
J
Josso
J
Josso 10
–––
Without faith, nothing is possible. With it, nothing is impossible
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

Quote

sveinungs wrote:
See the text in bold, [..]

Nope!

Use color instead. :) Then everybody can see the difference. :p
0 replies
S
spdboy
S
spdboy 10
spdboy

-------------------------------------

Check my website at www.1your.com and read reviews about some of the popular php-mods.
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

Thanks sveinungs. This really helped.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 6 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet