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.

Messages - Harald Leithner

Pages: 1 2 [3] 4 5 ... 110
31
This is fixed in 2.2.3

32
This is fixed in jdiction 2.2.3

33
General Questions / Re: Menu Titles no longer get translated
« on: June 09, 2020, 10:45:23 am »
Can you paste the output of the jdiction check page?

34
General Questions / Re: Menu Titles no longer get translated
« on: June 08, 2020, 10:20:19 pm »
Language filter has to be the first, jdiction the second plugin.
jdiction has a checkpage for this.

35
General Questions / Re: Menu Titles no longer get translated
« on: June 08, 2020, 05:37:58 pm »
It's very likley that the reason is you template that loads the menu before translation kicks in. Please check the order of your plugins.

36
It's on my todo list, sorry it takes so long.

37
General Questions / Re: How to Export ??
« on: November 20, 2019, 11:25:37 am »
I'm sorry I don't know any other extensions that are able to do this.

38
General Questions / Re: After update to Joomla 3.9.13 Jdiction not working
« on: November 18, 2019, 10:21:26 am »
I have seen this on the backend, not sure why this happens... I have to check this, for now it's working for you (don't double safe the configuration)
you can see if the correct database driver is select at z/administrator/index.php?option=com_jdiction&view=check

39
General Questions / Re: After update to Joomla 3.9.13 Jdiction not working
« on: November 18, 2019, 10:06:01 am »
are you sure you change the correct file?
libraries/jdiction/database/parser/processors/ReplaceProcessor.php

Because the error message on the site you mailed me still has the same error?

40
General Questions / Re: After update to Joomla 3.9.13 Jdiction not working
« on: November 18, 2019, 09:49:11 am »
can you replace the line at 54 in file libraries/jdiction/database/parser/processors/InsertProcessor.php
Code: [Select]
public function process($tokenList) {with
Code: [Select]
public function process($tokenList, $token_category = 'INSERT') {

41
General Questions / Re: After update to Joomla 3.9.13 Jdiction not working
« on: November 18, 2019, 09:25:21 am »
Can you please post the output of the check page?

42
General Questions / Re: After update to Joomla 3.9.13 Jdiction not working
« on: November 18, 2019, 09:09:44 am »
you can try to switch the database driver to the xml driver.

43
General Questions / Re: After update to Joomla 3.9.13 Jdiction not working
« on: November 18, 2019, 08:49:24 am »
Which version are you using?

44
Install & Configure jDiction / Re: Jdiction flags-image size
« on: November 05, 2019, 04:53:46 pm »
Hi,

thanks for using jdiction for such a long time.

But you should really update your Joomla site, I (as release lead for Joomla 3.9.x) released Joomla 3.9.13 today.

About the flag image, the image is a background image

Thats the css code we use for the image:

Code: [Select]
<style>
  .languageswitcher a {
    padding-left: 20px;
    background-position: center left;
    background-repeat: no-repeat;
  }
</style>

use override the attributes you need to fit your wishes.

45
General Questions / Re: How to Export ??
« on: November 04, 2019, 09:19:48 am »
hi,

the Link to the screen is administrator/index.php?option=com_jdiction&view=tools you can find it in jdiction toolbar menu with the title "Tools" and on this Dashboard you find an export button. This button links to administrator/index.php?option=com_jdiction&view=export

I hope this helps.

Pages: 1 2 [3] 4 5 ... 110