vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Forumhome Mouseover Effect (https://vborg.vbsupport.ru/showthread.php?t=92600)

Logikos 04-01-2006 06:58 AM

I didn't think it did, when I updated the code; The Ajax worked fine. I would consider reinstall this Tralala. ;)

Tralala 04-01-2006 01:00 PM

It's probably a browser thing then; it affected my AJAX ability to edit thread title's by double-clicking... my primary browser is Safari.

Jordan17 04-01-2006 04:07 PM

Doesn't work in Opera. The mouseover effect is messed up.

Also, if you use this for your actual threads, not just the sub-forums, it will render the AJAX title update absolutely useless.

Bates 04-11-2006 09:13 AM

thx
--click--

camuca 06-04-2006 05:50 AM

Good one. installed thanks

inkdot 06-06-2006 12:59 PM

installed, thanks for this sexy hack :]

btw, if you use vbstyles.com layout, their threadbit uses an extra conditional and css for stickies

the old code looks like this:
Code:

<td class="<if condition="$thread['sticky'] == 1">sticky <else />alt1</if>" id="td_title_$thread[realthreadid]" title="$thread[preview]">
this is the code i used:
Code:

<td class="<if condition="$thread['sticky'] == 1">sticky<else />alt1</if>" id="td_title_$thread[realthreadid]" title="$thread[preview]" style="cursor:hand;" onmouseover="this.className='althover';" onmouseout="this.className='<if condition="$thread['sticky'] == 1">sticky<else />alt1Active</if>';" onclick="window.location.href='<if condition="$show['gotonewpost']">showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]<else />showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]</if>';">

Nathan2006 06-06-2006 08:34 PM

Thank you LiveWire

Looks really nice :)

Install;)

ubblite 06-18-2006 04:01 AM

Nice hack.

I searched this thread but haven't found detailed information on how to make this work with CMPS Latest Threads Module. If someone knows how, could you please post what code needs to be replaced/added in CMPS for this to work?

Thanks.

Trana 06-18-2006 05:14 AM

Read back in this thread a bit or on VBA for the small change needed for CMPS.


All times are GMT. The time now is 10:17 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.01244 seconds
  • Memory Usage 1,727KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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