Search Results for 'code'
-
AuthorSearch Results
-
May 14, 2011 at 6:26 pm #100227
In reply to: bbPress Standalone to Plugin Converter Beta 2
Gautam Gupta
ParticipantI’ve updated the script, the latest version can be found here which addresses the issues highlighted by
jonkristian(replies not being displayed) andRick(errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.Rick: You should put only thebbs2p.phpfile in the root directory (where you havewp-config.php. Then change those lines to:define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */JJJ: I’m on that.
May 14, 2011 at 6:26 pm #105327In reply to: bbPress Standalone to Plugin Converter Beta 2
Gautam Gupta
ParticipantI’ve updated the script, the latest version can be found here which addresses the issues highlighted by
jonkristian(replies not being displayed) andRick(errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.Rick: You should put only thebbs2p.phpfile in the root directory (where you havewp-config.php. Then change those lines to:define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */JJJ: I’m on that.
May 14, 2011 at 8:43 am #100543In reply to: New bbP plugin install, users cannot create topics
tooltrainer
MemberInteresting… I guess what has me puzzled is that I would expect something like this to be universal – either everyone using 3.1 with bbPp sees it or they don’t. Clearly that’s not the case, although my coder in Pakistan sees the identical behavior that I do.
I wasn’t sure what version of WP (or the plugin for that matter
you were running on testbp.org and wanted to see if anyone else running the identical setup as me, was seeing the same issue. Nobody has chimed in seeing they do so, either it’s just me or nobody else is following this thread.ANyway, I’m really hoping you manage to spot something specific that is causing this so that it can be fixed. As great as it is that it doesn’t occur in 3.2, obviously I’m not going to upgrade to that in its very first beta, on a real site.
Still in limbo on what exactly I’m going to do, I need my forums working by Monday… kinda freaking out as to what to do if you’re not able to identify the issue and a fix any time really soon.
Thanks as always,
Jonathan
May 14, 2011 at 8:43 am #105643In reply to: New bbP plugin install, users cannot create topics
tooltrainer
MemberInteresting… I guess what has me puzzled is that I would expect something like this to be universal – either everyone using 3.1 with bbPp sees it or they don’t. Clearly that’s not the case, although my coder in Pakistan sees the identical behavior that I do.
I wasn’t sure what version of WP (or the plugin for that matter
you were running on testbp.org and wanted to see if anyone else running the identical setup as me, was seeing the same issue. Nobody has chimed in seeing they do so, either it’s just me or nobody else is following this thread.ANyway, I’m really hoping you manage to spot something specific that is causing this so that it can be fixed. As great as it is that it doesn’t occur in 3.2, obviously I’m not going to upgrade to that in its very first beta, on a real site.
Still in limbo on what exactly I’m going to do, I need my forums working by Monday… kinda freaking out as to what to do if you’re not able to identify the issue and a fix any time really soon.
Thanks as always,
Jonathan
May 14, 2011 at 7:45 am #100426kpzion
MemberI think I should re-order or sort the topic from topic_id. But I don’t know I must edit in which file. Please help me. I don’t have knowing about PHP source code.I’m just a beginner.
Sorry for my poor English.
May 14, 2011 at 7:45 am #105526kpzion
MemberI think I should re-order or sort the topic from topic_id. But I don’t know I must edit in which file. Please help me. I don’t have knowing about PHP source code.I’m just a beginner.
Sorry for my poor English.
May 14, 2011 at 6:53 am #100564In reply to: Moderation queue
John James Jacoby
KeymasterWithout knowing anything about coding, it’s going to be almost impossible.

You can learn to program though; once you do that, the sky is the limit.

The soon to be released bbPress plugin for WordPress will allow something like a moderation queue pretty easily, but it would need to be built.
May 14, 2011 at 6:53 am #105664In reply to: Moderation queue
John James Jacoby
KeymasterWithout knowing anything about coding, it’s going to be almost impossible.

You can learn to program though; once you do that, the sky is the limit.

The soon to be released bbPress plugin for WordPress will allow something like a moderation queue pretty easily, but it would need to be built.
May 14, 2011 at 6:53 am #100567In reply to: bbpress plugin — custom template mods
John James Jacoby
KeymasterNot an idiot, it’s just new and uncharted territory. I’ve coded a lot of little subtleties into the plugin that will come out as time goes on. Pretty much anything you want to do with it, you should be able to do. If you find a limitation, I want to fix it.
May 14, 2011 at 6:53 am #105667In reply to: bbpress plugin — custom template mods
John James Jacoby
KeymasterNot an idiot, it’s just new and uncharted territory. I’ve coded a lot of little subtleties into the plugin that will come out as time goes on. Pretty much anything you want to do with it, you should be able to do. If you find a limitation, I want to fix it.
May 14, 2011 at 6:51 am #100542In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
KeymasterI am definitely outside of your immediate circle, and am running the bbPress plugin over at testbp.org/discussion. A site with over 22k subscribed users that are able to post in those forums with no issues.

Not saying there isn’t a bug somewhere, just saying it hasn’t manifested itself on my installs yet.
Also, the bug isn’t in WordPress 3.1, or 3.2. It’s probably in how I’m handling the query differences between the two versions, as some of the advanced meta type queries are being fine-tuned.
May 14, 2011 at 6:51 am #105642In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
KeymasterI am definitely outside of your immediate circle, and am running the bbPress plugin over at testbp.org/discussion. A site with over 22k subscribed users that are able to post in those forums with no issues.

Not saying there isn’t a bug somewhere, just saying it hasn’t manifested itself on my installs yet.
Also, the bug isn’t in WordPress 3.1, or 3.2. It’s probably in how I’m handling the query differences between the two versions, as some of the advanced meta type queries are being fine-tuned.
May 14, 2011 at 5:27 am #95334In reply to: bbPress 2.0 – Updates
Rick Lewis
Memberyes copied. I am using a child theme. where do I add that code?
May 14, 2011 at 5:26 am #100541In reply to: New bbP plugin install, users cannot create topics
tooltrainer
MemberIt does appear that way at first glance, but can you confirm the problem on 3.1 yourself? I still have a hard time believing that there is an actual bug with 3.1, and yet I’m the only person to have seen it. I’m just not that lucky.

The tester in me wants to see some corroboration from someone outside my immediate circle, of the issue I’m seeing.
Anyone?
Jonathan
May 14, 2011 at 5:26 am #105641In reply to: New bbP plugin install, users cannot create topics
tooltrainer
MemberIt does appear that way at first glance, but can you confirm the problem on 3.1 yourself? I still have a hard time believing that there is an actual bug with 3.1, and yet I’m the only person to have seen it. I’m just not that lucky.

The tester in me wants to see some corroboration from someone outside my immediate circle, of the issue I’m seeing.
Anyone?
Jonathan
May 14, 2011 at 4:33 am #95331In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterAlso, the code itself is very heavily documented. If you’re curious about the inner workings, dive in and take a look. Honestly, documenting bbPress.org will be largely a community effort once I get things setup here. I’ll contribute to get it off the ground and will always be around to help, but it’s hard to build everything and document everything too. The WordPress codex is the culmination of years of hundreds of developers chipping in, and both bbPress and BuddyPress will eventually have something similar.
May 14, 2011 at 4:29 am #95330In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterCategories are basically just forums you can’t post to. This mirrors existing bbPress behavior, and not existing (other forum platform) behavior. This is mostly just a presentation issue, so if you figure out a way to make it do what other platforms do, drop a patch in Trac.

I don’t imagine it will difficult to make it do what you want, since it’s just opening and closing elements in the loop, but things will get confusing when nested and multiple child/sibling elements come into play. I remember this from my old phpBB days.
May 14, 2011 at 1:34 am #100537In reply to: New bbP plugin install, users cannot create topics
tooltrainer
MemberWordPress 3.1.2 and I’ve reactivated many times… no change. Just did it again right now.
I agree this is the strangest issue, and that’s part of why I’m so passionate about it. In a “former life” I was a software QA engineer and a bug like this would just never sit well with me.

Possibly related note, it seems that after reactivation I also have to re-save my permalinks… could be related to the flushing problem I’ve seen you mention elsewhere.
Let me know if by chance you spot anything when you regress to 3.1! There has to be an explanation for this… there just has to be!
Jonathan
May 14, 2011 at 1:34 am #105637In reply to: New bbP plugin install, users cannot create topics
tooltrainer
MemberWordPress 3.1.2 and I’ve reactivated many times… no change. Just did it again right now.
I agree this is the strangest issue, and that’s part of why I’m so passionate about it. In a “former life” I was a software QA engineer and a bug like this would just never sit well with me.

Possibly related note, it seems that after reactivation I also have to re-save my permalinks… could be related to the flushing problem I’ve seen you mention elsewhere.
Let me know if by chance you spot anything when you regress to 3.1! There has to be an explanation for this… there just has to be!
Jonathan
May 14, 2011 at 1:29 am #100536In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
KeymasterWhat about deactivating and reactivating bbPress? It sounds like your caps aren’t being applied correctly.
To be clear, there are subscribers posting over at testbp.org/discussion perfectly fine, and it’s running exactly the same code you are. Your video was helpful, and it’s really odd that it’s happening for you like that.
What versions of WordPress are you using? I suppose it’s possible it’s a WordPress 3.1 issue, since I’ve moved on to testing with WP3.2 the past two weeks or so. I’ll revert back to 3.1 and see if that changes anything.
May 14, 2011 at 1:29 am #105636In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
KeymasterWhat about deactivating and reactivating bbPress? It sounds like your caps aren’t being applied correctly.
To be clear, there are subscribers posting over at testbp.org/discussion perfectly fine, and it’s running exactly the same code you are. Your video was helpful, and it’s really odd that it’s happening for you like that.
What versions of WordPress are you using? I suppose it’s possible it’s a WordPress 3.1 issue, since I’ve moved on to testing with WP3.2 the past two weeks or so. I’ll revert back to 3.1 and see if that changes anything.
May 14, 2011 at 1:10 am #100535In reply to: New bbP plugin install, users cannot create topics
tooltrainer
MemberThanks John, and I was actually trying to provide more specific detail as to the problem so someone could help me understand and maybe fix it.
Saved permalinks again (have done so many many times), no change at all.
Just for fun I freshly installed yet another copy of bbP and trunk 3147 this time, no change.
Really sorry if I’m seeming like a nuisance, I just don’t understand at all how I can be the only person seeing this, and I was really put off by the closing of my bug as “expected behavior”. I know it’s not expected for users to never be able to create topics, is it?

Any other suggestions on how to troubleshoot this are appreciated. Also to be clear, a couple weeks ago this DID work just fine. Users of all levels were able to create topics and I had no issues with it at all. That’s part of why I’m so upset… everything was going so well and I was absolutely loving it, that to have it just randomly blow up like this in such a reproducible fashion, is a bit maddening.
Thanks for your help as always…
Jonathan
May 14, 2011 at 1:10 am #105635In reply to: New bbP plugin install, users cannot create topics
tooltrainer
MemberThanks John, and I was actually trying to provide more specific detail as to the problem so someone could help me understand and maybe fix it.
Saved permalinks again (have done so many many times), no change at all.
Just for fun I freshly installed yet another copy of bbP and trunk 3147 this time, no change.
Really sorry if I’m seeming like a nuisance, I just don’t understand at all how I can be the only person seeing this, and I was really put off by the closing of my bug as “expected behavior”. I know it’s not expected for users to never be able to create topics, is it?

Any other suggestions on how to troubleshoot this are appreciated. Also to be clear, a couple weeks ago this DID work just fine. Users of all levels were able to create topics and I had no issues with it at all. That’s part of why I’m so upset… everything was going so well and I was absolutely loving it, that to have it just randomly blow up like this in such a reproducible fashion, is a bit maddening.
Thanks for your help as always…
Jonathan
May 14, 2011 at 1:00 am #100534In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
Keymaster@tooltrainer – As a bit of advice, these forums don’t have enough traffic to necessitate bumping your topic after only an hour or two of no response. It’s also really draining to read really long replies that only repeat your frustrations instead of providing any more insight. I can tell this is something you’re experiencing and obviously very passionate about, but no one else has experienced this so far. Remember this is *prerelease* software. If you’re relying on it to function 100% correctly all the time on a live site, then you’re breaking rules #1 and #2 of test-club.

If it’s a bug, then it will get fixed. If you have access to IRC and want more personal, live help, join #bbpress on freenode and I can try to help you there when we’re both around.
It sounds like it’s a permalink problem. Go to Admin > Settings > Forums and resave your settings. Let me know if that fixes it?
May 14, 2011 at 1:00 am #105634In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
Keymaster@tooltrainer – As a bit of advice, these forums don’t have enough traffic to necessitate bumping your topic after only an hour or two of no response. It’s also really draining to read really long replies that only repeat your frustrations instead of providing any more insight. I can tell this is something you’re experiencing and obviously very passionate about, but no one else has experienced this so far. Remember this is *prerelease* software. If you’re relying on it to function 100% correctly all the time on a live site, then you’re breaking rules #1 and #2 of test-club.

If it’s a bug, then it will get fixed. If you have access to IRC and want more personal, live help, join #bbpress on freenode and I can try to help you there when we’re both around.
It sounds like it’s a permalink problem. Go to Admin > Settings > Forums and resave your settings. Let me know if that fixes it?
-
AuthorSearch Results