-
AuthorPosts
-
rhys_daniels Friend
rhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
December 8, 2008 at 1:09 am #136043Hi 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 Friendjay973
- Join date:
- October 2008
- Posts:
- 401
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 28
- Thanked:
- 105 times in 68 posts
December 8, 2008 at 1:16 am #281682Hi,
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.1 user says Thank You to jay973 for this useful post
rhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
December 8, 2008 at 6:54 pm #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 Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
December 24, 2008 at 5:13 pm #283964Can any of the developers comment on this post?
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
December 25, 2008 at 3:32 am #283976yes. 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 soMake 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 templatemake 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 Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 6, 2009 at 8:29 pm #284975I 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.
-
AuthorPosts
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