The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
ahh just seen you edited your post... I forgot to mention that you will also need to change the field6 in the 2 spots that this shows up....'$field['field6']'
|
#12
|
||||
|
||||
yup i changed that
its working but i wish to show it on my vbdrupal page? also its showing empty fields, how can i make it only show ones that are filled in? |
#13
|
|||
|
|||
change the query to this but edit the field numbers again
PHP Code:
|
#14
|
||||
|
||||
Thankyou VERY much!
I changed the hook to global_start +rep --------------- Added [DATE]1216358345[/DATE] at [TIME]1216358345[/TIME] --------------- oh.. sorry again.. but i have another field i want to display.. Ive set up the url which is field7, and i wish to display field5 like.. <a href="field7">field5</a> Thanks for your help again! |
#15
|
|||
|
|||
Change the query to
PHP Code:
And then change this part of the plug-in... Code:
<a href=\''.$field['field6'].'\'>'.$field['field6'].'</a> Code:
<a href=\''.$field['field7'].'\'>'.$field['field5'].'</a> |
#16
|
||||
|
||||
many thanks mate
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|