0
Welcome Guest! Login
0 items Join Now

Edit a Admin menu item = no style in joomla backend

    • Xeonz's Avatar
    • Xeonz
    • Newbie
    • Posts: 14
    • Thanks: 0

    Edit a Admin menu item = no style in joomla backend

    Posted 13 years 7 months ago
    • Hi,

      I have Joomla 1.7 and a template that is for Joomla 1.6 but after I updated Gantry framwork to 3.2.10 from Joomla 1.7 backend I got the template to work good both backend and frontend.

      But.. When I'm logged in as administrator backend and edit a menu item this happens: (CSS) style for Joomla administrator disappears when the frontend template is activated.. = blank page with text and links

      It looks like this: https://picasaweb.google.com/108497308088906915313/Temp?authuser=0&authkey=Gv1sRgCKGgjrP0yOilTQ&feat=directlink

      Anyone know how to solve this?
    • Xeonz's Avatar
    • Xeonz
    • Newbie
    • Posts: 14
    • Thanks: 0

    Re: Edit a Admin menu item = no style in joomla backend

    Posted 13 years 7 months ago
    • Hi,

      I think I found out that the problem is that the module roknavmenu doesn't work in Joomla 1.7.

      Here is the error I got:
      Fatal error: Cannot instantiate abstract class JDatabaseQuery in /Applications/MAMP/htdocs/fmktrafik/modules/mod_roknavmenu/fields/modules.php on line 38

      How do I update mod_rocknavmenu to work in Joomla 1.7?
    • Xeonz's Avatar
    • Xeonz
    • Newbie
    • Posts: 14
    • Thanks: 0

    Re: Edit a Admin menu item = no style in joomla backend

    Posted 13 years 7 months ago
    • I have resolved this by edit modules.php in rocknavmenu to

      Line 38
      new JDatabaseQuery;

      to
      $db->getQuery(true);

      And the same with the file RokNavMenu.php but at line 120:
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Edit a Admin menu item = no style in joomla backend

    Posted 13 years 7 months ago
    • What version of RokNavMenu are you using? The latest Joomla 1.7 version is 1.6

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
  • Re: Edit a Admin menu item = no style in joomla backend

    Posted 12 years 7 months ago
    • Thanx Xeonz. This fixed the same issue for me today.
    • keep doing what you're doing and you'll keep getting what you've got

Time to create page: 0.061 seconds