Info
- 50 posts
- 11 voices
- Started 10 months ago by m-jay
- Latest reply from enderandrew
- This topic is not resolved
Post toolbar plugin for bbpress 2
-
- Posted 9 months ago #
Why not hook into the 'forums' admin panel itself and simply append the options there? That is kind of what the entire point of having the forums admin tab is for right?
No offense, but 4 sep sub-plugins is just plain stupid. And yeah, I read the rational for it, just disagree and hope NO ONE else takes this approach. I can see the day when I open up my admin panel and have 300 sub-plugins in there to manage.... LOL
*I still have the horrible memories of an 'unnamed' buddypress plugin that went this route. By the time I turned on all the needed features, my admin panel was displaying dozens of plugins... arghhhh
-
- Posted 9 months ago #
yes youre right.
my fear is 300 sub-plugins too ;)
but i have today too many and with this toolbar came more. -
- Posted 9 months ago #
Alright. 0.5.7 in a few minutes.
-
- Posted 9 months ago #
0.5.7 brings it back to sanity.
-
- Posted 9 months ago #
Not really relevant to this topic.
-
- Posted 9 months ago #
how to get wordpress plugins in bbpress?
-
- Posted 9 months ago #
bbPress 2.0 is a plugin to WordPress. WordPress plugins can integrate with bbPress 2.0.
bbPress 1.x has its own plugins system.
-
- Posted 9 months ago #
I've allowed users to upload images, but whenever I try to upload an image it fails with increase post_max_size and upload_max_filesize to 5M.
I don't have any issues uploading with wordpress, and the values are currently set to 8M and 2M respectively.
The image i was trying to upload was only 167KB I tried with a 47KB file as well and that didn't work either.
Any ideas?
-
- Posted 9 months ago #
Just updated it to 0.6.0. This has a lot of things done. bbPress 2 RC 3 put the extra action hooks in the post form area, so the toolbar is using those now for placement of the bar. No more delete-dupes using JS :D
-
- Posted 9 months ago #
KodeStar: On lines 55 and 98 of toolbar-images-panel.php change 5*1024*1024 to 2*1024*1024.
-
- Posted 9 months ago #
Actually, I should make it based on those two PHP constants...or some WP setting related to that.
-
- Posted 9 months ago #
There should be an option in the settings for max file size... Good job though, the plugin look better and better.
-
- Posted 9 months ago #
Yeah, kind of. Dev version has the max file size equal to the php.ini setting, upload_max_filesize. You can actually just replace your copy of the toolbar-images-panel.php with the one in trunk and it will be fixed.
I kinda want a few more things done before I make a 0.6.1 or something...and more time between them -_- Don't like annoying people with overly frequent updates -_-
-
- Posted 9 months ago #
I uploaded and activated the plugin (RC3 installed and working) and I allowed most items to be uploaded. I (for now, left the smilies in default). Now where would I see this toolbar?
I assumed users would see it as they are posting a topic in the forum...Did I misread the intent of the toolbar?
Here's one of my topics... http://jeff-foliage.com/forums/topic/connecticut-trip-planned-for-fall-foliage/
-
- Posted 9 months ago #
I explained a similar/same issue here: http://master5o1.com/topic/post-toolbar/
and another similar thing here: http://master5o1.com/topic/position-of-bbpress-post-toolbar/Turn manual insertion on in the options and then put
<?php do_action( 'bbp_post_toolbar_insertion' ); ?>in your theme files. Probably somewhere.If bbPress is running with theme compatability mode then I'm not sure why it _isn't_ showing.
If it isn't in compatability, then I think your theme doesn't have the RC3 hooks that I am using. -
- Posted 9 months ago #
I have little experience editing PHP but If told what module to edit and what line to put it in on then I might have a chance..
I have to go to the branch software since I lost the settings page. I have the first two items in the settings bet the rest of the page is blank...
Jeff
-
- Posted 9 months ago #
I'm lost on this too. I'm using Roots theme framework and didn't import bbPress into my theme. Your toolbar shows up "bbp-template-notice" and the (way too big) avatar, but I would like to move the down to above the Reply text area.
I kind of get how WP template tags work now but actually navigating all these PHP files is difficult.
-
- Posted 9 months ago #
i think the new version is too muhch... nobody need a other font.
-
- Posted 9 months ago #
Probably.
-
- Posted 8 months ago #
Can I move the css file somewhere in my theme so that I don't lose css changes when I update the plugin?
My site uses a dark background with white text, so I have white on white text with your toolbar.
-
You must log in to post.