The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to fetch many rows from mysql
Could someone please help fix the below? It is returning only one row. Thank you
PHP Code:
|
#2
|
||||
|
||||
Mind explaining what you are trying to do?
As a general reminder on the forums, remember to post more specific details of your problem for a large chuck of code before assuming members will just instantly clue in. (especially when the code chunk isn't indented or formatted properly for readability) |
#3
|
|||
|
|||
I am trying to fetch the users who receives an award (from the awards hack) to display the post name in a different page, with a link to that awarded post, the user and his id, the thread name and the linked forum
|
#5
|
||||
|
||||
Just glancing over your script, you're missing calling any template.
You'll have to call a template with .= for each run through you make while fetching the array. That'll add the new data to the variable. Then, insert the variable in the main template. Make sure you have both templates set up |
#6
|
|||
|
|||
thanks for replying. Coincidentally I finally got it 5 minutes ago by altering another hack.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|