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?

Help with fontsize and color switcher

Asked Modified Viewed 1,563 times
A
asperon
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Newbie

Hello guys i used Phase Blue theme i make fontsize and color switcher myself but don't work any ideas that is the code.

echo "<div style='float: right; margin: 8px;'><form id='theme_color' class='flright' method='post' action='/forum/viewthread.php?thread_id=8&amp;pid=8'>n";
echo "<div>n";
echo "<input type='hidden' name='change_color' value='1'/>n";
echo "<input type='image' name='blue' src='../themes/Phase Blue/color/blue.png' class='switcherbutton' alt='blue' />n";
echo "<input type='image' name='black' src='../themes/Phase Blue/color/black.png' class='switcherbutton' alt='black' />n";
echo "<input type='image' name='green' src='../themes/Phase Blue/color/green.png' class='switcherbutton' alt='green' />n";
echo "<input type='image' name='white' src='../themes/Phase Blue/color/white.png' class='switcherbutton' alt='white' /></div>n";
echo "</form>n";
echo "</div>n";

echo "<div style='float: right; margin: 8px;'><form id='theme_fontsize' class='flright' method='post' action='/forum/viewthread.php?thread_id=8&amp;pid=8'> n";
echo "<div>n";
echo "<input type='hidden' name='change_fontsize' value='1'/>n";
echo "<input type='image' name='less' src='../themes/Phase Blue/fontsize/less.gif' class='switcherbutton' alt='less' />n";
echo "<input type='image' name='reset' src='../themes/Phase Blue/fontsize/reset.gif' class='switcherbutton' alt='reset' />n";
echo "<input type='image' name='more' src='../themes/Phase Blue/fontsize/more.gif' class='switcherbutton' alt='more' /></div>n";
echo "</form>n";
echo "</div>n";
echo "<div id='user-buttons' style='float:left;'>";
0 replies

1 post

M
Mangee
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
answered
Senior Member

It might be better to use the switcher that is included with php-fusion.

In the core download there are several themes with switchers built in, example Phos.
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

M
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
A
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet