I have been trying to use this, and it says that there are no template mods required, but I just get nothing. It activates ok, but there are no buttons anywhere to be found. I have the bbcode lite plugin installed too. That is working fine, as is the allow images plugin.
You say no template mods, but maybe there are modifications required to the post.php file? Or something else.
bbPress Plugin Browser »
BBcode Buttons (0.0.9)
Download
Version: 0.0.9
Last Updated: 2009-1-10
Requires bbPress Version: 0.8.2 or higher
Compatible up to: 0.9
Average Rating





Your Rating
Author: _ck_
-
Posted: 1 year ago #
-
Are you using a custom theme? If so, you might be missing the
<?php do_action('bb_foot', ''); ?>in thefooter.phpwhich is critical for bbPress. Look at the Kakumei theme (or switch to it temporarily).Posted: 1 year ago # -
I am actually using the Kakumei theme with a custom style sheet.
I checked the footer.php file just in case and the bb_foot line is there. I tried switching to the regular Kakumei too and no buttons.
Any other thoughts?Posted: 1 year ago # -
I need to know more about your browser, server and other plugins in use. As long you have javascript running, it should be showing on the Kakumei theme.
Posted: 1 year ago # -
Thanks for your help.
I have tried with both firefox and safari. The other plugins I am running are:
Akismet 1.0
Bozo Users 1.0
Allow Images 0.7.1
Auto Add Favorites 1.0
bbPress Avatars 0.2
BBPress Private Messaging 0.80
Reputation (Karma) for bbPress 0.0.2
bb-Scripture-Links 1.0
BBcode Buttons Toolbar 0.0.3
BBcode Lite 1.01
bbPress Polls 0.5.4
bbPress signatures 0.1.9
Use Display Name 0.7.2
Enhanced Registration 0.1.0.1
Human Test for bbPress 0.7.1
Ignore Member 0.06
Mass Edit - Moderate Posts 1.1.2
My Views module - Started/Participated Topics 0.1.1
My Views module - Statistics 0.1.1
My Views 0.1.1
Post Count Plus - Dynamic.Titles & More! 1.1.5
Quote 0.2mod
Simple Onlinelist 1.5
Unread Posts 0.9.0
User Timezones 0.2What do you need to know about the server? I will probably have to ask someone about that.
Posted: 1 year ago # -
Ah, you are on a mac? That's one thing I had not considering but firefox should be virtually identical across platforms.
Do you see any javascript errors in the firefox error console?
There may be another error happening that is preventing the code from running properly.Posted: 1 year ago # -
I am on a mac, but as far as I know PC users can't see the buttons either.
The only errors I see are not real errors at all.
They are unknown css3 properties...
Warning: Unknown property 'border-bottom-right-radius'. Declaration dropped.Basically all the "radius" properties that get called are ignored, but I don't think this would be affecting the buttons.
Posted: 1 year ago # -
Are you using bbPress 0.8.3 or 0.9 ?
Posted: 1 year ago # -
bbPress 0.9...Just installed fresh a little over a month ago.
Posted: 1 year ago # -
Greenleaves can you save the page with the textarea box as html and put it on pastebin.com for me to look at?
Posted: 1 year ago # -
Posted: 1 year ago #
-
OH, I completely see the problem now.
It's a weird IIS issue, returning the drive letter with the path.
So the javascript never loads.update: please give 0.0.4 a try and see if it works for you?
Posted: 1 year ago # -
Doesn't seem to have fixed the problem. Still no buttons.
Posted: 1 year ago # -
Argh, well it may take some trial and error. It's a windows issue.
Can you do a "view source" on the topic page and look at the bottom and copy here the line it generates near the bottom like this:
<script src='http://healingallnations.shinchonji.kr/forum/D:\healingallnations\www\forum\my-plugins\bbcode-buttons\BBcode-buttons.js?0.0.3' type='text/javascript' defer='defer'></script>see the
/D:\healingallnationsthat's not supposed to be there and should have been removed but it's not.Is the line still the same or has it changed at all?
Posted: 1 year ago # -
Still the same...with the /D:\
What do you mean a "windows issue?" You mean since I am working on a mac and the server is a windows server? Other people can't see the buttons either.
Posted: 1 year ago # -
It's because it's a Windows server and how it interacts with php. I can fix it but because I don't have a windows server handy it will take some trial and error. Your current one shows 0.0.4 in that line right? If the line is different (other than the 0.0.4) please copy it here...
Posted: 1 year ago # -
Okay I figured it out! Give the site a few minutes to update and download 0.0.4 again.
Use this link to make sure you don't get a cached copy:
http://bbpress.org/plugins/topic/bbcode-buttons/bbcode-buttons.zip?0.0.4Posted: 1 year ago # -
Wow. It works like magic. Thanks!
Your responsiveness is really amazing!Posted: 1 year ago # -
I just realized this plugin is not working with Opera
(it runs but it's not visible).I will have to investigate - might take some time as Opera does not have an easy way to figure out what's going on (but less than 2% of users browse with Opera).
Posted: 1 year ago # -
Great to see how active you are with this, _ck_! It appears to me like I'm having the same issue as Greenleaves, but with no success. Both header and footer have the "<?php do_action('bb_head', ''); ?> and <?php do_action('bb_foot', ''); ?> lines respectively. Sadly no go for the buttons. I'm on a Mac as well, but running it with Firefox (same issue with Safari). Any thoughts? Forum site is http://www.pyrosmile.org/forum for reference.
Posted: 1 year ago #
Add a Comment »
You must log in to post.