Patzman
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Revision Display] hide if there is no rivisionsHey!
I think I have a Solution for u.
Try installing “Revision Control” plugin and try to delete all deletable revisions.
May it helps..
Patzman
Forum: Plugins
In reply to: [Search & Filter] Search by IDHey, no problem. Been a pleasure..
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search for any post IDHelped me a lot.. thanks
Forum: Plugins
In reply to: [Search & Filter] Search by IDOk, i solved it by myself.
I am using the plugin “Relevanssi” wich is not searching the ID by default.
But, if I add the following filter to functions.php of my theme it will do exactly what i want. And it wors with “Search & Filter” plugin
Here is the code snippet for the functions.php:
add_filter(‘relevanssi_content_to_index’, ‘rlv_index_post_id’, 10, 2);
function rlv_index_post_id($content, $post) {
$content .= ” ” . $post->ID;
return $content;Hope it helps somebody….
Had the same problem. BettonDesign`s tip worked great for me. Thanks a lot!!
Forum: Plugins
In reply to: [Update Message] New shortcode?Ok, anyway thanks for your answers ??
Forum: Plugins
In reply to: [Update Message] New shortcode?This is not a must, but it would be realy nice to have ??
May you make an option in the plugins backend to set the number of the last updates?
Forum: Plugins
In reply to: [Update Message] New shortcode?Hi, thanks for quick response! ??
Yes, exactly. I mean all update massages ?? we wanna use your very nice plugin for a kind of knowledge database as a change log so our update massages are very short. And every author should be able to publish there own update information…
Forum: Plugins
In reply to: [Dave's WordPress Live Search] Excluding pagesYou can do this with relevanssi: https://www.ads-software.com/plugins/relevanssi/
Forum: Plugins
In reply to: [Dave's WordPress Live Search] I can't exlude page from live searchDave’s Live Search can’t do things like that. You have to install a plugin like Relevanssi and do some configuration: https://www.ads-software.com/plugins/relevanssi/
Forum: Plugins
In reply to: [Post Revision Display] Plugin needs update to work w/ current WP versionI disabled my multisite installation and your plugin worked fine again.. anyeay thanks for reply ??
Forum: Plugins
In reply to: [Post Revision Display] Plugin needs update to work w/ current WP versionI still tryed to locate the problem and I think that it don’t work in combination with a multisite wordpress installation (I’ve set some time ago). Can you confirm that?
Forum: Reviews
In reply to: [Post Revision Display] Great Pluginsorry, everything is fine in 3.7.1. Testet in another WP installation…
Forum: Plugins
In reply to: [Post Revision Display] Plugin needs update to work w/ current WP versionOK, I have to apologize.. I’ve testet your plugin with another WordPress installation and it works as it should. I think I have a conflict with a another plugin.. maybe Co-Authors Plus.. or some PHP settings…
Forum: Plugins
In reply to: [Post Revision Display] Plugin needs update to work w/ current WP versionHi!!
I’ve installed your very usefull plugin and now updated to wordpress 3.7.1. Previous version 3.4.2 worked fine…
The result is that everything seems to be ok but the link to each revision is broken (in frontend). It just jumps back to the current version… seems like the browser shows no reaction on URL/?rev=”revision-ID” …any ideas to resolve the issue?
cheers