vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Show custom profile field on page. (https://vborg.vbsupport.ru/showthread.php?t=185573)

RLShare 07-18-2008 04:03 AM

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']'

soundboy 07-18-2008 04:07 AM

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?

RLShare 07-18-2008 04:08 AM

change the query to this but edit the field numbers again


PHP Code:

 "SELECT field6
FROM "
.TABLE_PREFIX."userfield
WHERE field6 != ''
ORDER BY rand( )
LIMIT 10 " 

As far as the VBDrupal page, I have never messed with drupal before.

soundboy 07-18-2008 04:16 AM

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!

RLShare 07-18-2008 04:54 AM

Change the query to
PHP Code:

"SELECT field5, field7
FROM "
.TABLE_PREFIX."userfield
WHERE field5 != '' AND field7 !=''
ORDER BY rand( )
LIMIT 10" 


And then change this part of the plug-in...
Code:

<a href=\''.$field['field6'].'\'>'.$field['field6'].'</a>
To..
Code:

<a href=\''.$field['field7'].'\'>'.$field['field5'].'</a>

soundboy 07-18-2008 04:55 AM

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
  • Page Generation 0.01213 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete