Search Results for 'bbpress'
-
Search Results
-
Topic: Cookie Domain Settings?
Does anybody know how/where the cookie domain for bbpress is stored? I am not talking about the siteurl or home…I’m looking for the value “Website” in the cookie table in Safari’s preferences – > Cookies window, or the value “domain” in Firefox’s Preferences -> Domain field. I’m having conflicts with WordPress’ integration when I have a user create new password etc. in bbpress. I need to assign the cookie website or “domain” to be .myurl.com instead of http://www.myurl.com.
I too am getting tired of upgrading bbPress all the time and keeping track of my changes, that’s what version control software like svn is for. I was reading this post by SamBauers where he suggested to specerp that he should use svn for updating his live site. So, how does one do that?
I’ve used svn on linux before, but it’s already been setup and I’ve just used it to checkout and commit. I need the nuts and bolts of how to set it up so that I can checkout and use the bbPress core (not plugin) repository. It sure would make changes a lot easier until things stabilize and bbPress is out of beta.
Can someone please give me some pointers? Thank you.
The new bbpress has gotten rid of the topic resolved feature?
And I don’t like it.
Which is why I prefer bbPress v0.8 to 0.81, and I’ll be going back to the old version.
Topic: Error After Upgrade
HI, can you help me when i tried to view profile i got this error,
this is happened when i upgrade to 0.8.1
bbPress database error: [Got error 28 from storage engine]
SELECT *, MAX(post_time) as post_time FROM bb_posts WHERE poster_id = 2 AND post_status = 0 GROUP BY topic_id ORDER BY post_time DESC LIMIT 30
I use aggrss to do syndication of my own website’s RSS feeds to the front page (OncTalk) and I want to be able to do the same thing on my bbPress theme (which is nearly identically to my WordPress theme). I’ve setup integration between the two theme systems, and I know it works becuase all of my WordPress Conditional tags and things I’m using in my bbPress theme are working, but when I put in aggrss, I get this error:
Fatal error: Call to undefined function: get() in /usr/home/josh/domains/onctalk.com/public_html/wp-content/plugins/aggrss.php on line 127
When looking up the code on that, I didn’t seen anything blatantly obvious that would cuase a screw up, but im still a beginner at this.
This is the code around line 127 from aggrss.php:
(From line 123-131)
function aggrss($rssurl,$striptags=false,$num=0) {
global $lastRSS;
$lastRSS->CDATA= ($striptags) ? “strip” : “content” ;
$lastRSS->items_limit=$num;
if ($aggr = $lastRSS->Get($rssurl))
return $aggr;
else
return 0;
}
Full view of the code can be found here.
Any help in getting this fixed/solved would be much appreciated.
I’m trying to test a new deletion routine in the Memberlist plugin, but the problem is I don’t have a WPMU integrated site to test with. I usually use Trent as my tester, but he de-integrated.
So if a few of you who use the plugin and are integrated and are willing to test something, let me know. The problem being addressed is how currently the plugin does not delete usermeta data when deleting the user, which causes errors in the backend user pages (particularly when the user is a bozo). I have already tested it using non-integrated bbpress, I just need one or two people to let me email them an updated file to test with WPMU. You’ll need to know how to look in your database to make sure the data is being deleted.
Thanks!
Hi, this is a newbie to bbPress. Thanks for the great work.
Just want to ask before deploying the code into a semi-production environment.
It’s great to hear that deleted posts can be undeleted.
But, how am I going to clean up posts that I’m sure I no longer need anymore?
I pay for web hosting and don’t have a very large database.
Thanks a lot. Take care.
–acefinale5
Although it is Turkish but as u see on that page there is no Add New link or when u want to click on Profile u will have an error screen about “Page Not Found” or something like that. I couldnt understand that why i am having this problem.
Also i cant see the site styled on FireFox2
Note: I integrated bbpress with wordpress and they are using the same database. WordPress is a sub-directory of an other site of mine and bbpress is a sub-directory of wordpress.