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)

GrendelKhan{TSU 09-25-2006 01:39 PM

note: doesn't work if you have zoints installed. well works in a way... but the redirect script for zoints makes this funky for members with zoints.

had to uninstall. :( great stuff though. too bad..its sexy! :)

VaaKo 09-29-2006 05:25 PM

How can I enlarge the displayed window?

Shazz 09-30-2006 12:34 AM

I really love this, Its really cool, but I had to uninstall it since it turned my whole skin grey for some reason, I think its when you edit the header part. I don't know how to fix it.

Chadi 09-30-2006 03:39 AM

I added this, then reverted but I still see this added white line space exactly below the navbar. odd enough, I'm 100% postive I reverted the template modifications. How do I correct the white space?

Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" class="header_bg">
<tr>
        <td align="$stylevar[left]" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
        <td align="$stylevar[right]">
                <div align=center>

                </div></td>
        <td align="$stylevar[right]">
                <img border="0" src="http://talkjesus.com/images/element/misc/header.gif">&nbsp;
<!-- banners -->

        </td>
</tr>
<tr>
<td height="34" colspan="3">

<!-- nav buttons bar -->
<div align="center">
        <table  cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
        <tr align="center">
                <td class="nav_menu_control" width="16"><a href="http://www.talkjesus.com/index.php">
                <img src="http://www.talkjesus.com/images/home.gif" border="0"></a></td>
                <if condition="$show['member']">
                        <td class="nav_menu_control" width="91"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
                </if>
                <if condition="$show['registerbutton']">
                        <td class="nav_menu_control" width="91"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
                </if>
                <td class="nav_menu_control" width="92"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
                <td class="nav_menu_control" width="92"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                <td class="nav_menu_control" width="92"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<!-- v3 Arcade -->
<td class="nav_menu_control" width="92"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
<!-- /v3 Arcade -->
                <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                                <if condition="$show['member']">
                                <td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                                <td id="navbar_search" class="nav_menu_control" width="92"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
                        </if>
<td id="journalnavbar" class="nav_menu_control" width="92"><a href="#journalnavbar">$vbphrase[journals]</a> <script type="text/javascript"> vbmenu_register("journalnavbar"); </script></td>
                        <if condition="$show['member']">
                                <td id="usercptools" class="nav_menu_control" width="92"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="nav_menu_control" width="92"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                                <if condition="$show['member']">
                                <td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                        </if>
                        <td class="nav_menu_control" width="92"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$show['member']">                       
                                <td class="nav_menu_control" width="92"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$show['member']">
                        <td class="nav_menu_control" width="92"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
                </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->
</td></tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

That's my header template (which holds the 'navbar' menu itself)

JonnyC 10-02-2006 01:33 PM

Excellent Mod - Thanks

But I have a slight problem

The Mod works great in my forum, but I also have the vBadvanced CMPS installed with a whos visited module

When I load this page, i get a line error in the bottom corner of the screen when i move my mouse over the name of a member who has visited and this script doesnt work

Does anyone know how to fix this

Thanks

my site is http://www.boogie2nite.co.uk

and a test user account

Username : test
Password : test

It works perfectly here

http://www.boogie2nite.co.uk/forum/index.php

but doesnt here

http://www.boogie2nite.co.uk/index.php

LockeAG 10-02-2006 07:35 PM

For me is not workin at all, And I don0't know why , I follow step by step , and nope, nothing happen.

I have a skin plus severeal other plugins , so I don't know whats going on , hope can give me a hand.

see'a

EDIT

Evrything works perfect!

incurable 10-05-2006 01:32 PM

this is handy!thank u !

mhdhallak 10-06-2006 02:08 AM

Hi

I followed the instructions thoroughly. When testing, hovering over a name generates this javascript error:

"Error: ajax_showTooltip is not defined
Source File: http://www.domainname.com/vb/index.php
Line: 1"

what is the most likely cause of this error?

Shazz 10-06-2006 02:37 AM

Why would it change my skin background color to grey?? :(

ericgtr 10-06-2006 03:15 AM

Have a look at this post and see if it fixes it for you https://vborg.vbsupport.ru/showp...7&postcount=59


All times are GMT. The time now is 07:34 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.01255 seconds
  • Memory Usage 1,762KB
  • 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)bbcode_code_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