The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
custom fields in postbit
I have a custom Garage feature that I added to my site. When I upgraded to 3.8, I lost some of my legacy code, and now I can't figure out how I did it previously.
In my postbit_legacy template I have this code: Code:
<if condition="$post['garage']"><div><a href="/forums/vbgarage.php?do=view&id=$post[userid]">$post[year] $post[make] $post[model]</a></div></if> Can someone provide me some guidance? Thanks! |
#2
|
||||
|
||||
You'll have to write a plugin to plugin to the post query and add the fields, and table, that you need. But, that is info that you would have to find yourself since it is a custom job. Maybe contact the person who did the mod for you in the first place.
|
#3
|
|||
|
|||
Quote:
--------------- Added [DATE]1238421042[/DATE] at [TIME]1238421042[/TIME] --------------- What class or function pulls out all of the user info for the postbit? Like their post count, location, username, etc.? |
#4
|
||||
|
||||
Why don't you take a look at the showthread.php page and you should see where the $posts info is pulled.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|