Forum Replies Created
-
In reply to: picture or thumbnail
You can use oembed for embedding imgur links automatically.
You can use the
img
quicktag button in the toolbar if the url of the image is from a different source.GD bbPress Attachments plugin can handle uploading images to your site directly.
If you use BuddyPress also, you can use the BuddyPress Forum Editor plugin for image uploads that way also.
In reply to: Moderation wordsAny contributions are welcome 🙂
In reply to: Moderation wordsI will note this as a possible feature request. Having a unique blacklist might be a good idea, there might be a way to hook into WordPress’s blacklist function and specify words only for bbPress, but I do not know at the moment, sorry.
In reply to: Thread PrefixThis might be custom development for now and you may need to hire a developer to create this for you.
In reply to: Deactive the Open Graph option in Yoast SEOOkay thats great 🙂 Glad you have your issue resolved.
In reply to: Moving topics doesn’t update the forum-pageI see this comment in your source code and this usually is inserted from some caching plugins/software?
<!-- Generated in 0.959 seconds. (121 q) -->
If you had some caching plugins activated awhile ago, activate it again and clear the cache and see if this helps any.
IF you have server cache, you might need to check on that. Same thing if you are using something like cloudflare.
In reply to: URL Structure – Requesting SupportThe url structure is recommended as to not cause any issues in some other areas on your site. It may be possible to modify them though, but this might be custom development for now and you may need to hire a dev to do this for you.
In reply to: When I deactivate bbPress, I cannot log inHow can’t you login?
What is stopping you exactly from logging in?
Do you see an error messages in the login form?
Is it redirects or 404s?
Did you try some troubleshooting to see if it was another plugin conflict? It could also be a security or a spam plugin that could cause this type of issue.
In reply to: attributes for forums not correctly workingDid you try any troubleshooting?
Maybe clear any cache collected on your cpu and make sure your forum role is in fact the keymaster role.
In reply to: Default Forum Index – How to edit?There might be some code snippet you can find, or a plugin like the Display Posts Shortcode plugin that might help you here.
function rkk_show_specific_cat() { echo do_shortcode("[post_in_cat_shortcode]"); } add_action('bbp_template_after_forums_index','rkk_show_specific_cat');
In reply to: Profile pictures are TINYAdd this custom CSS anywhere you can put custom css like your child themes style.css file or a custom css plugin.
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar { float: none; margin-bottom: 0; vertical-align: middle; border: 1px solid #ddd; }
You can use this function (and add it where you can put php code snippets, like your child themes functions.php file or in a plugin like functionality) in this topic to increase those 14px avatars to say 24px.
In reply to: Freshness on Forum Index not updatingDoes clearing any cache help solved the issue?? THis could be from server cache, cloudflare cache, or regular caching plugins for WordPress.
In reply to: badges showing under the word participantIt might be better to contact that plugin’s support forum. It might be as simple as removing a hook though.
In reply to: Add Sitename to Page TitleIs there a setting to edit custom post type archives in that SEO plugin? The forums index page should be a Forum Archive.
You may need to contact that plugin’s support to see if you are configuring it in the right place, or if there is even an option to edit the titles of custom post type archives. Most free plugin have a setting to modify the Forum Archive of bbPress.
In reply to: Copy/Duplicate Topic into another ForumWeird request. Only thing I can think of to do this is maybe editing the posts data manually in the database to have multiple parent forums, but I am not sure if that would work quite well.
I don’t think any styles have changed in the beta release, if there is you can use the default CSS styles from the latest stable version.
It might be better to copy the files into a theme you are working on though instead of the beta plugin. It should still work.
In reply to: bbPress and YoothemeCan you link to the site so I can see everything that is happening for the user profiles?
Try bulk editing a user in Users > All Users, and give them a forum role if they do not seem to have the default bbPress roles and see if that fixes anything.
Are you importing from another WordPress/bbPress site?
I also think how you imported everything could be a possibility of why the profiles are screwed up.
I guess you could hide the profiles but the profile links would link to nothing.
In reply to: My Ideas and Suggestions for BBPress1. That is oembed cache you are removing with WP-Sweep, not the oembeds itself.
5. That was just 8-9 months ago. Some plugins do not need to update as frequently as others. This plugin basically is just using some bbPress hooks and filters to create its functionality for itself.
12. What browser are you using? I could test this in a minute. And I guess any theme that is based off of the HTML5 boilerplate like HTML Blank theme, I would come across the same issue as you??
In reply to: Adding a picture and text to the main forums page.Sorry for the late reply, I just approved this topic.
I don’t think you actually need a featured image for the forum index page. I think it would make it look kind of off in a way if it did have a featured image, and the rest of the forum pages do not.
In reply to: My version of bbPress like Flarum ScekoI just approved this topic.
Your forum looks pretty sweet.
I think the the urls to the replies should be okay by default.
Are you using a plugin for custom reply notifications?? I know some may have a wrong shortcode in place of the notification emails for new replies in topics that would link to the single replies.
In reply to: Copy/Duplicate Topic into another ForumSorry for the really late reply, but see if this helps you. I know it is not duplicating and instead moving, but I feel like this is what you are trying to do.
In reply to: Fix Empty Topic TagsSorry for the late reply, I just approved your topic.
I will try to create a ticket after I reproduce this issue.
In reply to: Everything in lowercasecontact the theme author since they added custom CSS to modify everything to be lowercase.
In reply to: bbpress shortcodes not workingSorry for the late reply, I just approved your topic.
Does it not work like this if you enabled the forum prefix??
http://yoursite/forums/view/latest-topics/
Also if you used the view shortcodes, it should be that specific page url.