Search Results for 'bbpress'
-
AuthorSearch Results
-
August 1, 2007 at 7:19 am #57791
In reply to: Just launced – integrated with WPMU
_ck_
ParticipantIt’s a very nice integration.
There’s a problem with the text contrast though, the text colour is too light on the white background and that makes it hard to read for some people.
IMHO there’s also too much text on each page with nothing breaking it up like smaller images.
Am I imagining things or is this like the third weightloss site using bbpress posted here? Are these just “made for adsense” sites?
August 1, 2007 at 6:47 am #57042In reply to: bbPress themes / templates directory, does it exist?
MaryJane
MemberMay i make a suggestion. Is there anyway that the themes can have a permanet place once submitted to be downloaded from? I hate following link after link only to find the link dead. The plugins and themes needs to have a permanet repository/database to be downloaded from. It would make things easier.
August 1, 2007 at 6:47 am #59632In reply to: Good model plugin for newbie plugin author to study?
_ck_
ParticipantNever insert your own columns into the bbpress core data.Use the meta or create a new table.
Just a warning the the bbpress api is still in a state of flux so some plugins will be obsolete or non-functional soon. For example my “My Views” plugin will be useless once the next trunk becomes stable as they’ve change the entire “views” structure and basically anything else dealing with a query. It’s somewhat confusing (and messy) to me and I’ll have to wait to see examples in new plugins.
August 1, 2007 at 6:24 am #57790In reply to: Just launced – integrated with WPMU
MaryJane
MemberUmmm im seeing wordpress and bbpress.
August 1, 2007 at 4:04 am #59630In reply to: Good model plugin for newbie plugin author to study?
riddle
MemberSorry — I missed dbDelta and didn’t have a WP install handy to compare with.
As for whether I need a new table: is it advisable for a plugin to mess around with adding columns to standard bbPress tables? I suppose I thought I could do less damage by creating my own.
My application: I want to add geolocation (latitude and longitude) to topics. From a strict DB schema point of view there’s no reason for my data not to go into the topics table.
August 1, 2007 at 3:24 am #57722In reply to: One profile page to rule them all
MaryJane
MemberThis is a very good idea! I would like this. I dont really like wp’s dashboard profile page. This would make wp and bbpress more intergrated!
August 1, 2007 at 2:13 am #55202In reply to: Swedish translation available
gtim
Memberkallekn, I posted it at: blogg.gurka.se/2007/03/04/svensk-bbpress-oversattning/
fel64
MemberInteresting. Can you comment out line 262? Actions and filters are a nice system but a nightmare to debug. Invisible gotos.
I would really, really like to be able to tinker more with a setup that has problems. Can you give me the full details of what you’re running? What OS, what thing to run PHP, what version of PHP and the like?
July 31, 2007 at 10:34 pm #59628In reply to: Good model plugin for newbie plugin author to study?
riddle
MemberMore specifically: does bbPress have mechanisms for automatic table creation and updating like the ones described in the WordPress docs?
See: https://codex.wordpress.org/Creating_Tables_with_Plugins
Should I start my Foo plugin by creating a function foo_install()? And can that function call dbDelta()? (I don’t see dbDelta in my bbPress anywhere.) If not, what’s the recommended alternative model for creating tables to be used in plugins?
July 31, 2007 at 9:16 pm #52672In reply to: Plugin: [REL] Signature
_ck_
ParticipantHere we go!
http://ckon.wordpress.com/2007/07/31/new-plugin-bbpress-signatures/
updated to v0.11 – now with admin menu!
http://ckon.wordpress.com/files/2007/07/bb-signatures.txt
(rename .txt to .php)
If you have plugins for smilies and/or allow images in post text, it will obey them, this is probably a good thing and desired.
You can set the minimum user level needed to show signatures and also the ability not to repeat a user’s signature more than once per page.
Instructions: install, activate, tinker with settings in admin menu
If you would like the optional toggle on new/edit posts to disable signatures you must edit the edit-form.php & post-form.php templates and place at or near the bottom:
<? bb_signatures_checkbox(); ?>
(you can wrap it in a DIV and float it to the left, right style anyway you’d like
sorry but there’s no way to do this directly through a plugin)
Here’s a fancier version that I use:
<div style=”float:left” ><? if (function_exists(‘bb_signatures_checkbox’)) {bb_signatures_checkbox();} ?></div>
Version History:
0.05 :slashes & autop fixed, replaced input with textarea, max_lines now supported in post-processing, max_length checked in realtime (as well as post processing)
0.06 :internal testing/bugfix
0.07 :per-post signature toggle
0.08 :toggle for allow html and allow images should now work
0.10 :basic functioning admin menu
0.11 :more intelligent admin menu
July 31, 2007 at 9:12 pm #2192Topic: Good model plugin for newbie plugin author to study?
in forum Pluginsriddle
MemberI’m working on my first bbPress plugin. Between the limited bbPress documentation and the more extensive WordPress docs (and some unofficial WP tutorials) I can figure out most of what I need to know, but there are still some gaps.
Does anyone have a favorite simple, well-written plugin for a newbie to use as a model?
Preferably one that manages its own table(s) in the database?
Thanks.
fel64
MemberCrowspeaker, would you mind editing a core file? If you can edit line 257 of bb-includes/capabilities.php to this:
$this->cap_key = 'foo_capabilities';Then save/publish a post as you always do and see if the entry
foo_capabilitiesis created?That would bizarrely mean that the BB_User has an ID but no capabilities.
July 31, 2007 at 6:26 pm #59034In reply to: Plugin: Private Forums v4.0
_ck_
ParticipantOh this is driving me crazy.
Every so often, the private forum settings reset back to open to all and expose the moderator forum to everyone. Not good.
Until this bug is found I need to know how to hardwire a forum by number via code to always be moderator’s only.
update: I hardwired private_forums_custom_get_options, adding
if (!bb_current_user_can("moderate")) {$private_forums_for_user[8] = "MODERATOR";}This should make sure no matter what, #8 stays private
Hopefully you can find the bug soon… it might even be a bbpress core bug which is scary… then again, your settings are the only ones that seem to reset?
crowspeaker
Memberfel,
I posted this on the plugin in page as well:
The upgrade did not fix my problem. Trying to post with default forum left blank failed to create a post in BBpress. Posting with a default forum would post only to that forum (no override on the writing page). User_meta with the key capabilities still being created.
Sorry.
July 31, 2007 at 4:31 pm #59584In reply to: How to evaluate server speed?
_ck_
ParticipantI’m now getting a median response time of about 0.125 seconds for 8 queries on the top page and 0.205 seconds for 12 queries on a topic page.
That’s like night and day compared to what you had before. It was taking almost a full second in some cases, look at the bottom source of the static.html !!!
Now can you believe most shared hosting environments have mysql cache turned off by default!!! Even your VPS neighbours may have it turned off which is causing high disk load that’s affecting you. This is where all those who claim how VPS is superiour are wrong. Disk access is the achilles heel of VPS (and shared hosting).
Next performance improvement you can do is install eaccelerator. Though it’s nowhere near as easy as editing mysql and restarting services.
Do you know how much guaranteed ram you have on your vps? Because the mysql and eacellerator cache will eat into that. If you have less that 128mb it will limit the sheer number of simultaneous connections you can have. Though for your needs I don’t think it’s a big deal unless all the search engines start scanning you at once.
ps. don’t worry any more about mysql tuning and phpmyadmin status reports, it’s really all you can do for now – the rest is a limit of how wordpress/bbpress works and can’t be avoided
pps. most of your pages are now coming up in 1.5 seconds for me when they were taking up to 6 seconds before – there are still some weird delays sometimes though which must be OS loads
July 31, 2007 at 4:14 pm #59583In reply to: How to evaluate server speed?
riddle
MemberP.S. I wrote a quick and dirty perl script to do a bunch of page retrievals, grep for bbPress’s self-reporting string in the footer, and report median times. Let me know if anybody wants it.
July 31, 2007 at 12:59 pm #2191Topic: post permalink
in forum TroubleshootingAndrew
MemberWhat function do I call to output a permalink to a specific post in a thread? As threads get very long I would like to link to an individual post in the thread. I can’t seem to find this function anywhere. WordPress comments have such a function, does bbpress have it per post?
July 31, 2007 at 8:34 am #59594In reply to: Limit long words
_ck_
ParticipantDon’t re-invent the wheel. WP-Chunk
or Sam Ingle’s Link Truncator for WordPress can be hacked to support bbpress in under 5 minutes. There are probably others too.
July 31, 2007 at 7:35 am #59593In reply to: Limit long words
beaver6813
MemberAhhh that auto worked a treat
I’ve used the break-word as well for IE so it doesn’t even need to scroll when words are too long, in FF it just scrolls. Although a plugin to shorten long url’s words etc might be quite cool, like:http://www.ilovebbpress.com/bla/blab/blalblba/indexnop/123
to
http://www.ilovebbpress.com/bla…/123
If I get time next week I might make one… but don’t quote me on that

Thanks guys for the help!
July 31, 2007 at 3:46 am #2190Topic: AdityaNaik.com
in forum Showcaseso1o
ParticipantHere is my latest redesign of my site.. the site has wordpress and bbpress completely integrated..
there is no bbpress frontpage it shares the wordpress frontpage. the plugins are shared by both bbpress and wordpress.
I have integrated the search also.. try the ajax live search. type and wait.
Here is the link – http://www.adityanaik.com
I will be releasing the last theme ‘sunnyside’ in a few days
let me hear your thoughts.
July 31, 2007 at 12:24 am #56418In reply to: Freshness Linked
citizenkeith
ParticipantOk, I finally got around to some testing. I have disabled almost all plugins and recounted… still the same behavior. However, I was unable to disable “Online List” and “BBPress Private Messaging” because it broke the admin console. So there’s a chance that one of those plugins might be causing this strange behavior.
July 30, 2007 at 7:47 pm #57812In reply to: Theme: Misty for bbPress
MaryJane
MemberI cant get this theme downloaded. All thats in the download link is a text file and its not wrote in english so i dont know what it says.
July 30, 2007 at 4:23 pm #59570In reply to: How to evaluate server speed?
riddle
MemberThanks, CK. I’m a trusting soul, so here you go (on the same server and database):
http://riddle.whsites.net/bbpress/phpinfo.php
http://riddle.whsites.net/bbpress/static.html
http://riddle.whsites.net/cgi-bin/perlinfo.cgi
If I’ve just opened a big security hole, I hope someone will tell me!
I’m paying about $12 a month so this shouldn’t be absolute bottom-of-the-barrel service.
As for the shell: yes, I’m an old Unix guy, I built the site in SSH and vi. There’s no top, w or uptime in my path. If there’s a Red Hat-specific bin directory where I should look, I’ll do so.
July 30, 2007 at 2:54 pm #59562In reply to: RSS aggregator suitable for bbPress?
riddle
MemberI settled on Patrick Hunlock’s wonderful client-side javascript to pull a Yahoo Pipes JSON feed into the page. It doesn’t cache anything on the server, which of course is good for the server but causes a noticeable delay for the user. C’est la vie.
You can see it in action at (please don’t link to this site yet):
http:// muellerfever dot com /news.php
July 30, 2007 at 8:41 am #59545In reply to: “My Threads” – User Specific Views
_ck_
ParticipantFor anyone running 0.8.2.x I bundled this as a proper plugin with some of my other “views” tricks:
optional: install bb-topic-views for the other extra views
-
AuthorSearch Results