View Single Post
  #1  
Old 16th June 2009, 10:23
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Talking [FIX] TSSE 5.4.1 Extra Fixes
1. Forum: bbcodes, html codes not working (i looked at the code and the forum version is 5.3);
2. (solved) When entering Staff Panel or Tracker settings, after redirect the link is wrong (.../admin/admin/settings.php - 2 /"admin")
3. (solved) In UserCP, when you change the theme, after redirect the link is wrong ... if you click Back in your browser it's OK

How i solved problem 3:

find:
PHP Code:
redirect ($_SERVER['SCRIPT_NAME'] . '?act=edit_privacy'$lang->usercp['saved6']); 
and replace it with:
PHP Code:
redirect ('/usercp.php' '?act=edit_privacy'$lang->usercp['saved6']); 
find:
PHP Code:
redirect ($_SERVER['SCRIPT_NAME'] . '?act=edit_theme_language'$lang->usercp['saved8']); 
and replace it with:
PHP Code:
redirect ('/usercp.php' '?act=edit_theme_language'$lang->usercp['saved8']); 
find:
PHP Code:
redirect ($_SERVER['SCRIPT_NAME'] . '?act=edit_details'$lang->usercp['saved1']); 
and replace it with:
PHP Code:
redirect ('/usercp.php' '?act=edit_details'$lang->usercp['saved1']); 
find:
PHP Code:
redirect ($_SERVER['SCRIPT_NAME'] . '?act=edit_signature'$lang->usercp['saved2']); 
and replace it with:
PHP Code:
redirect ('/usercp.php' '?act=edit_signature'$lang->usercp['saved2']); 

PS. By the way, the tracker works for 2 years now, no problems encountered.
Last month I decided to reopen it for "bussiness", but it seems there are very few uploaders ... who wants to be a member in the WDW Staff, can register at WDW Tracker and become an uploader, first, and a member of staff, maybe, afterwords...

Last edited by mmisu120000; 4th March 2010 at 09:07. Reason: UPDATE
Reply With Quote
The Following 8 Users Say Thank You to mmisu120000 For This Useful Post:
al-jodtv (22nd August 2009), Ashur (16th June 2009), DrNet (25th June 2009), empereur (29th June 2010), Fynnon (19th June 2009), hutinka (15th July 2011), Phogo (23rd June 2009), Virusache (29th June 2009)