![]() |
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']'
|
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? |
change the query to this but edit the field numbers again
PHP Code:
|
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! |
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> |
many thanks mate :)
|
All times are GMT. The time now is 01:55 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|