Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

[RESOLVED} Registration (key) doesn’t work (27 posts)

Started 4 months, 3 weeks ago by: hiresphereadmin

  • Profile picture of hiresphereadmin hiresphereadmin said 4 months, 3 weeks ago:

    Hello all,

    I have tested my registration and received a confirm email. The email says to click the link to activate your account. I did that. It takes me to my home page, no where to put the key and when I tried just logging in, it says “error, your account is not activated.” But there doesn’t seem to be a way to activate an account??? I’m using the latest Wordpress with the latest Buddypress.

    I’ve tried deactivating my plugins to see if it was one of them, but it’s not.

    Thanks

  • Profile picture of Tammie Lister karmatosed said 4 months, 3 weeks ago:

    Just to clarify what theme are you using for this test? Sometimes themes can have an impact so wandering if you are using the default BuddyPress theme or not. Also, can you check you’ve saved your permlinks, .htaccess file and also re save your settings page – just to be doubly sure everything is all set.

  • Profile picture of hiresphereadmin hiresphereadmin said 4 months, 3 weeks ago:

    I’m using bp-corporate 1.4.1 (the brand new one), but the same thing was happening on bp-corporate 1.4. I tried installing the “welcome pack” plugin, but that didn’t fix it. Everything had been updated and all are working well except this…….

  • Profile picture of hiresphereadmin hiresphereadmin said 4 months, 3 weeks ago:

    saved permalinks? On the backend of wordpress? or my database? I’ve found that I have to work a lot directly with my database to make things work, but I don’t know which file permalinks is in……hmmm……let me check……

  • Profile picture of hiresphereadmin hiresphereadmin said 4 months, 3 weeks ago:

    how do you change permalinks directly from your database?

  • Profile picture of aces aces said 4 months, 3 weeks ago:

    At the Admin Dashboard select Settings then the Permalinks subsection….

    Buddypress does not work properly with the ‘Default’ so select something different.

    Save Changes.

    If wordpress can’t write to the .htaccess file, it should tell you what you need to manually copy and paste.

    The main .htaccess file is normally in the top level of the directory where the wp-config.php file should also be…. In some file systems it may be hidden…

    mod_rewrite must be enabled on your server for pretty permalinks to work.

    See: http://codex.wordpress.org/Using_Permalinks

  • Profile picture of hiresphereadmin hiresphereadmin said 4 months, 3 weeks ago:

    Aces…….my main man!!!! mod_rewrite is enabled in .htaccess…..that’s all set, BUT……I used poedit to change the language (“friends” to “professional Contacts”) and now all of my buddybar menus are “hiresphere.net/professional-contacts/hiresphereadmin/activity……”friends,” “messages,” ect…..in addition to this whole mess with my registration page not working (re-routing). rrrr…..It’s like I fix one problem to develop another. Soooo…..now I’m trying to fix both permalink issues. lol……good Lord……

  • Profile picture of aces aces said 4 months, 3 weeks ago:

    Did you change the slugs?…. that was on the other page that I referenced: http://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/

    ie: to redefine the slug you would need something like
    define ( 'BP_FRIENDS_SLUG', 'professional-contacts' );
    in your bp-custom.php file

  • Profile picture of hiresphereadmin hiresphereadmin said 4 months, 3 weeks ago:

    Yes sir……I sure did…….this is what my custom.php looks like:

    define( ‘BP_FORUMS_SLUG’, ‘discuss’ );
    define( ‘BP_FRIENDS_SLUG’, ‘professional contacts’ );
    define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
    define( ‘BP_PROFILE_SLUG’, ‘profile’ );
    define( ‘BP_MESSAGES_SLUG’, ‘messages’ );
    define( ‘BP_GROUPS_SLUG’, ‘groups’ );
    define( ‘BP_ALBUMS_SLUG’, ‘albums’ );
    define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
    define( ‘BP_LOG_OUT_SLUG’, ‘log_out’ );

    Of course with the open/closing tags……..what did I do wrong?

  • Profile picture of aces aces said 4 months, 3 weeks ago:

    I don’t think a slug can have a space in it, which is why I had a hyphen in my example …

    Where did you get that list. I haven’t seen some of them before and others repeat default settings

  • Profile picture of hiresphereadmin hiresphereadmin said 4 months, 3 weeks ago:

    ah ha!!! Let me change that and check it out……

  • Profile picture of hiresphereadmin hiresphereadmin said 4 months, 3 weeks ago:

    No…….this is the url that comes up:

    http://hiresphere.net/professional-contacts/hiresphereadmin/professional-contacts/

    weird……

  • Profile picture of hiresphereadmin hiresphereadmin said 4 months, 3 weeks ago:

    Oh, sorry, I forgot to answer your question……I got the list from 2 different places…..the link you provided and a Buddypress forum about custom.php….I just copied what they had (more or less).

  • Profile picture of aces aces said 4 months, 3 weeks ago:

    I just had a look at the link and wonder if any privacy plugin or code is interfering with the activating, as per your original post in this topic….

  • Profile picture of hiresphereadmin hiresphereadmin said 4 months, 3 weeks ago:

    http://hiresphere.net/professional-contacts/hiresphereadmin/activity/

    This is my activity url……….