• Resolved Robkk

    (@robkk)


    right now im trying to echo the topic report link and the reply report link

    but i cant seem to make it work

    im just using <?php echo bbp_get_topic_report_link(); ?>

    but it isnt showing up

    i added your gist file to my functions.php in my child theme but i cant seem to make it work

    i just want to add the report link using this

    <?php echo bbp_get_topic_report_link(); ?> and position it with css

    Any help to get this done right??

    https://wordpress.org/plugins/bbpress-report-content/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Josh Eaton

    (@jjeaton)

    Are you referring to this gist? https://gist.github.com/jjeaton/8668560

    If so, you’re using different function names than I am, if you haven’t modified the gist.

    Thread Starter Robkk

    (@robkk)

    yep thats the one

    i havent modified the gist

    i just dont know how to echo the link right like how im doing it

    should i just do this??

    <?php echo get_topic_report_link(); ?>

    Plugin Author Josh Eaton

    (@jjeaton)

    if you’re using the gist unmodified, use this for topics:

    <?php shmoo_bbp_the_topic_report_link(); ?>

    and this for replies:

    <?php shmoo_bbp_the_reply_report_link(); ?>

    I will eventually add template tags for this into the plugin, I just have a huge backlog of client work to get through first.

    Thread Starter Robkk

    (@robkk)

    thanks for the help!!! 😀

    I will eventually add template tags for this into the plugin

    sounds good!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘does moving the report button still work ??’ is closed to new replies.