Search Results for '"wordpress'
-
Search Results
-
Hi everyone,
I wasn’t sure where to post my question. I apologize if there are others like mine out there.
Extreme WP noobie here, I’ve been given the task of making a forum.
I downloaded bbPress, everything seems to have been set up. When I try to register, I received an error stating “User registration is not opened”.
I followed the directions from http://tinyurl.com/ofaf5qn. Then, I went back and turned on anyone can register. Now, because I did that, anyone that registers registers for a WordPress account. I’m not sure if that’s correct.Second: I need to have a public forum, which I created. Member-only forum, also created (but having that registration issue). Also, we want to have an admin forum, obviously just for admins. How do I do that last part? Only give access to certain people?
Third: Not sure if you’re the People to talk to about this, but, we also want to have a section in our website, preferably in the forum, for our clients to have a journal/diary. They will log their food for the day. It will be private and just for them. Any advice on that? I tried using the DiaryPress plug in, but i can’t seem to figure out how it works and there isn’t any documentation online.
I am pretty sure I can do it via the forum, I just don’t know how to do it. I know it’s a permissions thing and I can make certain posts hidden.
How easy is it to create a login just for them? We don’t want to use something like Penzu, because we want it tied to us.
I was just told we need to also make it so that the posters are anonymous. I don’t want to have people to post anonymously, I want them to sign up.
Is there a way to do that?
I’m sorry for the novel. But as you can see. I am way way way over my head and need a lot of help.
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.)
Why? and How to fix?
Buddypress also had this error, but they fixed it almost 2 years ago. Something to do with calling is_user_logged_in()
See here: https://buddypress.org/support/topic/debug-error-bp_setup_current_user-was-called-incorrectly/
Hi all,
I hope you guys can offer some advice suggestions here.
This is the situation:
– I have a wordpress multi-site setup (4 blogs in total)
– There are currently 4 xenforo forums I need to import. These need to be imported in to my 4 multi-site blogs. One xenforo forum to each of the 4 blogs.
– all users from all xenforo forums, imported in to each of the 4 blogs should be able to visit each of those 4 blogs and post in any they chooseThe goal is to ultimately have a single user base within my wordpress multi-site, but with 4 different forums running (one under each blog), where users can access and post data in all of them (as well as submit regular post comments etc)
The main issue I can see me having is that each xenforo forum will have users who’s IDs start at 1, and go up to about 15,000 (lots of users!!). If I import one forum in to the first multisite blog, then what happens when I import the next forum in the second multisite blog? Will users get overwritten? Will forum topics/replies get attributed to the wrong user?
Note: I am also running buddypress.
A solution I have considered is to import all users from xenforo forum 1. Then loop through all users in xenforo forum 2 to update their ID’s to +15,000 (i.e user with ID 1 becomes user with ID 15001 etc). Then import that forum in to bbpress. Then do the same with xenforo forums 3 and 4 (+30000, +45000).
That is a hefty task though.
Any advice/help would be really appreciated!

