The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I took this as a challenge
![]() NOTE - this first example placed the description just under the Thread Title, but since you wanted it under the Thread Reply button, do the first 5 steps, then skip to step #7. Step 1: Open showthread.php for edit. Scroll down to the // output page section, look for this code: (It starts around line 2410-ish) PHP Code:
Step 2. Just above $templater->register('forumjump', $forumjump); ADD: $templater->register('foruminfo', $foruminfo); Step 3. Save and re-upload to your server Step 4. Go to Admin CP >> Style Manage >> Edit Templates (for the style you want to modify - you'll need to do this for each style) Step 5. Edit the "SHOWTHREAD" template (you may need to expand "Show Thread Templates" to see SHOWTHREAD (It will be all caps) Step 6. Look for this code: PHP Code:
<p class="description">{vb:raw foruminfo.description}</p> So the code will look like this: PHP Code:
Step 7. (To place description below the Reply button instead): Look for: PHP Code:
PHP Code:
Hope this works for you. Cheers, Basil |
Благодарность от: | ||
final kaoss |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|