Search Results for 'code'
-
AuthorSearch Results
-
March 16, 2011 at 12:53 pm #97944
In reply to: HIde Sub-forums
stainless steel
MemberHello,
I read that works for bbpress. Is there some wordpress plugin I must install? Basically, with everything installed, how to I add an active, functional forum page to my wordpress website?
Regards,
March 16, 2011 at 7:17 am #104912In reply to: Problem With Deleted Thread
_ck_
ParticipantRest assured it’s not permanently deleted (just do NOT do a recount).
There may be a bug somewhere in the 1.0.2 api
There are a few things you can try.
First, if you are using permalinks, temporarily turn that feature off, it might help. Then go try undeleting it again.
bbPress also has a “safemode” just in case a plugin is interfering.
Temporarily try putting
$bb->safemode=1;into your bb-config.php file
Then try undeleting it again.
(remove that line and restore permalinks afterwards)
If all that fails, you need to have phpmyadmin or similar on your hosting.
If you have that, you can manually go into the topics database table and change the status back to 0
10 months ago, someone reported the same problem
https://bbpress.org/forums/topic/undelete-topics-does-not-work
So be sure to try 1.0.3 (you should upgrade anyway).
If that does not change things, the fix might only exist in bbPress 1.1 which is supposed to have a release candidate by the end of this month (maybe).
March 16, 2011 at 7:17 am #99812In reply to: Problem With Deleted Thread
_ck_
ParticipantRest assured it’s not permanently deleted (just do NOT do a recount).
There may be a bug somewhere in the 1.0.2 api
There are a few things you can try.
First, if you are using permalinks, temporarily turn that feature off, it might help. Then go try undeleting it again.
bbPress also has a “safemode” just in case a plugin is interfering.
Temporarily try putting
$bb->safemode=1;into your bb-config.php file
Then try undeleting it again.
(remove that line and restore permalinks afterwards)
If all that fails, you need to have phpmyadmin or similar on your hosting.
If you have that, you can manually go into the topics database table and change the status back to 0
10 months ago, someone reported the same problem
https://bbpress.org/forums/topic/undelete-topics-does-not-work
So be sure to try 1.0.3 (you should upgrade anyway).
If that does not change things, the fix might only exist in bbPress 1.1 which is supposed to have a release candidate by the end of this month (maybe).
March 15, 2011 at 7:41 am #104905In reply to: bbPress Plugin: Theme Structure
John James Jacoby
KeymasterYes, but the structure can be filtered/adjusted as needed by a theme or plugin too.
March 15, 2011 at 7:41 am #99805In reply to: bbPress Plugin: Theme Structure
John James Jacoby
KeymasterYes, but the structure can be filtered/adjusted as needed by a theme or plugin too.
March 15, 2011 at 1:58 am #36465gunnsean
MemberI use bbPress to run a trouble-shooting site. So when labeled closed that means the problem is solved.
I want to exclude [closed] topics from latest discussion in the front page. Is there anyway to do so? Sadly my expertise don’t lie in PHP.
March 14, 2011 at 7:02 pm #37766alexchenco
MemberThe default works OK:
http://localhost/taiwantalk/?bbp_forum=technologyBut setting the Permalinks to Month and name gives me a no found page.
http://localhost/taiwantalk/forums/forum/technology/mod_rewrite is working as usual.
Any suggestions?
March 14, 2011 at 6:06 pm #104273In reply to: Single login error – "Multiple user_login matches"
Mike
MemberThe same problem
. Anyone have any ideas?
March 14, 2011 at 6:06 pm #99173In reply to: Single login error – "Multiple user_login matches"
Mike
MemberThe same problem
. Anyone have any ideas?
March 14, 2011 at 3:56 pm #37762Topic: BBPress installed – WordPress disappeared.
in forum Installationcclynes
MemberHi
I am relatively new to wordpress and bbpress and I am trying to install a forum onto one single page in my wordpress blog.
I installed BBpress but now when I try to visit my sie it takes me to my BBpress log in (please see http://www.the8lossplan.com)
I did not want my whole blog to be a forum, have I put the files in the wrong folder or is there something else I have done wrong?!
Please help – for a university project I absolutely have to finish tonight

Thanks!!
If anyone knows how to set this up for me I’m happy to give them my details to help set up?
I am using GoDaddy as my webhosting.
March 14, 2011 at 9:10 am #104885In reply to: bbPress 1.0.3 released
mr_pelle
ParticipantShocking news… No official annoucement, no changelog, 1.0.3 milestone (11 months late!!) still open, an installation-blocker bug still open (for MySQL 5.5 users only).. WTF?!
Thank you _ck_ for the sticky! If I were looking at my feeds from TRAC I’d be still thinking 1.0.3 was just a dream…
March 14, 2011 at 9:10 am #99785In reply to: bbPress 1.0.3 released
mr_pelle
ParticipantShocking news… No official annoucement, no changelog, 1.0.3 milestone (11 months late!!) still open, an installation-blocker bug still open (for MySQL 5.5 users only).. WTF?!
Thank you _ck_ for the sticky! If I were looking at my feeds from TRAC I’d be still thinking 1.0.3 was just a dream…
March 14, 2011 at 8:13 am #95052In reply to: bbPress 2.0 – Updates
tooltrainer
MemberWell… maybe not the “proper” answer but by hacking together the bits of single-reply that check to see if you’re logged in, with single-topic.php, I was able to get it to do a login check on the actual topics themselves too. So everything appears to be fine. If anyone knows of any nasty surprises I could encounter by this approach, please do let me know.

Jonathan
March 14, 2011 at 7:59 am #104872In reply to: Members see themselves as inactive when they are not
_ck_
ParticipantSounds like it’s a bug with the scope of the
$uservariable.If it’s not fixed in 1.0.3 maybe they fixed it in 1.1 which will have a release candidate soon.
There’s also a chance it’s a bug with a customized template.
March 14, 2011 at 7:59 am #99772In reply to: Members see themselves as inactive when they are not
_ck_
ParticipantSounds like it’s a bug with the scope of the
$uservariable.If it’s not fixed in 1.0.3 maybe they fixed it in 1.1 which will have a release candidate soon.
There’s also a chance it’s a bug with a customized template.
March 14, 2011 at 6:53 am #103648In reply to: Security Bug Report Contact
John James Jacoby
KeymasterCorrect. 1.0.3 contains several security fixes to the existing 1.0 branch of code, which means no new major features or changes happened and it includes fixes to existing bugs.
1.1 will see a release candidate soon.
There was no announcement for 1.0.3 because when I tagged it, it required a new tag of BackPress and BuddyPress needed to be changed too. With 1.1 and the plugin coming soon, it just never got an official announcement.
On a more personal note, my resources and bandwidth are spread between several projects at the moment, so switching contexts quickly is something I’m adjusting more to. An announcement about 1.0.3 will happen when an RC for 1.1 goes out, which should be in the next few days.
March 14, 2011 at 6:53 am #98548In reply to: Security Bug Report Contact
John James Jacoby
KeymasterCorrect. 1.0.3 contains several security fixes to the existing 1.0 branch of code, which means no new major features or changes happened and it includes fixes to existing bugs.
1.1 will see a release candidate soon.
There was no announcement for 1.0.3 because when I tagged it, it required a new tag of BackPress and BuddyPress needed to be changed too. With 1.1 and the plugin coming soon, it just never got an official announcement.
On a more personal note, my resources and bandwidth are spread between several projects at the moment, so switching contexts quickly is something I’m adjusting more to. An announcement about 1.0.3 will happen when an RC for 1.1 goes out, which should be in the next few days.
March 14, 2011 at 3:13 am #37755Topic: Where to add paypal donation button?
in forum Installationedith g
MemberCan anyone advise me where exactly to add the code for a paypal donate button if I wan it to show on my main bbpress page? I appreciate it. Thanks.
March 13, 2011 at 10:47 pm #104806In reply to: Cannot access admin after intergration
bonnie808
MemberThx guys, i know how you feel. Hopefully a Dev can reply with a final answer to this seemingly easy fix
March 13, 2011 at 10:47 pm #99706In reply to: Cannot access admin after intergration
bonnie808
MemberThx guys, i know how you feel. Hopefully a Dev can reply with a final answer to this seemingly easy fix
March 13, 2011 at 8:11 pm #104861In reply to: Which file is generating bbp_topic_content();?
Ben L.
MemberIn
bbpress.php, topics and replies have'revisions',as one of their features. Comment out those two lines.March 13, 2011 at 8:11 pm #99761In reply to: Which file is generating bbp_topic_content();?
Ben L.
MemberIn
bbpress.php, topics and replies have'revisions',as one of their features. Comment out those two lines.March 13, 2011 at 5:26 pm #104878In reply to: bbPress 1.0.3 released
_ck_
ParticipantThese are the changes between 1.0.2 and 1.0.3
https://trac.bbpress.org/changeset/2958/tags/1.0.3?old=2339&old_path=%2Ftags%2F1.0.2
unfortunately the mime property was modified on files that were otherwise unchanged, so the file list looks huge, but most of them are unaffected.
also /jquery/interface.js was added in 1.0.3 but for some wrong reason they are using the packed version which is slower because it has to be unpacked on every page load, it should be the minified only version without packing and just let gzip do the compression work between the server and the browser
I’ve edited down the list and removed the property-only changes
Files changed between bbPress 1.0.2 and 1.0.3
bb-templates/kakumei/style.css (1 diff)
bb-templates/kakumei/favorites.php (1 diff)
bb-templates/kakumei/view.php (2 diffs)
bb-templates/kakumei/forum.php (2 diffs)
bb-templates/kakumei/tag-single.php (1 diff)
bb-templates/kakumei/front-page.php (2 diffs)
bb-templates/kakumei/post-form.php (2 diffs)
bb-templates/kakumei-blue/style.css (1 diff)
bb-includes/functions.bb-users.php (3 diffs)
bb-includes/functions.bb-pluggable.php (3 diffs)
bb-includes/class.bp-options.php (1 diff)
bb-includes/functions.bb-posts.php (1 diff)
bb-includes/functions.bb-template.php (4 diffs)
bb-includes/functions.bb-meta.php (1 diff)
bb-includes/functions.bb-core.php (3 diffs)
bb-includes/functions.bb-deprecated.php (1 diff)
bb-cron.php (3 diffs)
bb-login.php (3 diffs)
rss.php (1 diff)
bb-admin/tools-recount.php (2 diffs)
bb-admin/includes/class.bb-install.php (1 diff)
bb-admin/includes/functions.bb-upgrade.php (3 diffs)
bb-admin/includes/functions.bb-admin.php (4 diffs)
bb-admin/includes/defaults.bb-schema.php (2 diffs)
bb-admin/includes/functions.bb-recount.php (added)
bb-admin/admin.php (2 diffs)
bb-admin/admin-base.php (1 diff)
bb-admin/index.php (2 diffs)There may be additional backPress changes which are beyond my desire to track/list.
March 13, 2011 at 5:26 pm #99778In reply to: bbPress 1.0.3 released
_ck_
ParticipantThese are the changes between 1.0.2 and 1.0.3
https://trac.bbpress.org/changeset/2958/tags/1.0.3?old=2339&old_path=%2Ftags%2F1.0.2
unfortunately the mime property was modified on files that were otherwise unchanged, so the file list looks huge, but most of them are unaffected.
also /jquery/interface.js was added in 1.0.3 but for some wrong reason they are using the packed version which is slower because it has to be unpacked on every page load, it should be the minified only version without packing and just let gzip do the compression work between the server and the browser
I’ve edited down the list and removed the property-only changes
Files changed between bbPress 1.0.2 and 1.0.3
bb-templates/kakumei/style.css (1 diff)
bb-templates/kakumei/favorites.php (1 diff)
bb-templates/kakumei/view.php (2 diffs)
bb-templates/kakumei/forum.php (2 diffs)
bb-templates/kakumei/tag-single.php (1 diff)
bb-templates/kakumei/front-page.php (2 diffs)
bb-templates/kakumei/post-form.php (2 diffs)
bb-templates/kakumei-blue/style.css (1 diff)
bb-includes/functions.bb-users.php (3 diffs)
bb-includes/functions.bb-pluggable.php (3 diffs)
bb-includes/class.bp-options.php (1 diff)
bb-includes/functions.bb-posts.php (1 diff)
bb-includes/functions.bb-template.php (4 diffs)
bb-includes/functions.bb-meta.php (1 diff)
bb-includes/functions.bb-core.php (3 diffs)
bb-includes/functions.bb-deprecated.php (1 diff)
bb-cron.php (3 diffs)
bb-login.php (3 diffs)
rss.php (1 diff)
bb-admin/tools-recount.php (2 diffs)
bb-admin/includes/class.bb-install.php (1 diff)
bb-admin/includes/functions.bb-upgrade.php (3 diffs)
bb-admin/includes/functions.bb-admin.php (4 diffs)
bb-admin/includes/defaults.bb-schema.php (2 diffs)
bb-admin/includes/functions.bb-recount.php (added)
bb-admin/admin.php (2 diffs)
bb-admin/admin-base.php (1 diff)
bb-admin/index.php (2 diffs)There may be additional backPress changes which are beyond my desire to track/list.
March 13, 2011 at 5:23 pm #104877In reply to: bbPress 1.0.3 released
_ck_
ParticipantbbPress 0.9 users should install my unofficial “block-long-queries” mini-plugin to avoid the security bug that 1.0.3 fixes and similar unknown attacks in the future.
(it also works in 1.0 and WordPress)
<?php
/*
Plugin Name: Block Long Queries (for bbPress and WordPress)
*/
if (strlen($_SERVER['REQUEST_URI'])>255 ||
preg_match('@(eval|base64|unescape)[^a-zA-Z0-9]@si',$_SERVER['REQUEST_URI']))
{
header('HTTP/1.1 414 Request-URI Too Long');
header('Status: 414 Request-URI Too Long');
header('Connection: Close');
exit;
} -
AuthorSearch Results