-
AuthorPosts
-
melanieb Friend
melanieb
- Join date:
- July 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 31
- Thanked:
- 23 times in 1 posts
June 24, 2013 at 11:42 pm #188473Hi,
I have some strange problems with the JA Login module and cache issues. I have Jomsocial installed on my site and need to use the Jomsocial registration form to register users to the site. The Create an account link is no good to me as it just captures Joomla users and doesn’t progress to the Jomsocial registration form.
Within the Login section there is another Create an account link which opens the correct Jomsocial form. However, when I add a user, I have to go in to the Joomla backend every time and Clear the cache as otherwise it wont let me register any more users (it gets as far as clicking the register button only to be presented with a login box and also populates the name fields with the last users details automatically.
My questions are:
1. How do I fix the cache issue with the registrations
2. How do fix the cache issue site wide as if I edit an article etc. I have to clear the cache in the backend every time, and now also resorting to clearing the main cache folder on the server.
3. Can I change the Create an Account to open the correct Jomsocial registration form like the one in the Login tab does? If not, can I disable the Create an account tab? Its a shame to have to do that though as like the registration form drop down.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
June 25, 2013 at 4:36 am #496798Hi,
<blockquote>1. How do I fix the cache issue with the registrations … How do fix the cache issue site wide as if I edit an article etc. I have to clear the cache in the backend every time, and now also resorting to clearing the main cache folder on the server.</blockquote>
Try to use the Cache Exclude feature of our T3v2 framework in Template Manager >> JA_Mendozite – Default >> Global tab >> Cache Exclude. You can set Cache exlusion for component (Joomla content, K2), positions.* Still remember to clear JAT3 cache after saving template changes.
<blockquote>3. Can I change the Create an Account to open the correct Jomsocial registration form like the one in the Login tab does? If not, can I disable the Create an account tab? Its a shame to have to do that though as like the registration form drop down.</blockquote>
<blockquote>The Create an account link is no good to me as it just captures Joomla users and doesn’t progress to the Jomsocial registration form.
</blockquote>
We use Joomla default Login module, so that it will take much time to customize the module function codes to get your requirement. Anyways, you can try to disable our JA Login module in Module Manager, then publish your Jomsocial registration module in jalogin position. And ajust the dropdown styles with css tricks if needed !* JA Login module contains Create an account tab & Login tab.
melanieb Friendmelanieb
- Join date:
- July 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 31
- Thanked:
- 23 times in 1 posts
July 10, 2013 at 10:03 am #498531Hi Leo,
many thanks for responding. I tried using the Jomsocial login but it looked dreadful – much prefer the cleaner JA Login. I was wondering if I could just point the link Create an Account to open the same registration page as the one in the login menu? So instead of opening the login form as it does now, its just a link instead. Is this possible?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 10, 2013 at 11:37 am #498545Hi melanied,
<blockquote>I was wondering if I could just point the link Create an Account to open the same registration page as the one in the login menu? So instead of opening the login form as it does now, its just a link instead. Is this possible?</blockquote>
Do you want to have a Create an Account link to your registration page at “login” position, instead of JA Login module, don’t you ?melanieb Friendmelanieb
- Join date:
- July 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 31
- Thanked:
- 23 times in 1 posts
July 10, 2013 at 1:43 pm #498552Hi Leo,
no, I just want to turn where it says Create an account into a link which opens the same registration form as the Create an account under the login lonk. The attached image might explain it better
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 11, 2013 at 3:53 am #498637Hi melanied,
The “Create an account” link is defined in templatesja_mendozitehtmlmod_jalogindefault.php at line:
<?php
$usersConfig = JComponentHelper::getParams('com_users');
if ($usersConfig->get('allowUserRegistration')) : ?>
<li>
<a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>">
<?php echo JText::_('JAREGISTER'); ?></a>
</li>
<?php endif; ?>You can change the read text with your desired url (Link to your registration page). Remember to backup this file & clear JAT3 cache after saving changes.
1 user says Thank You to phong nam for this useful post
melanieb Friendmelanieb
- Join date:
- July 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 31
- Thanked:
- 23 times in 1 posts
July 12, 2013 at 8:49 am #498823Thanks once again Leo – that worked. 😀
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by melanieb 11 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA Login and cache issues
Viewing 7 posts - 1 through 7 (of 7 total)