Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TS WDW. Some adjustments... (http://www.bvlist.com/showthread.php?t=9860)

naotem 7th April 2014 03:55

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.
http://imageshack.com/a/img834/7232/n0ly.jpg
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'] . '<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> 



All times are GMT +2. The time now is 05:58.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.