The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help : customise block in the sidebare
I have a php file inspire the product "Rate My Photo (HorOrNot Clone)" and correctly displays the best picture of my database and uses a template but I am unable to make my block:
the php code PHP Code:
HTML Code:
<li> <div class="block smaller"> <div class="blocksubhead"> Meilleur photo </div> <div id="block_title" class="blockbody floatcontainer" {vb:raw content.style}> <div class="blockrow"> <img src="../forum/ratemyphoto/photo/thumbs/{vb:raw bestphotoname}"/> </div> </div> </div> <div class="underblock"></div> </li> </div> </div> </div> <div class="underblock"></div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|