The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Newreply outsided closed forum
I have an Announcements forum writable only by staff members. I would create another forum like Annoucement Discussions to let users to reply ...
But would 'automatize' the reply. I mean, for example, to add a 'reply' button after an announcements thread leading the user to create a new thread, with the same title and quoting the announce text, into another forum. Is it too difficult ? Is there anything similar ? Thank you. |
#2
|
||||
|
||||
You can create a reply button with this sort of links: newthread.php?s=$session[sessionhash]&forumid=XX&subject=XX
|
#3
|
|||
|
|||
Quote:
An way to fill-up some part of the message body ? I guess I should slightly modify the code to parse querystring... Right ? |
#4
|
||||
|
||||
You can include &message=YYY in the URL, that should work.
|
#5
|
|||
|
|||
The usual missing variable initialization ??
Btw, query string (and url) is limited to 250 chars. I don't think with the right htmlparsestring() function they are enough. Thanks. I'll think to something else... Bye |
#6
|
||||
|
||||
Query strings are not limited in any way (other than your internet connection).
https://vborg.vbsupport.ru/newreply....ars-Right-Here |
#7
|
|||
|
|||
Very very interesting. Nice !
Thnaks |
#8
|
|||
|
|||
Quote:
Which VB function could I use for example for $thread[title] ? Thanks |
#9
|
||||
|
||||
You can use the PHP function urlencode(), but I'm not sure it's needed.
|
#10
|
|||
|
|||
Oh, YES it is !!!
I added in showthread.php something like: PHP Code:
Code:
<a href="newthread.php?s=$session[sessionhash]&forumid=XX&subject=$threadtitle"> <img src="{ replyimage }" border="0" alt="Post a Reply to This Thread in Another Forum!"></a> GREAT !! Thanks for your support. Next step: to look for an existing thread with such title instead of creating a new one each time ... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|