Move chatbox?

h@ck3r

New Member
I would like to move my chatbox up to join the section above it, but not sure how to do it.

Can anyone help me?

Best I explain it in pictures.

Here's how it currently looks:

chatbox1.jpg


And I would like it to look like this:

chatbox.jpg


If there's a way of editing this, will I need to make the edit in all styles? Because this would look good on the greenfox theme, but not in my other style.

Ps. Im using Cyb Chatbox.
 
StormRoBoT said:
you wan 2 chat box?

No. I want to move the chat box UP so there's no space between the chat box and the part where it says the member username/ private message stats etc.

RobbieZ said:
Those 2 pictures are the same..

No they are not. Look closely. :)
 
Find the shoutbox code/ Just above it should be

Code:
<br>
<br>

(or in xhtml 2.0 cases <br />)
The breaks are causing that line. Try to remove them.
 
GgAcE said:
Find the shoutbox code/ Just above it should be

Code:
<br>
<br>

(or in xhtml 2.0 cases <br />)
The breaks are causing that line. Try to remove them.

Cheers for that, but where can I find the shout box code?

Im using Cyb shout box, and in my ACP, I have it set to show 'Below navbar'.
 
You need too open the XML from your PC using Dreamweaver or other script editing software.

Make your necessary changes save and import your product again not forgetting to overwrite.

Ive checked the code for you and its on line 229

HTML:
						$vbulletin->templatecache['navbar'] = $vbulletin->templatecache['navbar'].'$cybchatbox <br />';

Remove the <br />

There is also some more on line 1373 and 1376

HTML:
		{
			trueValue = ''
			switch (sProperty)
			{
				case 'fontWeight':
				falseValue = 'bold'
				break;
				case 'textDecoration':
				falseValue = 'underline'
				break;
				case 'fontStyle':

Play around and remove the 'break;' from this too.
 
If you want to edit the chatbox templates have a look in he "Cybernetec Templates" m8, I think the first option is the chatbox but you should be able to work it out.
 
Back
Top