Forum Replies Created
-
In reply to: Images
bbPress 0.9.x and 1.x are A LOT different… No idea how you could get that work…
In reply to: bbPress email notificationsIf you downloaded trunk via SVN, BackPress is included, else you’ve to download it from here.
In reply to: post width + category countCan you post a link to your forum so we can take a look at what’s happening?
In reply to: bbPress email notificationsYou can download bbPress latest version, located here, via SubVersion.
In reply to: Invite a friend pluginWell, I believe this feature is missing mainly because bbPress is not a social network.
If you want to invite someone to a forum, just send him/her its web address!
In reply to: bbPress email notificationsbbPress.org is running trunk (r2540 at this very moment), whom includes topic subscription. You’ve to download bbPress trunk to have that feature; I suggest getting it via SVN.
In reply to: Integrating BBPress in WordPressYou just have to add bbPress CSS to WP header, I suppose.
In reply to: Buddypress: 0 posts in topicYou should ask this question in the BuddyPress forum.
In reply to: Functions for generating a menu of WordPress pagesThe code above has some errors in it:
$thisPage
is used when callingbb_list_pages()
recursively, but this param isn’t defined anywhere but in the function’s description… In function definition that param is instead named$parent_uri
.Moreover
$kids <> ""
should be replaced by!empty($kids)
and I’m not sure thatwordpress_mu_primary_blog_id
has any meaning now that WP 3.0 has merged WP and WPMU…Last, calling
bb_list_pages()
with no args, makesif ($depth == 0)
true, resulting in an empty string returned. It would be good to use the same template ofwp_list_pages()
, which lists all pages if no param is passed to it (see docs). By the way, this could be the reason why you get nothing displayed when calling the function.In reply to: Admin area on topic.php – default Kakumei themeIn reply to: Admin area on topic.php – default Kakumei themeNote that the archive you can find on TRAC does not include BackPress: I suggest you to upgrade via SVN.
In reply to: Admin area on topic.php – default Kakumei themeDid you download the archive from here or from the Download page on this site? The former is trunk, the latter 1.0.2…
In reply to: Adding "Quote" feature?Feature is available since [2471]. You need to have the trunk version of bbPress.
In reply to: Sitemap generatorAre you using this plugin?
In reply to: Adding "Quote" feature?bbPress does not support it natively; I’d suggest Ajaxed Quote plugin.
In reply to: conflict nicer permalink anc upload avatarsOh, Avatar Upload is compatible up to bbPress 0.8.2.1, I’d suggest Bavatars.
EDIT: I’ve found a fix for the bug, I’m going to upload a new version in minutes. Please note that you must regenerate your
.htaccess
file in order for it to work!In reply to: conflict nicer permalink anc upload avatarsCiao! Can you tell me what plugins do you have active in your forum, please?
In reply to: Local installation failsNote that if you didn’t download it via svn, you are probably missing BackPress…
In reply to: Anonymous posting and moderator heldDid you try this plugin? https://bbpress.org/plugins/topic/bbpress-moderation-suite/
In reply to: gravitar and author name link1.1-alpha (trunk) has this option since [2431]
In reply to: Local installation failsIn reply to: Parse error: functions.core.phpI’ve checked every BackPress version and none of them has
$end
at line 244…. weird…The root of the problem is probably somewhere else.. no guess though..
In reply to: Parse error: functions.core.phpWhat version of bbPress are you on? There is no
$end
at line 244 of that file, neither on the BackPress version shipped with bbPress 1.0.2 neither with trunk…