The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Annoucements Forum (with duplicates of announcements for people's replies)
Basically I just want people to be able to reply to announcements so I can cut down on sticky threads.
But what I'd like to happen is: I create a new forum called Forum Announcements. Someone posts an Announcement, this is posted by an auto poster (or the anncment poster) automatically into that forum. People can click reply when viewing the anncment and their reply goes into the relevant thread. .....or something with those functions would be great... |
#2
|
||||
|
||||
bump
|
#3
|
||||
|
||||
wow, what an old thread
hmm, creating a new thread whenever an announcement has been created wouldn't be hard. you've just to copy out some parts (where the first post and the thread is inserted into the db) of newthread.php and insert em into your announcement.php for the replyingpart you have to add a field to announcementtable called threadid and fill it with the thread id of the new created thread..., then you just have to add a link to this newreply.php into the announcmentpostbit |
#4
|
||||
|
||||
Um... (help) LOL!
|
#5
|
||||
|
||||
*ggg*
ok here you go run this query: ALTER TABLE `announcement` ADD `threadid` INT(9) UNSIGNED DEFAULT '0' NOT NULL; open admin(mod)/announcement.php find PHP Code:
PHP Code:
then open your announcementbit template and add a link to newreply.php?s=$session[sessionhash]&threadid=$announcement[threadid] normally this should work, if not, just ask |
#6
|
||||
|
||||
Woohoo! (said in best homer simpson voice) thank you, I'll go give it a shot right now.
|
#7
|
||||
|
||||
It works, first class job my friend. :up:
I only installed it on admin/annoucement.php not mod/... Reason being, we host forums for others folks who keep their forums invisible to other users, we don't want their annous to be visible to everyone, but as I've only applied it to the admin one, this works great, what I've also done is: in annoucement.php changed: Code:
maketextareacode("Announcement","pagetext","",10,50); Code:
maketextareacode("Announcement<p><font color=\"red\">WARNING: This text is duplicated into posts in the announcement forum. Please use the moderator CP announcement link if you do not wish to do this.</font></p>","pagetext","",10,50); See below: |
#8
|
||||
|
||||
you're welcome
also wise decicion about the warning.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|