| Help on Chat Box (Tag Board) |
| Sunny | Date: 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...
|
|
| |
|
| Farhan411 | Date: 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?
|
|
| |
|
| Pilot | Date: 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.
|
|
| |
|
| shivanag | Date: 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
|
|
| |
|
| enraged | Date: 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?
|
|
| |
|
| onurcaglar | Date: 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.
|
|
| |
|
| Sunny | Date: 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...
|
|
| |
|
| onurcaglar | Date: 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.
|
|
| |
|
| Sunny | Date: 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
I'm not "man", "sir" or whatever. I'm female! About signatures, screenshots etc...
|
|
| |
|
| onurcaglar | Date: 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.
|
|
| |
|
| Sunny | Date: 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-Jooseppi | Date: 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?
|
|
| |
|
| Sunny | Date: 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_boyz | Date: 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 |
|
| |
|
| Sunny | Date: 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...
|
|
| |