The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[SOLVED] appending to part of template
brain farted need some help
I have this set at forumhome_complete Code:
$drcttv_posts = '$vbphrase[posts]: $totalposts,'; $drcttv = 'Some text'; $drcttv_posts .= $drcttv; what am i doing wrong |
#2
|
||||
|
||||
If you wish to add some text at that point, created a plugin hooked at "forumhome_complete" with Plugin PHP Code something like:
PHP Code:
|
Благодарность от: | ||
Dr.CustUmz |
#3
|
||||
|
||||
Quote:
PHP Code:
|
#4
|
|||
|
|||
Almost:
PHP Code:
PHP Code:
|
Благодарность от: | ||
Dr.CustUmz |
#5
|
||||
|
||||
Touche, no point in appending nothing how i did lol =)
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|