Search Results for 'phpbb'
-
Search Results
-
Topic: [REQ] Convert for me
Can someone convert my phpbb3 forum for me to bbPress? Im having trouble doing it, and could really use some help!
If you can my skype is zubzstep
Topic: [REQ] Convert for me
Can someone convert my phpbb3 forum for me to bbPress? Im having trouble doing it, and could really use some help!
If you can my skype is zubzstep
Topic: Page with latest replies?
Where is the URL, or how can I make a page that will contain the latest replies? I don’t want just the latest topics, but chronological list of every topic that has recently been replied to. For example, a topic from a year ago that received a reply 3 seconds ago should show up on the top of this list.
In phpBB, I had a “new posts” link that would do this.
Essentially, something like “[ bbp-topic-index ] – Display the most recent 15 topics across all your forums with pagination” would be perfect, but for all posts—topics and replies, not just new topics.
Topic: Forum issues
Topic: Fly-Fishing Site
Here’s my bbPress integration:
http://www.itinerantangler.com/blog/board/forums/
Only problem is the queries are running a bit slow right now. I posted about that in Troubleshooting.
I successfully transferred a 75k post board from Yabb 2.3 –> YaBB 2.4 –> SMF 1.4 –> phpBB3 –> bbPress. I’m kinda proud of that. It took a LOT of work.
Topic: Two strange messages
Hi,
I’ve just imported from phpbb to bbpress. That went well. But I noticed something odd about the hierarchy of the forums. If you go to a parent forum, you get the message at the top: This forum is empty. But the child forums are listed below that message as they should be. Why am I getting that message and is there a way to fix it?
http://sanjoseatheists.com/forum/science-technology/
Please note above the Science & Technology is the title that the child forums should go under. I don’t want people posting directly to Science & Technology. Posts need to go into the child forums.
Also, if you scroll down to create a new topic, there is the message Your account has the ability to post unrestricted HTML content. Is this a security concern, and what should I do about it.
Thank you so much!!!!
Topic: Importing from phpBB fails
I am having this exact same problem, but my phpbb database is in the same place as my wordpress database. (_phpbb and _wordpress on my MySQL server).
Anyone figure this out?
Guys –
I have been through the mother of all forum migrations in the last few days, from YaBB 2.3.1 -> YaBB 2.4 -> SMF 1.1.11 -> phpBB3.
All to get into a format that would let me import into bbPress.
Now that I finally have a nice clean copy of my 75k post forum in phpBB, I am getting the following when I run the bbPress converter:
No passwords to clear
No users to convert
No data to clean
Starting ConversionI stopped it at that point because I have read trying to re-run the converter is problematic.
I would be SO GRATEFUL for any help. At this point I just want to get through with this…
Zach
Topic: I imported phpbb3 forum
And now I have double admin users, same user names, can I delete the old one and resign forum posts to the default admin?
Will deleting old user and resigning all posts to admin work for forum posts, or just for regular blog posts?
Topic: phpBB2 to bbpress convert
I’m attempting to convert a phpBB2 forum to bbPress version 2.3.2.
I’ve selected the option to convert users, but it’s failing with the following error:
WordPress database error: [Unknown column 'users.user_form_salt' in 'field list'] SELECT convert(users.user_id USING "utf8") AS user_id,convert(users.user_password USING "utf8") AS user_password,convert(users.user_form_salt USING "utf8") AS user_form_salt,convert(users.username USING "utf8") AS username,convert(users.user_email USING "utf8") AS user_email,convert(users.user_website USING "utf8") AS user_website,convert(users.user_regdate USING "utf8") AS user_regdate,convert(users.user_aim USING "utf8") AS user_aim,convert(users.user_yim USING "utf8") AS user_yim,convert(users.user_icq USING "utf8") AS user_icq,convert(users.user_msnm USING "utf8") AS user_msnm,convert(users.user_jabber USING "utf8") AS user_jabber,convert(users.user_occ USING "utf8") AS user_occ,convert(users.user_interests USING "utf8") AS user_interests,convert(users.user_sig USING "utf8") AS user_sig,convert(users.user_from USING "utf8") AS user_from,convert(users.user_avatar USING "utf8") AS user_avatar FROM users AS users LIMIT 0, 100
Is there anything I can do the resolve the issue?
Thank you
I’m setting up a new site running bbpress with buddypress. I’ve managed to import over 5000 users and about 100,000 topics/replies (e107 > SMF > phpBB > bbpress … whew!)
Working on cleaning up some details and I’m wondering if there is a consensus on what is the optimal permalink structure for a site like this that will have a lot of user posts.
I’m leaning toward the “Day and name” setting:
`http://www mywebsite com/2013/04/21/sample-post/`
Just because it’s a forum based website and it might make sense to help with chronology.It doesn’t seem to me like this setting would be all that important… but, you never know… so that’s why I’m asking 🙂
I have a fresh install of bbpress/buddypress setup. I have created groups and group forums with buddypress.
I then took an existing phpbb3 install, flattened out the structure so all the forums are on one level, and imported them successfully into my new bbpress/buddypress setup.
Now, I’d like start mass moving some of those imported forums into existing group forums. I was looking at the “postmeta” table and I see the post_id, meta_key, and meta_value … where I see bbp_forum_id, I identified the appropriate IDs of each forum and did a mass update on the table to swap out IDs. However, that didn’t work … any idea what else I’m missing here?