Notifications
Clear all

[Resolved]Text Sizing

22 Posts
8 Users
0 Reactions
4,525 Views
(@darklight)
Posts: 170
Estimable Member
 

Viewstory.php lines 30 and 31. I commented out those two lines and my live site is working again for me. I'm pretty sure that this is the same problem even if the results are slightly different, so if couldn't hurt to try it.

if(isset($_GET['textsize']) && isNumber($_GET['textsize'])) $textsize = $_GET['textsize'];
and
else $textsize = 0;

 
Posted : 28/02/2007 4:28 pm
(@jrabbit)
Posts: 64
Trusted Member
 

This is a bug in version 3.2. To fix it, in viewstory.php, move the line that reads include("header.php"); up two lines so the top of that file reads:


$current = "viewstory";
if(isset($_GET['action'])) $action = $_GET['action'];
else $action = false;
include ("header.php");
if(isset($_GET['textsize']) && isNumber($_GET['textsize'])) $textsize = $_GET['textsize'];
else $textsize = 0;


 
Posted : 28/02/2007 4:42 pm
(@hopeis4ever)
Posts: 34
Eminent Member
Topic starter
 

Yay!  It worked!  Thanks you!


 
Posted : 28/02/2007 4:48 pm
(@darklight)
Posts: 170
Estimable Member
 

Nice! Thanks again.


 
Posted : 28/02/2007 4:56 pm
(@jrabbit)
Posts: 64
Trusted Member
 

It is the same problem as the other thread darklight mentioned. See that thread for a fix.


 
Posted : 28/02/2007 4:56 pm
(@tammy)
Posts: 2577
Member Moderator
 

The .zip has been updated to fix this error.  There is also a link in the news forum to a .zip with the specific files to replace.


 
Posted : 01/03/2007 1:21 am
(@bienniel)
Posts: 27
Eminent Member
 

Thanks for the fix. I had to use it too. I thought my urls had changed and altered them in my blog that links to my fiction to leave out the text sizing bit. Luckily either way for the url works so using the fix hasnt' meant I've had to change them all back. Yay. And my visitors can now browse my site properly again.


 
Posted : 09/03/2007 7:34 am
Page 2 / 2
Share: