thank u 4 replying
but i'v trying to fix that problom with Steve Machol befor 2 hours
and he find a temp solution : revert the header template to the orginal
the header is working very well on the local database on my pc
and on my site 4 2months
but idon't know what happend yesterday
you can look at my header and try it on your vbulletin:
Announcement
Collapse
No announcement yet.
template editing problom
Collapse
X
-
You have probably broken up a conditional.
A conditional might look like this:
<if condition="$something == 'x'">
...
</if>
If you remove the </if> or type it wrong, you can get the above error.
You can also get the above error if there is a syntax error in the conditional.
Instead of
<if condition="$something == 'x'">
you might have
<if condition="$something == "x'">
(should be ' and not " )
Leave a comment:
-
template editing problom
when i edit my header i see this:
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 /home2/www/dreams-mix/forum/includes/adminfunctions_template.php(3055) : eval()'d code on line 78
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.Tags: None
Related Topics
Collapse
-
by ibeautyI'm editing template and when I edit any template for first time everything is fine. But when i try to make some changes in customized template I go "Edit Conflict". There is no more info, even...
-
Channel: Support Issues & Questions
Fri 13 Jun '14, 4:51am -
-
by karlmGood afternoon, all!
Back in the days of VB3.x and 4.x I could edit styles to add content to the header.
I need to do this today too, so I can place some code just above the...-
Channel: Support Issues & Questions
Thu 14 Jul '16, 4:09am -
Leave a comment: