Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 9,126 through 9,150 (of 26,881 total)
  • Author
    Search Results
  • #150134
    Robkk
    Moderator
    #150132
    Enric
    Participant

    Hello, I’ve made some modifications in bbPress plugin language in catalan

    I reviewed version that is in

    https://translate.wordpress.org/projects/bbpress

    and I think it’s quite outdated but don’t know how to replace it.

    Attach files if anyone might be interested.

    Greetings

    https://www.dropbox.com/s/68umvnnrlgjdm3i/bbpress-ca.mo

    https://www.dropbox.com/s/gjisg023uirwx0b/bbpress-ca.po

    #150103

    In reply to: Lastest Activity wrong

    Stephen Edgar
    Keymaster

    Things look correct now, did you fix this?

    If not please give specific links to show what your issue is, you have too many topics and forums for me to guess which one you are talking about.

    Have you run any of the repair tools to see if they fix the issue?

    https://codex.bbpress.org/repair-forums/

    Also, WordPress doesn’t support multiple timzezones for users so this is not included with bbPress for that reason, they appears to be a few plugins that might be able to do this though I haven’t seen any that are compatible with bbPress, but you could have a look yourself.
    https://wordpress.org/plugins/

    #150097
    Robin W
    Moderator

    On individual topics and replies, this is not possible without additional coding, and I’m not aware of any.

    The ‘normal’ way would be

    For participants (we are talking bbpress roles here eg participant, moderator, keymaster etc. rather than wordpress roles editor, author etc., as bbpress restricts to bbpress roles )

    then create a forum, set it’s status to private, and put all topics in there

    For author, editor set these people to be moderators under bbpress, and again set a forum up, but this time set it to hidden, and put topics (and replies) in there

    #150094

    In reply to: Replies per page

    Robkk
    Moderator

    unfortunately that is not the answer I wanted to hear. =P

    its the right answer though.

    check out these other threads

    Regular support topics

    Pagination issue when threaded replies are enabled

    New feature Enable threaded (nested) replies in bbpress 2.4

    Trac topics

    https://bbpress.trac.wordpress.org/ticket/2523

    Here are some quotes from developers of bbpress

    This is the way this feature is currently designed. Hierarchical pagination is quite challenging to tackle; WordPress provides some help with this, but it wasnโ€™t built into our first pass, and no work has gone into improving it since.

    This is actually by design, when reply threading is activated pagination is disabled.

    its possible though , i see this site is running bbpress, has threaded replies and pagination.
    But it all might be custom development.

    The Damn Good Music List #2

    #150091
    joeyaberle
    Participant

    I have entered 10 under the Topics and Replies Per Page in Forum Settings. Yet, my most popular topic is showing a total of 143 replies on one page. Any ideas?

    http://www.20sb.net/forum/topic/your-latest-post-part-1-new/

    Wordpress: 3.9.1
    bbPress: 2.5.4
    BuddyPress: 2.0.1
    BuddyBoss Theme: 3.2.1

    #150090
    Nitac
    Participant

    My site is running mainly CPTs but I filter my search results to a subset of these using this technique:

    function filter_search($query) {
        if ($query->is_search) {
    	$query->set('post_type', array('A','B', 'C'));
        };
        return $query;
    };
    
    add_filter('pre_get_posts', 'filter_search');

    which works fine for wordpress but when I search within BBP i get the ‘Oh bother! No search results were found here!’ message as you’d expect because of the above filter.

    If i remove the filter the BBP search works fine, and if I add ‘forum’, ‘topic’, ‘reply’ to the above filter BBP search works fine, but the problem is get I the forum results appearing in the main search results page.

    Also, If i remove the filter all together I still get forum results appearing in the main results page.

    Is there a way to exclude forums results from appearing in the main search?

    #150087
    dice2dice
    Participant

    Thanks guys.
    I have W3 Total Cache and Super Cache but both are deactivated. Beofre I turned off all of my plugins Super Cache was activated.

    My hosting company 1and1 provides me with Cloudfare. Maybe this could be causing it. 1and1 have a new WordPress service that I’m using with dedicated WordPress support. I have contacted them to see if they can resolve.

    I’ll report back incase anyone else encounters this problem too.

    #150075
    Stephen Edgar
    Keymaster

    Make sure your users are triggering any ‘bad words’ in WordPress comment moderation.

    Moderation and BlackListing

    #150073
    Stephen Edgar
    Keymaster

    If you only want to have a forum on that site install WordPress and bbPress in the domain forums.example.com. If you want to have separate blog and forum you should look at WordPress Multisite using sub domains, your forums would be the 2nd site at forums.example.com and your WordPress blog would be at eaxample.com.

    A good starting point is https://codex.wordpress.org/Create_A_Network

    #150072
    Stephen Edgar
    Keymaster

    You can also post on http://jobs.wordpress.net/ if your looking for a WordPress/ bbPress developer.

    #150061
    Stephen Edgar
    Keymaster

    Should the admin get an email when a post goes into moderation if I have E-mail me whenever A comment is held for moderation selected in the Settings > Discussion.

    I have no idea ๐Ÿ˜‰

    bbPress is not currently doing this, nor have I got to the this bit in the recent code updates I have written. This is probably something we would want to iterate on further once the changes we have been making as linked above in #2589 and ‘Per forum moderation’ in #459 and how we handle notifications for not just keymasters but also specific forum moderators also.

    #150060

    In reply to: Random Topic Link

    Robkk
    Moderator

    what is the theme you are using??

    are you using wordpress seo or a cache plugin like w3 total cache??

    #150044
    tonydes
    Participant

    Thanks for the reply @robkk. Quick question though, if I use a child theme do I create a folder and copy the css file there or to the parent theme? Also once I copy it, do I add relevant code to the file itself or to the custom css editor on wordpress?

    Thanks again!

    #150040
    WackyRuben
    Participant

    Hi!

    I installed the BBpress plugin to my wordpress site http://www.wacky.no

    I added a new forum (unable to see categories..maybe thats the problem?)
    I added a new topic..

    But when i save – and visit forum its only a black screen http://www.wacky.no/forums/forum/wacky-forum/

    What do i do wrong?

    #150026
    tepatrick3
    Participant

    Im new to this, but my login, forgot password, and register widget doesn’t seem to be working correctly. My website is http://www.rocknrollasylum.com, TWENTY TEN theme

    Login: Has a 404 error
    Forgot Password: has a 404 error
    Register: Goes to wordpress login page.

    tepatrick3@gmail.com

    #150025
    tepatrick3
    Participant

    Im new to this, but my login, forgot password, and register widget doesn’t seem to be working correctly. My website is http://www.rocknrollasylum.com,

    Login: Has a 404 error
    Forgot Password: has a 404 error
    Register: Goes to wordpress login page.

    #150020
    dice2dice
    Participant

    Sorry @netweb, I discovered your reply only this evening.

    I followed the above instruction but it hasn’t resolved my issue.

    Until a couple of months back, as soon as a member posted in a forum on my site they could see their post. Now they canโ€™t unless they go to their profile and click on ‘Activity’.

    The posts eventually appear but take so long that it completely stops the fluidity of conversations.

    Has anyone else come across this issue and does anyone have any suggestions for how it might be resolved?

    I have the latest version of both WordPress and bbPress. My website is http://www.whichinvest.com

    Thanks

    #150019
    dice2dice
    Participant

    Hi,

    The editing tools I have available to members of my site are the same on this forum, with ‘b-quote’, close tags etc.

    These are confusing for members who are not technically minded.

    Is there a better solution that perhaps looks more similar to Microsoft Word icons or something else that is easy to use?

    I have the latest version of both WordPress and bbPress. My website is http://www.whichinvest.com

    Thanks

    #149998
    Robin W
    Moderator

    This is probably a stupid question but How do I empty the trash to make sure that the old slug is removed?

    No stupid questions here !!

    Go into Dashboard>forums> all forums and look at the top for all | published | Trash
    Trash will only show if you have any. If you do click and you can permanently delete
    Repeat for topics and replies, and possibly for posts and pages as well.

    Iโ€™m concerned that this could permanently break the existing links.

    I don’t think it will but cannot guarantee, it should only affect anything being created at the time you are doing it, so anyone creating a page, post or forum topic or reply. Quite a lot of advice on wordpress for resetting permalinks is to simply go in and click save, as this still forces a rewrite to the database, so maybe try that first.

    #149993
    Robin W
    Moderator

    So 3 possibilities here

    1. you just want to have you forum pages needing a password, with no user registration. Probably not the best choice, so I’ll ignore for the moment

    2. You want to hide your forums, and have registered people being able to access with some being able to edit.

    Just set the forums to private Dashboard<forums>all forums and edit the forum you want. On the right hand side you’ll see visibility – just set to private

    Base users will have the participant role, with those editing having the moderator role.

    Then choose between manual or automatic registration. Manual gives you control, automatic means anyone can gain access. You can use a plugin such as ‘confirm user registration’ to provide a half way house. Used in conjunction with ‘SB Welcome Email Editor’ to warn your users that they will need to be approved, this provides a great way to let people register, you’re emailed and just click a link to confirm them onto the site, or block them.

    3. If you want your forums visible, but not accessible – so people know they are there, use my plugin

    https://wordpress.org/plugins/bbp-private-groups/

    Again user access as per 2 above

    Come back if any of that isn’t clear, or if you can describe your needs further

    #149989

    In reply to: Random Topic Link

    Robkk
    Moderator

    @robin-w, @joejozwowski

    i found the code to create a random post link that you can use as a reference , when creating a random topic link

    got it from http://cazue.com/articles/wordpress-create-a-random-post-button-2013

    add_action('init','random_post');
    function random_post() {
           global $wp;
           $wp->add_query_var('random');
           add_rewrite_rule('random/?$', 'index.php?random=1', 'top');
    }
     
    add_action('template_redirect','random_template');
    function random_template() {
           if (get_query_var('random') == 1) {
                   $posts = get_posts('post_type=post&orderby=rand&numberposts=1');
                   foreach($posts as $post) {
                           $link = get_permalink($post);
                   }
                   wp_redirect($link,307);
                   exit;
           }
    }

    link to show

    <a href="/?random=1">Random Post</a>

    creating a menu link , idk how to bring that link up in the menu

    Robin W
    Moderator

    Ok, I’ve recut this.

    you can find a buddypress version at :

    bbp buddypress profile information

    Basically you use the custom fields from buddypress.

    In Dashboard>settings>bbp buddypress profile information you set which up to 4 buddypress fields you wish to display. I don’t yet validate these, so make sure the names are exactly as set up in buddypress, or they won’t appear !

    Please come back with any feedback, and I’ll cut this to the wordpress plugins page in the next few days

    #149973
    Stephen Edgar
    Keymaster

    I have just had a quick look at this and with a fresh WordPress 3.9.1 install and bbPress 2.5.4 with define('FORCE_SSL_ADMIN', true); I cannot see an issue, everything works as expected using both WordPress’ ‘Lost Password’ (https://example.com/wp-login.php?action=lostpassword) or using the bbPress shortcode [bbp-lost-pass] on a page.

    I also went through using the bbPress login widget with custom pages for ‘lost-password’ and ‘register’ using both http:// and https:// as the URL’s in the Widget and again everything worked as expected.

    I’d any other plugins you may be using that change any of WordPress’ login/authentication to narrow down the issue.

    #149971
    Stephen Edgar
    Keymaster

    This is not a bbPress or even WordPress issue ๐Ÿ˜‰

    “Whatever” plugin you have to control access will be what it is, just start deactivating all your plugins one by one until you can access the site ๐Ÿ™‚

Viewing 25 results - 9,126 through 9,150 (of 26,881 total)
Skip to toolbar