Forum Replies Created
-
In reply to: HIde Sub-forums
Hi ONEWAY. You might have better luck asking this question over at buddypress.org.
As a brief hint, if you want to pick which forum your ‘groups’ forums are under, you need to set that with a code change in a file called ‘bp-custom.php’. This is considered advanced usage so you’ll want to snoop around the BuddyPress code for the constant that defines the forum_id where they go.
In reply to: HIde Sub-forumsHi ONEWAY. You might have better luck asking this question over at buddypress.org.
As a brief hint, if you want to pick which forum your ‘groups’ forums are under, you need to set that with a code change in a file called ‘bp-custom.php’. This is considered advanced usage so you’ll want to snoop around the BuddyPress code for the constant that defines the forum_id where they go.
In reply to: "Small" Problem with Trunk VersionChanged to resolved and closing since this issue is fixed.
In reply to: "Small" Problem with Trunk VersionChanged to resolved and closing since this issue is fixed.
In reply to: "Small" Problem with Trunk VersionThis is fixed in the bbPress trunk. Give it a go and be sure to report back any more issues.
Thanks for bringing this up!
In reply to: "Small" Problem with Trunk VersionThis is fixed in the bbPress trunk. Give it a go and be sure to report back any more issues.
Thanks for bringing this up!
In reply to: Security Bug Report ContactIn this topic is fine. Would rather have more eyes on this than less.
The solution involved the shuffling of things around, as well as this specific addition: https://trac.bbpress.org/browser/trunk/bb-login.php#L51
Basically if the esc’ed $re is now empty, fall back to the installation root. At first this seemed like a silly solution, but because the login always attempts to smart redirect, there isn’t a circumstance where it would naturally be empty. By moving the esc’s up and letting them filter out the baddies, it’s possible to end up with an empty $re.
Tested with ampersands and question marks and it appears to work fine. I’ll try more esoteric URL combinations and see if it breaks.
I indented that code because of the repeated empty( $re ) checks. I had a hard time keeping track of how many times it needed to repeat the same check and bumped them in for clarity. Not a common formatting technique but helpful to me at the time.
In reply to: Security Bug Report ContactIn this topic is fine. Would rather have more eyes on this than less.
The solution involved the shuffling of things around, as well as this specific addition: https://trac.bbpress.org/browser/trunk/bb-login.php#L51
Basically if the esc’ed $re is now empty, fall back to the installation root. At first this seemed like a silly solution, but because the login always attempts to smart redirect, there isn’t a circumstance where it would naturally be empty. By moving the esc’s up and letting them filter out the baddies, it’s possible to end up with an empty $re.
Tested with ampersands and question marks and it appears to work fine. I’ll try more esoteric URL combinations and see if it breaks.
I indented that code because of the repeated empty( $re ) checks. I had a hard time keeping track of how many times it needed to repeat the same check and bumped them in for clarity. Not a common formatting technique but helpful to me at the time.
In reply to: "Small" Problem with Trunk VersionDo me a favor and create a trac ticket over at http://trac.bbpress.org. Use your same bbPress.org login/password. I’ll be sure to check this out.
In reply to: "Small" Problem with Trunk VersionDo me a favor and create a trac ticket over at http://trac.bbpress.org. Use your same bbPress.org login/password. I’ll be sure to check this out.
In reply to: Google Analytics PluginAnother oldie but goodie bumped.
Locked.
In reply to: Ultimate BBpress GuideNo reason to bring this back from 4 years ago.
Locked.
In reply to: BBpress Admin for WordPressLots of topics back from the dead lately.
In reply to: Security Bug Report ContactHappy holidays to you too.
I am confident this potential exploit is now fixed, so if anyone wants to put some eyes on the bb-login.php from trunk would be helpful.
In reply to: Security Bug Report ContactHappy holidays to you too.
I am confident this potential exploit is now fixed, so if anyone wants to put some eyes on the bb-login.php from trunk would be helpful.
In reply to: Security Bug Report ContactGot the details and will patch asap. (Currently mobile and have limited Internet access due to visiting family in rural areas for holidays.)
In reply to: Security Bug Report ContactGot the details and will patch asap. (Currently mobile and have limited Internet access due to visiting family in rural areas for holidays.)
In reply to: bbPress 2.0 – UpdatesHave been for past few weeks but have had other priorities to get started. I’ll probably post something up all official like eventually.
In reply to: bbPress 2.0 – UpdatesHeads up…
With the holidays coming up and starting my new job at Automattic, progress on the plugin is going to slow down for a week or two. GautamGupta is working on Google Code-in projects for the bbPress plugin and doing a great job on the tasks he’s completed so far.
In reply to: 4,000,000 data can i use bbpressAs an operator of a forum with 4 million posts, you should know that creating multiple topics and bumping them hourly is a bad way to introduce yourself. You’ll have better luck waiting a few days and explaining in detail exactly what you’re question is.
From what I gather, Ashfame seems to have you on the right track. I deleted your other topic and bumps to focus the support in this topic.
In reply to: 4,000,000 data can i use bbpressAs an operator of a forum with 4 million posts, you should know that creating multiple topics and bumping them hourly is a bad way to introduce yourself. You’ll have better luck waiting a few days and explaining in detail exactly what you’re question is.
From what I gather, Ashfame seems to have you on the right track. I deleted your other topic and bumps to focus the support in this topic.
In reply to: bbPress 2.0 – UpdatesReply page now only shows one reply. Still probably needs some tuning, but at least it’s less confusing now.
In reply to: bbPress 2.0 – UpdatesAlong the same lines as being able to view individual tweets, this is something that other forum software has had for years and something we can do pretty easily. I agree it isn’t properly integrated yet, but it’s mostly for external linking to something where the context of a topic isn’t needed.
In reply to: bbPress 2.0 – Updates@citizenkeith: Should be working? Worth testing though.
In reply to: bbPress 2.0 – UpdatesYes and yes.