PDA

View Full Version : vB bottom picture


GohanSSJ
01-10-2003, 6:30 PM
My friend has a vB forum which im a admin at and im doing all the techy stuff for him and he wanted a picture at the bottom, its on the bottom now with right size and all but there is still 1 space under it, yet there is no code that should cause that so can someone give me the code which i could just put the filename in plz

Mntsnow
01-10-2003, 9:04 PM
Link to site so I can see how to help ya?

GohanSSJ
01-11-2003, 1:42 PM
http://www.ragezone.com/forum/index.php

BTW is it illegal to remove the vBulletin version etc?

Mntsnow
01-11-2003, 6:39 PM
Yes it is illegal to remove the Vbulletin Copyright notice.

You can though remove the "version" part (2.x.x ) if you wish from what I understand without any problems.

As for putting an image at the bottom your admin will need to edit the same section that he edited to remove the Copyright notice and just use html to code in the desired image(s) they want to include. and of course so you don't get a space at the end make sure he doesn't put a <br> or </p> at the end which would cause a carriage return and thus a extra space.

jad1097
01-11-2003, 6:52 PM
I hate forums where you have to register before you can see anything! Unless you are hiding something there is no reason for it.



What is Mir?

GohanSSJ
01-11-2003, 9:24 PM
The logo is already in that part the code is
<img border="0" <img src="bottom.jpg" width="100%" alt="Footer">

jad1097
01-11-2003, 10:58 PM
I see. Thank you for explaining it to me.:)


Once you get the desired membership you may want todo this (http://www.javascriptkit.com/howto/htaccess.shtml). ;)

Cabinetmaker
01-12-2003, 6:38 PM
try changing

<img border="0" <img src="bottom.jpg" width="100%" alt="Footer">
to

<img border="0" src="bottom.jpg" alt="Footer">

GohanSSJ
01-12-2003, 9:28 PM
Didnt work

Mntsnow
01-12-2003, 9:47 PM
Hmmmm The space must be getting called from one of the templates....I'm going to dig around and see what I can find

Cabinetmaker
01-13-2003, 1:46 AM
Oh, that space at the bottom http://www.xtremepccentral.com/forums/images/icons/icon10.gif

You will need to add into your body:

<BODY id=all text=#000000 vLink=#000020 aLink=#000000 link=#ff4400 bgColor=#7b99b1 leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" bottommargin=0>


or in your css body you can add:

BODY {
SCROLLBAR-ARROW-COLOR: #0a3354; SCROLLBAR-BASE-COLOR: #648dae
; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px
}


----------------------------


You also need to clean up your image code a bit.
Change

<IMG alt=Footer
src="bottom.jpg" width="100%" border=0 > <img>

to

<IMG src="bottom.jpg" alt=Footer width="100%" border=0 >

GohanSSJ
01-13-2003, 6:12 AM
Both didnt work :(

Mntsnow
02-12-2003, 5:37 PM
Did you ever get this taken care of Gohan?

GohanSSJ
02-12-2003, 9:10 PM
Kind of, i never got it really right though.

Anyway his site is down now because of paying problems (for the server)
His father used to pay for it but lost his job sometime ago.

Mntsnow
02-12-2003, 9:11 PM
I was wondering what happened to the site

GohanSSJ
02-14-2003, 1:30 AM
Anyway he is trying to get it back up, but since he used a good server and all it costs alot of money to keep it running, and since he is only 17 he doesnt have that much money.

Mntsnow
02-14-2003, 7:47 AM
Heck I'm older than that I and I have a hard time affording all my server hardware!

GohanSSJ
02-14-2003, 11:12 AM
Yeah but you also got a family :)

GohanSSJ
02-18-2003, 8:18 PM
And it's back :)

But everything is gone though, the problem was that he hadnt done any back ups at all, and the latest back up i did was about 1,5 week before it got closed, and since there have been posted so much already we decided to leave it like that.

There have also been a chat room added, gotta make the place nice ofcourse :)

Mntsnow
02-18-2003, 8:43 PM
cool

GohanSSJ
02-20-2003, 6:31 AM
Ok, MentaL (he runs the site) made a new theme, but when you look at the topic itself the posts arent maxed, just check http://forum.ragezone.com/showthread.php?s=&threadid=107 and you will see what i mean, could you tell me what i need to change, and were.
BTW login XPC pass xtreme

Mntsnow
02-20-2003, 7:42 AM
Ahhh Your template sizing is messed up. in your control panel go to the styles and double check your table sizing (should be 100% if you want it to be maximized) and then you will need to look at your templates itself in the templates section. The one you will be mainly looking at will be

showthread

That should get you started in the right direction

GohanSSJ
02-20-2003, 7:49 AM
hehe he putted both at 81%, which caused 81% from already 81%

Anyway now i get this grey stuff around it, how can i make it that it looks the same as the background, or at least to get rid of most of it?

dazman
07-22-2003, 6:37 PM
Please do not talk about things like Private Servers here since they are illegal

-GohanSSJ