The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
![]()
this would give you an array of all the rows in the author table.
You could enumerate them with a foreach ($authorsname as $key=>$values) this will give you the index to the array in $key and an array of associated values in $value. You then could use a $authorsname[$key]['name'] for example, or a $value['name']. |
#22
|
|||
|
|||
![]()
lol, would really not know, didn't go into the function if this.
|
#23
|
||||
|
||||
![]()
This thread is really messy now
![]() But anyways, thanks to everyone for pointing me in the right direction and taking the time to explain stuff ![]() For the author list feature, this is the final code I am employing, just for anyone's reference. PHP Code:
![]() pheww, finally ![]() |
#24
|
|||
|
|||
![]()
Well done, and if i have time (and still remember
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|