bbPress Plugin Browser »

bb-twitter (0.3)

Download

Version: 0.3

Other Versions

Last Updated: 2008-10-16

Requires bbPress Version: 0.9.x or higher

Compatible up to: 1.0-dev

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(2)

Your Rating

Author: RuneG


  1. pikatore

    Member

    I bust a nut when someone cranks out some half assed plugin that doesn't work, RELEASES IT, and then disappears from the face of the earth.

    I know I can't really talk until I've coded my own, but it's like going to a cake fair where people have come to taste cakes, and having them eat poopy cake. Then when they go to ask you to change the recipe, YOU'VE GONE!

    Posted: 2 years ago #
  2. maricato

    Member

    Hi... I liked this plugin, but there's something I don't like... it appears the twitter replies... and I think it shouldn't appear... there's some version that don't show it?

    thanks

    Posted: 2 years ago #
  3. After scanning the code, I found that the script does not automate the adding of tweets.

    You, therefore, need to do the following:
    Open profile.php in your theme directory (my-templates/<your-theme>/profile.php).
    Now, find bb_profile_data(); and paste the following code below it:

    '<?php bb_show_tweets(bb_get_current_user_info( 'id' )) ?>

    Your script should now look like this:

    <?php bb_profile_data(); ?>
    <?php bb_show_tweets(bb_get_current_user_info( 'id' )) ?>

    If you'd like to see the result, go to my profile on my forum: http://www.inniosoft.co.cc/devstation/profile.php?id=1

    Hope this helps! :)

    Posted: 2 years ago #

RSS feed for this topic

Add a Comment

You must log in to post.