Search Results for 'phpbb'
-
Search Results
-
Hi!
I can’t seem to find a plugin that allows me to add what I think are called profile fields in phpBB, for bbPress. I don’t want a bridge plugin. I’m looking to completely swap out phpBB for bbPress, but having users be able to link their Twitter, Website, Skype etc. is a huge deal for my website.
Basically I want my users to be able to add their social media in the user settings and have it show up in their description on posts.
Any recommended plugins for this job?
Topic: Trouble Importing phpbb
I’ve been trying for weeks now to import a version of phpbb 3.1.5 to my bbPress 2.5.7 version on WordPress 4.2.2. I can’t seem to get past a particular set of errors. I do not know what this means. Is this a wordpress issue, a bbpress issue or a phpbb issue? I can’t seem to find any support topics in the forums that address this and the last couple of posts I’ve made haven’t gotten any replies. Do I need to open a repair ticket of some kind to have it looked into? Someone please help. I’d rather not continue using phpbb, but if I can’t get this resolved soon, I’m going to have to abandon bbPress altogether.
WordPress database error: [Unknown column ‘topics.topic_replies’ in ‘field list’]
SELECT convert(topics.topic_id USING “utf8”) AS topic_id,convert(topics.topic_replies USING “utf8”) AS topic_replies,convert(topics.topic_replies_real USING “utf8”) AS topic_replies_real,convert(topics.forum_id USING “utf8”) AS forum_id,convert(topics.topic_poster USING “utf8”) AS topic_poster,convert(posts.poster_ip USING “utf8”) AS poster_ip,convert(posts.post_text USING “utf8”) AS post_text,convert(topics.topic_title USING “utf8”) AS topic_title,convert(topics.topic_status USING “utf8”) AS topic_status,convert(topics.topic_type USING “utf8”) AS topic_type,convert(topics.topic_time USING “utf8”) AS topic_time,convert(topics.topic_last_post_time USING “utf8”) AS topic_last_post_time FROM phpbb_topics AS topics INNER JOIN phpbb_posts AS posts USING (topic_id) WHERE posts.post_id = topics.topic_first_post_id LIMIT 0, 100
Hello,
As the topic says, i’m having issues importing from an upgraded phpBB v2.x forum.
I have approximately 4200 users, 1900 topics and 4400 replies on a phpBB v2 platform. I was able to successfully upgrade to v3.0.x and v3.1.x. As far as the phpBB upgrade goes, everything works, including authentication.
I am now trying to import into bbPress. I’ve tried using version bbPress 2.5.7 and 2.5.5. I’ve also tried using the new patch file that supports phpBB 3.1. I’m running WordPress 4.2.2, but also tried with 4.2. All on fresh installs with bbPress as the only plugin installed and activated.
I can see the passwords in user_meta. But I can’t login. No error other than the password is incorrect.
Would anyone be able to help? Am I out of luck coming form version 2.x of phpBB? If i’m out of luck, is the “Lost your password?” link the only route to fix passwords?
Thanks!!
SD17.
Is it possible to automatically change the user role based on the number of post in the forum?
In the past I was using phpBB and there you could do that. New user were catagorized as “beginner” and after eg. 100 posts they automatically became “Advanced”.
This did not change anything in their permissions but gave them some kind of status.Thanks
ThomasTopic: phpBB Transition Question
If I use the bbPress import tool to import the database of an existing phpBB board, will it pull over the users and their passwords or will it require new usernames and passwords for everyone who signs up? I’m concerned that old posts won’t be attributable to their original posters.