Forum Replies Created
-
In reply to: Trouble Importing phpbb
Did you read the reply I linked to on your last topic?
I believe this is because of DB differences between phpBB 3.0x and 3.1x.
Current import only supports phpBB 3.0x
I was able to get rid of the error messages by creating the columns it complains about.
You can also try this: https://bbpress.trac.wordpress.org/attachment/ticket/2716/2716.1.diff
If you did try the patch and it did not work, I can contact the devs for that because some other user had an issue also.
In reply to: Importing from WBB4I just contacted devs for you.
In reply to: Forum comment spamThere is more I would have to write like identifying spam for moderation.
And also knowing the difference between human spam vs robot spam and what suggestions I listed in the guide would help fight each one.
Hopefully though it helps you fight spam in bbPress.
https://codex.bbpress.org/getting-started/user-submitted-guides/dealing-with-spam/
In reply to: Active Forum Link In Main MenuI don’t think some themes do this by default , this site has something custom for that.
In reply to: User Role instead of Forum Role in bbPress repliesa user posted their way of getting this here.
How can i use my site roles to display in the forum instead of bbpress roles ??
In reply to: Won’t go past 1st pageTry some troubeshooting and also double check in settings > forums in the Topics and Replies Per Page section make sure to set 9 replies per page.
In reply to: Odd Ugly Forum Navigator Above Good Looking OneYou can try this but I don’t know if this would affect the other links from loading or not.
.forum-archive #bbpress-forums { display: none; }
In reply to: Remove email id and website optionsTry this custom css
.bbp-reply-form #bbp_anonymous_website, .bbp-topic-form #bbp_anonymous_website, label[for="bbp_anonymous_website"] { display: none !important; }
In reply to: phpBB v2 -> v3.0 ->bbPress authentication issuesThanks for testing out the patch, I might need to contact @netweb to see if there are any issues with it or maybe something else during your import.
In reply to: Make certain Sub Forums full width.You guys might need to hire a developer to design this for you. I think it would require a bunch of if statements.
In reply to: ‘Blocked’ on blank page on loginYou can let me check it out , contact me through email.
In reply to: help! Upon activation, bbpress doesn’t work properlyTry some troubleshooting , it could be a plugin issue.
In reply to: Demoted from Keymaster, how to get back to it.Are you still a site Admin?? If you are you can always just create a new Keymaster/Admin for you then login using that, then delete and attribute any content from the old user to your new one.
And also do not create duplicate topics.
In reply to: Losing SidebarsTry some troubleshooting first
Also I guess see if you set up the two themes the same.
In reply to: Odd Ugly Forum Navigator Above Good Looking OneThe ugly one is the default bbPress layout. Since I do not know how you go the other links below that I can suggest maybe hiding one of them with CSS.
In reply to: ERROR: Your reply cannot be created at this time.its the limit of links in a post , two links max. This also applies to images also so one link one image or two each.
In reply to: Style bbpress content pages, remove paddingWent to check again and I see you changed to full-width , so I am going to assume you solved your own problem??
In reply to: /forums/view/LATEST/ Plugin?What else do you need??
In reply to: Forum Page not displaying properlyI am still not able to understand it. First I dont know how to create a child theme and second I dont know how to do what you are suggesting. I am also facing some issues with buddy press. The buttons are not displaying properly.
Can you suggest any other good community plugin?There is no plugin to just fix it. bbPress is inheriting a template from your theme that is causing this issue. Since all themes are different creating a plugin to fix them all would be really difficult.
To create a child theme you can read this: https://codex.wordpress.org/Child_Themes
If you need help with anything , please tell me exactly what you need help with or at least tell me what you understand.
And what buttons are not displaying properly?? This is probably CSS so I could do this for you easily.
Also since you are using a paid theme (Canvas) , you might want to consider contacting your theme author for help.
I cant just do it for you for free, you can contact me through email if you want me to do it for you.
In reply to: Central “Create New Topic” form plugin?use the topic form shortcode.
[bbp-topic-form]
It would be supper nice to be able to put a general “Start a Discussion” button on various pages
Ive explained to users bunches of times how to do this kind of functionality. Search the forums and search “new topic button”
In reply to: /forums/view/LATEST/ Plugin?going to yoursite.com/topics shows all the latest topics.
You can manually add a link to it in the menus section.
I dont think it is an issue with Login , maybe cache??
Try some troubleshooting first.
In reply to: how to add padding to images in forum postspaste a link on your site to a post with an image.
All you probably need is simple CSS
In reply to: scrolling recent topics?why wouldn’t the feed be
dopmain.com/topics/feed
That works too
In reply to: Width changeThe “css” directory contains style sheets that work with the default markup. Copy any you want to modify into a directory named “css” in your theme’s root. eg. /wp-content/themes/%your-theme%/css/