xdark
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Related Posts] Limit to post typesIt is possible to be done with some coding but currently I am not planing to implement such feature. If you know coding I can add you to developers and help me with that.
$erpDisplayC->Diplayer($argum) just renders the plugin content.
Wp_Query obj is for related posts and not for the current post. The curent post is the $defcon var in $erpDisplayC->ConModifier($defcon).
You will have to look at $erpDisplayC->ConModifier($defcon) which takes the default main area content and returns it with ERP content or not.
To point you somewhere look in __construct of erpDisplayC class. There is a filter for the_content.
Forum: Plugins
In reply to: [Posts To Events] CalendarSory. For now layout will remain more like an atzenta.
Forum: Plugins
In reply to: [Easy Related Posts] Choice to embed within templateHey Will,
I haven’t forgot your request and make some progress on it, but I have too much work lately to finish the next release.
At this time I can’t promise anything but maybe in the next 2-3 weeks will release a minor update in order to implement your requested function.
Anyway since you are still interested I’ll keep this thread updatedThank you again for your kind words,
PanosThis must be the cache bug again, please check this thread and report back to me.
PS regenarating thumbs won’t work cause thumbs are generated dynamicaly.
Forum: Plugins
In reply to: [Easy Related Posts] Choice to embed within templateHey wramos, I came up with a quick solution so you don’t have to wait for the upcoming updates.
Need some details first.
The posts you are not wishing to display are under a specific category or have some specific tag?On the next update I am planning to add an option to exlude desired categories from showing related posts but we can make this wirk for you right now.
Forum: Plugins
In reply to: [Easy Related Posts] Plugin not limiting postsDid you checked that the option Number of posts to display in settings menu or/and in widget settings, is properly set?
Forum: Plugins
In reply to: [Easy Related Posts] Related Posts by TagsWhat a pity, but I`m looking forward for your upcoming update.
It`s great to know, that you’re working on it.
Just released a minor update that implements the feature you requested for widget too.
Please feedback any bugs.
Forum: Plugins
In reply to: [Easy Related Posts] Choice to embed within templateGot it. ??
I’ll look into it wramos. ??
Forum: Plugins
In reply to: [Easy Related Posts] Choice to embed within templateJust to see if I understood this.
You have some custom content layout and you don’t want to display related posts when this layout is used?Forum: Plugins
In reply to: [Easy Related Posts] Cache??
Forum: Plugins
In reply to: [Easy Related Posts] Related Posts by TagsPS: After upgrading to latest version of easy related post, it is not listed anymore in my plugins. Also the setting for it is gone.
I am not experiencing that issue although I just updated my plugin in some of my sites :/
Forum: Plugins
In reply to: [Easy Related Posts] Related Posts by TagsSo the related posts by tags will not work for the widget?
I`m using your plugin only via widget. So I hope you can also implement it for the widget.
cheers Chris
Then I’m sorry for having you to wait a bit more Chris. ??
This should be coded on my vacations in August.Thank you again for your patience. ??
Forum: Plugins
In reply to: [Easy Related Posts] Related Posts by TagsNew version with fenomeno0chris request released (although not providing this ability in widget options).
Marking topic as resolved.@wramos I am aware for this bug and it will be fixed in feature releases. ??
Forum: Plugins
In reply to: [Easy Related Posts] CacheHi wramos,
Open file /root/yourWPFolder/wp-content/plugins/easy-related-posts/inc/tim/tim.php
At line 34 change the
if(! defined('FILE_CACHE_ENABLED') ) define ('FILE_CACHE_ENABLED', TRUE);
to
if(! defined('FILE_CACHE_ENABLED') ) define ('FILE_CACHE_ENABLED', FALSE);
Hopefully this will do the trick.
Forum: Plugins
In reply to: [Easy Related Posts] Related Posts by TagsUpdate will be released in the next week, including a couple of new features and fenomeno0chris request.
Have a nice weekend everybody.