Search Results for '\"wordpress\'
-
Search Results
-
Topic: Forums not appearing at all
I’ve installed this plugin and the admin side works perfectly. I am able to create forums, topics, replies, etc, however it doesn’t not show up on the actual site. At all. Even when I click the “preview forum” or “view forum” buttons, the browser tells me that link doesn’t exist. It’s a 404 error.
I’ve checked all the settings and they are all public and seem to be correct… Though as an admin I should be able to see them all anyway.
I’m on WordPress 3.4.2 with bbPress 2.1.2
Is there any shortcode that would allow me to display a forum from one of my other sites on a multisite installation?
I was hoping to display the latest topics of a forum from site “X” on site “Y” because they share interests. I am hoping to do that with shortcode and not a theme change because I am using the same theme across all of my sites.
FYI, I’ve just created a Python script to convert all bbPress content to plain WordPress object.
Hi folks,
I have a small forum that I use for some support on plugins for various open source projects. I currently allow anonymous users to post topics and replies, but protect the forum with Akismet and the bbPress recaptcha plugin. This seems to take care of many spurious spam posts. However, I seem to have an extremely large amount of topic tags that are spam. I have several questions about that:
- Can topic tags be created without a topic creation or reply or reply edit?
- Can topic tags be turned off for anonymous users? (I don’t believe so, but would love to know otherwise)
- Which files do I have to edit to only allow editing of topic tags by registered users and/or admins?
Thanks,
Tomek
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?