Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Mod Mb (forumhome Change) New Mod!! Details »»
Mod Mb (forumhome Change) New Mod!!
Version: 1.00, by Dj Sagi Dj Sagi is offline
Developer Last Online: Jun 2009 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 01-10-2009 Last Update: 02-26-2009 Installs: 5
Template Edits
Additional Files  
No support by the author.

it is good for all version
3.X

now
screenshot:



it is replace the CS mod.
you must 60X60 category image!
how you do this:
ADMINCP> STYLES> EDIT TEMPLATES>FORUMHOME
search:
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<tr align="center">
	  <td class="thead">&nbsp;</td>
	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
	  <td class="thead">$vbphrase[last_post]</td>
	  <td class="thead">$vbphrase[threads]</td>
	  <td class="thead">$vbphrase[posts]</td>
	  <if condition="$vboptions['showmoderatorcolumn']">
	  <td class="thead">$vbphrase[moderator]</td>
	  </if>
	</tr>
</thead>
$forumbits
replace with:

HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<table width="100%" align="center" cellspacing="4" cellpadding="10"><tr><td valign="top" width="100%" id="lastposttbl" align="center"><b>
<table width="100%" cellspacing="0" cellpadding="0" border="0" valign="top">
<tr>
<td width="80%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" valign="top">
<tr valign="top">
$forumbits
</tr>
</table>
</td>
</tr></table></td></tr></table>
after open forumhome_forumbit_level1_nopost

REPLACE ALL WITH:

HTML Code:
<table cellpadding="0" height="150" cellspacing="0" border="0" width="100%">
<tr cellpadding="0" height="150" cellspacing="0" border="0" width="100%">
<td height="150" background="images/cate/bg.gif" cellpadding="0" cellspacing="0" border="0" width="100%">
<table height="33" valign="top" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="middle" height="33" width="100%">
<td valign="middle" width="20"><table valign="middle" width="20"><tr valign="middle" width="20"><td valign="middle" width="20"></td></tr></table></td>
<td valign="middle" height="33" width="100%">
<center>
<b><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">
<strong><font style="font-size:15px" face="arial" color="#FFFFFF">$forum[title]</font></strong></a>
</font></b>
</center>
</td>
</tr></table>

<table cellpadding="0" align="right" valign="top" height="115" cellspacing="0" border="0" width="10%">
<tr height="5" align="center" width="100%" valign="top"></tr>
<tr height="110" align="center" width="100%" valign="top">
<td height="110" align="center" width="100%" valign="top">
<img src="images/cate/$forumid.gif">
</td>
</tr></table>

<table height="115" align="center" cellpadding="0" cellspacing="0" border="0" width="90%" valign="top">
<tr height="110" cellpadding="0" align="center" cellspacing="0" border="0" width="77%" valign="top">
<td width="42" valign="middle"><table valign="middle" width="42"><tr valign="middle" width="42"><td valign="middle" width="42"></td></tr></table></td>
$childforumbits
<td width="42" valign="middle"><table valign="middle" width="42"><tr valign="middle" width="42"><td valign="middle" width="42"></td></tr></table></td>
<td cellpadding="0" valign="top" height="115" align="left" cellspacing="0" border="0" width="10%">
<table cellpadding="0" valign="top" height="115" align="center" cellspacing="0" border="0" width="10%">
<tr height="5" align="center" width="100%" valign="top"></tr>
<tr height="110" align="center" width="100%" valign="top">
<td height="110" align="center" width="100%" valign="top">
<img src="images/cate/$forumid.gif">
</td>
</tr></table></td>
<td width="13" valign="middle"><table valign="middle" width="13"><tr valign="middle" width="13"><td valign="middle" width="13"></td></tr></table></td>
</tr>
</table>
</td>
</tr>
</table>
after open forumhome_forumbit_level2_post:
REPLACE ALL WITH:

HTML Code:
<td align="center" height="110">
<table align="center">
<tr align="center">
<td valign="middle" align="center"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img  align="center" src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></a></td>
</tr>
<tr>
<td align="center">
<div align="center">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">
<font style="font-size:12px" face="arial" color="#FFFFFF"><b>$forum[title]
</b></font></a>
</div>
</td></tr>
</table></td> 
after this Download and Upload this files
to dic: imagesdir(name of images dir)>cate(create dir with name "cate"> and upload the bg.gif

if you want aother color you have the PSD file' you can edit the file and change color and rename him to "bg.gif".

enjoy credit to my friend that created this mod!!! "MaorBari"

Show Your Support

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

Comments
  #12  
Old 02-13-2009, 10:11 PM
Jorge Gomez Jorge Gomez is offline
 
Join Date: Sep 2008
Location: Medell?n, Colombia
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

waiting screenshot... *-)
Reply With Quote
  #13  
Old 02-14-2009, 04:52 AM
Vackrick Vackrick is offline
 
Join Date: Apr 2008
Location: Taiwan
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please provide the screen shot or i have to ask a moderator from vbulletin.org to pm u about ur thread without a screenshot
Reply With Quote
  #14  
Old 02-18-2009, 01:49 PM
GigaSb GigaSb is offline
 
Join Date: Aug 2006
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

some 1 that installed have screenshot ?
Reply With Quote
  #15  
Old 02-18-2009, 03:36 PM
jlew24asu jlew24asu is offline
 
Join Date: Nov 2006
Location: Chicago, IL USA
Posts: 702
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im confused
Reply With Quote
  #16  
Old 02-19-2009, 12:02 AM
indie2industry's Avatar
indie2industry indie2industry is offline
 
Join Date: Jan 2008
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL. this thread is priceless.
Reply With Quote
  #17  
Old 02-27-2009, 01:43 PM
Dj Sagi Dj Sagi is offline
 
Join Date: Oct 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ho my god
why they delete my link?
ok i give u another screenshot.
Reply With Quote
  #18  
Old 02-28-2009, 01:29 PM
bbcentral's Avatar
bbcentral bbcentral is offline
 
Join Date: Apr 2006
Location: Australia
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If this is just a template modification to change the way your Forum Index is displayed, it should have been posted in the Template Modifications forum.

It's not a mod, calling it "Mod Mb" is as misleading as if vBulletin was called "Super XL". It makes no sense to give a template edit a name, it just draws interest from people who think it's something else. And then those people are disappointed when they see it's just a template edit (like myself).
Reply With Quote
  #19  
Old 02-28-2009, 05:04 PM
Alexey? Alexey? is offline
 
Join Date: Oct 2008
Location: ISRAEL
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL.
The israeli CS is not very nice for other people.
its all started from FXP
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 04:41 AM.


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.13972 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_html
  • (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
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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_postinfo_query
  • fetch_postinfo
  • 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