Removing unregistered

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PamelaE
    Senior Member
    • Feb 2005
    • 345

    Removing unregistered

    For users who are not registered how do I remove the default text 'unregistered' from the username box so they have to fill it in?

    Thanks
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Sorry, can you provide a screenshot of what you mean?
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • PamelaE
      Senior Member
      • Feb 2005
      • 345

      #3
      Heres a screenshot http://www.ultimatedallas.com/screenshot.gif

      Basically, its if an unregistered user makes a post or replies, they have the username filled in for them with unregistered, I want to remove that so its empty and they have to fill out a name of their own.

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        Admin CP -> Styles & Templates -> Style Manager -> « » -> username_loggedout

        Remove the red code. That should do it:

        Code:
        <tr valign="top">
        	<td class="alt2"><b>$vbphrase[username]:</b></td>
        	<td class="alt2">
        	<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
        	<input type="hidden" name="vb_login_md5password" />
        	<input type="hidden" name="vb_login_md5password_utf" />
        	<input type="text" class="bginput" name="vb_login_username" value="[color=red]$bbuserinfo[username][/color]" size="25" /></td>
        </tr>
        <tr valign="top">
        	<td class="alt1"><b>$vbphrase[password]:</b></td>
        	<td class="alt1"><input type="password" class="bginput" name="vb_login_password" value="" size="25" /></td>
        </tr>
        <tr valign="top">
        	<td class="alt2">&nbsp;</td>
        	<td class="alt2"><label for="cb_cookieuser"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser" checked="checked" /><b>$vbphrase[remember_username_password]</b></label></td>
        </tr>
        <tr valign="top">
        	<td class="alt1" colspan="2" align="center"><span class="smallfont"><a href="register.php?$session[sessionurl]do=signup">$vbphrase[want_to_register]</a> &nbsp; <a href="login.php?$session[sessionurl]do=lostpw">$vbphrase[forgotten_your_password]</a>
        	</span>
        </tr>

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...