Robkk (@robkk)

Forum Replies Created

Viewing 25 replies - 1,201 through 1,225 (of 3,784 total)
  • In reply to: picture or thumbnail

    @robkk

    Moderator

    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 words

    @robkk

    Moderator

    Any contributions are welcome 🙂

    In reply to: Moderation words

    @robkk

    Moderator

    I 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 Prefix

    @robkk

    Moderator

    This might be custom development for now and you may need to hire a developer to create this for you.

    @robkk

    Moderator

    Okay thats great 🙂 Glad you have your issue resolved.

    @robkk

    Moderator

    I 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.

    @robkk

    Moderator

    The 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.

    @robkk

    Moderator

    How 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.

    Troubleshooting

    @robkk

    Moderator

    Did you try any troubleshooting?

    Troubleshooting

    Maybe clear any cache collected on your cpu and make sure your forum role is in fact the keymaster role.

    @robkk

    Moderator

    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');

    @robkk

    Moderator

    Add 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.

    Resizing Avatars

    @robkk

    Moderator

    Does clearing any cache help solved the issue?? THis could be from server cache, cloudflare cache, or regular caching plugins for WordPress.

    @robkk

    Moderator

    It might be better to contact that plugin’s support forum. It might be as simple as removing a hook though.

    @robkk

    Moderator

    Is 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.

    @robkk

    Moderator

    Weird 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.

    @robkk

    Moderator

    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 Yootheme

    @robkk

    Moderator

    Can 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.

    @robkk

    Moderator

    1. 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??

    @robkk

    Moderator

    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.

    @robkk

    Moderator

    I just approved this topic.

    Your forum looks pretty sweet.

    @robkk

    Moderator

    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.

    @robkk

    Moderator

    Sorry 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.

    Common Tasks

    In reply to: Fix Empty Topic Tags

    @robkk

    Moderator

    Sorry for the late reply, I just approved your topic.

    I will try to create a ticket after I reproduce this issue.

    @robkk

    Moderator

    contact the theme author since they added custom CSS to modify everything to be lowercase.

    @robkk

    Moderator

    Sorry 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.

Viewing 25 replies - 1,201 through 1,225 (of 3,784 total)