vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   user field help (https://vborg.vbsupport.ru/showthread.php?t=263483)

DivineMessenger 05-11-2011 05:00 PM

user field help
 
I want to create a user fields where users can input their gamertag and their clan tag then build a block that will insert the fields into this image:

http://www.glop.org/gamercard/card/X...ntaghereXX.png

Simple right? I agree. Problem is with spaces. I need to automatically replace spaces in the users' gamertag and replace them with "%20". Any ideas?

Lynne 05-11-2011 07:19 PM

str_replace?

DivineMessenger 05-11-2011 07:38 PM

how does that work? I don't want to change the way the user field appears in their profile

/{userfield1}.png

but convert all spaces in userfield1 to %20

Lynne 05-11-2011 08:36 PM

User str_replace to replace spaces with %20. Isn't that what you were asking about doing?

DivineMessenger 05-12-2011 12:18 AM

Yeah but on the user's profile I where it says "Gamertag" I still want the spaces to show. That's the problem. Otherwise I would just advise users to put %20 where there are spaces.

kh99 05-12-2011 01:45 AM

How about doing the replacement when the fields get inserted into the image url?

DivineMessenger 05-12-2011 03:23 AM

I guess the question is, how do I change it when it gets inserted into the url without changing the original field?

Lynne 05-12-2011 10:04 PM

You would write a plugin that takes the field, uses str_replace to replace the spaces and then assigns it to a new variable name that you use for the image.

DivineMessenger 05-12-2011 11:58 PM

Thanks Lynne. You've been a huge help.... for like 10 years lol


All times are GMT. The time now is 07:03 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.01025 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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