jDiction Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

jDiction 2.2.0 released. http://jdiction.org/downloads

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - dlxro

Pages: [1]
1
General Questions / jDiction with joomla 3.4.4 not working at all
« on: October 14, 2015, 01:29:23 pm »
I installed this plugin to translate my site from english (default language) to spanish, but when I press the spanish flag I don't see anything translated.

Here is my output:
Code: [Select]
est Result
 
Version

    Library Version: 1.4.2
    Joomla Version 3.4.4 is untested.

Plugin

    Joomla Languagefilter Plugin is enabled
    There are 1 plugins having the same loading postion as the Joomla Languagefilter Plugin.
    JDiction Plugin is enabled.

Database

    jDiction Database Driver is selected

Language

    Seam to be good

Module

    Module is enabled

Common mistakes

    It seems that there are no common mistakes.

By the way on parseRules of jdiction system plugin line 128:

Code: [Select]
      foreach($menu as &$item) {
        $item->route = '';
        if ($item->level > 1) {
          $item->route = $menu[$item->parent_id]->route.'/';
        }
        $item->route .= $item->alias;
      }

there's no error handling for unpublished menu items.



Pages: [1]