Forum Replies Created
-
In reply to: Nav Menu disappears upon installation of bbPressIn reply to: Hide text from users
this might work
In reply to: bbPress not working!?yeah WPML and bbPress have some compatiblity issues
you should also search the WPML forums and post to the WPML forums if you need some support from them.
In reply to: Remove About Author from the Forumsusually creating the bbpress.php file and removing the about author code should fix it
In reply to: Private messages to a wp page?buddypress has private messages and a bunch of other cool stuff use that.
In reply to: This is why we can’t have nice thingsdont post that many links
you should probably post only 1 and the rest just remove the http://
In reply to: bbPress on Githubid say use his https://github.com/ntwb/bbPress
In reply to: bbp Style Pack – styling and displaying forumsi tried it out and its very simple and easy to use, which is great.
Great job Robin 🙂
In reply to: bbpress.org got new style?yeah these labels are pretty harsh in the green color they need to tone it down a little to a lighter green or change it to just a border.
In reply to: topic title field as textareayou should tell your users to display the title of the haiku as the topic title while the content be the actual haiku.
In reply to: Themesuse Robins new plugin https://wordpress.org/plugins/bbp-style-pack/
In reply to: Forums not showing upi think everything looks fine …if there is still an issue reply back.
In reply to: Import bbPress 2.5.4 Forum into WordPress 4.1try the wordpress importer plugin and see if that works i recommend doing it on a local test site though.
i think its the common redirect for wordpress to redirect to the front page after login
you can use a plugin like this to customize where what user redirects where
In reply to: Breadcrumb in bbpress/buddypress group forummaybe use something like this for buddypress
https://wordpress.org/plugins/breadcrumbs-everywhere/
or just yoast breadcrumbs in the yoast seo plugin
In reply to: My Account Link on this siteDoes anyone know if this is a plugin or is this all back end coded?
its all custom code
The more I look at it, it appears to be the core WordPress “Howdy, User” admin bar
that it , even in the source it says
#wpadminbar
In reply to: A mysterious privacy text breaks my footer!i dont think this is a bbpress issue.
try switching your theme to a default theme like twenty twelve
or see if a plugin is causing the issue , deactivate every plugin but bbpress if that fixes the issue reactivate them one at a time to see what plugin might be causing the issue.
In reply to: BBPress is very slow on my 750k post siteif your issue is really the same issue as the one in the trac ticket i think you would have to wait til bbpress 2.6 comes out.
In reply to: Oh Brother…ok so copy page.php and rename the copied version to bbpress.php and make sure its at the root of your theme with the page.php file and single.php file and see if it works.
you can test it out by removing the
<?php get_sidebar(); ?>
code and see if the sidebar is removed only on bbpress pages and posts.In reply to: Improvement of bbpress plugin reporteri see you have also posted this to the plugin support forum , remember to just keep info about improvement suggestions on there so it would go straight to the plugin author.
In reply to: bbPress not working!?if you do pinpoint the issue contact the author of the plugin/theme
In reply to: Error in permalinkyeah this could happen on an active site especially if a popular topic is posted after post #1001
then someone bumped the topic to #4938
you can check and see if a popular topic was posted between these posts by checking some topics post time.
you can show consecutive numbers though starting from #1 on each topic using
bbp_reply_position()
to replace the reply id in loop-single-reply.phpbut if a spam post comes in it wont be consecutive anymore it will skip a few
In reply to: Change order of attachmentsgo to http://jobs.wordpress.net or ask the plugin author of the plugin you are using to add this as a feature.
In reply to: Problems aligning columnsThis seems to be fixed , if its not please reply back.
In reply to: remove anonymous website fieldyou can also hide it with CSS since it isnt required
i also included the topic form website field
.bbp-reply-form #bbp_anonymous_website, .bbp-topic-form #bbp_anonymous_website, label[for="bbp_anonymous_website"] { display: none !important; }