Search Results for 'bbpress'
-
Search Results
-
I installed bbpress integrated to my wordpress site on a subdomain, the problem I have is the following.
The forum is working in the following way
http://subdomain.mydomain.com/forums
what I want is to make it work like this
http://subdomain.mydomain.com/
What do I need to do for the above, I am a newbie so please excuse my ignorance if it is a quick fix.
Thanks in advance.
Hey,
I installed bbpress and got through all the steps and it brought me to a blank page when the install was done.
http://lostinsound.org/wp-content/plugins/buddypress/bp-forums/bbpress/
After I did the install it told me that it had installed but with some errors. I assume that this is why i see a blank screen. I think I messed up entering some of the Salt things because I couldn’t find two of them my admin panel.
Any help would be greatly appreciated.
Thanks,
RObbie
Topic: bbPress capabilities
I’m building a forum/community and we have a few requirements and I’m hoping you guys can fill in the blanks on whether I can accomplish this with bbPress/buddypress or some solutions of the sort.
Here are some of the requirements:
Question and Answer functionality — Marking a post as an ‘answer’
Stats – Members in forums, total posts, etc
Stickied threads
Vote up/vote down — Stack Overflow like functionality.
Thanks!
I’m running bbpress 1.0.2 and had it successfully integrated with WP 3.0.1. WP is on the subdomain http://wisdom.theheartsvoice.com/ and bbPress is in a folder on that subdomain /forum/. They are sharing a SQL database.
I have the bbPress integration plugin installed in WP and all the secret keys are copied over from wp-config.
I had mapped the user roles successfully and all my users (only 11) had registered on WP as subscribers and were successfully being added as members in bbPress as soon as they logged in there.
In order to create both a private site and forum, I had installed the “registered users only” plugin on WP which is still working fine. And then to make the forum private I installed the “zaerl visibility” plugin, and set it up so that “inactive” and “blocked” users can’t see any of the forums. The roles ‘member’ ‘administrator’ and ‘keymaster’ all had full visibility.
This all worked brilliantly for at least 6 days and there have been no changes that I know of to anything – no one has permissions on my admin, etc but me.
Tonight, I tried to log into the forum and discovered that I’m not getting an admin link anymore and I’m unable to reply to anything or start topics. Then I realized that me and all the other users have been set to “inactive”. They are all still showing as “subscribers” in WP.
However, as an inactive user now I shouldn’t be able to see any of the forums and all of them are fully visible. So I’m suspecting the zaerl plug-in as the cause.
I’ve reviewed most of the threads on this topic here and haven’t found anything that applies.
I’ve tried:
– clearing my cache and my cookies.
– created a new admin user in WP and clicked over to the forum, hoping the role would automatically be translated into keymaster there. No. (And when I checked the wp_usermeta table there had been no new line of code added on login to assign a role for that user_id, so I suspect the role mapping has stopped working completely.)
– logged in directly to the forum with both admin accounts, no admin link appeared, no change in user status.
– I deleted the line in my bb_meta table that set the values of zaerl-visibility and also the line that activated that plugin and then deleted the zaerl plugin file from the bbPress plugins directory (I’m not really a coder, so may be in WAY over my head trying to use phpMyAdmin!)
– I inserted a new line of code in my wp-usermeta table to reset my bb_capabilities to keymaster, by copying exactly what was set before to my user_id.
– I did that also for the second admin user I created.
None of these things has worked and since I can’t get into my admin I can’t reset any of the users from inactive to member and so my forum is essentially dead (and it’s week 1 of a 5 week class)
The WP and bbPress integration is still working fine and I’m still an admin on the WP side and when I get to the forum, I’m still logged in already, but I’m inactive.
How can I get back in and get the roles reset?