Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author loginradius

    (@loginradius)

    Hi Tbermudas – You can follow the steps below to customize the sharing for your topics:
    1. Open “/wp-content/plugins/bbpress/bbp-themes/CURRENT_THEME/single-topic.php” (located in your WordPress root folder).
    2. Search following code:-
    <?php bbp_get_template_part( ‘bbpress/content’, ‘single-topic’ ); ?>

    3. To display Social Sharing, place following code before (if you want to show it before the topic content) and after (if you want to show it after the topic content) the code searched in step 2:-

    <div class=”lrsharecontainer”></div>
    <div style=”clear:both”></div>

    4. To display Social Counter, place following code before (if you want to show it before the topic content) and after (if you want to show it after the topic content) the code searched in step 2:-

    <div class=”lrcounter_simplebox”></div>
    <div style=”clear:both”></div>

    5. Save the file.

    Note: For above steps to work Social Sharing and Counter must be enabled from LoginRadius page in your WordPress Admin panel.

    Hi !

    I have the same issue .. using Firmasite as well as TwentyThirteen themes .

    BUT can not find folder bbp-themes below bbpress

    and the file single-topic.bhp is located as under :

    wp-content/plugins/bbpress/templates/default/extras/single-topic.php

    Is this the one to be edited ? Pl advise since I am New !

    Thanks !

    Anyways I added the code as above to the single-topic.php file I found as above in my installation.

    Does not work :-((((

    Pl advise since this feature is rather good / important for me !

    Hi .. I am back and still facing the same issue !!

    Any resolutions ??

    https://www.ads-software.com/extend/plugins/loginradius-for-wordpress/

    Plugin Author loginradius

    (@loginradius)

    Hi Newest,

    Having sharing enabled at replies will make no sense because it will also share the url of the topic (replies are posted at the same url as topic)
    Follow the steps mentioned below to enable social sharing at your topics:
    1. Open “/wp-content/plugins/bbpress/bbp-themes/CURRENT_THEME/single-topic.php” (located in your WordPress root folder).
    2. Search following code:-

    <?php bbp_get_template_part( ‘bbpress/content’, ‘single-topic’ ); ?>

    3. To display Social Sharing – Horizontal interface, place following code before (if you want to show it before the topic content) and after (if you want to show it after the topic content) the code searched in step 2:-

    <div class=”loginRadiusHorizontalSharing”></div>
    <div style=”clear:both”></div>

    4. To display Social Sharing – Vertical interface, place following code after the code searched in step 2:-

    <div class=”loginRadiusVerticalSharing”></div>

    5. Save the file back. Replace existing file, if prompted.

    Note: For above steps to work, Social Sharing must be enabled from “Social Sharing” section at LoginRadius page in your WordPress Admin panel.

    As I have already said on the new thread on this….

    Quote

    Thanks but this Doesn’t seem to be working ??

    In my install, the for single-topic.php is located at :

    /…./wp-content/plugins/bbpress/templates/default/extras

    Edited the same as above.. no go …using WP 3.8.1 with zAlive Theme and bbPress v. 2.5.3..

    Social Sharing is enabled .. in fact on the posts the Share Bar comes up and I can share.

    Appreciate all help ..

    UNQuote

    Appreciate all help, many thanks !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Share buttons visibility on topics’ is closed to new replies.