uCoz Community Archives Locked How can I add chatbox |
How can I add chatbox |
Hi to All,
How can I add chatbox on My forum and I cant delete default favicon.ico so how can I add new favicon icon ?? and how can I change a theme again and can I add donate button on My forum ?? Reply urgent Post edited by HEADMASTER - Wednesday, 2011-08-17, 4:40 PM
|
HEADMASTER
, Welcome to Ucoz Forum uCoz provides Tag Board which is similar to chat box. So 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. 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. Hope You Got All answer need your support, if till not then PM me. Happiness comes to those who are moving toward something they want very much to happen. And it almost always involves making someone else happy.
LOL Gadget |
But where is answers of My questions ??
|
HEADMASTER, to put the uCoz chatbox on your forum paste this tag wherever you would like to to appear.
Code $CHAT_BOX$ Yes, you are correct. It is impossible to delete the default favicon.ico. The file manager automaticallly replaces files with the same name when one is uploaded so all you need to do is upload your own favicon.ico to the root folder of the file manager. As for changing the design if you are meaning to completely change the base design open Control Panel > Settings > Common Settings Choose design. If otherwise you are meaning to edit the current design open CP > Design > Design customisation (templates). Last but not least uCoz from wht I know have little to no restrictions in place on the use of donation buttons. Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Design changed
and I cant add chatbox on it any more info for it and for favicon.ico I uploaded on root folder but nothing is happened and tell me how can I add Donate button and how can I add banner Added (2011-08-17, 12:07 PM) Added (2011-08-17, 12:08 PM) |
HEADMASTER, make sure you have the chatbox installed if it is not already by opening Control Panel > Active(/Inactive) Modules > Tag Board.
Note: The chatbox cannot be installed inside a post without the use of custom scripting. As for the favicon.ico make sure the file you are trying to upload over the current one is exactly 16px x 16px else it doesn't work from what I've seem. It is also advised to clear you browsers cache. Putting a donate button on your site is something which we do not provide support on here but you may find something in Hints & Tips or Website Promotion. As for the banner could you clarify exactly what you mean. Updated To use the awards feature open Control Panel > Tools > Awards and install the feature. Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
HEADMASTER,
You have to activate the tag board module first, then you must get the code ($CHAT_BOX$). Then insert it into any module. Quote (HEADMASTER) and for favicon.ico I uploaded on root folder but nothing is happened Upload the icon to File Manager (in the first folder where you see the original favicon.ico). You don’t need to delete the original icon, just upload a new one and the old one will be replaced automatically. If you have done everything correct, then you will be able to view a new icon at _http://your_site.ucoz.com/favicon.ico. Go to your website and refresh the page. If the icon hasn’t changed, empty browser cache or simply wait for some time. Quote (HEADMASTER) and how can I add awards You will find how to add awards here. If i helped you + My Reputation and Give me an Award.
Post edited by Blazer - Wednesday, 2011-08-17, 6:21 PM
|
chatbox is added
When I changed a theme its showing login and registration option also and can I add forum leader on bottom and birthdays events ?? and how can I add awards For banner I mean forum logo Post edited by HEADMASTER - Wednesday, 2011-08-17, 6:27 PM
|
and can I add forum leader on bottom and birthdays events ??
For banner I mean forum logo |
Okay if you are not wanting users to be able to register on your site open Control Panel > Users > Module Settings and select users feature disabled.
Blazer and I have both answered about awards. If you are wanting to add it underneath the 'forum' section of the forum you could put it in using HTML by opening Control Panel > Design customisation > General appearance of forum pages. and edit accordingly. As for the banner it is best to provide your design number and continue all discussions in Design Customisation Updated All users that have birthdays will have their username shown in the birthdays section which is hidden unless someone with a public birthdate has a birthday. Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
I given you awards guys
and can you explain for forum leader on bottom and birthdays events ?? and I cant change usergroup colors I wrote span etc but color is not changing Added (2011-08-17, 12:46 PM) |
I have explained about birthdays above but what exactly do you mean by forum leaders?
If you look in the board Site Users you will find an entire thread on user group colours. Updated It is not possible to add profile comments from what I know. This being with custom scripting as well. uCoz currently have no such feature. If you use search you will find a tutorial on adding a custom favicon.ico and troubleshooting. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
for forum leaders like that
Leaders: Admin, Mod, Members, Banned etc ?? |
If you look at the pinned threads in Site Users and Forum you will be able to find information on how to manage the permissions and forums of these users.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||