The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
help find the error! please!
this template error:
Quote:
PHP Code:
|
#2
|
|||
|
|||
Looks like there's no endif for these lines...
Code:
<if condition="$forum[sponsor_banner] != ''"> <if condition="$forum[sponsor_banner2] != ''"> <if condition="$forum[sponsor_banner3] != ''"> <if condition="$forum[sponsor_banner4] != ''"> <if condition="$forum[sponsor_banner5] != ''"> |
#3
|
||||
|
||||
The error tells all. It says there are missing end if (</if>) tags.
|
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
If you look, each block has two <if>'s, but only 1 </if>
Code:
<if condition="$forum[sponsor_banner] != ''"> <a href="$forum[sponsor_url]" target="_blank"> <if condition="$forum[sponsor_flash] == 1"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"> <param name="movie" value="$forum[sponsor_banner]"> <param name="quality" value="high"> <embed src="$forum[sponsor_banner]" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object> </if> <<< Either this is missing <<<< <else /> <img height="60" width="120" src="$forum[sponsor_banner]" border="0" /></a> </if> </if> <<< Or this is missing <<<< |
#6
|
|||
|
|||
thanks all.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|