Forum Replies Created
-
In reply to: Email masked
The topic is about something unrelated than what you posted, please make a new topic since this one is outdated.
Have you tried disabling all other plugins and running a standard wordpress theme?
I doubt this is a problem with bbPress.
In reply to: Error activating bbpressHad this problem a while back too, with me it was caused by a plugin auto activated by Page.ly.
Have you tried doing a clean install on a wamp or something like that?
In reply to: Site title missingThat is strange indeed, does your theme have somekind of custom function for the title or maybe some other plugin that has control over the title?
In reply to: Edit default forum pageYou can edit “content-archive-forum.php” that is as far as I know the frontpage(index) of the forums, you can also remove the search form there.
Another option for removing the search is by turning sitewide search off in your bbpress settings.
The forums title is a bit trickier, since it uses your page.php from your normal theme and inserts that content title. You’d have to change it there.
In reply to: New user – Multiple main forums on one siteYou have 2 options for this.
1. Recode the bbpress plugin and change out the custom post type names/slugs etc.
2. Try to filter the forums with a custom query on the loops.In reply to: @mention autosuggestThere is no plugin that does this for bbPress as far as I’m aware off. You could try looking at the code from BP Labs and extending it too bbPress.
In reply to: Crazy styling on hyperlinks issueThis is most likely caused by the current theme your using, any chance of showing an online example?
Otherwise try inspecting the element and see where it gets the styling off.
In Firefox you can use Firebug for this and Chrome has a build in tool for it.In reply to: bbPress Mobile Tweak needed@media (max-width:767px){ .bbp-reply-author { float: none; } .bbp-reply-content { margin-left: 0; padding: 12px; } }
Something like that.
In reply to: bbPress 2.4 Now AvailableThanks JJJ!
In reply to: Restrict "New Threads" to Certain User Roles?You could put an if statement around the publish button or the whole form with the specific forums.
In reply to: bbp_setup_current_user was called incorrectly.I believe these errors disappear once you deactivate WP_DEBUG in wp-config.
In reply to: This forum is emptyThere is probably no check wether it is a category or a normal forum, so the error message is still displayed. Can probably be changed with an is_ check in the theme files.
In reply to: How can I delete the small avatars?It’s called “avatar-14” because the size is 14×14 pixels.
Add this to the bottom of your css file, and it should work.
.avatar-14 { display: none !important; }
In reply to: Font and ColorEasiest way would be to just adjust the css.
Both pages turn up a 404 from hostgator.
Seeing how new bbPress 2.0 still is and not the first choice of most, there’s not that much too choose from at the moment.
In reply to: How can I delete the small avatars?Any link to your website/forums?
In reply to: Topic index shortcode navigation issueYou can however download 2.4 already.
Unfortunately bbPress is still in its early active development which means that a lot of wanted features are still being fabricated as we speak.
In reply to: replies not showing upSite is down?
In reply to: Translation not working for search boxJe bedoeld de activiteiten pagina van Buddypress?
In dat geval moet je bbpress ook z’n vertaling nog geven, gezien Buddypress en bbPress compleet aparte vertalings bestanden hebben.
Je kunt hier vinden hoe.
https://codex.bbpress.org/bbpress-in-your-language/In reply to: Topic index shortcode navigation issueThe reason for this is simple, when wordpress reads “?paged=2” it reads the second page of your posts, not the second page of your topics.
Officially users should be able to access the wordpress “admin” area since it used to be the only way users could edit any of their data, so this behaviour isn’t all that off.
In reply to: bbpress and wordpress 3.6bbpress is under active development by JJJ, so the latest versions should work with the latest versions of wordpress.
In reply to: BBpress 1.2 stucks on install for missing filesThere is no longer any support for bbpress 1.x and I do not recommend using it.
But if it gives the error of missing certain files, have you checked if all files are there?