The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need to Chose a Threadid at start of file.
I'm working on a hack and I trying to add a feature that will allow users to call up threads from a certain thread by their name. To do this I need to recall the threadid.
Now, the $featsname variable by this point in the code has been ran through the globalize function lest hackers get any ideas. Here's de code.. // Determine our thread id by feat name. PHP Code:
EDIT: Just to be clear, my feats table has threadid as a foreign key so that it can be joined to the thread table. I presume that joining the thread table to it will drop the rows that don't occur on both tables. |
#2
|
||||
|
||||
Nevermind, found my problem - needed to call the function fetch_threadinfo. For the curious, final code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|