PDA

View Full Version : Registration page


ThomasL
01-28-2015, 02:23 PM
Hello everyone,

I hope you can help me. How can I delete the additional information in the registration page? See the attachment please.

And how can I set no mandatory fields?

Thank you very much

Dave
01-28-2015, 02:45 PM
Pretty sure you can configure that at AdminCP > User Profile Fields > Edit the field > Field Required.

Zachery
01-28-2015, 08:50 PM
You've set those as required, so they're required. Dave's instructions will help you resolve it.

ThomasL
02-02-2015, 08:46 AM
Thanks for the information guys.

unfortunately, under AdminCP > User Profile Fields I donĀ“t find anything (see attachment).

What should I do?

Thanks

ozzy47
02-02-2015, 09:15 AM
Perhaps they are from mods?

Lets do this, disable plugins via the includes/config.php file.

To do that open your includes/config.php file and below <?php add the following.

define('DISABLE_HOOKS', true);

So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2

Use a editor like notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files, don't use Notepad or Wordpad.

If that fixes the issue enable plugins again by adding // before the line you added, then navigate to ACP --> Plugins & Products --> Manage Products and disable one mod at a time until you find the one causing the issue.

Once you find the culprit, post in that mods thread what the issue is, and maybe someone in that thread can help. :)

ThomasL
02-02-2015, 02:01 PM
Thanks!

ozzy47
02-02-2015, 02:03 PM
Not a problem, glad to help. :)