Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
my little modification to the "forumhome_forumbit_level2_post & forumdisplaybit"... Details »»
my little modification to the "forumhome_forumbit_level2_post & forumdisplaybit"...
Version: , by Moyses Moyses is offline
Developer Last Online: Oct 2010 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-10-2003 Last Update: Never Installs: 0
 
No support by the author.

my little modification to the "forumhome_forumbit_level2_post & forumdisplaybit" templates...

Well... i'm new to this (ji ji ji ) like i said, it's only a little template hack, but i think you could see it as a little hack

What does? (tested in vb 2.2.8, but i think that this code work in any versions)
hmm ?__? you can see a demo at mi forums http://foros.angzone.com (see the Forum Index! ^__^u & the forumdisplay)

1- Just find the next code in "forumhome_forumbit_level2_post" template:

Quote:
<td bgcolor="{ firstaltcolor }" align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
<br><smallfont>$forum[description]</smallfont></td>
now, replace width:

Quote:
<td bgcolor="{ firstaltcolor }" onmouseover="if (typeof(this.style) != 'undefined') this.style.backgroundColor = '{ secondaltcolor }'" onmouseout="if (typeof(this.style) != 'undefined') this.style.backgroundColor = ''"
Onclick="javascript:location.href('forumdisplay.ph p?s=$session[sessionhash]&forumid=$forum[forumid]')" style="cursor: hand;"
align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</a></b></normalfont>
<br><smallfont>$forum[description]</smallfont>
</td>
2- in "forumdisplaybit" template find:

Quote:
<td bgcolor="{ firstaltcolor }" align="left" width="70%">
now, replace width:

Quote:
<td bgcolor="{ firstaltcolor }" align="left" width="70%"
onmouseover="if (typeof(this.style) != 'undefined') this.style.backgroundColor = '{ secondaltcolor }'"
onmouseout="if (typeof(this.style) != 'undefined') this.style.backgroundColor = ''" onclick="window.location.href='showthread.php?s=$s ession[sessionhash]&threadid=$thread[threadid]'" style="cursor: hand;">
well, see yaa

sorry but my English is not very good!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-10-2003, 06:07 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi buddy - i don't understand exactly what this does.

Also i would put your instructions in a text file so that vbulletin.org doesn't parse the replacements

Regards

- miSt
Reply With Quote
  #3  
Old 01-10-2003, 06:08 PM
WetWired's Avatar
WetWired WetWired is offline
 
Join Date: Jun 2002
Location: Texas
Posts: 669
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a nice effect. We use something similar. Please note that this doesn't work well if your visitors like to open threads/forums in new windows.
Reply With Quote
  #4  
Old 01-10-2003, 06:10 PM
WetWired's Avatar
WetWired WetWired is offline
 
Join Date: Jun 2002
Location: Texas
Posts: 669
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Hi buddy - i don't understand exactly what this does.

Also i would put your instructions in a text file so that vbulletin.org doesn't parse the replacements

Regards

- miSt
Basicly, it makes the whole forum and topic name cells into links with mouseover color change.
Reply With Quote
  #5  
Old 01-17-2003, 03:37 AM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow. I am lost here. I don’t have any files in my form directory called “forumhome_forumbit_level2_post” or “forumdisplaybit” am I missing something here? I would like to try this hack.
Reply With Quote
  #6  
Old 01-17-2003, 10:13 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh is this hypercell tables?
Reply With Quote
  #7  
Old 01-17-2003, 01:36 PM
WetWired's Avatar
WetWired WetWired is offline
 
Join Date: Jun 2002
Location: Texas
Posts: 669
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

These are templates. You edit them in the admin CP.
Reply With Quote
  #8  
Old 01-17-2003, 02:56 PM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok. I figured this out. I got everything to work but with one problem. When I load the first page of the forum gets errors. I can not click the box and get it to go into the sub-forum. The link workds though. But when in the sub-forums it all works correctly. So if I am correct in my line of thinking I think it is in the "forumhome_forumbit_level2_post". I will leave my homepage online if some one needs to look at it they can see what I mean www.whiteblaze.net/forum. The script I replaced refers to a java script maybe that is what is wrong. Could someone help me please.

P.S. This does not work when I click on NEW POST. Does anyone know what I change for that and what text I replace it with?
Reply With Quote
  #9  
Old 01-17-2003, 03:54 PM
WetWired's Avatar
WetWired WetWired is offline
 
Join Date: Jun 2002
Location: Texas
Posts: 669
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm. Change it so instead of java script:location.href( it uses window.location.href= (and remove the trailing ')' )
Reply With Quote
  #10  
Old 01-17-2003, 03:57 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This has already been done and released a long time ago.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:01 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05089 seconds
  • Memory Usage 2,296KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete