The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Pre-defined content for newthread/reply. (UPDATED) Details »» | |||||||||||||||||||||||||||
Pre-defined content for newthread/reply. (UPDATED)
Developer Last Online: Oct 2012
Hey,
Somebody needed this so I made this quickly, however I think it's something more people can use and as it's been a long time since my last hack release. I release this. What it does. This hack is good if you want all the threads in a certain forum look a bit the same. In admincp you can define a text & subject that you want to show standard in certain forums, for certain usergroups when they start a new thread. Features. -unlimited pre-defined txts -Define text & subject for certain forums & certain usergroups. -Show on newreply and/or newthread -edit & manage Planned updates. No current planned updates. Version walktrough. 3 jan 2006 Version 1.0.0 released 3 jan 2006 Version 1.0.1 released - bug fix release, to upgrade run these 2 queries: Code:
ALTER TABLE ".TABLE_PREFIX."predeftxts ADD `ugids` VARCHAR( 200 ) NOT NULL ALTER TABLE ".TABLE_PREFIX."predeftxts ADD `subject` VARCHAR( 200 ) NOT NULL Version 1.5 released - New features: parse bbcode in admincp & choose between newthread and/or newreply + some remaining dutch phrases translated. To upgrade overwrite product & all files Fields description. forum ids (required field) Define the forum ids where to show this text on new thread. Seperate with comma ',' e.g. 4,3,2,1 Usergroup ids (required field) Define the usergroups ids who see the text on new thread. seperate with comma ',' e.g. 4,3,2,1 Show in newthread Whether to show it while making a new thread yes or no Show in newreply Whether to show it while making a new reply yes or no subject (not-required field) Give a standard subject the user will see on new thread (when above fields are true) text (required field) Define a standard text the user will see on new thread. Don't forget to click install Show Your Support
|
Comments |
#12
|
|||
|
|||
Hello,
Thanks for the hack but I have a SQL error : Code:
Database error in vBulletin 3.5.2: Invalid SQL: INSERT INTO predeftxts (fids, txt, ugids, subject) VALUES ('80', 'test', '6', 'test'); MySQL Error : Unknown column 'ugids' in 'field list' Error Number : 1054 |
#13
|
|||
|
|||
Hmz, I added an older product to the zip file.
I'll update the product asap. Run these queries to fix it (replace ".TABLE_PREFIX." with your table prefix): ALTER TABLE ".TABLE_PREFIX."predeftxts ADD `ugids` VARCHAR( 200 ) NOT NULL ALTER TABLE ".TABLE_PREFIX."predeftxts ADD `subject` VARCHAR( 200 ) NOT NULL SO EVERYBODY THAT INSTALLED VERSION 1.0.0 SHOULD RUN THESE QUERIES. |
#14
|
|||
|
|||
Good job bro.....
/me installs....the new one. |
#15
|
|||
|
|||
Thanks you very much, that's work great !!!
/me clicks install |
#16
|
||||
|
||||
Wonderful idea, installed.
|
#17
|
|||
|
|||
waza, you can make a difference mod as same above call is "Pre-defined post content for newreply". Because, I think it will very useful for recruit moderator for forum or some issue which don't want open a lots threads.
|
#18
|
|||
|
|||
Installed. Nice one.
|
#19
|
|||
|
|||
@nhacso: k, I added that + some other functionality, will update it here later this day.
|
#20
|
|||
|
|||
Wow, that's a great idea!
I'll be using this because my members always forget to add important information when they sell things on my forums |
#21
|
|||
|
|||
This is great..... i will definately be adding this...
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|