The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
Can something be done to the meta description at the same time? I couldn't figure out if the description is generated from a field in the database (couldn't find one) or on the fly from the contents of the first post. How would I figure that out?
Ideally in my simple world it would be as easy as: Code:
if ($foruminfo['forumid'] == 24 and $type == 'thread') { $post['title'] = $post['title'] . ' review'; $thread['description'] = 'A review of ' . $post['title'] . ' - ' . $thread['description']; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|