The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New fields to postbit?
Hey there,
I remember seeing a hack doing this a while back. When a user posts a new thread, he can enter extra stuff, like "Required tools". That then is displayed next to the username or something. Kinda like the hack installed here, but then way less advanced. If anyone could find this hack here, it would be greatly appreciated. |
#2
|
||||
|
||||
|
#3
|
|||
|
|||
Yeah, kinda like that, but then integrated in the thread itself
|
#4
|
|||
|
|||
*Bump*
|
#5
|
||||
|
||||
Something like that I am doing for my site now but briefly :
You could create a db table to house the additional information for each post. Make changes to newthread/newreply templates for the new fields, eg. 'Required Stuff:' is a input text box. In the newthread php file, you then insert the data into this db table you have just added to store the additional information. After that, you would have to change your showthread/showpost/postbit(?) files/templates to reflect this additional information by querying the db table for what you need. Not sure if that makes any sense |
#6
|
|||
|
|||
I was thinking of doing that aswell.
I'll try it now, I'll let you know. EDIT: I tried doing what you sayd, but failed. Can you try explaining your plan a bit more, maybe I misunderstood you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|