Forum Replies Created
-
In reply to: Bbpress 2.0 Beta3, tinyMCE
I made a post toolbar, but its not wysiwyg or tinyMCE. Just buttons to add html and shortcode tags.
In reply to: Post toolbar plugin for bbpress 2I 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.
In reply to: Post toolbar plugin for bbpress 2Yeah, 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 -_-
In reply to: Post toolbar plugin for bbpress 2Actually, I should make it based on those two PHP constants…or some WP setting related to that.
In reply to: Post toolbar plugin for bbpress 2KodeStar: On lines 55 and 98 of toolbar-images-panel.php change 5*1024*1024 to 2*1024*1024.
In reply to: Post toolbar plugin for bbpress 2Just 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
In reply to: New update made my forum disappearYeah, simply saving the forum settings will fix the issue. Or at least it did for me.
In reply to: Skeleton – A Responsive WP/bbPress ThemeI imagine the column shortcodes could be this:
[column width=”1/3″ final=”true”]…[/column]
In reply to: BBPress plugin not working properlyDisable the buddypress forum components and such.
In reply to: Post toolbar plugin for bbpress 2bbPress 2.0 is a plugin to WordPress. WordPress plugins can integrate with bbPress 2.0.
bbPress 1.x has its own plugins system.
In reply to: Post toolbar plugin for bbpress 2Not really relevant to this topic.
In reply to: Post toolbar plugin for bbpress 20.5.7 brings it back to sanity.
In reply to: Post toolbar plugin for bbpress 2Alright. 0.5.7 in a few minutes.
In reply to: Post toolbar plugin for bbpress 2Thanks pimarts. Like I said in that post, I’m kind of hoping that this toolbar will take off as a ‘must have’ for bbPress. With this, I also would like to inspire others to extend the toolbar using plugins. Perhaps After The Deadline could hook into this toolbar.
Bringing the components into individual files was important for allowing people to turn everything on or off. I wanted all toolbar items to be treated (sort of) equally, so now they’re all plugged in via the hook.
I am still playing around with some things up until bbPress 2.0 is marked as stable.
In reply to: Post toolbar plugin for bbpress 2fyi this place is potentially better for plugin support:
In reply to: SUGGEST!!! whats the best?? weigh in here…Yes.
In reply to: Post toolbar plugin for bbpress 2Ok, just worked on some pretty cool things.
0.5.5 brings a bit more flex. It brings dailymotion, metacafe, vimeo to the video providers.
Youtube panel is now known as Videos panel for online video providers. Still has the youtube image.
All the buttons are in a set of four ‘child’ plugins: That is, they need to be activated at the plugins activation page.
In reply to: Post toolbar plugin for bbpress 2I’m thinking of redoing some of the current toolbar buttons/panels.
Yes, I will add more video content providers eventually. I’ll just have to source out the information first.
In reply to: Private MessagingI don’t suspect anyone will be developing new plugins for bbpress 1.x because bbpress 2.0 is the way of the future, man.
In reply to: Post toolbar plugin for bbpress 2Just pushed 0.5.1, uploading is now optional. Scripts and style are enqueued, but not only on forum pages yet.
In reply to: Post toolbar plugin for bbpress 2Saves it to the uploads folder, specifically the current month. Check In media in WordPress admin to see the files.
I will make it optional.
In reply to: bbPress 2.0 – Updates</a>
and</span>
. Posting HTML as code is using the backticks (` on the ~ key).In reply to: bbPress 2.0 – Updates</a>
and</span>
. Posting HTML as code is using the backticks (` on the ~ key).In reply to: Facebook Like button on Start of Topichttp://ompldr.org/vOXJuaA/bbPress-Social
That’s a pasting of what I’ve done to add tumblr share, tweet, buzz, +1, and fb like.
Should be positioned at the top of a topic.
In reply to: bbPress 2.0 – Theme Compatibilityfolgerj: It is possible if extending WordPress’ html filtering system to allow images. In my post toolbar, I extended it to allow images for forum replies, which currently also includes blog comments.