vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Username Html MarkUp Everywhere 4.2.x (https://vborg.vbsupport.ru/showthread.php?t=290368)

ozzy47 12-09-2013 12:37 PM

Good grief, I feel your pain, no hurry. :)

Elite_360_ 12-09-2013 12:57 PM

Quote:

Originally Posted by ozzy47 (Post 2467043)
Good grief, I feel your pain, no hurry. :)

yeah the username is in so many different places in the database they should just used the userid and just had the username in the user database and when you do a fetch_musername use the userid insted of the username because most query call the user database for more user info so they can get the musername or info for the username they always need the usergroupid

ozzy47 12-09-2013 03:37 PM

That seems to have done it, thanks. :)

ozzy47 12-09-2013 03:54 PM

Hmmm, spoke to soon, all kinds of errors.

Code:

Warning: Only variables should be passed by reference in ..../e360mods/markup/hooks/search_results_threadbit.php on line 3

Warning: Only variables should be passed by reference in ..../e360mods/markup/hooks/search_results_threadbit.php on line 4


New Joe 12-09-2013 04:03 PM

Your site won't even load for me now ozzy....

ozzy47 12-09-2013 04:06 PM

Hmmm, what is it saying?

ozzy47 12-09-2013 04:08 PM

Fixed the errors by changing the search_results_threadbit.php file to the following.

Code:

$variable1 = fetch_userinfo($thread['lastposterid']);
$variable2 = fetch_userinfo($thread['postuserid']);

$thread['lastposter'] = @fetch_musername($variable1);
$thread['postusername'] = @fetch_musername($variable1);


New Joe 12-09-2013 04:08 PM

As you were, back up working, just wouldn't load for a while.

ozzy47 12-09-2013 04:10 PM

Maybe while I was adjusting the mods file.

Elite_360_ 12-09-2013 04:34 PM

Quote:

Originally Posted by ozzy47 (Post 2467097)
Hmmm, spoke to soon, all kinds of errors.

Code:

Warning: Only variables should be passed by reference in ..../e360mods/markup/hooks/search_results_threadbit.php on line 3

Warning: Only variables should be passed by reference in ..../e360mods/markup/hooks/search_results_threadbit.php on line 4


you use $variable1 twice but anyway you're a genius your running 4.2.2 the @ was hiding the error for me i don't know why i didn't not think of that it need fresh eyes i was trying a new way in the new version i will release 2.0.0 in the next couple of days
Quote:

Originally Posted by ozzy47 (Post 2467106)
Fixed the errors by changing the search_results_threadbit.php file to the following.

Code:

$variable1 = fetch_userinfo($thread['lastposterid']);
$variable2 = fetch_userinfo($thread['postuserid']);

$thread['lastposter'] = @fetch_musername($variable1);
$thread['postusername'] = @fetch_musername($variable1);




All times are GMT. The time now is 11:33 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.01424 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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