-
AuthorPosts
-
March 20, 2011 at 9:52 pm #161701
Hi All,
I m using JA Business (and Community). When I specify an access level to a menu item, log in front end as superuser, or registered, the menu is not rendered in T3 menu in front end.
The same menu in a module is well rendered.
Thanks for your help. That is for an intranet purpose.
Dimitri
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 21, 2011 at 6:56 am #382427Yes, That menu will be showed when the user login the system with the specific access
March 22, 2011 at 10:54 am #382693Sure. I d love to but no.
The menu (joomlart maon menu position) is not rendered at all.That is my my issue.
That become urgent for us because I have to present a pilot within few days.
do you have a fix or a workaround?
Could have a lokk at our sandbox (https://intranet.orsyp.net). I provided you the credentials yesterday. Tell me if any problem.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 23, 2011 at 2:32 am #382791Ok, you open the file: pluginssystemjat3coremenubase.class.php and find
[PHP]
if ($v->access <= $aid) {
[/PHP]and replace by:
[PHP]
if ( 1 ) {
[/PHP]Then check this again
March 24, 2011 at 1:46 pm #383054thnaks. I try.
What will be the impact?
adamlopuch Friendadamlopuch
- Join date:
- April 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 14
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
April 28, 2011 at 4:39 am #388698Hello — have the same problem with different JA template and found this thread.
The fix above (editing base.class.php) no longer works with my version of T3 framework–version 1.2.3.
My temporary workaround: on my production site, I enable development mode in the template (and remove all caching in Global Config) and the menu behaves as expected.
Joomla 1.6:
Extensions > Template Manager > JA_TEMPLATE_NAME > Global tab > Enable Development Mode = “Yes”
Site > Global Configuration > Cache Settings > Cache = “OFF – Caching Disabled”
The site takes longer to load, however at least the menu works.
I would like to see the menu work with access level restrictions while caching is ON.
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by adamlopuch 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum