Forum Replies Created
-
without login meaning anonymous posting??
i don’t know how you would do that without something really really complicated.
In reply to: Topic Icons?worked fine when i tested it out.
The icon only should show to posts as new as 30 minutes from creation date the way you have it.
In reply to: Topic Icons?i know right!!
In reply to: Display uppercase Letters in UsernamesI also deleted the user links to their forum profile in my functions.php
what code did you use to do that??
i wonder if i get the same issue if i use that and your custom forum user snippet ??
In reply to: Topic Icons?this should help
In reply to: How register the usersthe text widget in WordPress doesnt allow shortcodes by default.
you can add this PHP code snippet to your child themes functions.php or a functionality plugin to allow it do so though.
add_filter('widget_text', 'do_shortcode');
In reply to: Forums not populating recent postsFirst try these if you haven’t already
check out this guide and the subpages in the left sidebar
https://codex.bbpress.org/theme-compatibility/
you can also try these two plugins one at a time and see if they do anything.
http://www.rewweb.co.uk/bbpress-wp4-fix2/
http://www.rewweb.co.uk/bbpress-wp4-fix/In reply to: Having moderate rules for a specific forumsorry for the late reply.
the plugin might still work , as for only selected forums can have this functionality you can hire a developer to fork the plugin to be custom to your bbPress installation.
post a job at http://jobs.wordpress.net
In reply to: bb press clashing with buddypresssorry for the seriously late reply , but its a known issue with BuddyPress Groups and is still being worked on.
In reply to: HTML tags appear in the forum postsI’m having this issue: when I post in the forum (using the editor), HTML tags appear in the posts (topics and replies).
sorry for the late reply.
you are just using the tinymce/visual editor buttons right?? And this issue only shows for what roles??
or are you copying text from a different website and pasting it into the visual editor content??
i tried testing it out earlier it worked for me as a participant , i have to check more because i was probably messing with the capabilities of my users.
you can probably use strip_tags() if you are going that way.
In reply to: How register the usersThere is these shortcodes you can use.
In reply to: Importing mingle forum into bbpresssorry for the late reply but see if this can you.
In reply to: bbPress causes Category pages to show full postssorry for the late reply.
The advice i gave you should help.
but if it doesn’t what is your theme name so i could check it out?? hopefully its not a premium theme.
In reply to: Failed Installglad you solved your own issue.
In reply to: bbpress conflict with BuddyPressits a known issue and is being worked on.
In reply to: Bbpress giving errorsits a known issue and is being worked on.
In reply to: table with most popular topicsI will test it out a bit more
In reply to: Forums not populating recent postspost a link to your forum so i could check out the issue.
In reply to: Display uppercase Letters in Usernamesyes i see this is highly customized , look good too.
what code did you use to display the users profile name??
I am sure all you have to do is wrap it in a class, then just add a similar CSS snippet to what i gave you.
In reply to: Release: bbPress Advanced Statisticsgreat job @geekserve
In reply to: Specify Menue – Add “edit profile”yeah that sounds about right that it should do that, and you probably could position it but i haven’t tried messing with that yet.
where do you want the link exactly??
In reply to: Footnotesit also does have an option to change the shortcode to this [ref][/ref]
but it still wont work , so you probably have to hire a developer to make it work on bbPress.
In reply to: Display uppercase Letters in Usernamesyou can try this also and see if it works
a.bbp-author-name { text-transform: uppercase !important; }
if it doesn’t you can link to your site so i could see if there is any conflicting CSS.
In reply to: Desire forum, but no blog site comment abilityso basically you just want to disable comments on your site??
if thats it this plugin might help.
In reply to: bcc field displays in emailsuse this plugin
https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/