Forum moderator: Eriko |
uCoz Community uCoz Modules Tag Board Help on Chat Box (Tag Board) |
Help on Chat Box (Tag Board) |
cro-ipbox,
Quote (cro-ipbox) how to make when I enter the subforum that is not visible "chat box" |
Is there a way where can delete entries in our chat box, preferebaly when all members have logged off the site.
|
Can someone tell me how to change the size of textarea where must write text in tag board.
This one: Code #mchatIfm2 {width: 500px !important; height: 500px !important;} Is for place where text shows. I need to change textarea or how it calls i don't know! But i think you uderstand me P.S Sorry for bad english! Added (2011-12-09, 2:00 PM) Code #mchatIfm2 {width: 500px !important; height: 500px !important;} Is for place where text shows. I need to change textarea or how it calls i don't know! But i think you uderstand me P.S Sorry for bad english! Added (2011-12-09, 2:00 PM) Code #mchatIfm2 {width: 500px !important; height: 500px !important;} Is for place where text shows. I need to change textarea or how it calls i don't know! But i think you uderstand me P.S Sorry for bad english! |
marioxavi, the forum language is English. Please ask you question on our Spanish forum at http://foro.ucoz.es/
I'm not active on the forum anymore. Please contact other forum staff.
|
My background is transparent...
How to put a black background ??? Not transparent... Transparent to black color... Attachments:
8858098.png
(303.7 Kb)
http://www.BollywoodSrbija.com
|
EMINEM1817, as far as I am aware it is not possible to change the frame background without changing your site background. I will talk to someone in the team about it and get back to your when I have confirmation.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Quote (Sunny) <option value="0">--<option value="30">30sec<option value="60">1min<option value="120">2min<option value="300">5min<option value="900">15min</select> I cant find this code anywhere on the tag board. Can someone please help me. Added (2013-02-26, 11:51 AM) --------------------------------------------- I really need help with autorefreshing the chat without the white flicker screen ive beeb using this for the mean while... untill i can hopefully get help from someone "<meta http-equiv="refresh" content="###">" Post edited by PSHU - Tuesday, 2013-02-26, 6:10 PM
|
PSHU, try to add the following at the bottom of "Appearance of entries":
Code <script type="text/javascript"> setTimeout("window.location.reload()",30000) </script> 30000 stands for 30 seconds, replace it by the number you need, but note that it is not desirable to set auto-update to less than 5 seconds, for your IP not to be blocked due to many requests. I'm not active on the forum anymore. Please contact other forum staff.
|
My users group (the default joining group) are required to enter a verification code before submitting a message. I have checked "no security code" needed for this group and they have permissions to post, but the verification code box still shows up. Then, I deleted the verification code from the module customization page. Now, when users try to type, they can't submit the message because the verification code is missing (because I deleted it).
1. How do I make it so no security code is needed for my Users group and 2. If that's not possible, what's the code to put back the verification code box? Post edited by Vallina - Sunday, 2013-07-14, 4:16 AM
|
Vallina, even if you disable the security code in the user group permissions, they remain in some places, and it's not possible to remove them. The code is as follows:
Code <?if($FLD_SECURE$)?> <table border="0" cellpadding="1" cellspacing="1" width="100%"> <tr><td width="50%">$FLD_SECURE$</td><td align="right">$IMG_SECURE$</td></tr> </table> <?endif?> I'm not active on the forum anymore. Please contact other forum staff.
|
| |||