 | Re: ShoutBox Background Color |  |
Posted: 04/07/2007 3:21 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:14 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
| Nightrider wrote:
|
To increase the width of the Shoutbox, do this:
OPEN
templates/subSilver/index_body.tpl
FIND
REPLACE WITH
| Code:
|
|
<table width="100%"
|
Save and upload to the subSilver folder. Be sure you are editing the most current copy of the index_body.tpl and make a good backup before overwriting it...
I thought your Shoutbox did have an automatic refresh cycle???
|
I did it earlier but nothing happened like you have done it. yeah the shoutbox have automatic refresh but like it get refreshes after 10 seconds like that so people are waiting that the message is coming from any one but in AJax shoutbox the messages once sent is coming on screen instantly. They never need to click the refresh button whereas we have to click always and this shoutbox MOD was installed manually so I can't even uninstall it and install the Ajax one  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ShoutBox Background Color |  |
Posted: 04/07/2007 3:43 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:14 PM
Location: St Pete, FL
|

|
|
|
|
 |
If you installed the MOD manually, then you can uninstall it manually too. You just follow the MOD script backwards and undo what it said to do...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] ShoutBox Background Color |  |
Posted: 04/07/2007 3:46 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:14 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
| Oh ohk. So it means that this shoubox cannot be made like Ajaxed shoutbox in which we don't need to refresh it. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ShoutBox Background Color |  |
Posted: 04/07/2007 4:04 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:14 PM
Location: St Pete, FL
|

|
|
|
|
 |
I imagine that this Shoutbox could be adjusted. Since I don't know what Ajax has done, I can't tell what he might be doing to refresh the pages so quickly. Since he has already worked out the details, it would be easiest simply installing his MOD rather than trying to make this one work like his...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] ShoutBox Background Color |  |
Posted: 04/07/2007 4:09 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:14 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Aah, So for that I will need to remove the codes manually which are already there. But it's okay. Now my shoutbox have good size font, bg color. Only the shoutbox refresh problem is there. It's fine  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ShoutBox Background Color |  |
Posted: 04/07/2007 4:51 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:14 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, I thought you were going to increase the width of the Shoutbox???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] ShoutBox Background Color |  |
Posted: 04/07/2007 5:21 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:14 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
| Oh yeah. But I was talking about the height you have made. That's good but If I can know how to make more longer/height |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ShoutBox Background Color |  |
Posted: 04/07/2007 6:23 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:14 PM
Location: St Pete, FL
|

|
|
|
|
 |
To increase the height, you can do this:
OPEN
shoutbox_body.tpl
FIND
| Code:
|
|
<iframe src="{U_SHOUTBOX_VIEW}" align="left" width="100%" height="145"
|
Adjust the height setting...
OPEN
templates/subSilver/index_body.tpl
FIND
| Code:
|
|
<iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="180"
|
Increase the height setting by the same amount that you adjusted the shoutbox_body.tpl. IOW, if you added 20 to the shoutbox_body.tpl height to make it 165, you would add 20 to the index_body.tpl file to make the height 200...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] ShoutBox Background Color |  |
Posted: 04/07/2007 6:43 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:14 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Woww. It worked. Before I used to add only in 1 file and it was not getting it right. But I came to know now from you that we should add in both files! Cool.
Thanks a lot  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ShoutBox Background Color |  |
Posted: 04/07/2007 6:58 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:14 PM
Location: St Pete, FL
|

|
|
|
|
 |
Excellent. Congratulations AB!!!
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|