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)
-   -   Forum Home Enhancements - AJAX - Mouseover Profile Preview (https://vborg.vbsupport.ru/showthread.php?t=123687)

firstrebel 08-13-2006 07:45 AM

Quote:

Originally Posted by ericgtr
Thanks for the input. If you don't want to manually edit to suit your design needs, then this mod probably isn't for you.

Not at all. I mentioned this for the information of others as it was not documented anywhere. This is a nice mod but the attachments in my posts #16 and #26 make it unusable at the moment. I am hoping there is a some way to fix those issues.

Bob

ericgtr 08-13-2006 01:37 PM

Okay, I've updated the first post with the current issues. I've also added the option to turn it off for guests, this will address the issue where it shows the no permissions message.

firstrebel 08-13-2006 08:58 PM

I have reuploaded all files and done the new template edits but if not logged in I am still getting the popup as in post #26 for members listed in " Total members that have visited the forum today".

Bob

Derekclarke 08-13-2006 09:18 PM

great hack, Installed.

would it be possible to integrat with Cyb - Advanced Forumhome Statistics too?

Thanks
Derek

ericgtr 08-13-2006 09:53 PM

Quote:

Originally Posted by firstrebel
I have reuploaded all files and done the new template edits but if not logged in I am still getting the popup as in post #26 for members listed in " Total members that have visited the forum today".

Bob

I have played with this and can't seem to get a conditional wrapped around the plugin code for the visitors today mod. I will keep playing with it and let you know.

@Derekclarke, I haven't seen that mod yet but once this is installed the code will work anywhere because the includes are in the header. It's just a matter of setting up the URL to work with it.

ericgtr 08-14-2006 02:17 PM

Update sent. Added option to turn off for guests with Paul's Visitors Today modification.

y2krazy 08-14-2006 02:58 PM

Here is how to optionally add this to Paul's Members who have posted Today modification (note this is only for the 3.6 version)

In the Plugin PHP Code find:
Code:

$posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\" title=\"$wrdate\" >";
Replace with:
Code:

$posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\"onmouseover=\"ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$today[userid]',this);return false\" onmouseout=\"ajax_hideTooltip()\" title=\"$wrdate\" >";
OR to turn off for guests:
Code:

$posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\" title=\"$wrdate\" >";
Replace with:
Code:

                                if (!is_member_of($vbulletin->userinfo, 1) AND !is_member_of($vbulletin->userinfo, 3)){
                                $posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\"onmouseover=\"ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$today[userid]',this);return false\" onmouseout=\"ajax_hideTooltip()\" title=\"$wrdate\" >";
} else {                               
                                $posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\" title=\"$wrdate\" >";
}

:)

PatrickAdrichem 08-14-2006 05:24 PM

Ok well it works on www.rebscum.com but i would like to face it the other way so instead of going right next to the name i want it left of the name plus i want to adjust the size of the box a bit

firstrebel 08-14-2006 05:54 PM

Quote:

Originally Posted by ericgtr
Update sent. Added option to turn off for guests with Paul's Visitors Today modification.

Thanks for the work. I now have a different problem since the update. The popup no longer works on Currently Active Users. There must be anomoly on my site as it works OK on yours.

Bob

ericgtr 08-14-2006 05:59 PM

Quote:

Originally Posted by firstrebel
Thanks for the work. I now have a different problem since the update. The popup no longer works on Currently Active Users. There must be anomoly on my site as it works OK on yours.

Bob

Hmm.. This only happens after applying the change to Paul's Visitors Today code?


All times are GMT. The time now is 02:30 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.01353 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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