php forum
php mysql forum
php mysql smarty
 
Topic Options
#107423 - 10/01/00 09:20 PM What's up with this ????
CTH Offline
Member

Registered: 09/13/00
Posts: 509
Loc: England

   What Add to del.icio.us
  Digg What Digg it
Hey,

Since moving my PM and whose online bars into the same line

My PM icon seems to have had it's space behind it expand. What I mean is the box that the icon sits on has gotten so big my PM icon looks lost lol

Here's a link ::::

Click Here

Does anyone know how to rectify this please ????

Also, does anyone know how I can remove the world.gif and the box it sits in ????

Thanks,

TotalNewbie

Top
#107424 - 10/02/00 03:33 PM Re: What's up with this ????
empire Offline
Member

Registered: 08/17/00
Posts: 795
Loc: U S of A
Looks fine to me, mano. You're aren't using netscape, are you? It has some...issues with simple tables.

as for the globe...just follow these instructions (be creative though, i just ripped the code from the parsed HTML):

find this in Ultimate.cgi:
Code:
code:


Delete it. Right below, or next to the above line is something like this:
Code:
code:


change 'colspan="5"' to 'colspan="6"'.

Again, your code doesn't look like that, I used the parsed HTML.


By the way, your board would look really nice with a thin border around it (like the one here, and at my board .
------------------
-david
<FONT size="1">I stand on my head and watch it all go away.</FONT s>

Top
#107425 - 10/03/00 02:44 AM Re: What's up with this ????
CTH Offline
Member

Registered: 09/13/00
Posts: 509
Loc: England
Thanks EvilEmpire dude

I'll go give that a try.

And I agree with the border. How would I go about that please ????

Your boards look real nice with it on

TotalNewbie

Top
#107426 - 10/03/00 03:41 PM Re: What's up with this ????
empire Offline
Member

Registered: 08/17/00
Posts: 795
Loc: U S of A
there is a really, really simple way to do a border but naturally, it doesn't work in netscape. So we have to do it that hard, tedious, annoying way instead.

Mine are probably a little more complicated than most, but it helps in the long run, I think.

OK, in Styles.file, add two new variables, right before "1;":
Code:
code:


OK, you need to set your $TableWidth to 100% in the control panel too. This means that all your tables will be 100% of the width of the number you just set in Styles.file. Theres a catch though. Once you do all that, ALL your tables on ALL pages will be 100% of the screen size until you add a border to every one.

Thats the color of your category bar, by the way. I think it would look nice, but that's up to you.


Now I'm going to show you how to add it to....forumdisplay.cgi. After that, you can carry the same principals to any other page you want to apply it on. I chose forumdisplay.cgi because it's the simplest file, thus easy to edit.

find the first instance of this:
Code:
code:


insert these things into the table tag, right before ">":
Code:
code:


Now, right before the "<table" tag, insert the following:
Code:
code:


Find this about 30-40 lines down:
Code:
code:


Add this after it:
Code:
code:


Can you see where this is going? Basically, you just want to enclose all the tables within another table row whose background is the border color. At the end, after the last
"</table>" tag, add:

Code:
code:


Those instructions were probably pretty bad, but I hope I helped a little. If you need any minor help, just view the source of my pages, because thats almost exactly how I did mine.

Heres how the basic format should look (not the real code):
Code:
code:


Also, I just realized that your topmost table (containing image and such) would probably look pretty bad with a border. I'm sure you can figure that out later though.

------------------
-david
<FONT size="1">I stand on my head and watch it all go away.</FONT s>

Top
#107427 - 10/03/00 03:51 PM Re: What's up with this ????
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Width is due to colspan.. you have 4 columns (pm & who's online) but your ubb has 5 or sometimes more..



------------------
Cyber-Poetry.com
UBB Layout Designer/Affiliate
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#107428 - 10/03/00 04:31 PM Re: What's up with this ????
Burak Offline
Addict

Registered: 05/29/00
Posts: 1820
Loc: Istanbul, Turkey
Quote:
quote:


errr.... i think that there is a "border color" option in the licensed ubb style settings?

Also there must be two table width options; one for internal table (100%) & one for external (95%)...
_________________________
one bytecode to rule them all

Top
#107429 - 10/03/00 06:27 PM Re: What's up with this ????
empire Offline
Member

Registered: 08/17/00
Posts: 795
Loc: U S of A
well, then. I didn't know about that.

As for the external/internal widths...I covered that.

------------------
-david
<FONT size="1">I stand on my head and watch it all go away.</FONT s>

Top
#107430 - 10/03/00 09:48 PM Re: What's up with this ????
SonnyBlack Offline
Member

Registered: 09/23/00
Posts: 37
Loc: MO
To the best of my knowledge, the UBB already has bits of HTML code defined for the tables needed for the "tedious" border method, called $BorderTop and $BorderBottom ... Makes life a lot easier

Oh, and yes the UBB has a BorderColor setting, but it is actually for the cell background color used in the workaround tables.

------------------
goodfellasweb.com

<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by SonnyBlack on October 03, 2000 at 09:50 PM</font>

Top
#107431 - 10/04/00 02:11 PM Re: What's up with this ????
empire Offline
Member

Registered: 08/17/00
Posts: 795
Loc: U S of A
Quote:
quote:


------------------
-david
<FONT size="1">I stand on my head and watch it all go away.</FONT s>

Top
#107432 - 10/14/00 06:42 AM Re: What's up with this ????
9679 Offline
Junior Member

Registered: 08/25/00
Posts: 10
Was doing a search for this subject, and came up with this topic. Basically, i've followed the instructions above, but my borders came out really thick. Could anyone help me? My board is here.

Thanks!

<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by 9679 on October 14, 2000 at 08:17 AM</font>

Top
#107433 - 10/14/00 11:09 AM Re: What's up with this ????
empire Offline
Member

Registered: 08/17/00
Posts: 795
Loc: U S of A
make sure that cellspacing is set to "1" in your main table.

find this in your code:
<table border="0" width=100%>

it should look like that, unless the 100% is a variable, like "$TableWidth". Right before the ending ">", add this line:

cellpadding="2" cellspacing="1"

Thats it.



------------------
-david
<FONT size="1">Choose your future.
www.antipopculture.org </FONT s>

Top
#107434 - 10/15/00 06:55 AM Re: What's up with this ????
9679 Offline
Junior Member

Registered: 08/25/00
Posts: 10
Thanks for the help, it worked!

Top


Who's Online
0 Registered (), 38 Guests and 4 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Blogs, love em or hate em?
by Ian_W
Yesterday at 03:47 PM
What do you use to edit the files
by Ian_W
Yesterday at 03:33 PM
BeyondCompare v3.00
by Ian_W
Yesterday at 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
Yesterday at 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
Looking for a simple upload script
by Murphdog
09/26/08 08:45 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3] Language file checker
by blaaskaak
09/09/08 12:56 AM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
ghengis317, NitroX, Dogan, EliYah-, W-D
13344 Registered Users
Top Posters Last 30 Days
AllenAyres 16
blaaskaak 13
FREAK1 7
Mike L_dup1 4
Chris Bale 4
Ian_W 4
tackaberry 3

 

 

 
fusionbb message board php hacks