The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
What are you trying to do there? Why are you assigning the thread id to pagetext? Please explain what you want to do.
|
#12
|
|||
|
|||
Quote:
my plan for the mod: step 1: run query to get 10 threadid from thread table step 2: auto create 1 new thread on the special forum, with 10 threadid that i got from step 1 ex: step 1: after query i got threadid = 1,2,3,4,5,6,7,8,9,10 step 2: one new thread auto open on the special forum = 3 step 3: then put 1,2,3,4,5,6,7,8,9,10 on the new thread on step 2 please help me. thank again |
#13
|
|||
|
|||
even easier
PHP Code:
PHP Code:
|
#14
|
|||
|
|||
finally i found how to do it. thank for support
|
#15
|
|||
|
|||
Using that method you'd be using two queries, when you can cover it in a single query with a JOIN.
|
#16
|
|||
|
|||
exactly as Opserty said. I use JOIN
|
#17
|
|||
|
|||
Thank friends for helping me . i just finished my mod on yesterday
mod: Auto Top 10 Threads - Auto run very month some pics for the mod (setting & Result) |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|