vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [RELEASE] Forumhome mouse overs and Mini Icons (https://vborg.vbsupport.ru/showthread.php?t=85118)

Shaolyen 10-26-2002 10:00 PM

[RELEASE] Forumhome mouse overs and Mini Icons
 
Authors: SaintDog, Xiphoid (Original hacks) and Shaolyen
Description:
Full credit goes to SaintDog (for his "Front Page Links" hack - URL: http://www.vbulletintemplates.com/mo...s=&threadid=26) and Xiphoid (for his "Mouse Over Effects" hack - URL: http://www.vbulletintemplates.com/mo...s=&threadid=14)

First of all, I?m not after any credit for this. I?m not releasing this to notch up my release count, nor any other selfish reason! I know a lot of people out there will know that something like this is really easy to do, but I?m not releasing it because it?s a feat of HTML coding. The main reason is because I know a lot of people wouldn?t have thought of this idea ? not to mention the fact that this will help people without any skill in HTML.

This release basically combines the two hacks mentioned above with a few modifications, in a ready made forumhome_forumbit_level2_post template. I find myself installing and modding vBulletin boards for companies all the time, this was designed to make my life easier. I?m releasing this in the hope that it?ll make other people?s lives easier when they develop their boards!
Modifications:
1) On mouse over colour change for the ?Last Post By? cell ? colour changes to {firstaltcolor}. On click, the user will be directed to the last post made in that sub forum.
2) On mouse over colour change for the ?Moderators? cell ? colour changes to {secondaltcolor}. On click, the user will be directed to the ?Forum Leaders? page.
3) As far as I could tell from SaintDog?s hack, there wasn?t a ?Search for all new posts in this sub forum? button like there is on vbulletintemplates.com. So, I added one.

Everything needed is in the zip. I?ve included the entire template rather than the individual modifications, because there isn?t really a lot more a person could have added to forumhome_forumbit_level2_post! However, if someone wants me to provide a file with step by step instructions for the code to modify, let me know.

Screenshot: Next post

Shaolyen 10-27-2002 01:15 PM

Screenshot

Neo-Storm 10-27-2002 02:53 PM

very nice mod.. Clicks install

imported_SeanMT 10-27-2002 05:47 PM

very good

lordofgun 10-27-2002 09:35 PM

Love it! Will install later!

Shaolyen 10-27-2002 09:37 PM

I'm glad people are finding this useful, I thought I was going to get clubbed to death for releasing something so simple :p

imported_Mr_P 10-27-2002 11:14 PM

nope its a nice hack i removed the mouse over effect as was`nt to keen on that but thats just my opinon besides that i like the new icons

cheers

Photon 10-28-2002 09:20 AM

Code:

<tr align="center">
        <td bgcolor="{secondaltcolor}" valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
        <td bgcolor="{firstaltcolor}" align="left"
onMouseOver="this.style.backgroundColor='{secondaltcolor}';
this.style.cursor='hand';"
onMouseOut="this.style.backgroundColor='{firstaltcolor}';"
onClick="window.location.href='forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]'"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
        <br><smallfont>$forum[description]<br><b>Moderated by: $forum[moderators]</b></smallfont></td>
        <td bgcolor="{secondaltcolor}"><normalfont>$forum[replycount]</normalfont></td>
        <td bgcolor="{firstaltcolor}"><normalfont>$forum[threadcount]</normalfont></td>
        <td bgcolor="{secondaltcolor}"><smallfont>$forum[lastpostinfo]</smallfont></td>
</tr>


that's my old one.. I want to keep the mods under forumname.. can anyone fix it?

Shaolyen 10-28-2002 09:29 AM

What's the problem?

502dany 10-28-2002 11:26 AM

Great!!! "Install" clicked!


All times are GMT. The time now is 01:41 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.01497 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)pagenav_pagelink
  • (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