Forum Replies Created
-
In reply to: Breadcrumbs issue, duplicate 'forums'?
If you created a forum page, just don’t create a forum page. If you need to link the forums in the menu just add a custom link not a page.
In reply to: bbPress login widget causes internal errorI see the login widget , so I am going to assume everything is fine now??
In reply to: Example of categoriesFor forum categories there is this site.
http://tamrielfoundry.com/forums/
If you need help setting up forum categories reply back.
In reply to: Remove email from guest postingIs there STILL no way to do this? I have anonymous posting allowed, but can’t eliminate the email box. I don’t want bbpress collecting email addresses.
By default the email address is still required for anonymous posting.
You might need to hire a developer to create this functionality for you.
In reply to: bbPress & WooCommerce user acountsPut either your forums or your marketplace on a different site. Maybe a sudomain.
In reply to: Problem on installationthere is a gravatar so it might not be spam
In reply to: shortcodes for Edit Profile, etcThere is no shortcode for an edit profile page.
In reply to: Help Wanted: Adding WebWiz Content to BBPressIf you do find someone that could do it for you, if you don’t mind share your conversion code/experience to the community.
In reply to: replies to topics appear emptyFIx that annoying dialog saying
you must be logged in to chat
It never stays closed no matter how many times I close it, and it really doesn’t encourage new users to want to create an account for the site.
Try some troubleshooting , see if it is a plugin or theme issue.
In reply to: Modify forum index page and someHow can I position the login form to the same line as the search ?
This would look terribly squashed in mobile layouts though. I think the way you have it now is fine.
Lastly, how can I define a different .class-name to both the login form and registration form ? Because I noticed that both login form and registration form use .login-form, which made it impossible to style individually.
Also the lost password form too, and yes this is annoying for styling. i think it was there to minimize the lines of CSS.
You can copy the bbPress templates for each authentication form into your child theme and edit them to change the classes.
Well did you do some troubleshooting??
1. Users are set to be able to edit their posts/replies, and the Edit button does show up, however when they click on Edit it simply goes to 404. Admins also cannot edit via the Edit button without 404.
This can happen also in some default themes like Twenty Fifteen (should work in Twenty Twelve though), but can also be easily fixed by placing the bbPress template files into a child theme.
https://codex.bbpress.org/theme-compatibility/
2. User profiles are not showing up. Upon clicking on an avatar or manually typing in the profile url (with my username) it returns 404.
Do profiles show up without BuddyPress?
(I also need to figure out how to put an ‘Edit Profile’ button somewhere, but that won’t matter if I can’t fix these other two issues)
Works for bbPress profiles though, I might update it for BuddyPress later.
In reply to: Forum main page empty author markI made the forums page using the permalink method and it works great. The problem is that underneath the list of available forums there is a gray circle with a white head and the word By, as if there should be an author shown. But this is the page of all of the forums by various authors. I can’t seem to get it to go away.
sounds like post meta that is being shown because of your theme and the template that bbPress is using from that theme to show the forums.
You can hide that data with CSS or remove it completely by creating a template specifically for bbpress and remove the code that is rendering the data. Link to your site so I could help you remove the data with CSS.
If you want to try removing the code you can also try following this guide too.
In reply to: Censor/Hide Phone Numbers and Email AddressesI just found this plugin and it seems to mention some bbPress support
https://wordpress.org/plugins/email-encoder-bundle/
It lists a code example for bbPress here
Did this happen with the latest update of bbPress??
Also do some troubleshooting and try to find a plugin or theme issue.In reply to: News SEO & BBPress ConflictThere seems to be users that have gotten the same error.
A user listed a fix to surround an attribute with an
array()
, which I did test and it does seem to hide the error.Might need some second thoughts from Stephen though.
In reply to: News SEO & BBPress ConflictYeah it is basically the same.
Also if you want me to remove the error that you posted in your reply just give me the ok.
In reply to: News SEO & BBPress ConflictAnd the error is exactly like what is in this image??
Right click show image in new tab.
In reply to: News SEO & BBPress Conflictdid the issue just occur in the 2.2.5 version of News SEO, or was there always an issue?
bbPress’s last update was in April and News SEO updated to 2.2.5 I think last month.
I am just wondering where the issue might have occurred to narrow down where it is being caused.
In reply to: css breaks the forum viewThanks for pointing me to the topic.
I see that bbPress is inheriting a lot of styles from your theme
bbPress is using lists instead of a table layout so that is why you see some of the bubbles there.
I see you removed the list styles from your forum.
But you might need this additional CSS to fix some other layout issues.
#bbpress-forums .art-postcontent ul>li, #bbpress-forums .art-post ul>li, #bbpress-forums .art-textblock ul>li { padding-left: 0px; overflow-x: hidden; overflow-y: hidden; }
There is some other styles being inherited from the theme, but they are just for styling text and they are quite difficult to fix the same way as above.
Oh and you can delete the account you created for testing. I don’t think I have to login to see the issues you have, unless you have gotten issues around something I would have to see while logged in only.
In reply to: reply to topic redirected to wpadmintry some troubleshooting
In reply to: Help!! Please!!This plugin isn’t allowing me to let my moderators, any moderator, create Forums. Sooo Isn’t it supposed to?
Moderators are able to create forums, but only on the frontend of your site.
This snippet here should allow moderators to create a forum from their profile, if you wish them too.
https://gist.github.com/ntwb/10701087
Okay I downloaded the plugin bbp-capabilities
This only allows you to edit 1 users capabilities from their profile if I remember correctly.
I have no idea why I can’t type as much asI need to for help
There is a 2 link limit on this site, so going to 3 links puts your post in spam queue. This also includes links in embedded images. So it is 1 link for your site and 1 link for an image per reply.
In reply to: Help!! Please!!Can I change me Avatar and how
Created this guide awhile ago, just because people keep asking how to do this.
https://codex.bbpress.org/getting-started/user-submitted-guides/user-avatars/
Can you tell me where to find the original Moderator permissions that comes with your plugin?
yes out of the box this is not standard
In reply to: Trouble Importing phpbbIs there any eta on 2.6? I may as well just wait if they plan to fix everything then.
It is most likely closer than ever. And it might be best to just wait.