WebmasterForums.NET - Webmaster Forums & Directory
 

Go Back   WebmasterForums.NET - Webmaster Forums & Directory > Webmaster Resources > Other Resources > Modifications
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Modifications All Invision Modifications will be located here.

Reply
 
Thread Tools Display Modes
Old 04-26-2005, 09:38 PM   #1
Romanos
WMF Staff member
 
Join Date: Nov 2004
Location: Toronto, Canada
Posts: 3,078
Romanos
Default

Title: Add a box under Board Statistics table
Author: Romanos
Preview: http://evolutiondesigns.w4.clicdev.c...ex.php?act=idx



ACP -> Skins & Templates -> Manage Skin Sets -> HTML -> Board Index Sections -> End Board Statistics Table.

Above

Code:
</table>
 </div>
  <!-- Board Stats -->
Add:
1 Box
Quote:
<table cellpadding='4' cellspacing='1' border='0' width='100%'>
<tr><td class='pformstrip' colspan='2'>
YOUR TITLE HERE
</td>
</tr>
<tr>
<td width="5%" class='row2'></td>
<td class='row4' width='95%'>
HTML OR TEXT HERE
</td>
</tr>
2 Boxes
Quote:
<table cellpadding='4' cellspacing='1' border='0' width='100%'>
<tr><td class='pformstrip' colspan='2'>
YOUR TITLE HERE
</td>
</tr>
<tr>
<td width="5%" class='row2'></td>
<td class='row4' width='95%'>
HTML OR TEXT HERE
</td>
</tr>
<table cellpadding='4' cellspacing='1' border='0' width='100%'>
<tr><td class='pformstrip' colspan='2'>
YOUR TITLE HERE
</td>
</tr>
<tr>
<td width="5%" class='row2'></td>
<td class='row4' width='95%'>
HTML OR TEXT HERE
</td>
</tr>
3 Boxes
Quote:
<table cellpadding='4' cellspacing='1' border='0' width='100%'>
<tr><td class='pformstrip' colspan='2'>
YOUR TITLE HERE
</td>
</tr>
<tr>
<td width="5%" class='row2'></td>
<td class='row4' width='95%'>
HTML OR TEXT HERE
</td>
</tr>
<table cellpadding='4' cellspacing='1' border='0' width='100%'>
<tr><td class='pformstrip' colspan='2'>
YOUR TITLE HERE
</td>
</tr>
<tr>
<td width="5%" class='row2'></td>
<td class='row4' width='95%'>
HTML OR TEXT HERE
</td>
</tr>
<table cellpadding='4' cellspacing='1' border='0' width='100%'>
<tr><td class='pformstrip' colspan='2'>
YOUR TITLE HERE
</td>
</tr>
<tr>
<td width="5%" class='row2'></td>
<td class='row4' width='95%'>
HTML OR TEXT HERE
</td>
</tr>
And somewhere at the bottom add:
Code:
<center>Boxed Partners and Copyrights created by <b>Romanos</b> at <a href="http://evolutiond.com">Evolution Designs</a>.</b> </center>
Romanos is offline   Reply With Quote
Old 04-27-2005, 12:15 AM   #2
hisham
Member
 
Join Date: Apr 2005
Posts: 91
hisham
Default

thanks for that, it was extremely helpful.

i'm using it on my forum now
__________________
<a href=\"http://gfxsector.com\" target=\"_blank\"><img src=\"http://i2.photobucket.com/albums/y49/hisham/skardsig.png\" border=\"0\" alt=\"IPB Image\" /></a>

<a href=\"http://gfxsector.com/index.php?showtopic=867\" target=\"_blank\">3 Pixel Border</a> | <a href=\"http://gfxsector.com/index.php?showtopic=999\" target=\"_blank\">Cool Banner Tut</a> | <a href=\"http://gfxsector.com/index.php?showtopic=91\" target=\"_blank\">Effective Blending</a> | <a href=\"http://gfxsector.com/index.php?showtopic=93\" target=\"_blank\">Full Grungey Sig Tut</a> | <a href=\"http://gfxsector.com/index.php?showtopic=1109\" target=\"_blank\">Gradient Tut</a> | <a href=\"http://gfxsector.blogspot.com/\" target=\"_blank\">My Blog</a>
hisham is offline   Reply With Quote
Old 07-24-2005, 04:54 PM   #3
DarkGamer
Senior Member
 
Join Date: Jun 2005
Posts: 411
DarkGamer
Default

in html i dont see it?
DarkGamer is offline   Reply With Quote
Old 07-25-2005, 11:05 PM   #4
Funnyguy
Senior Member
 
Join Date: Feb 2005
Location: Virgina
Posts: 349
Funnyguy
Send a message via AIM to Funnyguy Send a message via MSN to Funnyguy Send a message via Yahoo to Funnyguy
Default

What do you mean you don't see it?
__________________
&lt;center&gt;Ex ED Owner that Got Screwed
&lt;span style='font-size:14pt;line-height:100%'&gt;<a href=\"http://www.barney.com\" target=\"_blank\">Barney</a>&lt;/span&gt;
Join If Your Cool And I Promise You Won't Get Screwed There&lt;/center&gt;
Funnyguy is offline   Reply With Quote
Old 08-30-2005, 03:15 PM   #5
Ashilia
Member
 
Ashilia's Avatar
 
Join Date: Aug 2005
Posts: 89
Ashilia
Default

Absolutely great, but I messed up my board with it. Can somebody give me the default 'Header & Body' script?
__________________
<img src=\"http://img.photobucket.com/albums/v698/bex77/Signatures/hawk_sig.jpg\" border=\"0\" alt=\"IPB Image\" />
Ashilia is offline   Reply With Quote
Old 08-30-2005, 04:43 PM   #6
Romanos
WMF Staff member
 
Join Date: Nov 2004
Location: Toronto, Canada
Posts: 3,078
Romanos
Default

Quote:
Originally posted by Ashilia@Aug 30 2005, 11:15 AM
Absolutely great, but I messed up my board with it. Can somebody give me the default 'Header & Body' script?

Code:
<body bgcolor='#FFFFFF' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink='#000000' vlink='#000000'>
<% BOARD HEADER %>
<% NAVIGATION %>
<% BOARD %>
<% STATS %>
Romanos is offline   Reply With Quote
Old 08-30-2005, 06:05 PM   #7
Ashilia
Member
 
Ashilia's Avatar
 
Join Date: Aug 2005
Posts: 89
Ashilia
Default

Thankyou! It's fully fixed now
__________________
<img src=\"http://img.photobucket.com/albums/v698/bex77/Signatures/hawk_sig.jpg\" border=\"0\" alt=\"IPB Image\" />
Ashilia is offline   Reply With Quote
Old 09-10-2005, 02:20 AM   #8
~ These Words Are My Own ~
Junior Member
 
~ These Words Are My Own ~'s Avatar
 
Join Date: Sep 2005
Posts: 10
~ These Words Are My Own ~
Default

only IPB [img]style_emoticons/<#EMO_DIR#>/sad.gif[/img]
~ These Words Are My Own ~ is offline   Reply With Quote
Old 09-27-2005, 06:09 PM   #9
Greg
Senior Member
 
Join Date: Mar 2005
Posts: 149
Greg
Default

You may want to fix the preview.
__________________
<a href=\"http://www.gjonline.co.uk\" target=\"_blank\">GJ Online</a> | <a href=\"http://www.thetvcafe.com/forum\" target=\"_blank\">The TV Cafe</a>
Greg is offline   Reply With Quote
Old 09-29-2005, 08:36 PM   #10
Lee Vilenski
WMF Staff member
 
Lee Vilenski's Avatar
 
Join Date: Jan 2005
Location: BRITIAN!!!!!!!!Somerset.
Posts: 2,268
Lee Vilenski is an unknown quantity at this point
Send a message via MSN to Lee Vilenski
Default

Rom always used to use ED as the preview.....
__________________
FOOTbALL CRAZY

ED-WEBmasterFORUMS.NET biggest spammer.

Ask me for help, I always answer pms.

FANTASY FOOTBALL FORUM OWNERS-contact me if you are looking for simmers.
Lee Vilenski is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 12:53 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
WebmasterForums.NET - Webmaster Forums & Directory