You logged in as Guest
Username/E-mail:
Recent messages · Members · Forum rules · FAQ · System news · SEARCH · Site Map Registration · Log in

Page 2 of 14«12341314»
uCoz Community » uCoz System management and tuning » Tag Board » Help on Chat Box (Tag Board)
Help on Chat Box (Tag Board)
SunnyDate: Tuesday, 2009-02-03, 3:57 AM | Message # 16
Fortune-teller
Group: Administrators
Messages: 4004
Awards: 305
Reputation: 265
Status: Offline
h4nbury, find

Code
<?if($CHAT_BOX$)?><table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>Tag Board</b></td></tr><tr><td class="boxContent"><div class="boxText">$CHAT_BOX$</div></td></tr></table><?endif?>

and paste it under

Code
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>Site menu</b></td></tr><tr><td class="boxContent"><div class="boxText">$SITE_MENU$</div></td></tr></table>


Please give informative titles to your threads and use search before posting your questions.
 
Farhan411Date: Monday, 2009-02-23, 9:03 AM | Message # 17
Newbie
Group: Users
Messages: 3
Awards: 0
Reputation: -1
Status: Offline
please tell me how can i change the name of Tag board?
 
PilotDate: Monday, 2009-02-23, 9:07 AM | Message # 18
Experienced
Group: Checked
Messages: 490
Awards: 32
Reputation: 76
Status: Offline
Use quick replacement.

CP > Design > Quick substitution of template parts

In the "Find" box, type in " Tag board "
and in the "Replace by" box, type in the name you want the tag board to have.

 
shivanagDate: Saturday, 2009-03-07, 8:21 AM | Message # 19
Newbie
Group: Users
Messages: 1
Awards: 0
Reputation: 0
Status: Offline
How can I make a refreshing interval less than 30 sec?
Find the following line in HTML code:
<option value="0">--<option value="30">30sec<option value="60">1min<option value="120">2min<option value="300">5min<option value="900">15min</select>
Refreshing interval in seconds is in bold type.

I have done this...but its not auto refreshing for 0seconds

Added (2009-03-07, 8:21 Am)
---------------------------------------------
How can I make a refreshing interval less than 30 sec?
Find the following line in HTML code:
<option value="0">--<option value="30">30sec<option value="60">1min<option value="120">2min<option value="300">5min<option value="900">15min</select>
Refreshing interval in seconds is in bold type.

I have done this...but its not auto refreshing for 0seconds

 
enragedDate: Sunday, 2009-05-03, 7:01 AM | Message # 20
Curious
Group: Checked
Messages: 21
Awards: 0
Reputation: -2
Status: Offline
How can i resize my tag board?
 
onurcaglarDate: Sunday, 2009-05-03, 6:02 PM | Message # 21
Newbie
Group: Checked
Messages: 16
Awards: 0
Reputation: 0
Status: Offline
Hello,

When we are talking on the "mini chat", everytime we have to repeat (F5) the page. If no repeat, we can not see other writings.

What can I do?

Thanks.

 
SunnyDate: Tuesday, 2009-05-05, 4:44 AM | Message # 22
Fortune-teller
Group: Administrators
Messages: 4004
Awards: 305
Reputation: 265
Status: Offline
onurcaglar, you mean your Tag Board is not refreshed? How long do you wait?

Please give informative titles to your threads and use search before posting your questions.
 
onurcaglarDate: Tuesday, 2009-05-05, 7:38 PM | Message # 23
Newbie
Group: Checked
Messages: 16
Awards: 0
Reputation: 0
Status: Offline
Yes Sunny, it is not refreshed. Now I removed the time but the problem is goin on.
 
SunnyDate: Wednesday, 2009-05-06, 4:02 AM | Message # 24
Fortune-teller
Group: Administrators
Messages: 4004
Awards: 305
Reputation: 265
Status: Offline
onurcaglar, select one of the available refreshment intervals, it must help

Attachments: 3879432.png(1Kb)


Please give informative titles to your threads and use search before posting your questions.
 
onurcaglarDate: Thursday, 2009-05-07, 1:22 PM | Message # 25
Newbie
Group: Checked
Messages: 16
Awards: 0
Reputation: 0
Status: Offline
Quote (Sunny)
onurcaglar, select one of the available refreshment intervals, it must help

I know this Sunny, I removed it. I want to be automated but the problem continues.

Thank you to the interest.

 
SunnyDate: Friday, 2009-05-08, 3:47 AM | Message # 26
Fortune-teller
Group: Administrators
Messages: 4004
Awards: 305
Reputation: 265
Status: Offline
onurcaglar, did you browse your website while waiting? If you are browsing the website, then the tag board refreshes each time you go to a new page. If you have one page opened and simply wait, then you'll need to refresh it manually. You can try to use an autorefresh tag - http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm

Please give informative titles to your threads and use search before posting your questions.
 
kulli-JooseppiDate: Saturday, 2009-05-23, 2:35 PM | Message # 27
Newbie
Group: Users
Messages: 1
Awards: 0
Reputation: 1
Status: Offline
Cant make it bigger?

Added (2009-05-23, 2:35 Pm)
---------------------------------------------
Cant make it bigger?

 
SunnyDate: Monday, 2009-05-25, 3:51 AM | Message # 28
Fortune-teller
Group: Administrators
Messages: 4004
Awards: 305
Reputation: 265
Status: Offline
kulli-Jooseppi, yes. Look through this thread - http://forum.ucoz.com/forum/21-260-1 - there was an answer.

Please give informative titles to your threads and use search before posting your questions.
 
surf3r_boyzDate: Friday, 2009-06-05, 8:39 PM | Message # 29
Newbie
Group: Users
Messages: 1
Awards: 0
Reputation: 0
Status: Offline
Quote (Sunny)

I want a tag board to open in a new small window. How can I do this?
Insert the following into the page code:
Code
<script language="JavaScript">
<!--
function winop()
{
windop = window.open("http://yoursite.ucoz.com/mchat","mywin","height=300,width=300,left=100,top=30");
}
-->
</script><!--code--></td></tr></table><a href="javascript:winop();">Tag Board</a>

***

place should i put the java script?

Message edited by surf3r_boyz - Friday, 2009-06-05, 8:41 PM
 
SunnyDate: Monday, 2009-06-08, 3:45 AM | Message # 30
Fortune-teller
Group: Administrators
Messages: 4004
Awards: 305
Reputation: 265
Status: Offline
surf3r_boyz, that code is not correct. Use this one:

Code
<a href="javascript://" onclick="window.open('http://Site_address/mchat','mchat','scrollbars=1,top=30,left=100,resizable=1,width=300,height=300');return false;"><b>Tag Board</b></a>

Paste it where you want the Tag Board link to be.


Please give informative titles to your threads and use search before posting your questions.
 
uCoz Community » uCoz System management and tuning » Tag Board » Help on Chat Box (Tag Board)
Page 2 of 14«12341314»
Search:


Powered by uCoz