Log in

View Full Version : Black Box ?


kisersose
03-13-2005, 05:43 AM
I am having trouble with changin the color on this VBSHOUTBOXFULL/HACK since the supporter aint giving no more suppoerts..-_-..
i was wondering if anyone else would help..
because its using my skins Css backround for the Iframe.. and its black.. and it has black text.. so you basically cannot see anything any help please? :surprised:

deathemperor
03-13-2005, 01:23 PM
edit the shoutbox template, the main one and change the tag <body> to <body style="background-color:white"> or the color you want.

hope this helps

kisersose
03-13-2005, 04:12 PM
thanks... soo much.. im trying it now

hmmm all i see is <tbody> no <body> ... ehh

Heres the Code..
---------
<if condition="($permissions['shoutboxpermissions'] & CANREADSHOUTS)"><!-- shoutbox -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[tablewidth]" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_shoutbox')"><img id="collapseimg_forumhome_shoutbox" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_shoutbox].gif" alt="" border="0" /></a>
<a href="shoutbox.php?$session[sessionurl]">.:Shouts:.</a>
</td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_shoutbox" style="$vbcollapse[collapseobj_forumhome_shoutbox]">
<tr>
<td class="alt1" width="100%">
<iframe src="shoutbox.php?$session[sessionurl]do=iframe" width="100%" height="120" scrolling="yes" frameborder="0" name="shoutbox" id="shoutbox"></iframe>
</td>
</tr>
</tbody>
</table>
<!-- end shoutbox -->

pimpery
03-13-2005, 04:34 PM
kiser, so u dont know html or php. aye, what a big disgrace :X

shoutbox.php?$session[sessionurl]do=iframe

u have to edit shoutbox.php

kisersose
03-13-2005, 04:44 PM
i do know html.. i thought he was talkin about FORUMHOME.. sorry

i Still dont get what are you talkin about please help. Witch do i edit?

because i can't find the <body> anywhere? Help
---thanks in advance

bump

deathemperor
03-14-2005, 03:16 AM
no, shoutbox.php doesn't help.

try looking for shoutbox_ templates (meaning all template begin with shoutbox_ )

and then change the tag <body> as I said.

My forum using shoutbox but it's currently down so I'm sorry I'll take a look at that later on.

kisersose
03-14-2005, 03:22 AM
there is a <body> but its above the$navbar in ForumHome witch is not with the shoutbox.. and der is none in the php files..

deathemperor
03-14-2005, 03:32 AM
which shoutbox are you using ?

give me the link to that hack.

kisersose
03-14-2005, 03:33 AM
hmm its VBSHOUTBOXFULL it is in Major additions page 2...

https://vborg.vbsupport.ru/showthread.php?t=63562&page=6&pp=15

deathemperor
03-14-2005, 03:34 AM
I was asking for you to give a link, if no then sorry

kisersose
03-14-2005, 03:35 AM
i did post the link

deathemperor
03-14-2005, 03:46 AM
there're alot of <body> tags that you said there's no one.

try to edit one of them in a time.

if it's barely <body> then edit as I said above.

if it's <body class="alt1"> or <body class="alt2"> then remove the class="alt1" or class="alt2" and edit using style.

there're are total 5 <body> tags, some of them are for shoutbox_archive and shoutbox_editmessage, those are not needed to change.

kisersose
03-14-2005, 03:53 AM
Witch one do i edit? in ForumHome or .Php files

hmm ok.. sorry about that... but i edited the files.. and the shoutbox_archive and shoutbox_editmessages is the one u told me dont edit it... but its still the same in the forum index

and i use this code u told me to use <body style="background-color:white">

still not working?i tried what u said