Forum Replies Created
-
In reply to: Errors in bbPress – seen on the Official forums
Why there is a need for recount? Why would the counts go out of sync at the first place?
Cause bbPress uses a cache system in order to minimize database queries and sometimes it goes out of synch.
In reply to: Continuing Topic IconsThanks for the donation. I think that I will fork that plugin but it will functions only on 1.0.2 or superior (I guess.)
In reply to: Continuing Topic Icons@gerikg no it’s bjogio AT libero.it
In reply to: Direct code to post urlMaybe. It seems that Akismet has done a mess here.
In reply to: adding a "main theme forum"how do i add new forums “main theme” to my forum?
Do you mean a forum description? It’s in bb-admin/forums.php under “description”.
In reply to: Error After InstallingI put my wordpress username and it gave me an error but it didn’t go back
What error.
In reply to: Continuing Topic Icons_ck_ topic-icons is very simple and porting it to 1.0.2 is easy. At least if you don’t mind to have it backward compatible.
In reply to: Continuing Topic IconsI was talking of the _ck_ one.
In reply to: cannot login to adminYou can open phpmyadmin and manually alterate the database table changing “user_pass” to a well-know value.
In reply to: Continuing Topic IconsThis means that it’s not funny to patch work of other people. I can do this if I get some donations.
In reply to: Continuing Topic IconsI can do it easily but this is not one of my plugin and I don’t want to do a mere modification. It’s not funny.
In reply to: Can’t get permalinks workingDoing that change affects only your code and not the server.
In reply to: Can’t get permalinks workingon bb-config.php type:
$_SERVER['SERVER_SOFTWARE'] = "Apache/2.2";
BUT keep in mind that this is a ugly hack.
P.S. change host
In reply to: Can’t get permalinks workingSERVER_SOFTWARE is empty? Then your host has done something very weird. I could suggest you to manually fill that value ($_SERVER = “Apache/2.2”) but this is a ugly hack.
In reply to: WordPress 2.9.2 and bbpress cookies integration.It can be removed from any php file and its something debatable
Also the official documentation suggests that omitting the ?> at the end of the PHP file is helpful in some cases.
In reply to: Can’t get permalinks workingThat’s strange.
$is_apache = ( strpos( $_SERVER['SERVER_SOFTWARE'], 'Apache' ) !== false || strpos( $_SERVER['SERVER_SOFTWARE'], 'LiteSpeed' ) !== false);
this is the line that check the server software. Check phpinfo() and see what you get.
In reply to: Add New Topic ImageOn front-page.php, forum.php, tag-single.php substitute
bb_new_topic_link();
withbb_new_topic_link(array('text' => '<img src="the url of your image" alt="the alt title" />'));
In reply to: Problems when installing bbpressand i get alot of errors
What errors? Please notice that bbPress isn’t a WordPress/buddypress plugin but a standalone software.
In reply to: Can’t get permalinks workingIt means that the URL rewriting is possible only if you are using the Apache web server. Apache rewrite URLs using an extension called mod_rewrite. Other web servers have similar functionalities but bbPress doesn’t support them.
In reply to: Guranteed Fix for WP/bbPress Integration!PHP4 to 5 was a huge change, a leap into correctly written OOP.
I was speaking about the backward incompatibilities which are just a bunch of functions.
Very stylish. Compliments.
In reply to: Guranteed Fix for WP/bbPress Integration!The more I read the migration docs from php.net the more I think that none of the changed functions can break the wp/bb integration.
In reply to: Public ForumAshfame. Maybe I was a bit rude but these are the facts.
bbPress 1.0.2 offers anonymous posting? The answer is “no.”
Is there fully functional plugins that fill this lack for the actual official bbPress version? No. I tested BB Anonymous Posting and it doesn’t work in 1.0.2 (at least in my case.)
In reply to: Can We moderate Posts in BBpressI have implemented moderation queues in my private trunk version of zaerl Visibility. I have planned to bundle this feature in the upcoming public 0.2 version.
Basically speaking on the new version you can specify that new topics and new posts must be hidden by default and that they can be reset (in this case “approved”) by moderators through the admin panel. It functions already but I will release the 0.2 only after exaustive beta-testing _and_ if I got positive feedbacks.
In reply to: Public ForumIs this possible?
No. And I think that there isn’t a plugin that provide this functionality.