maternal
Welcome, Guest. Please login or register.
Did you miss your activation email?

 
Advanced search

18659 Posts in 5532 Topics- by 9341 Members - Latest Member: Aescancari

May 24, 2013, 12:01:47 AM
JOOM::GALLERY::FORUMJoomGallery 2.x ACL - ExtensionsPluginsJoomAutoCat 2.0 not creating user categories
Pages: [1]
Print
Author Topic: JoomAutoCat 2.0 not creating user categories  (Read 968 times)
0 Members and 1 Guest are viewing this topic.
steffi-mark
Newbie
*
Offline Offline

Posts: 1


View Profile
« on: April 27, 2012, 06:51:02 AM »

Please help, I can't seem to get this plugin to work...  I saw the other thread about this plugin not working, and so updated my plugin to the one dated 4/12/12, but it still doesn't create a category for a new user (I tried through CB) or by a user without an associated category yet logging in (tried Joomla and CB).  I'm using Joom Gallery 2.0, Joomla 2.5.4, and Community Builder 1.8.  Anything I should try or settings I should change? 
Thank you,
Stef
Logged
Crash
Newbie
*
Offline Offline

Posts: 8


View Profile
« Reply #1 on: May 19, 2012, 08:57:22 PM »

Same here - can anyone help?
Logged
Crash
Newbie
*
Offline Offline

Posts: 8


View Profile
« Reply #2 on: May 19, 2012, 09:28:05 PM »

Hi,
I'm very new to all of this, but after reading other forum entries, this fixed it for me:

Edit file 'components/com_joomgallery/interface.php' and add the following code after line 1436:
$row->parent_id = (int) $row->parent_id;
if($row->parent_id < 1)
{
  $row->parent_id = 1;
}

Install very latest verion of joomautocat

Ensure access is set to "public" in plugin.
Logged
Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic

Bad Behavior has blocked 894 access attempts in the last 7 days.

maternal