Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 3,601 through 3,625 (of 11,584 total)
  • Author
    Search Results
  • #161963

    In reply to: shortcodes meeaning

    Robkk
    Moderator

    its all self explatory really.

    you can test them out by creating a test page and putting each shortcode into it to see what it does.

    if you need help finding ids of bbPress post types install this plugin, then look in the certain post types section.

    like say forums , you go to the WordPress back-end and go to forums> all forums and you will see all the forums post id to use for these shortcodes. It would be close to the same procedure for topics and replies.

    https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/

    #161933

    Topic: Failed Install

    in forum Installation
    alandc12
    Participant

    When installing bbpress I am not directed to any setup page – instead, I am told that I do not have permissions to see that page. I am logged in as the administrator and running the latest version of wordpress. I can see that the plugin is installed, but there is nowhere for me to make edits and set it up. I have even tried heading to the /forums page, on my site, but nothing.

    Any ideas?

    #161908
    Hope
    Participant

    Thanks Robkk for your help! I tried the mentioned code but apparently it’s not working properly, I don’t know why! For example, I’m still having:
    <span style=”text-decoration: underline; color: #ff0000;”>test
    Although “span” is supposed to be treated in the code.

    Have I missed something?

    Thanks for your help
    Hope

    #161884
    Robkk
    Moderator

    first change the PHP function to this, it bugged me that its not lowercase.

    function rk_show_role_classes($classes) {
        $replyid = bbp_get_reply_author_id();
        $bbp_get_role = bbp_get_user_display_role($replyid);
        $bbp_display_role = strtolower($bbp_get_role);
    	  
      
    	$classes[] = $bbp_display_role;
    	return $classes;
    }
    add_filter( 'bbp_get_topic_class','rk_show_role_classes' );
    add_filter( 'bbp_get_reply_class','rk_show_role_classes' );

    Thats CSS in the topic you linked to , put it anywhere you can put custom css

    a child themes style.css file
    a custom css plugin

    this is basically what you would need in your code.

    #bbpress-forums .bbp-body .moderator div.bbp-topic-content, 
    #bbpress-forums .bbp-body .moderator div.bbp-reply-content {
    background: #f8f8f8 url(images/team-badge-head.png) top right no-repeat;
    }

    you will need an image in your child theme in a folder called images though for what they have.

    you can test it out by just changing the background color for the users.

    #bbpress-forums .bbp-body .keymaster div.bbp-topic-content, 
    #bbpress-forums .bbp-body .keymaster div.bbp-reply-content {
    background: blue;
    }

    there should be classes inserted for every role

    .keymaster = Keymaster
    .moderator = Moderator
    .participant = Participant
    .guest = Guest

    #161863
    Robkk
    Moderator

    @yrisse3

    pagination breaks right now with threaded replies.

    the patch here fixes it though , will need some more tests before it goes to core

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

    #161862

    In reply to: How to fix Voice count

    Robkk
    Moderator

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

    #161859
    Robkk
    Moderator

    there 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/

    #161858
    Robkk
    Moderator

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

    Robkk
    Moderator

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

    prospurring
    Participant

    Thank you, Robin!
    Once I get my test environment set up, I will try this out!

    #161776

    In reply to: Freshness Incorrect

    N3gATiVE
    Participant

    In my case this is not really happen after 2.5.7 when i was testing around i use to downgraded one by one till 2.5 version and in all versions this problem exits..

    Not sure but i think bbpress database tables has some problem in my case just guessing not sure
    Any idea if some bbpress developer can help here?

    #161750
    Robkk
    Moderator

    hmm not sure on this.

    i will test it out though and see if i find anything.

    contact the BuddyPress support and see if they know anything i dont know since you have Groups too.

    https://buddypress.org/support/

    #161746
    Robkk
    Moderator

    only thing i can recommend really is backup your site a few times then perform an upgrade to the latest version to see if that fixes the issue.

    also make sure you have the latest version of WordPress.

    and that your theme is upgraded to the latest version with and make sure you follow these guides if theme compatibility just doesnt work anymore.

    https://codex.bbpress.org/theme-compatibility/

    heres a guide for backing up your site
    https://codex.wordpress.org/WordPress_Backups

    #161740
    Robkk
    Moderator

    Photobucket still works when i tested it out.

    here is an example image from Photobucket.

    http://i281.photobucket.com/albums/kk238/traderbillonline/Misc/wordpress.jpg

    you check the ombed settings for forums in settings > forums and see if you unticked automically insert media.

    #161733
    Robkk
    Moderator

    only thing i found was this , i tested it out and it was missing about 10 topics during the import.
    maybe stickies and closed.

    https://github.com/pippinsplugins/bbPress-Export-and-Import

    but i see that you have resolved your issue with that plugin, i will check out and see if i can find more that could do the same thing.

    #161721
    hazedesigns
    Participant

    2nd finding:

    The answer was in the codex!

    https://codex.bbpress.org/theme-compatibility/

    This page explains the way to make copies of the files from the plugin directory into the theme directory and/or subdirectories in the theme directory for the purpose of customising those templates. Turns out that the only problem was that warp7 couldn’t find them in their default location within the plugin folder, so simply copying the /wp-content/plugins/bbpress/templates/default/bbpress folder into the /wp-content/themes/my-theme/ folder and then copying the files from /wp-content/plugins/bbpress/templates/default/bbpress/extras/ into the /wp-content/themes/my-theme/ folder seems to have rectified all issues! Yet to test completely but this is looking good – I was praying for an easy fix! Thanks so much to Robkk for pointing me in the right direction!

    #161694
    hazedesigns
    Participant

    No Luck with those plugins but thanks anyway Robkk. I have those installed and active on the site just incase they help as well but there are still problems with the main forums list page (http://www.aida.org.au/forum-test/) and the user info display page (http://www.aida.org.au/forum-test/users/hazedesigns/) and I think the problem is to do with the non-traditional approach the warp7 framework has to templating.

    The correct template files appear to be called but the loop inside them isn’t working or something like that….

    I will keep working away to look for solutions and hope that yootheme will come to the party!

    Thanks all

    Tim

    #161679
    majecdad
    Participant

    Hi all,

    I’ve continued to test this with both the capabilities plugin from @johnjamesjacoby as well as some nice custom code to create an entire new bbp role from @robin-w … to no avail. In neither case can I get a bbp user to see private posts unless they can see hidden ones too (or if I make the forum ‘public’).

    Might this be related to my usage of ‘sub-forums’?

    I’m working hard to try different things to figure it out. Can anyone point me in a direction that might resolve?

    Thanks.

    #161656
    iprg
    Participant

    Hello, I am not able to switch to HTML tab in the editor during editing of topics/replies… (When I enter it through dashboard) It simply does not react to clicking…. Another buttons also do not suddenly react – so I am unable to link a word/fraze with an URL (my forum is here: http://www.fotoguru.cz/fotoforum/)
    It seems to me that it happened after I updated to the latest version of WP…
    Or might there be another issue? I tried to deactivate anything I could think of but did not help…
    Thanks! Jan

    #161650
    lorran4cursoh
    Participant

    Hello,

    I’m using the bbpress recent replies and bbpress recent topics in the right sidebar of my site.

    When I logged in from a admin account, I can see the activities from the private group foruns. But, if was a moderator or user (participant of the private group) account, the last activities doesn’t appears.

    Can you help me to fix this?

    I already test the Twenty Fifteen theme and the issue continues.

    Related URL: http://cursoh.com.br/forum/

    #161644

    In reply to: Hide topics

    dan74mm
    Participant

    http://svn.automattic.com/bb-plugins/hidden-forums/trunk/hidden-forums.php

    I tested this plugin and I confirm that it works very well. Thanks to the maker of this plugin!

    shanhard
    Participant

    After recently upgrading the bbpress and core WP files, as well as other plugins we use to the latest versions I am noticing that the links to users’ profiles no longer work correctly. Instead of loading the bbpress user profile, they load up the WP author archive. Is this happening for everyone else too, or just me?
    Our site is at http://www.perthtrailscene.com

    #161627
    Robkk
    Moderator

    i dont think you can sort replies , i think the views were only for showing topics.

    will test out later though just in case.

    #161589
    Christopher0424
    Participant

    I am missing all of the html formatting buttons with the exception of “close tags”. I have them turned on in the settings, but nothing is visible for my users. Any suggestions of where to start?

    My website is http://www.allthingsbranson.com/forums

    I am using the latest wordpress and bbpress. I tried uninstalling and deleting the plugin and reinstalling the latest version. Sacrificing all of our topics, I still had no luck correcting this issue.

    Robert.S
    Participant

    Thanks a bunch for the code, both @robkk and @undergroundnetwork!

    I’m running Avada theme, with latest WordPress 4.2.1 and BBPress 2.5.7 and this works perfectly.

    Seems like this *should* be an option in WordPress when BBPress is installed: “Check the box to include Forum Topics and Replies in the sitewide search”. Would be a helpful addition.

    Luckily we have this resource, so thanks again for the code snippets.

Viewing 25 results - 3,601 through 3,625 (of 11,584 total)
Skip to toolbar