The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I am trying to make a list from my database and so to do that I am using a while loop. The problem I am having is that when the code hits while() it seems to crap out and not do anything. Then it passes the loop and goes on its way.
Now, everything outside the loop from what I have seen works just fine, and I even pulled out the template render code and just displayed it and that worked. The only line I could figure has a problem is while ($downloads_users = $vbulletin->db->fetch_array($downloads_user_query)) And I don't see any issue in that line. I even use that while loop in another file, just slightly edited. I did a vardump() on $downloads_user_query and returned array(2) { ["userid"]=> string(4) "6934" ["username"]=> string(7) "Twilkey" } so i know my function works, but just to be sure, I went ahead and worked the query directly in the code below and the wile loop still didn't work. I even got rid of all code but the query and the while loop and still got nothing. I tried to echo $downloadsusername from within the loop and that was blank. So what is wrong here? PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|