The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Form to create new post?
For thread in a specific forum category, I want for the posts by the members to have specific info. Certain data is required.
I'm thinking this action would require either: (1) Replace existing post template for this category with one that is form based. (2) Insert form before posting, with the form submissions creating the new post automatically. The form also needs all fields required, meaning no fill, no post. Bonus would be to limit the member to only one post per thread in this category. Does a plugin exist that does any of this? Or template modification? (Note to mods: Not cross-post, needing for both vB3 and vB4 forums. Thus posted in each section.) |
#2
|
||||
|
||||
Try this my Friend ... this was done for me by someone here but I forgot who it was ...
make a new plugin : Hook Location: newthread_form_start Code:
if ($foruminfo['forumid'] == 14) { $newpost['message'] = " You can replace this with anything you want You can add anything anywhere between the " " ..... "; } Hope it helps you my Man ! |
Благодарность от: | ||
Alan_SP |
#3
|
||||
|
||||
This may be what you are looking for:
https://vborg.vbsupport.ru/showthread.php?t=234385 |
Благодарность от: | ||
CAG CheechDogg |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|