Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Eduardo Leoni

    (@eduardo-leoni)

    Hey 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
    Cheers

    Plugin Author Eduardo Leoni

    (@eduardo-leoni)

    Not 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

    You 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_redirect

    Have you tried turning the debug mode on?
    I’m guessing permission problem after update, but the debugger might be able to give you better clues

    Plugin Author Eduardo Leoni

    (@eduardo-leoni)

    Hey 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]

Viewing 5 replies - 1 through 5 (of 5 total)