Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • rhys_daniels Friend
    #136043

    Hi Guys

    Im using the CB login for my site which give the additional options on a new user registration. On my hompage you can click on register and it loads the gorrect registration fields.

    However if a user was to click on the Fireboard Forum, click on login and then register, a totally different registration page appears.

    Any ideas?

    jay973 Friend
    #281682

    Hi,

    You can get a free plugin from http://drchost.com which forces all registrations and logins through community buider. Its called plg_reg_redirector.

    Hope this helps,
    Jason.

    rhys_daniels Friend
    #281801

    <em>@jay973 94001 wrote:</em><blockquote>Hi,

    You can get a free plugin from http://drchost.com which forces all registrations and logins through community buider. Its called plg_reg_redirector.

    Hope this helps,
    Jason.</blockquote>

    Is there a simple setting i can apply wihout adding a additional extension?

    rhys_daniels Friend
    #283964

    Can any of the developers comment on this post?

    mj1256 Friend
    #283976

    yes. all you need to do is edit the fireboard file and remove the register link in the head of fireboard.

    I’ve posted this several times and its always been rejected, but your issue is exactly what I’ve been addressing

    FIREBOARD — removed login and register in profilebox.php
    components/com_fireboard/template/default/plugin/profilebox/profilebox.php
    look for <?php echo _PROFILEBOX_OR; ?> <a href = “<?php echo $registerlink;?>”><?php echo _PROFILEBOX_REGISTER; ?></a>
    around line 183 or so

    Make sure you make a backup of this file so you can restore it if you miss on your first attempt

    just delete or comment out the section for registering and logging in profilebox.php
    All the templates use this file, so you not need to do it for each template

    make sure you synced your users in CB and in Fireboard backend.

    Now when someone registers for your site, they will automatically have rights to the forum

    rhys_daniels Friend
    #284975

    I decided to remove this option from the page. Ive put the instructions on how to do this below in case anyone needs it.

    For this case, please open file componentscom_userviewslogintmpldefault_login.php, at about line 61, find following script:

    <?php
    $usersConfig = &JComponentHelper::getParams( ‘com_users’ );
    if ($usersConfig->get(‘allowUserRegistration’)) : ?>
    <li>
    <a href=”<?php echo JRoute::_( ‘index.php?option=com_user&task=register’ ); ?>”>
    <?php echo JText::_(‘REGISTER’); ?></a>
    </li>
    <?php endif; ?>

    and remove it.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  rhys_daniels 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum