siraza
Forum Replies Created
-
hey ajay
this might be a good thing to change directly in plugin release as the “date_i18n” will get the translation based on wordpress settings and i suggest you add a field for each other not translated word in plugin’s settings page like “page * of *”, “results par page” and “results *-* of *” so people can easily change theme if they are not yet translated in their language ??
Good luck and good continuation with your great plugin Ajay ??
Hi just found the solution for this one:)
Just had to change “date” to “date_i18n” on line 574 of the better-search.php file like this :
original line :
$output = $before . date( $format, strtotime( $search->post_date ) ) . $after;
modified line :
$output = $before . date_i18n( $format, strtotime( $search->post_date ) ) . $after;
Hope it helps some people ??
Forum: Plugins
In reply to: [Better Search - Relevant search results for WordPress] Theme Templateoh my bad forgot to put the template in my theme folder rather than the plugin folder :S
Thx a lot it works perfectly now ??
Carry on the good work Ajay ??
Forum: Plugins
In reply to: [Better Search - Relevant search results for WordPress] Theme TemplateFirst thing thanks for a such fast answer ??
i have tried the seamless option but it uses the search template in my greenblack theme and i really dont like that one thats why i took your
plugin as it changes the default template of my theme. Your template is way better ??i tried the template you gave but it does the same thing sadly :S
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] One submit per ipokay thank u for the answer ??
Forum: Plugins
In reply to: [Contact Form 7] 1 form submitted by user dailyAnyone ?