Forum Replies Created
-
In reply to: bbpress.org login issues
Yup, same problem. Probably cache.
You would actually need to modify theme files, particularly the forum loop and CSS files to do that. It involves a bit of time and no one has tried to do it yet. I’ll see to it when I get time.
In reply to: Tabbing the bbPress options pageYou can view how I added settings for my plugin, within the bbPress options page here (without tabbing, just appends to the options page): https://plugins.trac.wordpress.org/browser/bbp-topic-views/trunk/bbp-topic-views.php?rev=449878#L215
In reply to: bbPress 2.0 Thesis CompatibilityThesis is a paid theme and we can’t say anything about it unless we have access to its source.
In reply to: Paid Subscriptions? And ease of use? QUICK QUESTIONSThere are currently no plugins for VIP members, but there do exist for Adsense (talking of bbPress 1.1).
Yes, if I remember correctly, groups are created as forums internally in bbPress and are sub-ordinate or children of a parent forum created by BuddyPress. When you’re done with your import, you can easily move out all of the forums from that parent and do a recount. Sorry for the late reply.
There is an importer that is bundled with bbPress plugin itself. Just navigate to
Tools
->Importer
->bbPress Standalone
and enter the path to the BuddyPress bbPress install (should get detected automatically) and you’d be good to go (backup must).You can use this code (untested, but should work if bbPress is being loaded on that page):
if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
bbp_get_template_part( 'bbpress/loop', 'topics' );@JJJ
: I think we could allow such attributes in[bbp-topic-index]
shortcode too?In reply to: Theme issueYou might want to remove the whole
.reply
itself, if it’s not used elsewhere.In reply to: Theme issueJust remove
float:left
from.reply
instyle.css
.In reply to: Ability to hide topicTravis, if you’re talking about the plugin, then it is not possible right now. The easiest way is to trash the topic so that only mods and admins are able to view it.
In reply to: Mark user as spam AND remove all their posts?When you delete a user from the WordPress administration panel, there is an option to either delete all of the users’ posts or switch their author to some other option. You can use the former option to remove spammer users’ posts.
In reply to: bbPress 2.0 vs bbPress 1.0.3Tushar, I’d really appreciate if you could create a new topic for your issue and also post the problem you’re facing while installing bbPress 2.0 on WordPress. Thanks!
In reply to: bbPress 2.0 vs bbPress 1.0.3If you have the time to properly integrate your themes, go for the plugin. If not, then standalone and migrate later (only if you’re integrating the user tables if you have a WP blog).
In reply to: How to Align Content Text To The Left, not centred?Ok, got it. You need to remove
<div class="center">
and the associated</div>
from your theme (probablyheader.php
andfooter.php
). Or just removeclass="center"
.In reply to: How to Align Content Text To The Left, not centred?Can you please provide a link to your forums?
In reply to: bbpress 2.0 Addon (who is online)This can be easily done with plugins which do it for WordPress like this one.
In reply to: bbPress 2 STABLE – when?bbPress plugin is already a lot stable. Its RC 3 is already available to the people and there is just 1 ticket left for 2.0 on the Trac. I think in a few days or weeks time, you’d see the download page flashing 2.0.
In reply to: BBpress incompatibility with php5anointed
: He is talking about bbPress standalone.polimon
: Please go to https://bbpress.trac.wordpress.org/browser/trunk and when you would scroll down, you would see “Download in other formats: Zip Archive”, click “Zip Archive” and upload the extracted appropriate directory into the appropriate directory on the server.In reply to: BBpress incompatibility with php5anointed
: He is talking about bbPress standalone.polimon
: Please go to https://bbpress.trac.wordpress.org/browser/trunk and when you would scroll down, you would see “Download in other formats: Zip Archive”, click “Zip Archive” and upload the extracted appropriate directory into the appropriate directory on the server.In reply to: GD bbPress AttachmentsNice to see an attachments plugin for bbPress, thanks!
This is intended. There is already a ticket for this in Trac IIRC.
Nice to hear that!
In reply to: A link to the forum?Sorry for that. Link updated.
In reply to: New: Support Forums PluginThanks for this!
I’d recommend if you upload this on the WordPress Plugin Repo with the bbPress tag.