Search Results for '\"wordpress\'
-
Search Results
-
I’m running a WordPress Multi-user installation. I added forums to a single ‘site’ and everything is integrated just fine.
The problem I’m having, is that whenever someone posts in the forum their role for that site is changed to ‘Forum Participant’. This happens for all roles, every time I make a post I have to reset my permissions.
I have no idea where to start looking for a solution and I haven’t found anything else on these forums.
I have created a forum and can register a new user and log in using the short codes. I can also go to the forum page and post new topics, etc.
http://www.davidbroad.co.uk/flac/forums/forum/forum/
My only problem is when the user is logged in and on their Dashboard page when they click ‘Topics’ or ‘Reply’ in the ‘Right Now in Forums’ box they get this message:
You do not have sufficient permissions to access this page. apart from this it seems to be working, but this is obliviously going to confuse some users..
I’m using WordPress 3.4.2 and bbpress 2.1.2
Thanks,
David
Hello bbPress experts,
I have searched through the forums to find some means of restricting user access to content and it looks like some of the solutions revolve around a Membership plugin that exists.
The issue with that is several things, we’re not using User Roles. We’re trying to integrate with the MemberMouse premium plugin and users created via MemberMouse are not assigned roles in wordpress. This makes it useless to restrict access via User Roles. We’re also developing it on Thesis which seems to have a plethora of issues with bbPress regardless (so we have setup the compatibility plugin).
However, MemberMouse does have user levels and tags to call them via wordpress functions. We can restrict other types of content with means like
is_user_logged_in() && mm_isMembershipLevel(2)So we were looking for a means to hook into the forums to create conditional statements like this.
For the time being we are hooking in the meta box and assigning an ID whether its public or restricted. Unfortunately we couldn’t find any solution letting us hook into the meta box and create restricts using traditional methods like described.
As such, we are injecting javascript to rewrite html elements for users that do not pass restriction, which is occurring after the page loads. We’ve spent a lot of time on this and would be interested to find out from bbPress veterans if there might be a hook or init function we can connect to, in order to make restrictions not role based but member based using the means provided by the MemberMouse plugin.
As far as I can see there is only 2 options in the settings who can register: 1 Anyone can register and 2: noone can register? I have changed it to noone can register because it has been hundreds of new spam members every day. A couple of persons had made 100 spam memberships each! How is this possible? Does this mean they have the same amount of membership accounts at WordPress?
Hi everyone.
I’m developing a web site with multilingual support, using WordPress 3.4.2 and the Polylang plugin 0.9.4 . I’d love to add a forum to the site, so I downloaded, installed and activated bbPress 2.1.2 .
The first problem was that bbPress didn’t switch from one language to another, always keeping the default WordPress language. I solved this calling again bbpress()->load_textdomain() before loading the header template:
function cbp_bbPressTranslate(){ bpress()->load_textdomain(); } add_action('get_header','cbp_bbPressTranslate');This worked great, but soon other problem appeared. If topics and replies doesn’t have translations, they doesn’t show up. I can add translation posts for they from the admin panel, but of course my users can’t. I’ve isolated the problem to the Polylang plugin: switching back to Twenty Eleven theme and deactivating all plugins but Polylang didn’t do anything. Deactivating Polylang showed the topics again.
I’ve tried other multilingual plugins like xili-language, which works great with bbPress, but lacks of customizing menus panel, wich I need on my site.
Anyone can help me? Encouraging words will be welcomed too! 😀
Topic: Modify login widget