Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #1  
Old 7th April 2014, 03:55
naotem's Avatar
naotem naotem is offline
Member
 
Join Date: Feb 2009
Brazil
Posts: 11
Thumbs up TS WDW. Some adjustments...
If you use the logout template(in all template) (Menu ->Extra -> Logout) Error Appears:
"An error occurred while Attempting to log you out Click here to log out."
And never goes out, gets in a loop.
Click the image to open in full size.
Any solution?


Some adjustments ...
To open the site posted links (in the forum, comments, shoutbox ...) in a new window, and does not take the user tracker:
In include/globalfunctions.php
Find:
PHP Code:
 ' . $target . ' 
Change to
PHP Code:
 $target 
Appears three times.

For function "Insert numbered list" work
In include/globalfunctions.php
Find:
PHP Code:
$listtype 'decimal';
      break; 
Change to:
PHP Code:
$listtype 'decimal';
      
//break; 
Sorry my bad english...

Bump: In messages.php find:
PHP Code:
$shownewfolders .= '<p>' .  $lang->messages['newtitle24'] . '<br /><input type="text"  size="30" name="newfolder' $i '" value=""  maxlength="14"></p>';
        ++
$i;
      }

      
$shownewfolders .= '
            ' 
$lang->messages['newtitle25'] . '
        </FIELDSET> 
Change to
PHP Code:
$shownewfolders  .= '<p>' $lang->messages['newtitle24'] . '<br  /><input type="text" size="30" name="newfolder' $i '" value=""  maxlength="14"></p>';
        ++
$i;
      }

      
$shownewfolders .= '
            ' 
$lang->messages['newtitle26'] . '
        </FIELDSET> 
Reply With Quote
The Following User Says Thank You to naotem For This Useful Post:
jh0ng (10th February 2017)
Reply

Tags
adjustments , wdw


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 16:33. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.