Forum Replies Created
-
In reply to: can’t limit number of replies by pages on the topic
pagination breaks right now with threaded replies.
the patch here fixes it though , will need some more tests before it goes to core
In reply to: How to fix Voice countanonymous posts should work with the voice count.
i just tested it on my test site and it seems to work.
you can try recalculating the voices in each topic by going to tools > forums > repair forums in the WordPress back-end.
In reply to: Is this possible…i dont think so
if you want this functionality consider posting a job at http://jobs.wordpress.net/
In reply to: HTML tags appear in the forum postssome tags are considered restricted html to participants.
as you might be a keymaster you could probably post that html no problem.
to fix this you would need to add on to this function and add it into your child themes function.php file.
In reply to: Error messages, please help to dummy guythere is a couple of patches here , you can see if the latest patch fixes your issue.
https://bbpress.trac.wordpress.org/ticket/2782
make sure to take a site backup before applying a patch.
https://codex.wordpress.org/WordPress_Backups
if it still doesnt fix your issue , then you might as well restore your site from the backup then wait for a newer patch.
if you really need this fixed soon , i suggest you post a job and hire a developer jobs.wordpress.net/
In reply to: disabling anonymous user info rememberit worked for me, and just so you know bbPress uses some of the WordPress comments code for anonymous posting.
link to a topic i can test on and make sure you have the code placed.
the way i tested it is i tried normal anonymous posting when logged out of my test site inputted my email and name then posted a reply and topic. by default the name and email should populate automatically for my next reply and topic.
with my code it should display empty text inputs even when you already made a reply or topic.
im going to guess everything was fine in 2.5.4??
those plugins you listed, i dont think they would mess with the author link.
but if you didn’t already deactivate everything except bbPress and see if the issue persists.if the issue is still there , we would have to go through more troubleshooting to help fix this issue for you.
and just know as a last resort you might have to hire a developer to fix this issue
post a job at http://jobs.wordpress.net/
In reply to: Error messages, please help to dummy guythere have been quite a few issues with BuddyPress Groups and bbPress lately , the issues are being taken care of.
In reply to: disabling anonymous user info rememberi think this would have the same effect.
// define the comment_cookie_lifetime callback function filter_comment_cookie_lifetime( $number ) { // make filter magic happen here... return 0; }; // add the filter add_filter( 'comment_cookie_lifetime', 'filter_comment_cookie_lifetime', 10, 1 );
In reply to: Freshness Incorrectyou can hire a developer to fix this for you.
post a job at http://jobs.wordpress.net/
as for a bbPress plugin dev.
You can post anything you can find on the issue here or any type of information of your current setup and maybe they will pick this up.
In reply to: Sub Forum List – Displaying the Topic and Post Countdownload this loop-forums.php file
put it into your child theme in a folder called bbpress.
https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout
In reply to: disabling anonymous user info rememberhow did you disable it in the comments form , im sure the code will be similar.
In reply to: Customizing Replies/Topics Admin columnsglad you solved your own issue Chad.
In reply to: Integrating bbPress with the Warp7 frameworkalright just remember to keep it on the yoothemes support forum on topics where there are users having similar issues like you with theme compatibility with bbPress.
i emailed you back.
on my test site i tested twentyfifteen and it worked fine.
the author link lead to the profile like default.
did you do any kind of import on your site??
allows only admins and moderators to use shortcodes
https://wordpress.org/plugins/bbpress-do-short-codes/
allow any user to use shortcodes
https://wordpress.org/support/plugin/bbpress2-shortcode-whitelist
In reply to: Migrating from one bbpress installation to anotherin that specific plugin it imports forums one at a time.
the settings are in whatever forum you are trying to export/import
i think how you would do it is setup your forums again on your new site
then export each forum one at a time from your old site
then import your old forum data to the new forums , one at a time.
i tried the plugin and it seems to not work 100% as i was missing some topics during the import.
im not 100% sure though , but i think you could just export/import your bbPress installation using
the default WordPress export tool , and the WordPress importer plugin.
In reply to: Need Read Hidden capability to see Private Forums?there is a bug reported for BuddyPress Groups here that is being looked onto.
you can see the trac ticket here
In reply to: Freshness Incorrectdid this happen when you updated to 2.5.7??
some people have somewhat similar issues and i wonder if its a new bug.
if it is i will report it.
In reply to: Forum Reply freshness bugmake a new topic and clearly explain what is your exact issue , if its just layout ill post some CSS on the topic when you create it.
In reply to: BP group cannot see hidden or private forumthere is a bug that is already being worked on.
there is a trac ticket here
i think this CSS should fix your issue.
there might be more areas for this to be added like on profile topics started and such , so i recommend looking through your style.css file and find lines similar to these and fix them so they dont affect bbPress as harshly.
contact your theme author about help with this if you want.
follow these two guides to make your theme fully compatible with bbPress.
https://codex.bbpress.org/theme-compatibility/
.single-forum .enigma_blog_post_content img, .forum-archive .enigma blog_post_content img, .topic-archive .enigma blog_post_content img { max-width: none !important; }
.single-forum .avatar-14, .forum-archive .avatar-14, .topic-archive .avatar-14 { display: inline !important; }
.single-forum .author_detail_img, .forum-archive .author_detail_img, .topic-archive .author_detail_img { width: auto!important; height: auto!important; float: none!important; margin-right: 0!important; margin-bottom: 0!important; }
this is an odd issue , are you still having the problem??
In reply to: Need Read Hidden capability to see Private Forums?yeah i probably have to report a bug about this , at least 4 other users have said the same thing.