Help on Chat Box (Tag Board) - Tag Board - uCoz System management and tuning - uCoz Community
You logged in as Guest
Username/E-mail:
Recent messages · Members · Forum rules · FAQ · SEARCH Registration · Log in


We are in the second round! Let's keep voting!

Page 2 of 4«1234»
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
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
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>


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
Farhan411Date: Monday, 2009-02-23, 9:03 Am | Message # 17
Newbie
Group: Users
Messages: 2
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: 683
Awards: 29
Reputation: 77
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: 27
Awards: 0
Reputation: -2
Status: Offline
How can i resize my tag board?
 
onurcaglarDate: Sunday, 2009-05-03, 6:02 Pm | Message # 21
Curious
Group: Checked
Messages: 38
Awards: 0
Reputation: -1
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
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
onurcaglar, you mean your Tag Board is not refreshed? How long do you wait?

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
onurcaglarDate: Tuesday, 2009-05-05, 7:38 Pm | Message # 23
Curious
Group: Checked
Messages: 38
Awards: 0
Reputation: -1
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
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
onurcaglar, select one of the available refreshment intervals, it must help

Attachments: 3879432.png(1Kb)


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
onurcaglarDate: Thursday, 2009-05-07, 1:22 Pm | Message # 25
Curious
Group: Checked
Messages: 38
Awards: 0
Reputation: -1
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
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
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

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
kulli-JooseppiDate: Saturday, 2009-05-23, 2:35 Pm | Message # 27
Newbie
Group: Users
Messages: 3
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
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
kulli-Jooseppi, yes. Look through this thread - http://forum.ucoz.com/forum/21-260-1 - there was an answer.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
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
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
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.


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
uCoz Community » uCoz System management and tuning » Tag Board » Help on Chat Box (Tag Board)
Page 2 of 4«1234»
Search: