Archive for vBulletin 4.0 Template Modifications
Jul
02
Full width Forum logo
Posted by: | CommentsFor fixed width styles
Note: Only use this If not using header adverts
Note: Only use this If not using header adverts
Find in 'header' template. It's at the start of the template
[code]
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x ........
For the full text, visit vBulletin.org
Jun
29
[ASK] How to make like this?
Posted by: | CommentsHow to make my forum like this?
there is help support in right side .. help me please .. ........
For the full text, visit vBulletin.org
there is help support in right side .. help me please .. ........
For the full text, visit vBulletin.org
Jun
29
Create 404 Page
Posted by: | CommentsI am not a proffessional Coder but I just fixed a 404 page for my Forum.
If you want to create one follow me;
Crate a new template wich will called 404_error on your style:
[html]{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw hea ........
For the full text, visit vBulletin.org
If you want to create one follow me;
Crate a new template wich will called 404_error on your style:
[html]{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw hea ........
For the full text, visit vBulletin.org
Jun
26
vB4m Continuous scrolling text (RTL)
Posted by: | CommentsThis super simple template edit will add a scrolling Marquee (RTL)
To add Above forums on forum home only.
Style Manager/Edit Templates/Forum Home Templates/ForumHome.
Find:
<!-- main -->
Add Below:
Alternate Location: [b]Above WG ........
For the full text, visit vBulletin.org
To add Above forums on forum home only.
Style Manager/Edit Templates/Forum Home Templates/ForumHome.
Find:
<!-- main -->
Add Below:
| Block Disabled: (Update License Status) | |
Suspended or Unlicensed Members Cannot View Code. |
|
Alternate Location: [b]Above WG ........
For the full text, visit vBulletin.org
Jun
26
Add button New Thread in SHOWTHREAD
Posted by: | CommentsAdd button New Thread in SHOWTHREAD

ACP > Styles & Templates > Search in Templates >
Find
[code]<div id="above_postlist" class="above_postlist">
<vb:if condition="$show['largereplybutton']">
<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1"
class="ne ........
For the full text, visit vBulletin.org
ACP > Styles & Templates > Search in Templates >
Find
[code]<div id="above_postlist" class="above_postlist">
<vb:if condition="$show['largereplybutton']">
<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1"
class="ne ........
For the full text, visit vBulletin.org
Jun
25
VBcms Image Resize
Posted by: | CommentsFirst posted mod. I didn't want to click the pencil for every picture in an article. I'm surprised this wasn't included in 4.04 :confused: Very simple to install. Before and after images included.
Step 1
Admincp>Styles & Templates>CSS Templates>vbcms.css
Replace with
[code].article img {
border:0;
max-h ........
For the full text, visit vBulletin.org
Step 1
Admincp>Styles & Templates>CSS Templates>vbcms.css
| Block Disabled: (Update License Status) | |
Suspended or Unlicensed Members Cannot View Code. |
|
Replace with
[code].article img {
border:0;
max-h ........
For the full text, visit vBulletin.org
Jun
24
HTML block – Forum Index
Posted by: | CommentsPlace a block at the bottom of your Forum Index. Good for mini banners, links, ads, Images...whatever.
Find in 'ForumHome' template
<!-- end what's going on box -->
and place Underneath
[code]
<div id="wgo_legend" class="collapse wgo_block">
<h2><span>Block Name</span></h2>
<div class="floatcontainer">
<div class="wgo_subblock">
<div>
[b][color="Red"]Your HT ........
For the full text, visit vBulletin.org
Find in 'ForumHome' template
<!-- end what's going on box -->
and place Underneath
[code]
<div id="wgo_legend" class="collapse wgo_block">
<h2><span>Block Name</span></h2>
<div class="floatcontainer">
<div class="wgo_subblock">
<div>
[b][color="Red"]Your HT ........
For the full text, visit vBulletin.org
Jun
22
Partner block under statistics (index)
Posted by: | CommentsThis mod add a bloc (under statistics) for add your partners. (100% xhtml)
<div class="vbhead">
<div class="vbhead_row table">
<h3>Partners
<a class="collapse wgo" id="collapse_wgo_partners" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_but ........
For the full text, visit vBulletin.org
- In the "FORUMHOME" template, find "{vb:raw template_hook.forumhome_wgo_pos5}", add before:
<div class="vbhead">
<div class="vbhead_row table">
<h3>Partners
<a class="collapse wgo" id="collapse_wgo_partners" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_but ........
For the full text, visit vBulletin.org
