[Solved] Nothing shows up in the Frontend permissions screen

More
13 years 7 months ago #10535 by joomlablogger
Hi,

I've installed FlexiContent 1.5.3c stable (r354) and FlexiAccess 1.0.5a on a site (Joomla 1.5.20).

When I try to edit the permissions for frontend, there are no items showing:

[attachment=0:q61ju310]<!-- ia0 -->flexiaccess-frontend.png<!-- ia0 -->[/attachment:q61ju310]

I have followed the instructions on how to install FlexiAccess.

Kristoffer Sandven

My Joomla blog with tips, tutorials and news: www.joomlablogger.net/
twitter.com/joomlablogger
youtube.com/joomlablogger
Attachments:

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #10541 by micker
hello do you have created a group in flexiaccess ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #10547 by joomlablogger

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #10555 by micker
and no it work ?
8-)

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #10557 by yopyop001
Hi,

in admin.flexiacces.html.php,
Try to replace :
Code:
$contents = $db->loadObjectList(); foreach ( $contents as $content) { echo "front.add('item".$content->id."','category".$content->catid."','".addslashes(FAccess::striptagsandcut($content->title, 50))."','javascript:savescript(\'item\',".$content->id.")','".JText::_( 'FLEXIACCESS_FARTICLE' )."');"; } } ?>

By
Code:
$contents = $db->loadObjectList(); foreach ( $contents as $content) { $listearticles="front.add('item".$content->id."','category".$content->catid."','".addslashes(FAccess::striptagsandcut($content->title, 50))."','javascript:savescript(\'item\',".$content->id.")','".JText::_( 'FLEXIACCESS_FARTICLE' )."');"; $listearticlessansrn = str_replace(CHR(13).CHR(10),"",$listearticles); echo $listearticlessansrn; } } ?>

Original post :
www.flexicontent.org/forum/index ... =viewtopic


regards

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #10595 by joomlablogger
I didn't change the code, but a repair of the tables fixed the problem.

Kristoffer Sandven

My Joomla blog with tips, tutorials and news: www.joomlablogger.net/
twitter.com/joomlablogger
youtube.com/joomlablogger

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.282 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline