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?

FONT size change WHEN WRITING articles !!!

Asked Modified Viewed 3,646 times
V
velikigrizli
V
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
asked
Junior Member

How can I change font size when writing article ad admin


There is NO font size "button" only for example x x itc but not SIZE

Is there any mod for that?
0 replies

11 posts

B
Bad Boy
B
____________________
BadBoy aka GoogleDude
http://www.googlecityforums.com
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 1 thread in the forums
answered
Member

No mod really needed. If you enable TinyMCE in System Admin >> Miscellaneous Settings you will have the option for font size, plus a lot more.
0 replies
V
velikigrizli
V
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Background colour is not working ? why ?

thanks
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

The buttons "Font color" and "Background color" works - but the background color apply to the background of the selected text only - not the whole page.
It will use the background color for news and articles as determined by the themes "styles.css", if I'm not all wrong.
0 replies
V
velikigrizli
V
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

sveinungs wrote:
The buttons "Font color" and "Background color" works - but the background color apply to the background of the selected text only - not the whole page.
It will use the background color for news and articles as determined by the themes "styles.css", if I'm not all wrong.


Yes ok you are right BUT how can i change this styles?
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

It's a combination of what css-class the part you want to change uses, and this class being applied to your "theme.php"

Example - see text in red:

function render_news($subject, $news, $info) {

echo "<table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom:2px;'>
<tr>
<td class='capmain'>$subject</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='[color=red]main-body'[/color]>
$news
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info,"<br>").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";


The class main-body is used for "news background".
So you need to find that class in your "theme.php", and ad another background color to that class.
"styles.css" - the class might look like this:

.main-body {
   font-size : 11px;
   color : #444;
   background-color : [color=red]#cc99cc[/color];
   padding : 4px 4px 5px 4px;
}


The hex color used here, #cc99cc; will give a nice PINK background for your news-text (and other part of the site where the 'main-body' css class are used.)
0 replies
O
oelauge
O
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
answered
Newbie

Quote

Bad Boy wrote:
No mod really needed. If you enable TinyMCE in System Admin >> Miscellaneous Settings you will have the option for font size, plus a lot more.


I cant enable it, or better to say, i dont find it. in system admin there is nothing such as misc settings.

what das tiny mce stand for?

want to use different sizes for articles and backgroud color as well
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

@oelauge: what version of PHPFusion are you using?
0 replies
O
oelauge
O
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
answered
Newbie

i got version v6.00.110
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

You'll need to upgrade to v.6.01.6 - then you'll get the TinyMCE as well as other functions and increased security.

You can upgrade with the latest core package (6,01.6) - just follow the readme, and you'll be OK. Remember backup! :D
0 replies
O
oelauge
O
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
answered
Newbie

hmm, upgrade finished with a message i didnt read because underneath it said upgrade complete, but i still dont habe the option.

It now says that my page is running on 6.01.6, but nothing changed
0 replies
O
oelauge
O
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
answered
Newbie

okay, i got it upgraded and ´tiny Mce activated, but nothing really changed, i still cant change font size
Edited by oelauge on 14-10-2006 12:17,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 11 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet