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 1 of 41234»
uCoz Community » uCoz System management and tuning » Tag Board » Help on Chat Box (Tag Board)
Help on Chat Box (Tag Board)
SunnyDate: Friday, 2008-03-28, 4:56 Am | Message # 1
Haunter
Group: Administrators
Messages: 1996
Awards: 121
Reputation: 139
Status: Offline
Question-answer

How can I install a tag board?
After you have activated the module you must get the code (press "Get the code" ). Then insert it into any module – forum, main page and so on. Insert the code into page code (Design customization).

***
How can I change color in text lines?
You can customize chat appearance here:
Control panel » Main » Tag Board » Module design customization. You can also customize appearance by means of CSS template.

***
How can I remove tag board messages?
Messages can be removed in Messages Management window (examine the buttons under the tag board).

***
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.

***
How can I make the tag board visible not for all?
Use conditional operators not in tag board template, but in the template where you inserted its calling code:
<?if($GROUP_ID$=2 || $GROUP_ID$=3 || $GROUP_ID$=4)?>calling code<?endif?>
Read help on conditional operators.

***
Can I create different chat rooms for different users?
No. Our tag board is a mini chat, it is not fully-featured.

***
Is there a message archive like in cbox?
No. We came to the conclusion that this feature is hardly ever used.

***
How can I set default size of the displayed text?
css .commCommentTd {font-size:14pt;} or in the template of messages appearance:<font size=14pt>$MESSAGE$</font>

***
How can I remove the field for a name input in order not to enter own name each time
Find the following in the original code and edit it as shown in red:
<input type="text" maxlength="60" name="uname" size="8" class="mchat" id="mchatNmF" value="" onfocus="ffoc(this,0)" onblur="fblur(this,0)" title="$STR_NAME$" style="display:none;width:47%;margin:0;padding:1px;border:1px solid black;height:20px">
When adding a message, a nickname of the user who adds it will be inserted automatically.

***
I want a tag board to open in a new small window. How can I do this?
Insert the following into the page code:

Quote
<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>

***
Is it possible to display number of people online in tag board?
No. There is only the statistics who’s on site.

***
Can I have two deferent tag boards on one site but not on one page?
No. But you can register a shoutbox on other sites and insert the code to your page. It won't look like uCoz shotbox, but you'll get what you needed.

***
How can I change font color in the tag board?
See original code, search classes names and then adjust them in the style sheet.

***
How can I make the following: when I click on a nickname it appears in the message line?
JavaScript + message appearance template for the tag board.

***
Sometimes messages are displayed as signs. Change of encoding doesn’t help. What should I do?
If your user uses a browser that cannot transfer in UTF, then you get what you get. Change the browser.

***
Do the Tag Box can have sound so that a user can be alerted by incoming new messages?
No.


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
chris26Date: Monday, 2008-05-12, 9:07 Am | Message # 2
Newbie
Group: Users
Messages: 2
Awards: 0
Reputation: 1
Status: Offline
hello! how do i activate my chatbox?and where do i find the code?please help i will appreciate it.thanks. cry

you must believe in GOD!!
 
SunnyDate: Tuesday, 2008-05-13, 3:21 Am | Message # 3
Haunter
Group: Administrators
Messages: 1996
Awards: 121
Reputation: 139
Status: Offline
chris26, have you read the first post of this thread? The first item gives the answer to you question!

BTW, if you are from Russia you may ask your questions at forum.ucoz.ru.


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
MichDate: Saturday, 2008-07-12, 5:32 Am | Message # 4
Regular
Group: Checked
Messages: 98
Awards: 0
Reputation: -1
Status: Offline
Im not good in this service, and ucoz. This is hard to understand for me.

I did not understand where to pu the code, exactly, can you explain?
like example control panel>user groups>" thats an example.


What signature rule, i haven't heard a thing about any signature rules, and now im banned. -.-

Message edited by Mich - Saturday, 2008-07-12, 5:38 Am
 
SunnyDate: Saturday, 2008-07-12, 5:39 Am | Message # 5
Haunter
Group: Administrators
Messages: 1996
Awards: 121
Reputation: 139
Status: Offline
Go to Control Panel - Inactive modules - Install Tag board - Press "Get the code" - go to Customize Design section and insert this code where you want to see the chat.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
MichDate: Saturday, 2008-07-12, 5:51 Am | Message # 6
Regular
Group: Checked
Messages: 98
Awards: 0
Reputation: -1
Status: Offline
I want it in front off main page; http://gta-sa-forlife.ucoz.com/
Im sorry for not understanding so much, but you got any suggestion what
place that would be best to put it? when i want it on main page.

Added (2008-07-12, 5:51 Am)
---------------------------------------------
It wont let me write, it says "access denied" when i try write somthing in it


What signature rule, i haven't heard a thing about any signature rules, and now im banned. -.-

Message edited by Mich - Saturday, 2008-07-12, 5:52 Am
 
me3me4Date: Sunday, 2008-09-28, 5:00 Pm | Message # 7
Newbie
Group: Users
Messages: 3
Awards: 0
Reputation: 0
Status: Offline
ok, i made a chatbox and i want 2 add it into my site, i have the HTML code, where should i copy and paste it to so that i can have it on my home page??

9207
 
elf83Date: Sunday, 2008-09-28, 5:04 Pm | Message # 8
Curious
Group: Checked
Messages: 34
Awards: 0
Reputation: 4
Status: Offline
i would say u make a new page, name it chatroom and add the html code there

example: at My WebPage
P.S. Not site Promotion Just want to help

 
me3me4Date: Sunday, 2008-09-28, 6:23 Pm | Message # 9
Newbie
Group: Users
Messages: 3
Awards: 0
Reputation: 0
Status: Offline
w8 i have a question, how did u make that page with the chat box, i have the HTML code, but i have noooo idea of wat 2 do with that, u seem like u know wat ur doing, so can u answer, thx

9207
 
ArmarosDate: Sunday, 2008-09-28, 6:33 Pm | Message # 10
Haunter
Group: Checked
Status: Offline
uCoz provides Tag Board which is similar to chat box. You can install this module via CP.
If you have own HTML code & you wish to add it in the new page, create new page via
Page Editor, than place your chat box's code there & add page to site menu. (in case it didn't)
elf83Date: Sunday, 2008-09-28, 6:45 Pm | Message # 11
Curious
Group: Checked
Messages: 34
Awards: 0
Reputation: 4
Status: Offline
ok let me see how i can explain this
1-After making the new page: control panel->page editor->page manegment->click the button add new page and fill it in with the name chat room or what u want it to say

2- click were it says HTML Codes Panel
and i the emty big box put in the Html Code you Have

 
me3me4Date: Tuesday, 2008-09-30, 6:01 Pm | Message # 12
Newbie
Group: Users
Messages: 3
Awards: 0
Reputation: 0
Status: Offline
ok thx aramos and elf biggrin

9207
 
Shinn AsukaDate: Friday, 2008-10-17, 10:29 Pm | Message # 13
Newbie
Group: Users
Messages: 5
Awards: 0
Reputation: 0
Status: Offline
can tag box/chat box change msg???

new msg at up and old msg at down..
how want change that??

 
elf83Date: Friday, 2008-10-17, 10:36 Pm | Message # 14
Curious
Group: Checked
Messages: 34
Awards: 0
Reputation: 4
Status: Offline
control panel-->tag board-->module settings-->Display new entries: choose top or bottom biggrin
 
h4nburyDate: Monday, 2009-02-02, 1:16 Pm | Message # 15
Newbie
Group: Users
Messages: 1
Awards: 0
Reputation: 0
Status: Offline
hey guys, how do i move my tag board from the bottom of my site, to underneath site menu? i cant really understand which part of the html code i need to move around

thanks.

Message edited by h4nbury - Monday, 2009-02-02, 3:19 Pm
 
uCoz Community » uCoz System management and tuning » Tag Board » Help on Chat Box (Tag Board)
Page 1 of 41234»
Search: