The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding new forum name to redirect?
Hello.. I was referred here from vB.com because they said what I need requires a code mod. I think it should be simple and am hoping someone can help.
I'd like to change my redirects so instead of saying Moved: xxx They say Moved to "XYZ Forum": xxx I know this requires an edit to the threadbits forum, but I am not sure what variable I can use for this, or even if it is defined at that point in the program for redirects. Can anyone help with that? Thanks! Charles |
#2
|
||||
|
||||
This is a bit tricky, as the thread table does not carry the forum id to which a thread was moved, only it's threadid.
Therefore there is no variable to get this information form - you must create it yourself. What you would have to do is introduce a new query to check the thread table again using pollid as threadid wher open is set to 10 (this is being unsed to indicate a redirect) to retrive the forumids for moved threads. Or modify the main query to join the thread table again. |
#3
|
|||
|
|||
Sounds too complicated, it's not that important. Thanks a lot for the reply, I appreciate it.
c |
#4
|
||||
|
||||
You're welcome.
I suggest to post a modification request if you still want that feaature. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|