The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am using this hook as follows:
Code:
<plugin active="1" executionorder="5"> <title>Ranking Ladder Postbit Crowns</title> <hookname>postbit_display_start</hookname> <phpcode><![CDATA[if ($vbulletin->options['rankingladder_postbit'] && $post['rank_ladder']) { $filename = $vbulletin->options['rankingladder_filename']; $thumbdir = $vbulletin->options['rankingladder_thumbdir']; eval('$template_hook[postbit_userinfo_right_after_posts] = "' . fetch_template('rankings_postbit') . '";'); }]]></phpcode> </plugin> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|