Search Results for '\"wordpress\"'
-
Search Results
-
Okay, so I am working on a migration from vBulletin to bbPress. Everything moved over fine, but now I have over 60k users. This causes a real problem when I want to delete a user, because the Delete User screen creates a pick list with all 60k names!
Here’s what I’m looking for…
- A way to purge all users with no forum topics or replies (or posts, for that matter).
- A way to “nuke” users who have spammed the forums. This would delete the user as well as all of their topics and replies.
- A way to delete users an reattribute their posts/topics/replies to another user (mainly for a handful of folks who already had accounts on the WordPress side before migrating vBulletin over)
Any sage words of advice?
I followed the instructions for installing the WordPress plugin of bbPress.
However, doing this invariably puts the live bbPress forum in the following directory:
/mysite.com/blog/forumsClicking the /blog breadcrumb will drop my users into the weblog. Ideally, I’d prefer to have the nesting as follows:
/mysite.com/classrooms/forumsBut if that’s not possible, having it exist as /mysite.com/forums would also work.
The most recent thread I could find on this issue was four years ago, and suggested using freestanding bbPress, which won’t work with my membership software (MemberMouse).
Thanks for any help you can offer on changing my setup.
Current site is password-secured DEV: WordPress Version 3.6.1, bbPress v.2.4
Site URL available privately if necessary.Topic: bbpress sidebar
Topic: Problem with forum posts
Hi… me again!
I do have the latest versions of WordPress 3.6.1 and bbPress 2.4
When I make a forum post you can hardly see the words… Very faint! I’ve checked all the settings but I don’t see any setting for that. I tried different Themes including TwentyEleven but no change.
Thanks
Hi,
I’m actually having 2 problems with login and registration on my site.
First problem is with the login widget.
-when I drag the widget over to the side bar it stays there until I enter the URLs in the required fields. If I write just the name it stays!
Second problem is with registering to the site with the stock WordPress form. I’m logged out of my back end and the user name and email address I’m using is not already registered. It’s easier to explain with screen shots


Thanks in advance for you help!
Topic: "You do not have permission"
Topic: forum url
I have bbpress loaded on my site and have already started creating forums…love it.
however, I created a page for the forum and put the shortcode there, but now my forum url is
http://www.nikkiinstitchescraftacademy.com/forums/forum/month-1-the-background-story/
is there any way to get rid of the double forum in there?
should i have put the shortcode someplace else?
thanks so much for your help!Wordpress version 3.6.1
bbPress version 2.4
http://www.NikkiInStitchesCraftAcademy.comI use a large decorative font for my standard pages and forum titles in WordPress. This is normally ok because I make them intentionally short, however my forum topic titles can be much longer as they are created by users and need to be generally more descriptive. Since I have my breadcrumbs styled large and clearly, it’s unnecessary for the topic title to exist at all on an individual topic page.
Does anyone know which bbpress template file I would need to edit to get the single topic pages to display the forum they belong to instead of the topic title itself?
Or how I might do this using a conditional via my WordPress theme’s page.php file?
I can’t seem to find anything the closest thing I found was New User Approval which only works for WordPress registration. Any ideas?
Hello guys!
I have a specific question about adding forums, threads and replies in Bbpress.
Some times ago i made a script that’s sending data to fill the DB in wordpress – i just send via POST: author, post, title etc via php script, that add it all to DB. It was simple.Now i have to make it in Bbpress, and there is a problem: besides the ‘wp_posts’ data i see many cells in ‘wp_post_meta’ when i create a forum, topic and a reply such as:
_bbp_topic_count _bbp_total_reply_count _bbp_forum_subforum_count _bbp_reply_count _bbp_last_active_time etcThe problem is that I want to do it in the future delayed (this future posts date). And the question is: how do I write this posts and Bbpress helps me and refreshes that data in ‘wp_post_meta’.
I googled my problem and found this functions in functions.php:
function bbp_update_topic_topic_id( $topic_id = 0 ) { $topic_id = bbp_get_topic_id( $topic_id ); update_post_meta( $topic_id, '_bbp_topic_id', (int) $topic_id ); return apply_filters( 'bbp_update_topic_topic_id', (int) $topic_id ); }That’s what I’m looking for? I will be happy if Bbpress has some API or xml-rpc method to add a topics and replies, but there is none 🙁
Thank you and sorry for my bad english.
Topic: Author
Greetings,
I’ve imported my forum from vbulletin, althou he copied everything the users didnt got connected and they are named imported_something. the page /author returns 404 not found.
The avatar on my website was being used by vbulletin now we have no avatars? how to add them? the profile page that comes with wordpress doesnt have an option for that.