Riccardo Conte
Forum Replies Created
-
Forum: Plugins
In reply to: [Zaki Like Dislike Comments] Add rating AFTER the commentHi @xmsmmgrs,
as you can see in settings page you have to uncheck “Show rate system before comment text?” and use<?php if (class_exists('ZakiLikeDislike')) ZakiLikeDislike::getLikeDislikeHtml(); ?>
everywhere inside your comments loop.Cheers ??
RiccardoForum: Plugins
In reply to: [Zaki Like Dislike Comments] Sortable?Hi dynamix25,
would be better to start a new topic, however I answer here ??Line 169 is in the function that display the HTML of rate system, so the possibilities is two:
1) You try to use “headers” after comments HTML output
2) You have put this code<?php if (class_exists('ZakiLikeDislike')) ZakiLikeDislike::getLikeDislikeHtml(); ?>
before theme <html>However without other details i can’t help you ??
Can you send me your html output as attachment?Best regards
Forum: Reviews
In reply to: [Zaki Like Dislike Comments] Could be better, but beggars can't be choosersHi,
the answer is simple. You must uncheck the “Auto insert in theme” option in plugin settings and put this code<?php if (class_exists('ZakiLikeDislike')) ZakiLikeDislike::getLikeDislikeHtml(); ?>
where you want in comments loop.Soon we will implement new features as custom images for buttons and comments ordering by rates.
Greetings
Forum: Reviews
In reply to: [Zaki Like Dislike Comments] Could be better, but beggars can't be choosersHi, thanks for the review!
If you have suggestions to implement will keep it in high regard. GreetingsForum: Reviews
In reply to: [Zaki Post Slide Widget] English versionHi, each labels are into a PHP translation’s domain (refer to “zaki”). You can use a plugin such as Codestyling Localization if you don’t want to create translation files (.po/.mo) directly. However ,as all our plugins, this will be full translated to english with next release.
Forum: Plugins
In reply to: [Zaki Like Dislike Comments] Sortable?Hello,
currently the function is not provided but since that might actually be useful will then insert it into the next release of the plugin that will be released shortly. Will include a function that extrapolate all comments or comments of a post sorted by rank.