Search Results for 'bbpress'
-
AuthorSearch Results
-
May 23, 2010 at 3:34 pm #88745
In reply to: include wordpress files
kevinjohngallagher
MemberI’m not sure how/why including wordpress files would make integration easier (infact I can’t think of quite a few ways it makes them more annoying).
What is it exactly you are trying to do?
have you read teh documentation: https://bbpress.org/documentation/integration-with-wordpress/
May 23, 2010 at 3:32 pm #88709In reply to: Install problem
kevinjohngallagher
MemberHi Wallis,
Could you be so kind as to give us some more information?
bbpress version?
PHP versionon server?
I think this is the bug from the latest version of PHP, but i can’t be sure yet.
May 23, 2010 at 2:23 pm #87769In reply to: Whoa! (bbPress.org 2.0 is live)
ioloman
MemberPlugins ratin’ doesn’t seem workin’ !
May 23, 2010 at 10:30 am #88728In reply to: themed bbpress intergration
Ivaylo Draganov
MemberIt would be great if you could share some of that unified profile page know-how. I am also planing to build something like that.
I’d give you a piece of design advise for that website – do not use monospace font for body text – it is a pain to read.
May 23, 2010 at 5:14 am #34337Topic: How to use wordpress sidebar with widgets in forum pages
in forum Installationjomontvm
ParticipantI have integrated bbpress with wordpress mu. I want to use wordpress functions in my bbpress pages, especially to include wordpress sidebar in forum pages.
I have included “wp-load.php” in bb-config.php as described here.
http://bbpress.org/documentation/integration-with-wordpress/#functions
but i am getting Fatal error like this
“
Could Not Find Blog!
Searched for [mydomain]/forums/ in mydb::wp_blogs table. Is that right?
“
This considers “forums” as a blog name (“forums” is my bbpress folder). Without including “wp-load.php”, my forum works fine.
What should I do to avoid this and to point to the forum page?
Also, how can I get wordpress sidebar included in forum pages?
May 23, 2010 at 3:20 am #34335Topic: themed bbpress intergration
in forum ShowcaseDamien
MemberI’ve made a clone of a image rating/sharing website working with wordpress, of all things, with a few custom plugins etc… and needing a 100% integrated forum to go with all it bbpress was the obvious choice. I’ve managed to roll it all up so you do everything from a custom wordpress profile page and upload avatars and stuff that can be used sitewide. I never want my users seeing a wordpress or bbpress admin/profile edit page, it must all run with the site’s main theme.
I started again with the theme so it fits the site (it’s very basic, and nothing much is visible to unregistered users) and it’s been fun & frustrating getting things working how I’d like. I guess when bbpress is released as a wp plugin in future I get to bang my head on the desk all over again.
I still have a hell of a lot of things to do anyways. Some of the stuff on the main site is nsfw, so yeah.
here’s the forum inside the wp theme so far http://imgxtc.com/boards/
May 22, 2010 at 8:57 pm #88726In reply to: Add Text and Adsense to Sidebar
chrishajer
ParticipantIn case anyone is wondering, here is the theme:
http://www.awesomestyles.com/bbpress-themes/view/static-blue-bb
Yes, it would go in front-page.php inside the div where the hot tags are.
Find this:
<div id="hottags" role="main">Put it right BEFORE the closing
</div>That should take care of it
May 22, 2010 at 5:41 pm #88705In reply to: I want to allow HTML
May 22, 2010 at 3:15 pm #34330Topic: I want to allow HTML
in forum Pluginsbfuploader
MemberHi,
How can I allow HTML in my bbpress ? I’ve the 1.0.2 version.
Thank you
May 22, 2010 at 3:04 pm #87768In reply to: Whoa! (bbPress.org 2.0 is live)
chrishajer
ParticipantMay 22, 2010 at 11:35 am #88421In reply to: the rise of pay-only bbPress themes
_ck_
ParticipantGreat to see progress there!
Are you back contributing to bbPress? As volunteer or back with Automattic?
With the recount, the sad part is, similar issues exist elsewhere in bbPress.
For example the Bozo plugin attempts to do it’s own recount by first sucking in the entire user id table and then processing them one query at the time. Good luck with that on a large forum! At least the bozo plugin is external now however.
I figured out a workaround for the hyperactive bozo feature by disabling it’s tie to akismet with it’s too many false positives.
instead of checking post status which is not trustworthy
if ( 1 < $bb_post->post_status )(around line 195)directly check if the user is a bozo for this topic (or a bozo overall)
if (bb_current_user_is_bozo( $bb_post->topic_id ) )This prevents akismet from automatically making users into bozos by it’s setting status=2. Instead a user has to be manually set as a bozo for a topic or overall.
Makes the bozo plugin actually useful as akismet’s reliability (radically) decreases.
But since bozo alters queries and prevents them from properly using indexes it’s not a good idea on larger forums anyway.
May 22, 2010 at 9:31 am #87767In reply to: Whoa! (bbPress.org 2.0 is live)
Gautam Gupta
ParticipantJust noticed that there’s a new features page! – https://bbpress.org/about/features/
May 22, 2010 at 9:27 am #34334Topic: Add Text and Adsense to Sidebar
in forum Themesnetgo
MemberI have just started using BBpress: forum.my-freebie.com and I would like the right place below the tags to be used as a place I can add text and adsense.
How can this be done? I tried “get sidebar” but nothing happened.
New to this so any help will be highly appreciated.
Thank you!
May 22, 2010 at 5:54 am #88683In reply to: bb_new_topic_link() doesn't work in view.php
gerikg
MemberI understand what you’re saying but I wanted a link just like the front page
where it gives you this: https://bbpress.org/forums/?new=1
May 21, 2010 at 5:35 pm #87766In reply to: Whoa! (bbPress.org 2.0 is live)
chrishajer
ParticipantAlso, Noel, this image is missing:
https://bbpress.org/forum-theme/bborg/images/support-forum-icons/support-forum-closed.png
It should appear on the bottom of a topic after the topic is closed. You can see it missing on this page:
Down at the bottom
May 21, 2010 at 4:55 pm #87765In reply to: Whoa! (bbPress.org 2.0 is live)
chrishajer
ParticipantInteresting on the fonts. I have only viewed the forums on Windows and Linux, never Mac. Maybe I have more fonts installed or something (which is entirely possible.)
For the topics started, I have no way to verify, but I have topics started going all the way back to the beginning, so unless the list is missing something in the middle (I have far more replies than topics started) I think it looks OK.
May 21, 2010 at 4:52 pm #87764In reply to: Whoa! (bbPress.org 2.0 is live)
Gautam Gupta
ParticipantBTW, I fixed everything in the clone I made.
May 21, 2010 at 4:47 pm #87763In reply to: Whoa! (bbPress.org 2.0 is live)
kevinjohngallagher
MemberNice one Chris!
Actually the RSS feed is now working well and looking good, so whatever has changed since Monday worked nicely (great to see the patches coming in – you’re doing great lads and lasses).
The small text I’m experiencing appears to be a font issue, given that I don’t have Lucia Grande (its a mac font), Helvetica (again Mac based origianally) or Bitstream (linux). Not to worry, i need to wear my glasses more anyway

As for the “posts started”, who knows, I might have been restrained and only started 13 posts in my 18 months on the forum. It’s not a biggie anyway

Take care dude!
May 21, 2010 at 4:29 pm #87762In reply to: Whoa! (bbPress.org 2.0 is live)
chrishajer
Participant1) I can confirm the pagination problem when viewing your own profile: at the bottom of the page only, for me.
viewing this page: https://bbpress.org/forums/profile/chrishajer/page/4
http://chrishajer.com/bbpress/double-pagination.png
2) I could not verify this.
3) Yes, needs work.
4) Did not try to confirm (still have not been able to see the small font you are experiencing.)
5) That is likely from a patch that I committed yesterday. I will have Gautam verify this one.
Thanks Kevin.
May 21, 2010 at 4:29 pm #88652In reply to: profile-menu needs its own division…
kevinjohngallagher
MemberFixing the problem with minimal issues is the way to treat bbPress mZimmers. Really glad to see you getting through it bud
May 21, 2010 at 4:27 pm #81681In reply to: Forums as Comment engine?
kevinjohngallagher
MemberYeah for sure, I helped out with the original WordOfRaids back in the day and they do that, but they just manually link to a forum post ( i set up a custom field on WordPress, so they make forum and copy/paste into there).
I’m not against the idea, its just definitely not going to be “off the shelf”; and nor is the original poster’s ideal solution going to be easy to come by (where it all happens automatically, though if you had time and the need it’s v possible).
I sent slightly off topic (big shock) but this sort of thing depends on the usergroup immensely. people who play mmorpgs as an example are used to forums and doing things in front of others; where as say a Classical Music Magazine website/blog’s users might not be really up for entering a forum flame war. Sorry if i gave the wrong impression, I sometimes feel its better to manage expectations a little with bbPress, especially with all the wordPress “as a CMS that can do anything” stuff flying around
May 21, 2010 at 4:15 pm #88719In reply to: Installation doesn't work
kevinjohngallagher
Memberhttp://www.mywebsite.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-login.php
Oh, look, i thin i see the word… yes i do… BUDDYPRESS.
And we’ve found out that it’s not bbPress at fault it’s USER ERROR.
Big shock, HUGE shock. Apparently people who have used WordPress for more than 3 years can still make a mistake.
I’ve used WP for 3+ years now so I know what I’m doing
Apart from being able to read…
Somehow bbPress is being taken over by BuddyPress and this is probably why I get a blank page.
You guys are the experts – so what is happening and is it just as simple as bbPress and BuddyPress are not compatible with each other?
If so I’ll be on my way…
If only someone had said that they weren’t compatible, and that you should ask in the BuddyPress forums… oh wait, they did!!!
Honestly Perry man, we tried to help. Sorry you didn’t read what we had actually written.
May 21, 2010 at 4:10 pm #88718In reply to: Installation doesn't work
kevinjohngallagher
MemberI follow the bbPress instructions and I get a blank page
Awesome. Please give us LESS information.
Don’t tell us the error on your server logs, don’t tell us at what stage you get the blank page. Just tell us “blank page” and we’ll magically guess

Is this what you guys look at all day long?
No, but we know how to be polite when asking for help.
But I’m going after the bubble-gum chewing crowd with BuddyPress and bbPress looked like something they would use
You can’t use them together in anyway. You either use bbPress or you use BuddyPress. Let me put it more simply, if you use BuddyPress in any way shape or form, bbPress won’t work.
its all about making money
Cool, then you can go for paid support

So if there are any folks here who want to help I’ll take the advice; if not I’ll be joining the folks who find bbPress out of date with no support
bbPress is out of date, but it has support. You’ll find you’d get better answers if:
1) You had manners – the words “please” and “thanks” work really well
2) You gave us actual information, like your error log, rather than just “blank page”.
Just to reiterate, if you’re using BuddyPress, your problem has nothing to do with bbPress! Nothing at all!
May 21, 2010 at 3:35 pm #88717In reply to: Installation doesn't work
zaerl
ParticipantPerry. BuddyPress have already its own forum functionality which is as well an hacked version of bbPress. So you don’t need to install bbPress if you want a forum.
Go to /wp-admin/admin.php?page=bb-forums-setup and click “install”.
Once you have done this you can access the forum at /forums/. That page (/wp-content/plugins/buddypress/bp-forums/bbpress/bb-login.php) doesn’t display anything in BuddyPress.
If you have problems with BuddyPress you should ask for help in BuddyPress support forum and not here. This is the forum of bbPress.
May 21, 2010 at 2:54 pm #88716In reply to: Installation doesn't work
perrym
MemberI know that bbPress and BuddyPress are different animals – thought is was obvious and I didn’t have to point that out.
Still the two have nothing to do with each other during the installation of bbPress – thought that was obvious too.
Back to my point – I follow the bbPress instructions and I get a blank page.
Is this what you guys look at all day long?
I’ve always stayed from bbPress because of all the problems I’ve heard for other folks – I now understand why. But I’m going after the bubble-gum chewing crowd with BuddyPress and bbPress looked like something they would use – simple.
I really don’t think they relate to a heavy duty forum plug-in like Simple:press and would like to give bbPress a try – its all about making money.
So if there are any folks here who want to help I’ll take the advice; if not I’ll be joining the folks who find bbPress out of date with no support.
Thanks for any help in this matter…
P.S.
The thing I don’t understand is how I type in http://www.mywebsite.com/bbpress get the bbPress log in at the top, along with a 404 error, and when I click enter I get a blank page with the following link address:
http://www.mywebsite.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-login.php
Somehow bbPress is being taken over by BuddyPress and this is probably why I get a blank page.
You guys are the experts – so what is happening and is it just as simple as bbPress and BuddyPress are not compatible with each other?
If so I’ll be on my way…
Oh, I am also using s2Member and I don’t know if that membership plug-in is involved here somewhere.
-
AuthorSearch Results