Forum Replies Created
-
In reply to: User Roles, WP & BBpress
That last plugin hasn’t been updated since January and is only compatible up to wordpress 2.7. It only adds a default role to bbpress, but if you’ve matched your wordpress and bbpress roles, this isn’t necessary, if it ever was.
A plugin should not be necessary in order for someone to register on a wordpress blog or on bbpress. Under the Settings/General you have a place to set the default role for new members; Subscriber, Administrator, Editor, Author, or Contributor for wordpress and those roles can be matched up to bbpress roles under Settings/WordPress Integration.
aMember.com mentions wordpress integration but not bbpress on their site, so I think that might be the issue.
In reply to: Cutting /forum/forum/ down to /forum/It would be more accurate if it read “forums/sub-forum/topic” but it really is just a minor cosmetic issue.
In reply to: How to load the header of my theme?Sorry, Pixelgirl, I just scanned this thread earlier and didn’t see your first two issues. Those admin options are called in your template’s view topic.php.
I’m not sure I understand what your first problem is.
In reply to: How to load the header of my theme?Look in your template directory, logged-in.php.
In reply to: BBpress, buddypress integration issuesYou don’t mention what version of WordPressMU you have; you do have that installed also, right?
Buddypress is basically just a plugin. Have you been able to install and integrate wpmu and bbpress without it?
In reply to: bbPress 1.0.2 and bbPress 0.9.0.6 releasedI think you’re actually trying to install buddypress and bbpress.
Make sure you’re looking in the right directory – it’s very easy to confuse “bp” with “bb”.
In reply to: Add links back to wordpress siteDepends. Where do you want them to appear in BBpress and what part of your blog do you want to link to?
In reply to: Latest Comments?Can you be more specific? Do you want to pull the latest comments from your wordpress site into your forums?
In reply to: Where to put themesCreate a new folder(directory) and name it “my-templates” on the same level as “bb-templates”.
In reply to: space between postsTry changing the threadpost margins.
In reply to: How to delete a post ?As far as I can tell, BBPress keeps “deleted” posts indefinitely, allowing the admin to restore them, if necessary. The only way I know of to permanently get rid of them is to manually remove them from the database.
What do you see? Do you see your Dashboard?
In reply to: How to upgrade from 0.95 to 1.0x ?No, not as long as you follow step three and keep those files and directories.
In reply to: Possible to allow users only to reply?Risking putting my foot in my mouth again but…
modifying _ck_’s plugin here: https://bbpress.org/forums/topic/how-do-i-remove-the-posters-ip-address-from-the-post-display#post-55575 (thanks, Ipsentu) will probably do the trick.
In reply to: Changing Privilages For Member Roles@Ipstenu, I knew there had to be a reason no one else had suggested it.
In reply to: bbPress 1.0.2 and bbPress 0.9.0.6 releasedIn reply to: Changing Privilages For Member RolesIn bb-includes/functions.bb-capabilities.php
under list of “moderator” roles change
‘view_by_ip’ => true
to
‘view_by_ip’ => false
In reply to: Cutting /forum/forum/ down to /forum/Looks like you have a directory titled “forum” within your forum directory.
In reply to: Errors on LoginLooks like a problem with bb-statistics.
In reply to: wordpress integration – login …Have you read this thread? https://bbpress.org/forums/topic/first-pass-at-a-fix-for-deep-integration-in-trunk
In reply to: Italics and bold and suchThis page might explain a few things for you: http://www.econjobrumors.com/topic.php?id=3608
Backticks should be used to insert code in your posts that you actually want displayed for readers.
In reply to: BikingToronto.com/ForumIn reply to: bbPress 1.0 releasedWhile I haven’t integrated WordPress and bbPress yet, this topic looks helpful:
https://bbpress.org/forums/topic/easy-way-to-integrate-bbpress-wordpress-themes
If you’re concerned about bells and whistles, your best bet might be to stick with version 9.0, since there are many more plugins that are known to be compatible. Right now, trying to use the older plugins on 1.0.1 might get you a lot of honks and farts instead.
In reply to: Avatar Plugin ProblemsIf you’re using Avatar Upload, this seems to be a common problem.
Here is my reponse from another thread:
Yeah, I had the same problem when I updated to the most recent version of BBpress until I noticed this post over at https://bbpress.org/plugins/topic/avatar-upload/
transom wrote
To get Avatar tab in the profile working under Alpha-2 –
edit avatar-upload.php in the bbpress root
change line 7 from
bb_auth(); // logged in?
to
bb_auth(‘logged_in’); // logged in?
It worked like a charm for me.
In reply to: Avatar Upload in bbPress 1.0Yeah, I had the same problem when I updated to the most recent version of BBpress until I noticed this post over at https://bbpress.org/plugins/topic/avatar-upload/
transom wrote
To get Avatar tab in the profile working under Alpha-2 –
edit avatar-upload.php in the bbpress root
change line 7 from
bb_auth(); // logged in?
to
bb_auth(‘logged_in’); // logged in?
It worked like a charm for me.