Search Results for '"wordpress"'
-
Search Results
-
Problem 1:
Using builtin importer, whole system is being imported by phpbb3. Anonymous users who does not have any accounts are allowed for posting but they are showing up as anonymous, in the system.
I have collected theusernames_of_the_visitors
fromposts_from_current_users
and created those users, using a query:INSERT INTO wp_current_visitors (using_the_login) SELECT DISTINCT usernames_of_the_visitors FROM posts_from_current_users
Step 2:
I am creating multiple tables (in this case:3), some of the code is:SELECT ID FROM wp_current_visitors INSERT INTO current_live_posts(author_current_posts) WHERE current_live_posts(post_time_and_date) = posts_from_current_users(posted_time) AND posts_from_current_users(usernames_of_the_visitors) = wp_current_visitors(using_the_login)
You can see this is not the correct way contain syntax errors. First I have to correct it. Second, I have to find a way to tell the mySQL that ID is connected with ‘using_the_login’ (see the first line). Am I right?
Please help in this regard?
Queries after up-gradation:
SELECT ID FROM wp_current_visitors SELECT post_time FROM posts_from_current_users = post_time_and_date SELECT post_username FROM posts_from_current_users = using_the_login
The are working in the correct way. But, I don’t know where to insert the WHERE information correctly.Only possible solution in my mind is to create sub-queries.
Problem 2:
I am installing bbpress on my own(for the first time on a client website, as an evaluation task). I am creating a simple forum, with necessary plugins for login and flow control. But, an important requirement, I am unable to configure is that client wants to create a new page for each directory page. And whenever a new page is added, he wants to add a forum page, automatically. Like, if the directory page is Directory page of militarybases – Cheyenne mountain Air Force base Colorado Springs Colorado. When, he made the page using wordpress, it’s forum page like website/forum/cheyenne-mountain-air-force-base-colorado-springs-co automatically created.Is this possible? If yes, how will achieve this? Please don’t tell codes other than javascript and php. Please only provide the full solution, in case of others.
Hi,
We have made it so that all spambots who sign up to the bbp forum automatically get the role “no user role for this forum” (translated from German).
The thing is, when i go to my wordpress “user” settings, they are all under the “subscriber” role. As are all the real forum users.
I would like to have an option at the top to select just the “no role” users, so that i can bulk delete them all.
How do i do this?
thx.
btw, i dont want to install a wp-admin hide plugin as these have conflicted with our theme, and therefore i have to deactivate them.Caveat: I’m new to WordPress, themes, CSS, and bbPress.
I’ve got a website that seems to be working properly (using the hueman theme (well, actually, hueman-child)), and have installed bbPress, and created a forum page, but the form is cluttered. It looks like:
instead of like how the documentation shows it to look:
I’ve deactivated all my plugins except bbPress, and have tried all 6 or 7 of my installed WordPress themes, but nothing seems to help? Suggestions? Thanks!
—
KentTopic: Cannot change Role
I added a new user, but cannot change their role in the list of users. I check the box on the left of their username, then go to the top dropdown “Change forum role to…” and change it, but there is no effect. The only way I can change the role is to edit their profile individually, rather than using the Bulk method. I am going to be importing 160 users and cannot find a way to pre-populate the Forum Role field, so I’d like to save time by being able to change Forum Roles in bulk by putting a checkmark next to each user and performing the change all at once.
I am using the default Twenty Sixteen WordPress theme in use while testing this plugin.
Does anyone know about this limitation or bug?
I will be moving my website to a new host, it will keep the same URL, but not the same password/username/hostname for mysql/the database.
I’m using akeeba to move my wordpress site where I’m using bbpress as a plugin, complete with wordpress’ databases.
Does anyone know if bbpress will be fully moved and operational using this method? Akeeba should (I think?) move bbPress’ databases, but is there a place where I’ll have to change username/password/hostname for mysql in bbpress?
(Alternatively, is there a simple way to backup all the content on the forum and import them on the new webhost after doing a clean install of bbpress in case akeeba doesn’t take care of things?)
Topic: Clone Site WP + bbPress
Hi guys.
I created my first bbPress forum, which is this -> http://bit.ly/1p1fpjH
I then I cloned that forum to another URL -> http://bit.ly/2evx82i
All right, because I modified the URL WordPress. But when I press to enter any part of the forum, it redirects me to the first forum.
What is the problem? Do I have to change the URL bbPress? Any ideas?
Thank you very much!