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)

Xplorer4x4 08-08-2005 11:41 PM

Quote:

Originally Posted by Tony G
Oh, you mean forumdisplay?

It's possible and not that hard either, just have to put the similar code (from this mod) into the forumdisplay templates.

There are two codes, and where? I tried both codes seperatley and neither worked. Where do you add them in the forumdisplay template?

Gizmo5h1t3 08-08-2005 11:56 PM

works like a charm

Oblivion Knight 08-09-2005 07:10 PM

Quote:

Originally Posted by Tony G
It's possible and not that hard either, just have to put the similar code (from this mod) into the forumdisplay templates.

The only problem being that if you still want the cell to direct you to the appropriate thread once clicked, it renders the AJAX feature of being able to edit the thread title rather useless.. ;)


Quote:

Originally Posted by Xplorer4x4
There are two codes, and where? I tried both codes seperatley and neither worked. Where do you add them in the forumdisplay template?

It's in the [high]threadbit[/high] template..

Find:
HTML Code:

        <td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
Replace it with:
HTML Code:

        <td class="alt1Active" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.className='alt2Active'" onmouseout="this.className='alt1Active'">
This takes in to consideration the problem that I mentioned above, and as such the onclick and style attributes have been removed..

sheikfreik 08-10-2005 02:57 AM

thanks for the forumhome effect and also thanks for the threadbit mod. :)

Logikos 08-10-2005 03:21 AM

Thanks O.K. Saved me the trouble. :p

Xplorer4x4 08-12-2005 10:17 PM

Quote:

Originally Posted by Oblivion Knight
The only problem being that if you still want the cell to direct you to the appropriate thread once clicked, it renders the AJAX feature of being able to edit the thread title rather useless.. ;)

Thats sucks:( Thats partialy why I wanted it. But thanks for the threadbit part anyways. I still plan on using it. :)

socalsoccer 08-27-2005 11:05 PM

Threadbit mod worked and The main mod worked perfect. They both go hand in hand.

Thanks

KuRi 08-28-2005 01:20 AM

can this be done for threads as well??

Xplorer4x4 08-28-2005 05:24 AM

Quote:

Originally Posted by KuRi
can this be done for threads as well??

Are you refering to this page or the page before this? If you meant the page before this refer to this post: https://vborg.vbsupport.ru/showpost....0&postcount=23

If you mean this page I assume you would copy and paste the same code listed in that post into your show thread template. But I am just guessing.

KuRi 08-28-2005 11:16 PM

thanx for your help.... i missed that post whilst skimming through


All times are GMT. The time now is 01:09 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.01167 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
  • (2)bbcode_html_printable
  • (5)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