The MU forums have moved to WordPress.org

how user create his own blog through my blog (14 posts)

  1. jagalizzi
    Member
    Posted 15 years ago #

    I have Wordpress mu running but I don't understand
    how to make user create his own blog through my blog.

    How make a user to enter to the Wp panel?
    He has to do it?

  2. tdjcbe
    Member
    Posted 15 years ago #

    To register, point a link at /wp-register.php.

    To login, point a link at /wp-login.php.

    Last time I checked, the home theme had these links already.

  3. lunabyte
    Member
    Posted 15 years ago #

    Register is wp-signup.php, not wp-register. ;)

  4. jagalizzi
    Member
    Posted 15 years ago #

    Why when I click on wp-signup.php, appears me:

    Registration has been disabled.

  5. andrea_r
    Moderator
    Posted 15 years ago #

    In the backend, go to Site Admin -> Options. Find the radio buttons to allow registration. Save.

  6. musnake
    Member
    Posted 15 years ago #

    @jagalizzi: Possibly because registration has been disabled by the admin? Log in as admin (/wp-admin.php) then navigate to Settings/General

    Under General Settings, take a look at the Membership section. You will see a check box that is probably unchecked ("Allow User Registration"). If you check it and save your changes, you should be able to signup (assuming everything else is ok, haha)

    @andrea_r: doh! beat me to it!

  7. andrea_r
    Moderator
    Posted 15 years ago #

    On a new install, it's disabled by default, I think. :) So you can work away without users and sploggers signing up until you're ready.

  8. jagalizzi
    Member
    Posted 15 years ago #

    Thank you. It's already done I think.
    Now, this is my page:
    http://energyenhancement.org/Spiritual-Blogs/

    Haw can I do to put the sign up link into sidebar (where it says meta)?

  9. MrBrian
    Member
    Posted 15 years ago #

    Just so you know, in your header, 'mith' should be spelled "myth".

  10. jagalizzi
    Member
    Posted 15 years ago #

    I found in General Settings:
    Membership, a check box where says

    Users must be registered and logged in to comment

    I checked and saved but the sign up link doesn't appear.

    Can i add it using a code?

  11. andrea_r
    Moderator
    Posted 15 years ago #

    "I checked and saved but the sign up link doesn't appear."

    It doesn't make the link appear anywhere. Yes, you have to add the link somewhere to your main blog theme.

  12. jagalizzi
    Member
    Posted 15 years ago #

    Ok, this a part of the sidebar code where the links are:

    <?php /* Widgetized sidebar, if you have the plugin installed. */
    if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(4) ) : ?>

    <?php wp_widget_categories(array(
    'before_widget' => '<li id="%1$s" class="widget %2$s">',
    'after_widget' => '',
    'before_title' => '<h2 class="widgettitle">',
    'after_title' => '</h2>',
    )) ?>

    <?php wp_widget_recent_entries(array(
    'before_widget' => '<li id="%1$s" class="widget %2$s">',
    'after_widget' => '',
    'before_title' => '<h2 class="widgettitle">',
    'after_title' => '</h2>',
    )) ?>

    <?php wp_widget_recent_comments(array(
    'before_widget' => '<li id="%1$s" class="widget %2$s">',
    'after_widget' => '',
    'before_title' => '<h2 class="widgettitle">',
    'after_title' => '</h2>',
    )) ?>

    <?php wp_widget_Meta(array(
    'before_widget' => '<li id="%1$s" class="widget %2$s">',
    'after_widget' => '',
    'before_title' => '<h2 class="widgettitle">',
    'after_title' => '</h2>',

    )) ?>

    <?php //wp_list_bookmarks(); ?>

    <?php endif ?>

    How can I do to agragate the link?

  13. andrea_r
    Moderator
    Posted 15 years ago #

    Are you using sidebar widgets? if so, and code you add to that sidebar will "dissapear" as soon as you place a widget there.

    open up a text widget in the backend of your main blog.
    drag it to your sidebar.
    type in:

    <a href="http://yoursitename.com/wp-signup.php">Get your own blog here</a>

    Save.

  14. jagalizzi
    Member
    Posted 15 years ago #

    Ok, thank you.
    I believe It's done.

About this Topic

  • Started 15 years ago by jagalizzi
  • Latest reply from jagalizzi