Forum Replies Created
-
In reply to: Create Categories and Forums Quickly?
PinkishHue thanks!
It would work, but I don’t know the exact names for bbpress
i.e. below is for post (https://wordpress.org/plugins/csv-importer/other_notes/).
csv_post_title – title of the post
csv_post_post – body of the post
csv_post_type – post, page or a custom post typeDo you know what they would be for bbpress? or where I can find them.
This would be the way to go, I need add descriptions so that would save me a lot of time.In reply to: Create Categories and Forums Quickly?Awesome, that works.. I am half way there..
Big Question
It appears bulk edit only provides status changes –> http://prntscr.com/80v9fkAny idea when the other file attributes –> http://prntscr.com/80va16
will be added?
OR
Are there any plugins to enable File Attributes in bulk edit?
I have looked but no joy. Hoping you know of something off the top of your head.This would get me the rest of the way…
In reply to: Create Categories and Forums Quickly?I don’t think you have to go through that trouble, it would be way easier if bbPress has its own tables but it doesn’t, the posts are in wp_posts and post meta in wp_postmeta.
Exactly what I was thinking.Thanks, I will give it a go and let you know…
In reply to: Create Categories and Forums Quickly?robkk
I’m with you… it is too many, and most of them probably wont be used, but that is what the client wants.
Question, I was thinking maybe to export just the bbpress tables and add them manually, structure/categories and forums, using a text editor (sublime is what I use) and then re-import them into the database..
The problem I’m having is that I have not found a way to just export the bbpress tables..
When looking at my wp_database to find the bbpress entries they are seriously integrated with wp tables.. If that makes sense..