bbPress Plugin Browser »

bbPM (1.0.1)

Download

Version: 1.0.1

Other Versions

Last Updated: 2010-7-23

Requires bbPress Version: 1.0 or higher

Compatible up to: trunk

Author Homepage »

Plugin Homepage »

Average Rating

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

Your Rating

Author: Ben L.


  1. Tomcraft1980

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Ah nice feature! THX!

    Posted: 2 years ago #
  2. Tomcraft1980

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Is it possible to make bb-smilies work together with bbpm?

    Kind regards

    Tom

    Posted: 2 years ago #
  3. Tomcraft1980

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    mhhhhh... the clickable smiley doesn't show up. No errors, simply no smiley. ;-)

    Kind regards

    Tom

    Posted: 2 years ago #
  4. Tomcraft1980: The last few lines of threadviewer.php should be:

    <?php if ( function_exists( 'bb_smilies_init' ) ) { // Compat with bbPress Smilies ?>
    			bbField = undefined;
    			bb_smilies_init();
    			bbField.style.width = '99%';
    <?php } ?>
    		}, 'text');
    		return false;
    	});
    });
    </script>

    If they aren't, or you have a template called bbpm-threadviewer.php in your theme, see http://plugins-dev.bbpress.org/changeset/2644#file2 for the change you need to make.

    Posted: 2 years ago #
  5. Tomcraft1980

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Hi Nightgunner5,

    I don't have a tempülate bbpm-threadviewer.php in my theme. I used the version you gave me the link to. The last lines you explained are as you said.

    Kind regards

    Tom

    Posted: 2 years ago #
  6. Tomcraft1980

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Doesn't work for me, neither with my template nor with kukumei default template. The smiley simply does not show up. =(

    Kind regards

    Tom

    Posted: 2 years ago #
  7. Tomcraft1980: Can I have a link to your forum?

    Posted: 2 years ago #
  8. sintyche

    Member

    thank you chandersbs for the threading fix!!
    and thank you Nightgunner5 for an awesome plugin!!

    Posted: 2 years ago #
  9. Tomcraft1980

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Sure Nightgunner5, here is the link to the forum with the latest bbpm trunk plugin: http://www.xtc-modified.org/forum

    Kind regards

    Tom

    Posted: 2 years ago #
  10. Tomcraft1980: Try now - upload the privatemessages.php from here. Apparently, the bbPress Smilies plugin wasn't inserting its JavaScript into the PM page because of Pretty Permalinks and the way bb_find_filename is set up.

    Posted: 2 years ago #
  11. Tomcraft1980

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    That's it!

    Works great! THX!

    Kind regards

    Tom

    Posted: 2 years ago #
  12. rbat

    Member

    Nightgunner5,

    Thanks for the awesome plugin! One question: Is there a way to place a static reply form at the bottom of each thread page and have it reply to the last message in the thread? If you could help, I would greatly appreciate it.

    Posted: 2 years ago #
  13. rbat: I've added an option to the development version, so you can try it right now!

    Posted: 2 years ago #
  14. rbat

    Member

    Excellent! Thanks, Nightgunner5!

    Posted: 2 years ago #
  15. Tomcraft1980

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Hi Nightgunner,

    I found some time to check out the multi-user function. ;-)

    Adding a user to an existing conversation gives me the following:

    Forbidden
    
    You don't have permission to access /forum/my-plugins/bbpm/ on this server.
    Apache Server at http://www.xtc-modified.org Port 80

    But the user is successfully added to the bb_meta entry with object_tape "bbpm_thread" and meta_key "to".

    Any ideas?

    Kind regards

    Tom

    Posted: 2 years ago #
  16. Tomcraft1980: Thanks! I've fixed the bug at http://plugins-dev.bbpress.org/changeset/2663 , so you can use the development version for a quick, easy fix.

    The reason you get a forbidden error is that the index.php file no longer exists in bbPM versions >=1.0, so the server thinks you're trying to view a directory listing.

    Posted: 2 years ago #
  17. Tomcraft1980

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Thx for the fix, but I still get the same error. ;-)

    Forbidden
    
    You don't have permission to access /forum/my-plugins/bbpm/ on this server.
    Apache Server at http://www.xtc-modified.org Port 80

    Maybe the loading page helps? This is where it brings me: http://www.xtc-modified.org/forum/my-plugins/bbpm/?884

    Kind regards

    Tom

    Posted: 2 years ago #
  18. Tomcraft1980: That's exactly what I just tried to fix. It would be weird, but maybe the change didn't go into the dev zip for some reason - Try uploading the changed files from http://plugins-dev.bbpress.org/changeset/2663/bbpm/trunk/?format=zip&new=2663

    Posted: 2 years ago #

RSS feed for this topic

Add a Comment »

You must log in to post.