| Tagboard 'Name' Field |
| Kyoshi | Date: Monday, 2008-12-22, 8:09 Pm | Message # 1 |
Newbie
Group: Users
Messages: 5
Awards: 0
Reputation: 0
Status: Offline
| Is there a way to have the user to no be able to change the 'Name' but when they post the user name that they are logged in with will still appear? I do not want the users of my site to be able to change their name on the tagboard for obvious reasons, pretending to be other users, stuff like that. Please help, all help is greatly appreciated.
|
|
| |
|
| AchuuBlesiu | Date: Tuesday, 2008-12-23, 0:33 Am | Message # 2 |
Newbie
Group: Users
Messages: 2
Awards: 0
Reputation: 0
Status: Offline
| Just go into Main>Customize Design>Form For Adding New Messages, and remove all the text that refers to the "Name" field down near the bottom. Sorry I can't remember the exact text, but it should be quite easy for you to pick out. Wow I may have helped someone maybe here's the code for mine just to help give you an idea of what i removed by comparing it to yours. Code <table border="0" cellpadding="2" cellspacing="1" width="100%"> <tr><td><select id="mchatRSel" onchange="setT(this);" class="mchat" size="1" title="Autorefresh" style="font-size:7pt;width:50px;margin:0;padding:0;border:1px solid black;height:18px"><option value="0">--<option value="15">15sec<option value="30">30sec<option value="60">1min<option value="120">2min</select></td> <td width="70%" align="right"> <a class="noun" href="$ACTION_URL$" onclick="window.location.reload();return false;" title="Refresh"><img border="0" align="absmiddle" src="http://src.ucoz.net/img/fr/mcr.gif" width="13" height="15"></a> <?if($SMILES_URI$)?> <a class="noun" href="javascript:void('smiles')" onclick="ffoc(document.forms.addform.message,2);wasclk[2]=2;window.open('$SMILES_URI$','csmiles','scrollbars=1,width=250,height=350,left=0,top=0'); return false;" title="Insert smiley"><img border="0" align="absmiddle" src="http://src.ucoz.net/img/fr/mcs.gif" width="13" height="15"></a><?endif?> <?if($BBCODES_URI$)?> <a class="noun" target="cbbcodes" href="javascript:void('BB-codes')" onclick="window.open('$BBCODES_URI$','cbbcodes','scrollbars=1,width=550,height=450,left=0,top=0'); return false;" title="BB-Codes"><img border="0" align="absmiddle" src="http://src.ucoz.net/img/fr/mcb.gif" width="13" height="15"></a><?endif?> <a class="noun" href="javascript:void('Message control')" onclick="window.open('$MSGCTRL_URI$','mchatCtrl','scrollbars=1,width=550,height=550,left=0,top=0'); return false;" title="Messages management"><img border="0" align="absmiddle" src="http://src.ucoz.net/img/fr/mcm.gif" width="15" height="15"></a> </td></tr></table> <input type="text" maxlength="0" name="uname" size="8" class="mchat" id="mchatNmF" value="" onfocus="ffoc(this,0)" onblur="fblur(this,0)" title="$STR_NAME$" style="width:0%;margin:0;padding:0px;border:0px solid black;height:0px"> <?if(($FIELDS_MASK$&3))?><input type="text" maxlength="60" name="email" size="9" class="mchat" id="mchatEmF" value="" onfocus="ffoc(this,1)" onblur="fblur(this,1)" title="$STR_EMAIL$" style="width:47%;margin:0;padding:1px;border:1px solid black;height:20px"><?endif?><br> <?if(($FIELDS_MASK$&4))?><input type="text" maxlength="60" name="custom1" size="9" class="mchat" id="mchatC1F" value="" onfocus="ffoc(this,3)" onblur="fblur(this,3)" title="$STR_CUSTOM1$" style="width:47%;margin:0;padding:1px;border:1px solid black;height:20px"><?endif?> <?if(($FIELDS_MASK$&8))?><input type="text" maxlength="60" name="custom2" size="9" class="mchat" id="mchatC2F" value="" onfocus="ffoc(this,4)" onblur="fblur(this,4)" title="$STR_CUSTOM2$" style="width:47%;margin:0;padding:1px;border:1px solid black;height:20px"><?endif?> <input type="text" maxlength="$MAX_MESSAGE_LEN$" name="message" size="22" class="mchat" id="mchatMsgF" value="" onfocus="ffoc(this,2)" onblur="fblur(this,2)" title="$STR_MESSAGE$" style="width:70%;margin:0;padding:1px;border:1px solid black;height:20px"> <input type="submit" value="Post" class="mchat" id="mchatBtn" style="width:40px;height:20px;margin:0;border:2px solid black" onclick="return checkform(this.form);"> If you wish to see it in action take a look at my site http://Nameless.Clan.su
Message edited by AchuuBlesiu - Tuesday, 2008-12-23, 0:41 Am |
|
| |
|
| Sunny | Date: Tuesday, 2008-12-23, 3:33 Am | Message # 3 |
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
| Kyoshi, find the following in the original code and edit it as shown in red: Quote <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'm not "man", "sir" or whatever. I'm female! About signatures, screenshots etc...
|
|
| |
|
| [R]Hustler | Date: Saturday, 2009-02-14, 6:28 Pm | Message # 4 |
|
Newbie
Group: Users
Messages: 1
Awards: 0
Reputation: -1
Status: Offline
| How can i get rid of the Part where it Says $Name$ and Just let the Person Type in the Tag Board When they $Login$ Huh cause i had someone call me a Fag on my website when i was at school i was just wondering Btw im not a Faggot like that [GIRLS]Vera there website is www.girlsclan.ucoz.com which i think is GAY! So how do i get rid of that and make wat i said up top
Message edited by [R]Hustler - Saturday, 2009-02-14, 6:28 Pm |
|
| |
|
| iLee | Date: Saturday, 2009-02-14, 6:43 Pm | Message # 5 |
Constant
Group: Checked
Messages: 197
Awards: 0
Reputation: 0
Status: Offline
| You can make it so they can only use the tag board when logged in. This will then allow them to put their name but it will also show their profile... Just go to CP > Customize Design > Site Pages > F3 Find <?if($CHAT_BOX$)?> Then behind Put this Code <?if($USER_LOGGED_IN$)?> Now go to the end of Tag board where it says <?endif?> add this before it. Code <?else?> Please Log In To View The Tag Board <?endif?> Or you could do an alternative and keep the table there. CP > Customize Design > Site Pages > F3 Find $CHAT_BOX$ Change it to Code <?if($USER_LOGGED_IN$)?>$CHAT_BOX$<?else?> Please log in to use the tagboard.<?endif?>
Use your brain before you post ~Lee Please use search, ~Lee
Message edited by iLee - Saturday, 2009-02-14, 6:52 Pm |
|
| |
|
| Sunny | Date: Monday, 2009-02-16, 3:49 Am | Message # 6 |
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
| Quote (|R|Hustler) How can i get rid of the Part where it Says $Name$ http://www.forum.ucoz.com/forum/21-3335-1 Quote (|R|Hustler) Just let the Person Type in the Tag Board When they $Login$ Just adjust user group settings so that Guests won't be able to add new entries to the Tag Board.
I'm not "man", "sir" or whatever. I'm female! About signatures, screenshots etc...
|
|
| |
|
| Rezwan73 | Date: Monday, 2009-06-08, 11:10 Am | Message # 7 |
Regular
Group: Checked
Messages: 73
Awards: 1
Reputation: -1
Status: Offline
| Hi there is a Name field and a Email field in Tag board. I want these two field be enabled only for guests not for the registered users. Is it Possible? If yes, then how?
My suggestions: Include all module in "Rank" by point system Easy transfer system between Categories
|
|
| |
|
| Sunny | Date: Tuesday, 2009-06-09, 2:59 Am | Message # 8 |
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
| http://forum.ucoz.com/forum/37-471-1
I'm not "man", "sir" or whatever. I'm female! About signatures, screenshots etc...
|
|
| |
|
| Rezwan73 | Date: Thursday, 2009-06-11, 3:43 Pm | Message # 9 |
Regular
Group: Checked
Messages: 73
Awards: 1
Reputation: -1
Status: Offline
| Hi, I have tried the conditional codes but was unsuccessful. Can u please help me? my design is "Design # 812". I want these two field (Name field and Email field in Tag board) be enabled only for guests not for the registered users.
My suggestions: Include all module in "Rank" by point system Easy transfer system between Categories
|
|
| |
|
| Sunny | Date: Friday, 2009-06-12, 5:57 Am | Message # 10 |
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
| Rezwan73, unfortunately $USER_LOGGED_IN$ code is not available in Tag Board template and I don't know another way to do what you want.
I'm not "man", "sir" or whatever. I'm female! About signatures, screenshots etc...
|
|
| |
|
| Norgorath | Date: Wednesday, 2009-08-26, 6:29 Pm | Message # 11 |
|
Newbie
Group: Users
Messages: 4
Awards: 0
Reputation: 0
Status: Offline
| ya im having trouble with the chatbox too. i would like to get rid of the email/WWW and the name fields. and have it just login to chat.
|
|
| |
|
| Dartz | Date: Wednesday, 2009-08-26, 7:10 Pm | Message # 12 |
Cookie Monster
Group: Head Mod
Messages: 5961
Awards: 61
Status: Offline
| And where is problem doing that?
*Yawn... drools on Renatus while sleeping...*
|
|
| |
|
| Norgorath | Date: Thursday, 2009-08-27, 5:26 Am | Message # 13 |
|
Newbie
Group: Users
Messages: 4
Awards: 0
Reputation: 0
Status: Offline
| like can i get rid of the name and email/www fields? the way they are talking on here isnt helping me much.
|
|
| |
|
| Dartz | Date: Thursday, 2009-08-27, 6:16 Am | Message # 14 |
Cookie Monster
Group: Head Mod
Messages: 5961
Awards: 61
Status: Offline
| CP » Tag Board » Module settings » Additional fields for messages. UnMark: E-mail, Site. And for name, how people will be able to submit their message?
*Yawn... drools on Renatus while sleeping...*
Message edited by Dartz - Thursday, 2009-08-27, 6:17 Am |
|
| |
|
| Sunny | Date: Monday, 2009-08-31, 2:38 Am | Message # 15 |
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
| Norgorath, as for name field - read my post above (#3).
I'm not "man", "sir" or whatever. I'm female! About signatures, screenshots etc...
|
|
| |