Quote:
Originally Posted by albibak
Little remark :
If you have the welcome panel installed, a modification will be do :
Find in the .txt installation file
PHP Code:
---------------------
Open template: navbar
---------------------
At the very end of the template add:
<br />
$newpm
and replace by :
PHP Code:
---------------------
Open template: forumhome
---------------------
add below [$welcome_panel], :
<br />
$newpm
|
That template modification can cause some un-desired effects because this is ment to function on the global scale, to make it only show on index.php replace:
PHP Code:
if (THIS_SCRIPT != 'private')
With:
PHP Code:
if (THIS_SCRIPT != 'private' AND THIS_SCRIPT == 'index')