vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Profile Enhancements - Friendster style hyperlinked profile fields (https://vborg.vbsupport.ru/showthread.php?t=61077)

Mobo 05-18-2004 11:38 AM

Okay, I just check to see if I had advanced searching enabled, and I did. So all fields are searchable and my users are allowed to search, but I'm still not getting any link :(

Thanks for all the help man!

klassicd 05-20-2004 05:26 PM

Error:

There is a problem when the field that you want to search by is a list/menu drop down box. Instead of searching by the name of the field you need to search by the value (usually 0,1,2,3,4,etc...). Can this be fixed?

Cham911 06-18-2004 08:12 PM

Has anyone worked with this hack enough to get it to use the $key values foro multiple boxes etc?

If nobody has it already, I will do it in a few days, but I don't want to learn that part of it unless I have to :)

sabret00the 07-28-2004 10:14 PM

what's the server load like?

Roxie 07-29-2004 12:01 AM

I added some things to my profile after this hack was added, but what I added did not become links. hmmm.

Roxie 07-30-2004 06:24 PM

Well, this hack screwed up the post per day count.

Roxie 08-04-2004 11:05 PM

Did anyone else's polls and post per day count mess up after installing this?

buro9 08-08-2004 09:50 AM

Quote:

Originally Posted by sabret00the
what's the server load like?

The server load isn't affected as this is merely a split and join of a string to an array and back to a string.

There is no disk I/O, no database reads or writes... it's pure CPU work within the current PHP thread. And if you have a performance optimiser installed such as mmcache, then even with thousands of users doing this simultaneously you're not going to see a difference.

It uses all existing vBulletin code, simply does a whip through the string and creates links out of them.

The only side effect at all is increased HTML in the member profile page... but that doesn't count either, as if you're gzip'ing output... the repeated URL text would be compressed to very little indeed.

Server load is neglible to non-existant.

buro9 08-08-2004 09:53 AM

Quote:

Originally Posted by Roxie
I added some things to my profile after this hack was added, but what I added did not become links. hmmm.

Sorry for not replying sooner... was on holiday in Barcelona.

The fields will only be searchable and therefore linkable if you permit users to search those fields already and have granted the advanced search permission to the usergroup.

Note that this hack cannot affect your post counts... it doesn't touch them! It's very small and just affects the display of a small piece of HTML on the member profile page and nowhere else... so another hack must've broken those for you.

If your post counts are out, you should update counters in your admin control panel.

Roxie 08-10-2004 02:04 AM

Thanks.
It seems as if decimal points have been removed. The post counts are fine. It's the average per day. Instead of 3.96 posts per day it says 396. And for the polls, instead of 17.00% it says 1700%. I didn't notice this until I added this hack, but I'll guess I'll go through and look at everything.


All times are GMT. The time now is 01:42 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.01167 seconds
  • Memory Usage 1,733KB
  • 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_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