The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
...and i need some direction please
![]() I've created a new table - let's call it 'mark' there're four field within it: id category description image If I wanted to call the values of these fields into a vB template, what exactly would I need to do? I thought I would be able to just do something like: PHP Code:
![]() I imagine I may need to edit functions.php or global.php, but as has been demonstrated by my stoopid questions in the past, I'm not that bright when it comes to PHP ![]() Any assistance would be appreciated ![]() PS - anyone else think a 'Creating Hacks For vBulletin' tutorial would be welcomed by thousands? ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Quote:
|
|
#3
|
||||
|
||||
|
Code:
$mark=$DB_site->query_first("SELECT image,description FROM mark WHERE id=$id");
|
|
#4
|
||||
|
||||
|
Thanks Firefly, yet again
I really appreciate your help
|
![]() |
|
|