Search Results for 'bbpress'
-
AuthorSearch Results
-
November 17, 2011 at 9:07 pm #110319
In reply to: 1 bbPress across multiple websites
RoganSarine
MemberNobody?
November 17, 2011 at 8:09 pm #70765In reply to: List of Hooks/Actions?
farinspace
ParticipantI wrote a little something in php to get a list of the current actions/filters in bbPress 2.0.1, should help out someone …
https://gist.github.com/1372637 (script + output)
November 17, 2011 at 7:49 pm #106166In reply to: bbPress 2.0 – Theme Compatibility
farinspace
ParticipantAlso useful to know are the actions/filters (hooks) in bbPress … I wrote a little something to get a list of the current actions/filters in bbPress 2.0.1, should help out someone …
November 17, 2011 at 6:40 pm #110434In reply to: Change color of topic title
David100351
ParticipantHaving read a bit more, I installed the official twenty-ten bbpress child theme.
Exactly the same. Works fine, but just can’t see it.
How do I sort this. At the moment I’m resorting to suggesting people highlight it with the mouse.
November 17, 2011 at 6:21 pm #110402In reply to: Hiding bbPress topics from logged out users
Angelo
MemberI’ve looked into a plugin called Role Scoper which grants you the ability to restrict things based on WordPress user roles and capabilities. Admittedly, the plugin is a bit bulky for what’s being accomplished with the above code but it’s an option.
November 17, 2011 at 6:18 pm #110411In reply to: bbPress / BuddyPress Universal Search
Angelo
MemberHi Fanoop,
From what you describe above, I believe this plugin might do the trick to allow your bbPress forums to searchable across your site.
November 17, 2011 at 5:35 pm #109419MishaOLS
MemberHello guys, I just wanted to ask you how does it look with the bbconverter update? Is it going out any time soon? I really can’t wait to finish my project. Thank you very much!
November 17, 2011 at 4:51 pm #110337In reply to: Installing bbpress 2 plz help
Andre
ParticipantNovember 17, 2011 at 10:26 am #110336In reply to: Installing bbpress 2 plz help
insaan
MemberThanks Andre.
As per your Help I have installed & Activate BB Press 2.0 ..Plz let me know how to run this BB Press 2.0 Forum on my Domain.
really Waiting Your Guidance Words.
Thanks.
November 17, 2011 at 8:23 am #110288In reply to: bbPress doing a lot of HEAD/GETs
Steve
ParticipantIf I rename bb-cron.php the problem goes away. So what jobs does bb-cron normally run?
November 17, 2011 at 7:36 am #40761michaelnobbs
MemberI’ve installed bbPress 2.0.1 and integrated it with the s2Member plugin.
All seems to be working in the forum apart from when users click on their (or any other) profile links. They receive a page not found.
The profile link does work, however, for my profile (the site administrator). I can view my profile and so can other members.
I’ve tried creating a second administrator to see if the profile link would work then. It doesn’t.
Has anyone else come across this issue?
With thanks for any help or suggestions.
November 17, 2011 at 5:39 am #40758Topic: 404 Not Found error when changed wp permalink
in forum Troubleshootingeldy
MemberHow to make bbpress permalink equal to site.com/forum ?
I changed the permalink of wp bought a not found error, HELP guys!!
November 16, 2011 at 10:30 pm #110312mesayre
MemberHey @WhiteRau – here’s what I’ve found on the subject so far.
According to this:
https://wordpress.org/support/topic/how-to-change-plugins-load-order
It should be completely possible to make bbPress load first using the priority value in the add_action() call. So if you can figure out which function(s) you want to be sure load first, you can enter a low value (lower than 10) and it should work. I don’t have time to test it now, but if you’re curious, I doubt it could hurt anything to give it a try.
Good luck!
Mike
November 16, 2011 at 9:09 pm #110118In reply to: User Profile Bug?
mesayre
MemberIf you’re impatient (like me) you can actually fix this with a really easy edit to bbp-common-template.php
This ticket from trac shows you what to do:
https://bbpress.trac.wordpress.org/ticket/1665
Core edits are generally not a great idea, but since this exact fix looks to be in the pipeline for a future release, seems like an OK thing to do.
November 16, 2011 at 9:08 pm #110401In reply to: Hiding bbPress topics from logged out users
gloomis120
MemberI see. You were suggesting that we change the message to something else.
Thanks for this code. Ive been waiting for something like this, and was about to start working on a plugin to do the same thing.
November 16, 2011 at 8:50 pm #110415tony webb
MemberI posted some of my issues on wprdpress because they weren’t answered and still haven’t been onbbpress. if you read this websites documentation it does say that you can post into the wordpress forum.
The issues that have yet to be resolved are still;
1. I can’t access my bbpress admin panel, dashboard or whatever you call
it. I keepm getting unregistered user messages. wordpress did show to me
that my bbpress profile exists.
My profile is tony webb and my forum is what do Christians believe.
2. Whenever I log into this forum I have to reset the password. I cut and
paste the previous password but this gets rejected. it also seems that
the check box when ticked doesn’t work as my password info isn’t saved.
November 16, 2011 at 7:40 pm #110407In reply to: Inefficient / heavy query
John James Jacoby
KeymasterJudging by the query, it looks like this is your topics index page or recent posts widget? It’s weird that it’s trying to grab both topics and replies, so that might be a bug depending on your config.
The short solution, which isn’t the best one, is not to have private or hidden forums. The NOT IN and INNER JOIN with the postmeta table is certainly to blame here, which goes away if you don’t have private or hidden forums. That combined with the IN query on ‘topic’ and ‘reply’ will pretty much result in full table scans.
The long term solution is to tidy up some of the meta values in bbPress, and move some of the hierarchical data out of postmeta and into indexed int values in the posts table. It’s a hack, but we’re at the mercy of the WordPress posts table schema.
A by-product of your post is it looks like it’s comparing as CHAR instead of SIGNED, which might marginally improve the query, but won’t fix the problem.
November 16, 2011 at 7:29 pm #110414shooo
Memberlol I think I tried to help you.
I think the problem is that you intall many plugin that not compatible with bbPress 2.0.
tries to uninstall (lets talk about the wild in you)^^
I hope you made a backup of your database before installing bbPress.
good luck
November 16, 2011 at 7:27 pm #110400In reply to: Hiding bbPress topics from logged out users
Philip John
ParticipantI’m not changing the message at all – hence the “dumb” behaviour.
November 16, 2011 at 7:25 pm #110339shooo
MemberOk, hum, all this plugin arent bbpress 2.0 compatible, but bbpress 1.0 compatible.
for bbpress login you can just put a widget in your sidebar, it’s on your wordpress admin bar

exactly same for last replies, last forum, …
bbpress 2.0 isn’t the same thing that bbpress 1.0
bbPress 2.0 doesnt require integration, it is a plugin to wordpress.
good luck
November 16, 2011 at 7:21 pm #110316shooo
MemberHello,
What is your version of wordpress and that of your forum?
You have arrived in time to log a wordpress admin?
sorry for my poor english but i dont understand this expression
“Is it possible to delete this integration link “
in your blog, i see a vanilla forum not a bbpress integration oO
November 16, 2011 at 7:04 pm #110408In reply to: how do users login?
shooo
Memberhello,
for a member to register or connection, you can implement in your sidebar the bbpress loggin widget.
you must be configured wordpress user and they can post, register, …
well to you.
I hope this is understandable
November 16, 2011 at 7:01 pm #110399In reply to: Hiding bbPress topics from logged out users
gloomis120
MemberMy final solution was to make bbPress ‘dumb’ when it comes to logged out users. I.e., it could either be clever and say “there are topics, but you’re not allowed to see them until you login” or it could just say “there are no topics”.
Thanks for the code! I have it working but I dont follow what you mean with the quoted login.
Is this a shortcode setting, or are you changing the default message of “Oh bother! No forums were found here!”.
November 16, 2011 at 6:50 pm #110413tony webb
MemberThank you for your reply.
The version that I have is version 2.0
I have integrated my forum into wordpress (plugins) and changed my wordpress theme to 2010 so that it is bbpress friendly.
I’m having problems setting that up but I noticed this evening that a sticky has been posted saying that there is an an online video tutorial available. I’ll watch that and follow what it says and then get back with any problems if any!
I’ve also changed my theme to a bbpress friendly theme twenty ten which has resolved the issue of my forum being cut off on the right of the screen. (I was using twenty eleven which although wordpress says that it is bbpress friendly it requires a lot of fiddling about to set up correctly)
For some reason bbpress defaulted to an old wordpress account (which i assumed had been removed) and since then I have not been able to log into the bbpress admin panel for food for thought. The old wordpress blog issue has been resolved but from the bbpress side of things I am unable to access my dashboard. When I log in I get unregistered user notices.
I need to use the bbpress admin panel to reorganise how I have set things up. I have done it completely wrong. The topics that I have created should be the categories or the forums (subjects that appear on the main forum page) and not as sub categories under one main subject.
It just seems to me that all I need is for bbpress to recognise that I am a registered user. I tried opening another account but I couldn’t do that as it said that the user already exists!
November 16, 2011 at 5:42 pm #110412Andre
ParticipantWhat version of bbPress are you using? If a version other than 2.x, is it integrated with WordPress?
-
AuthorSearch Results