vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - Profile Field Tags (previously Clickable User Fields) (https://vborg.vbsupport.ru/showthread.php?t=148705)

-=Sniper=- 06-07-2007 11:14 AM

Kihon Kata; try the new version I just uploaded.

Kihon Kata 06-07-2007 11:48 AM

Quote:

Originally Posted by -=Sniper=- (Post 1263150)
Kihon Kata; try the new version I just uploaded.

Didn't work. In fact it broke the members pages. It doubled what was displayed and spaced things out bad.

Thanks for trying.

-=Sniper=- 06-07-2007 11:58 AM

I just tested it localy and it works fine! I assume your members have URLs, HTML, or similar coding in their profile fields?

edit: I just checked your forum again, it does seem like your members have HTML links, etc in the fields. While members who have only entered in test e.g. "ball, game, text, form" etc it works fine for them.

Kihon Kata 06-07-2007 12:20 PM

Quote:

Originally Posted by -=Sniper=- (Post 1263197)
I just tested it localy and it works fine! I assume your members have URLs, HTML, or similar coding in their profile fields?

edit: I just checked your forum again, it does seem like your members have HTML links, etc in the fields. While members who have only entered in test e.g. "ball, game, text, form" etc it works fine for them.

Our users have normal BBCODE available in their profiles.

What I did was just installed the xml and it really messed things up on my own profile. I saw everything double in the first field. Go check it out. (the hack is currently disabled)

-=Sniper=- 06-07-2007 12:39 PM

ok, if you have a quick look at my profile on your site, you will see its works, however when using BBCODE in the fields, e.g. bold, it works, but it also includes <b>value</b> in the link, it would require more code to remove these items from the link.

Using bbcode links does break it, again it can be fixed but since using BBCODE in profile fields isnt a default vBulletin feature, I won't make any more changes I'm affraid.

Kihon Kata 06-07-2007 12:50 PM

Quote:

Originally Posted by -=Sniper=- (Post 1263225)
ok, if you have a quick look at my profile on your site, you will see its works, however when using BBCODE in the fields, e.g. bold, it works, but it also includes <b>value</b> in the link, it would require more code to remove these items from the link.

Using bbcode links does break it, again it can be fixed but since using BBCODE in profile fields isnt a default vBulletin feature, I won't make any more changes I'm affraid.

I guess I cannot use it then :(

chuchukuttie 06-07-2007 01:23 PM

Hey,

Why not make the "Age" & "Date of Birth" be clickable. That'll be cool.

P.S - If possbile, can you please make it searchable by "word" ? One of my member has this as his interest: I love music and I love to dance. < Your product makes the sentence clickable, can you please make every word in that sentence clickable? That will be amazing.

Thanks.

-=Sniper=- 06-07-2007 01:43 PM

Quote:

Originally Posted by chuchukuttie (Post 1263248)
Hey,

Why not make the "Age" & "Date of Birth" be clickable. That'll be cool.

P.S - If possbile, can you please make it searchable by "word" ? One of my member has this as his interest: I love music and I love to dance. < Your product makes the sentence clickable, can you please make every word in that sentence clickable? That will be amazing.

Thanks.

I will look into birthday search.

It would not be ideal to make words like "I", "to", "have" clickable, instead ask users to separate each word or sentence they want linked with a comma.

but if you really want to you can edit the plugin and change the code

find all instances of

PHP Code:

$fieldvalues explode(","$profilefield['value']); 

and replace with

PHP Code:

$fieldvalues explode(" "$profilefield['value']); 

that should work.

chuchukuttie 06-07-2007 06:41 PM

Quote:

Originally Posted by -=Sniper=- (Post 1263252)
I will look into birthday search.

It would not be ideal to make words like "I", "to", "have" clickable, instead ask users to separate each word or sentence they want linked with a comma.

but if you really want to you can edit the plugin and change the code

find all instances of

PHP Code:

$fieldvalues explode(","$profilefield['value']); 

and replace with

PHP Code:

$fieldvalues explode(" "$profilefield['value']); 

that should work.

Ok, thanks a lot. Waiting for the birthday / age search :)

Dannyloski 07-02-2007 01:06 AM

Subscribed to Mod, might install ... Can you set which Profile Field are the ones that get the "Clickable" option?


All times are GMT. The time now is 11:11 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.01484 seconds
  • Memory Usage 1,751KB
  • 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
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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