Forum: vBulletin 4.x Add-ons
23 Jan 2016, 17:35
|
Replies: 21
Views: 13,237
I've expanded on this with:
<span...
I've expanded on this with:
<span class="highlighter" style="background-color:{option};">{param}</span>
added this to the additional.css file:
.highlighter {padding-top: 2px; padding-left: 5px;...
|
Forum: Modification Graveyard
03 Jul 2010, 02:48
|
Replies: 1
Views: 3,013
|
Forum: vBulletin 4 Articles
23 Jun 2010, 04:26
|
Replies: 440
Views: 121,746
I have profile field 8 with radio single...
I have profile field 8 with radio single selection as the type. It's set with options of yes and no. It seems to be working.
<vb:if condition="in_array($bbuserinfo['field8'], array(yes))">...
|
Forum: vBulletin 4.x Styles
29 May 2010, 07:01
|
Replies: 85
Views: 34,955
|
Forum: vBulletin 4.x Styles
09 May 2010, 19:04
|
Replies: 85
Views: 34,955
|
Forum: vBulletin 4.x Styles
23 Feb 2010, 00:59
|
Replies: 85
Views: 34,955
|
Forum: vBulletin 4.x Styles
20 Feb 2010, 23:26
|
Replies: 85
Views: 34,955
Updated the images to show correctly and the...
Updated the images to show correctly and the thread markers. Except the custom ones.
I've adjusted this in the update. Your navbar tabs have too many for use with the search bar. That is what is...
|
Forum: vBulletin 4.x Styles
30 Jan 2010, 14:15
|
Replies: 85
Views: 34,955
|
Forum: vBulletin 4.x Styles
23 Jan 2010, 00:08
|
Replies: 85
Views: 34,955
|
Forum: vBulletin 4.x Styles
23 Jan 2010, 00:03
|
Replies: 85
Views: 34,955
It's actually the style variables at work.
...
It's actually the style variables at work.
To correct if you don't like there are 2 css templates you'll have to edit.
In forumdisplay.css
FIND:
dl.icon_legends dt {
float: {vb:stylevar...
|
Forum: vBulletin 4.x Styles
22 Jan 2010, 01:50
|
Replies: 85
Views: 34,955
IPB V 1.0.3
Updated css files.
Added some...
IPB V 1.0.3
Updated css files.
Added some more custom icons.
Corrected some previous colors.
Modified new style variables for 4.0.3.
Included CMS and Blog xml file seperately.
This theme...
|
Forum: vBulletin 4.x Styles
22 Jan 2010, 01:49
|
Replies: 85
Views: 34,955
IPB3 Style to vB4
IPB3 Style on vB4 Suite
A simple port featuring styling from IPB3. Features some new thread marker icons. Changed around the search box to allow more room for the navigation bar to spread out if...
|
Forum: vBulletin 3.7 Styles
26 Jan 2008, 17:00
|
Replies: 15
Views: 10,288
Thanks for the pointer.
See if this fixes...
Thanks for the pointer.
See if this fixes your. I tested it on mine and it worked.
Go to:
ACP->Styles & Templates -> The Sims 2 Glamour -> Edit Templates
Member Info Templates ->...
|
Forum: vBulletin 3.7 Styles
18 Jan 2008, 02:58
|
Replies: 0
Views: 3,470
The Sims 2 BonVoyage
The Sims 2 Bon Voyage
Something a little different for the Simmers out there. Coming from the seven seas is a voyage into a few new things. Hope you enjoy!
Folder: ...
|
Forum: vBulletin 3.7 Styles
18 Jan 2008, 02:49
|
Replies: 0
Views: 3,209
The Sims 2 Glamour2
The Sims 2 Glamour 2
A new theme for The Sims 2 enthusiast. Decorated in soft peaches and greens giving a classic style to a glamourist style.
Folder:
forum_root/styles/ts2_glamour2/
...
|
Forum: Graphics Articles
31 Dec 2007, 05:22
|
Replies: 37
Views: 46,912
|
Forum: Community Lounge
29 Dec 2007, 02:48
|
Replies: 19
Views: 2,098
|
Forum: vBulletin 3.7 Styles
29 Dec 2007, 01:09
|
Replies: 15
Views: 10,288
|
Forum: vBulletin 3.7 Styles
28 Dec 2007, 04:03
|
Replies: 15
Views: 10,288
The Sims 2 Glamour Style
This theme was made for The Sims 2 enthusiast. Imitated after the popular Sims 2 colors taken from the background wallpaper. This theme displays some classical styling.
Features:
Icons from...
|
Forum: vB3 Design and Graphics Discussions
03 Dec 2007, 03:32
|
Replies: 2
Views: 803
|
Forum: vBulletin 4.x Add-ons
09 Oct 2007, 02:04
|
Replies: 869
Views: 1,214,865
|
Forum: vB3 Design and Graphics Discussions
01 May 2007, 01:47
|
Replies: 6
Views: 1,262
You just upload like any file to your root...
You just upload like any file to your root directory.
For more on favicons check out the following. Make sure you place the link in the headinclude template for it to show on your forum. I...
|
Forum: vBulletin 3.6 Template Modifications
07 Oct 2006, 03:35
|
Replies: 156
Views: 85,511
Extra BBcode for alignment
I love the ones here. Below is an alternate to using <div> tags. I had a problem with them not showing due to some template customizations I have. Sometimes <table> tags work better. Just use the...
|
Forum: vB3 General Discussions
06 Jul 2006, 10:27
|
Replies: 1
Views: 629
Your css code for class should be:
...
Your css code for class should be:
.leftbg-bw1
{ background: url(images/bg/bg-left.png) repeat-y 0% 0px;
}
.rightbg-bw2 {
background: url(images/bg/bg-right.png) repeat-y 100% 0px;
}...
|
Forum: vB3 Programming Discussions
06 Jul 2006, 08:06
|
Replies: 4
Views: 830
|