Quote:
Originally Posted by fatefellshort
I am having some problems. I followed the instructions and when I hit Save for the Navbar edit, it says:
Quote:
The following error occurred when attempting to evaluate this template:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/mikeydef/public_html/forums/includes/adminfunctions_template.php(3055) : eval()'d code on line 118
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
|
|
Quote:
Originally Posted by bspiller82
I had same error and clicked continue anyway and it seems to work just fine.
|
I did the same thing and got the same error and clicked continue as suggested and got the following error displayed at the top of the index page:
Quote:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/site/public_html/forum/index.php(486) : eval()'d code on line 109
|
Quote:
Originally Posted by SmasherMaster
I HAVE RISEN FROM THE DEAD! Jeez, alot of new replies, for sure. A recent complaint brought to my attention over MSN, showed me that in this part:
Code:
Open Template 'NAVBAR'
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Find:
+++++++++++++++++++++++++++++++++++++++++++++
<!-- breadcrumb, login, pm info -->
+++++++++++++++++++++++++++++++++++++++++++++
Add BELOW:
+++++++++++++++++++++++++++++++++++++++++++++
<!-- Welcome Panel Hack V1.1 [] Created By SmasherMaster -->
<if condition="THIS_SCRIPT == 'index'">
KILL that <if> line, unless you have VBadvanced.
|
The only way I can get this hack to work is to remove the line:
Code:
<if condition="THIS_SCRIPT == 'index'">
as you suggested but then the welcome panel appears at the top of each page, not just the forum home.
Also the statistics seem to be incorrect, as well (ie: they do not match the numbers at the bottom of the page or in the vbstatistics hack area)