The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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:
|
![]() |
|
|