Ah nice feature! THX!
bbPress Plugin Browser »
bbPM (1.0.1)
Download
Version: 1.0.1
Last Updated: 2010-7-23
Requires bbPress Version: 1.0 or higher
Compatible up to: trunk
Average Rating





Your Rating
Author: Ben L.
-
Posted: 2 years ago #
-
Is it possible to make bb-smilies work together with bbpm?
Kind regards
Tom
Posted: 2 years ago # -
Tomcraft1980: Here you go, fresh from the development version. See http://plugins-dev.bbpress.org/changeset/2644#file2 for the change.
Posted: 2 years ago # -
mhhhhh... the clickable smiley doesn't show up. No errors, simply no smiley. ;-)
Kind regards
Tom
Posted: 2 years ago # -
Tomcraft1980: The last few lines of
threadviewer.phpshould 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.phpin your theme, see http://plugins-dev.bbpress.org/changeset/2644#file2 for the change you need to make.Posted: 2 years ago # -
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 # -
Tomcraft1980: It works for me:
http://llamaslayers.net/wp-content/uploads/2010/01/smilies-1.png
http://llamaslayers.net/wp-content/uploads/2010/01/smilies-2.pngPosted: 2 years ago # -
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 # -
Tomcraft1980: Can I have a link to your forum?
Posted: 2 years ago # -
thank you chandersbs for the threading fix!!
and thank you Nightgunner5 for an awesome plugin!!Posted: 2 years ago # -
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 # -
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_filenameis set up.Posted: 2 years ago # -
That's it!
Works great! THX!
Kind regards
Tom
Posted: 2 years ago # -
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 # -
Excellent! Thanks, Nightgunner5!
Posted: 2 years ago # -
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 80But 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 # -
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 # -
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 80Maybe 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 # -
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 #
Add a Comment »
You must log in to post.