Eduardo Leoni
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Like Topics] likes not showingHey cke11y, the plugin’s got more than 50 installs at this moment as per WordPress stats. It’s not my intention to make it very popular and it was built only because I needed it for myself to use in a project at work, however, I found it cool to share with everyone who might be possibly interested.
About “where to put it”, I believe that’s the beauty of the plugin, it doesn’t limit you, you can put the code wherever you want ??
Whatever loop of posts you have you can put the shortcode for liking the topic. And for the author likes, I’d say it makes sense putting on the user profile, but then again, you’re free to put wherever you want ??Let me know if I can give you any sort of further help though
CheersForum: Plugins
In reply to: [bbPress Like Topics] likes not showingNot sure I understood you guys… Nevertheless have a look a this peace of code which is to be placed on the template file responsible for showing the topics:
<?php do_shortcode("[bbpressliketopics_withlike postID = " . get_the_ID() . "]");?>
Let me know whether that helped you both
Forum: Fixing WordPress
In reply to: Redirection url ip country code without pluginYou might want to use a plugin or an API/Library at least to get the user’s geographic position.
After that you should simply use an if condition and wp_redirectForum: Fixing WordPress
In reply to: picture upload problemsHave you tried turning the debug mode on?
I’m guessing permission problem after update, but the debugger might be able to give you better cluesForum: Plugins
In reply to: [bbPress Like Topics] likes not showingHey cke11y,
Unfortunately the plugin isn’t meant to work with activities
Wherever loop of posts or on the post itself should suit the plugin.
Make sure you set the postid on the shortcode [bbpressliketopics_withlike postID = postID]