Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2732
    ricsen
    Participant

    Hello,

    I use WP and qtranslate, I installed News Manager and I have issue with some Links

    1) “read more” links don’t have language parameter added in the url
    2) In widget “Archive News” urls have the same problem

    For the widget “News List” I added : href=”‘.qtrans_convertURL( get_permalink() ).'” to get_permalink() at your plugin fonction.php. Now the url links in the news list widget works :-)

    Unfortunately I can’t solve the “read more” and “archive news” links. Please can you try to help me?
    Thanks in advance for your help.

    My web site : http://www.up2mesh.org/70/?lang=de

    #2743
    Bartosz
    Keymaster

    Hi Richard,

    Unfortunatelly we don’t support Qtranslate compatibility. The reason for that is very poor code and general plugin quality. If you wan’t to use free multilingual plugin try Polylang – it’s a fantastic piece of software andf there should be no issues while using it with ANY of our plugins.

    #2758
    ricsen
    Participant

    Hi Bartosz,

    Thanks for your reply,

    Unfortunatly choice was given to qtranslate…

    Any tip at least to make the widget “News Archives” links works?

    Please.

    Richard

    PS: WP Widget Blog archive links work

    #2759
    Bartosz
    Keymaster

    Richard, all I can say is to look for permalink functions in functions.php trying to modify those similary to the way you did with News List widget.

    #2761
    ricsen
    Participant

    Ok, thank Bartosz,

    – Would be nice if any of your forum visitors, with a solution for it, could reply me.

    Thanks in advance.

    #2772
    ricsen
    Participant

    Dear Bartozs,

    I found how to setup correctly the urls in the widget “News Archive”.

    I added: qtrans_convertURL(nm_get_news_date_link ($date[0], $date[1]).’/’); at $link = nm_get_news_date_link ($date[0], $date[1]) in your function.php file.

    I hope it will help if someone has the same issue.

    Thanks again, Bartozs, for your help and for your plugin.

    Cordially, Richard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.