Guestbook Name Problem - Guestbook - 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 11
uCoz Community » uCoz System management and tuning » Guestbook » Guestbook Name Problem (Personal Info is getting displayed)
Guestbook Name Problem
Dark_Ace7413Date: Sunday, 2009-07-26, 7:00 Pm | Message # 1
Newbie
Group: Users
Messages: 2
Awards: 0
Reputation: 0
Status: Offline
http://thejediofeaw.ucoz.com/gb

Alright, when someone makes a post, it's showing their personal name they had to enter to register, and not just the username they chose to use. This really kills my policy of "keep your real life out of your game life and nothing gets too personal."

I really am worried about peoples' names being shown, because, well..........that should be self explanatory on the dangers and problems dry

Is there an option or code script or anything where I can disable it showing their names, and only show their chosen usernames? Please help cry

 
Igor-SousaDate: Sunday, 2009-07-26, 7:28 Pm | Message # 2
Constant
Group: Checked
Messages: 142
Awards: 10
Reputation: 16
Status: Offline
Control Painel > Desing > Design management (templates) > Guestbook > Appearance of entries.

The code of your design should be like this:

Code
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="$CLASS$"><tr><td style="padding:3px;"><div style="float:right;">$MODER_PANEL$</div>
<div class="cTop" style="text-align:left;"><span style="width:18px;"><b>$NUMBER$</b>.</span> <b>$NAME$</b>
<?if($USERNAME$)?><span style="unicode-bidi:embed;">[<a href="$PROFILE_URL$">$USERNAME$</a>]</span><?endif?>
    <span class="cDate" style="font-size:7pt;unicode-bidi:embed;">($DATE$ $TIME$)</span>
<?if($EMAIL$)?><a href="$EMAIL_JS$" title="Email"><img border="0" align="absmiddle" src="http://s101.ucoz.net/t/996/e.gif"></a><?endif?>
<?if($ICQ$)?><a title="ICQ" href="#" onClick="prompt('ICQ number','$ICQ$'); return false;"><img border="0" align="absmiddle" src="http://s101.ucoz.net/t/996/i.gif"></a><?endif?>
</div>
<div class="cMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;">$MESSAGE$</div>
<?if($ANSWER$)?><div class="cAnswer" style="text-align:left;clear:both;"><b>Answer</b>: $ANSWER$</div><?endif?><div class="cDetails"><?if($COUNTRY$)?>Country: $COUNTRY$<?endif?> <?if($CITY$)?>| City: $CITY$<?endif?> <?if($STATE$)?>| State: $STATE$<?endif?></div></td></tr></table><br />

Change to this:

Code
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="$CLASS$"><tr><td style="padding:3px;"><div style="float:right;">$MODER_PANEL$</div>
<div class="cTop" style="text-align:left;"><span style="width:18px;"><b>$NUMBER$</b>.</span><?if($USERNAME$)?><span style="unicode-bidi:embed;">[<a href="$PROFILE_URL$">$USERNAME$</a>]</span><?endif?>
    <span class="cDate" style="font-size:7pt;unicode-bidi:embed;">($DATE$ $TIME$)</span>
<?if($EMAIL$)?><a href="$EMAIL_JS$" title="Email"><img border="0" align="absmiddle" src="http://s101.ucoz.net/t/996/e.gif"></a><?endif?>
<?if($ICQ$)?><a title="ICQ" href="#" onClick="prompt('ICQ number','$ICQ$'); return false;"><img border="0" align="absmiddle" src="http://s101.ucoz.net/t/996/i.gif"></a><?endif?>
</div>
<div class="cMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;">$MESSAGE$</div>
<?if($ANSWER$)?><div class="cAnswer" style="text-align:left;clear:both;"><b>Answer</b>: $ANSWER$</div><?endif?><div class="cDetails"><?if($COUNTRY$)?>Country: $COUNTRY$<?endif?> <?if($CITY$)?>| City: $CITY$<?endif?> <?if($STATE$)?>| State: $STATE$<?endif?></div></td></tr></table><br />

But I warn you that only the name of users logged on the site will appears, if any guest post a comment in the guestbook, the name he put in the "Name" field won't appears.

Hope I have helped.


I've made grammar mistakes ?? Google's fault !!

Time is the most valuable thing a man can spend.

 
Dark_Ace7413Date: Sunday, 2009-07-26, 7:45 Pm | Message # 3
Newbie
Group: Users
Messages: 2
Awards: 0
Reputation: 0
Status: Offline
ZOMG YOU!!!! thumb

kk, will try that and see if I like it. Will possibly change it if it gets popular with people who get ticked at not having their guest name show up XD

If anyone else can fix that problem , feel free to help lol

Thank you Igor booze

 
Igor-SousaDate: Sunday, 2009-07-26, 8:18 Pm | Message # 4
Constant
Group: Checked
Messages: 142
Awards: 10
Reputation: 16
Status: Offline
If you want, go to:

Control Painel > Users > User groups

And set the permissions to only registered users be allowed to comment in guestbook.
This way the guests will need to register to post comments.

Or, use a Conditional Operator to show the Name when the guests post comments or show the Username when users post comments.

Learn about Conditional Operators:
http://forum.ucoz.com/forum/37-471-1


I've made grammar mistakes ?? Google's fault !!

Time is the most valuable thing a man can spend.

 
uCoz Community » uCoz System management and tuning » Guestbook » Guestbook Name Problem (Personal Info is getting displayed)
Page 1 of 11
Search: