vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to make ''Location' in postbit a link depending on text? (https://vborg.vbsupport.ru/showthread.php?t=214293)

MikesSite 05-22-2009 02:28 PM

How to make ''Location' in postbit a link depending on text?
 
Basically I would like to make the 'Location' in postbit (where it says Join Date, Location, and Posts) to be a link depending on what it says. For example if the location reads "UK" then I would like 'UK' to be a link to a page that I will create called UK.php. If it says US, I would want it to link to the US subpage called US.php. Do you know what I mean?? Can this be done with simple if statements?? Thanks for the help!!

Lynne 05-22-2009 03:09 PM

This is how it is currently in the postbit:
HTML Code:

<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
You could change it to something like this:
HTML Code:

<if condition="$post['field2']"><div>$vbphrase[location_perm]: <a href="$post[field2].php">$post[field2]</a></div></if>
However, what if the user writes "U.K."? Then the page isn't valid - U.K..php instead of UK.php. So, you would almost have to remove this field and make your own with a dropdown and then you would have control over what is input and thus all your pages would work.


All times are GMT. The time now is 02:12 AM.

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.00941 seconds
  • Memory Usage 1,709KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete