Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 3,101 through 3,125 (of 11,577 total)
  • Author
    Search Results
  • workxx8
    Participant

    hi, I am using the latest version of bbpress plugin. I want to know is there any way to stop the email that sends to user to reset password when the user register. I don’t want users to set there passwords themselve and want to send the password generated by admin to every approved users only.
    Please help me…
    Thankyou

    #169363
    seyibest
    Participant

    Thanks @Robkk for the respond. but i have question about

    Put this loop-forums.php file in your child theme in a folder called bbpress.

    i only have child theme for the theme but bbprss is a plugin. are you saying i have to create a child theme for the plugin bbpress of how do i do that please?

    There is a plugin called bbp style pack that can give you a shortcode to display the latest number of topics on your site. bbPress has this shortcode for the forum archive, [bbp-forum-index]

    You said there is a plugin to display latest post, how do i get the plugin?

    Thank you so much.

    #169329

    In reply to: smiley emoticons

    Robkk
    Moderator

    Please find enclosed a link for the test Website:

    Well I am not seeing an issue with my forums disappearing with WP Monalisa activated.

    Where do I activate TinyMCE and find the default toolbar editor in WordPress? Or are you talking about BBPress Dashboard?

    Well your not using TinyMCE so you would see the error I come across. Like said there is an issue, so you may not need to activate it. There is a plugin on wordpress repository and a code snippet in the codex to allow TinyMCE.

    As previously mentioned it didn’t work with a freshly installed bbPress Website. I had nothing else installed except the bbPress Forum. The enclosed totius.tk however is now a plugin.

    Yes, wordpress plugins do not work for the old standalone version, but with the plugin version. I cannot test to see if an install of bbPress v1 would cause an issue, as I cannot run this on wamp. Kind of do not know how to install bbPress v1 anyway.

    Sorry, I forgot to post the WordPress Dashboard that comes up for Settings/Writing:

    A new version of WordPress probably removed the smilies setting like the wp monalisa plugin says, there was a version with that setting before.

    #169325
    Robkk
    Moderator

    @seyibest Put this loop-forums.php file in your child theme in a folder called bbpress.

    https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout

    so, how do i make it to be in a place like just only Login/Register on just a menu bar like

    They added custom menu item links in the menu section. You can create links leading to the WordPress login/register forms. There is also this php code snippet here to add links, you might need to add a conditional to it for a specific menu.

    add_filter( 'wp_nav_menu_items', 'rkk_add_auth_links', 10 , 2 );
    function rkk_add_auth_links( $items, $args ) {
        if (is_user_logged_in() {
            $items .= '<li><a href="'. wp_logout_url() .'">Log Out</a></li>';
        }
        elseif (!is_user_logged_in() {
            $items .= '<li><a href="'. site_url('wp-login.php') .'">Log In</a></li>';
            $items .= '<li><a href="'. site_url('wp-login.php?action=register') .'">Register</a></li>';
            $items .= '<li><a href="'. site_url('wp-login.php?action=lostpassword') .'">Lost Password</a></li>';
        }
        return $items;
    }

    and moreso, i made the homepage to be the forum. how can i code it in such a way that 2-3 of my post will appear on the homepage follow by the forum beneath it?

    There is a plugin called bbp style pack that can give you a shortcode to display the latest number of topics on your site. bbPress has this shortcode for the forum archive, [bbp-forum-index]

    #169220
    Robkk
    Moderator

    @tallsam

    Users should have a password when they register??

    Post a link to your site and I will test out registering with it. My username will be called “deleteme” if you decide later to remove the user I registered with.

    #169209
    mirzepapa
    Participant

    Hi,

    i am really desperate, for some A… floated our music schools website forum with 34.000 entries, running on bbpress alongside with buddypress. It is not only crap and makes it almost impossible for real users to find one of the few real-human-posts, it is spooky that someone take over the forum. I was trying to delete all those posts, but this leads to a server 500 error.

    I have de- an reactivated bbpress, un- and reinstalled it, but the messages are still there. Is there any way to get rid of this annoying stuff? I would love to keep forum and group functionality, but with this entries in the forum, it is almost useless. Can be found at http://www.musikzentrale.net/musikerservice/forum/musikersuche/band-sucht-musiker/

    What i have done so far:
    – delete user (which would be a pretty elegant solution): did not make sense in my case, since the posters are no users of musikzentrale.net.
    – mass deleting themes (tried 10, 50, 100, 500 posts at a time) from the back up ended up in error message stating, that the URL was too long.
    – trying to delete the respective forum leads to a 500 server error or in some cases to “URL too long” (I am running this site on a managed server with all software up to date)
    – finally i tried to access the respecting tables via phpmyadmin, but apparently it has got that big, that even after several minutes the table was not loaded, so i interrupted this attempt.

    At least i could prevent further entries in the two respective foren by using a math captcha and let only registered users to open new themes or respond to older ones, but obviously the DB is that huge, that it is killing the site`s formerly pretty fast loading time.

    Some infos about technical environment:
    – WP, bbpress and all Plugins running on there latest Version
    – all other features and plugins behave as they are supposed to
    – site is protected with AIOWPS and Siteguarding plugin
    – WP theme is enfold without any issues so far (using the combination since April 2013)
    – all running on a managed server with 512 mb of RAM for WP
    – bbpress version 2.5.8, buddypress 2.4.0

    Thanks for your kind assistance.

    Best regards, Sebastian.

    #169169

    In reply to: smiley emoticons

    deanhills
    Participant

    Thanks for the prompt reply robkk.

    Please find enclosed a link for the test Website:
    http://totius.tk/

    When I activate Mona Lisa, the BBPress Forum disappears. You only see the link in the navigation bar, but it isn’t linked any more. When you click on it it is dead. Then when I deactivate the Mona Lisa plugin, the Forum is back again.

    I first started with a stand alone BBPress Forum, i.e. one directly loaded from the BBPress Website, as I wanted to experiment to see how good it is. There are the three plugins that come loaded with the site. But when I try to load any of the other plugins they won’t install. I.e. I would upload them to the plugins folder through cPanel, they do show, but when I click on them, there is an error message that comes up.

    Then next I tried BBPress with WordPress – i.e. I started from scratch with a WordPress site and loaded it as a plugin as per the totius.tk example. I was able to download and install the Monalisa plugin, but when I activate it, the BBPress forum disappears. The blog part however is active. Only the forum is disabled.

    So yes, there has to be a conflict between BBPress and the Mona Lisa plugin.

    By the way, this is what my WordPress (up to date version) dashboard Settings/Writing looks like. You mention

    while having TinyMCE activated, and the default toolbar editor tab is the HTML one

    Where do I activate TinyMCE and find the default toolbar editor in WordPress? Or are you talking about BBPress Dashboard?

    It does work with bbPress and how its default quicktags editor though.

    As previously mentioned it didn’t work with a freshly installed bbPress Website. I had nothing else installed except the bbPress Forum. The enclosed totius.tk however is now a plugin.

    Is there anything I could have done when it was a bbpress stand alone for the plugin to have been able to be installed?

    #169162
    danceee3
    Participant

    hello there!

    trying to setup a bbpress forum!

    i managed to create an homepage with the latest topics.

    I want to add the <span class=”bbp-topic-started-in”> (found this using chrome inspect) near the “started by” like it’s made here in the support forum!

    i think it’s rpetty crucial to show what forum the topic belong to, i have to idea where to start, any advice or pointer would be great

    thanks a lot!

    #169138
    Momshof
    Participant

    Update – I found this code searching through the forums and tried it – it fixed the quotes – they are no longer showing raw code.

    The font, size, color, align – still comes up as raw code.

    function bbp_tinymce_paste_plain_text( $plugins = array() ) {
    $plugins[] = ‘paste’;
    return $plugins;
    }
    add_filter( ‘bbp_get_tiny_mce_plugins’, ‘bbp_tinymce_paste_plain_text’ );

    last post on – http://dtcdancecentral.com/DTCTest/forums/topic/creating-a-topic-1-test-2/#post-12237

    #169127
    Momshof
    Participant

    Hello – As a normal user (not admin) the posts are showing the html (I think that is what it is called). For example – it looks like this when posted:

    <p style=”text-align: center;”>Creating a test topic 1.</p>
    <p style=”text-align: center;”>Creating a test topic 1.</p>
    <p style=”text-align: right;”>Creating a test topic 1.</p>
    <p style=”text-align: right;”>Creating a test topic 1.</p>
    <span style=”font-family: Impact,Charcoal,sans-serif;”>Creating a test topic 1.</span>

    <span style=”font-family: Impact,Charcoal,sans-serif;”>Creating a test topic 1.</span>

    <span style=”font-size: 18pt;”>Creating a test topic 1.</span>

    <span style=”font-size: 18pt;”>Creating a test topic 1.</span>

    <span style=”text-decoration: underline;”>Creating a test topic 1.</span>

    <span style=”text-decoration: underline;”>Creating a test topic 1.</span>

    <span style=”color: #339966;”>Creating a test topic 1.</span>

    <span style=”color: #339966;”>Creating a test topic 1.</span>

    <span style=”background-color: #000000; color: #00ff00;”>Creating a test topic 1.</span>

    <span style=”background-color: #000000; color: #00ff00;”>Creating a test topic 1.</span>

    I am using GD bbPress Toolbox to have more options on my visual editor.

    Also – is there any way to completely REMOVE the “text” tab option (only have visual editor available)?

    Thanks for your assistance.

    #169094
    Pascal Casier
    Moderator

    Well, you seem to have managed to remove 60K already in the mean time.

    I edited my post, not sure it you saw that, but WordPress proposes PHP 5.6 and not 5.5 as you have. Of course all works, but I remember well, the latest bbPress test runs show increased performance on the higher PHP platform.

    Pascal.

    #169081
    AdventureRidingNZ
    Participant

    This looks great, I just tried it on my forum and it works on categories but not on forums.
    I’m running latest WP, BBPress, BuddyPress versions with the Brickyard theme and the code is installed in my theme’s functions.php file..

    Cheers
    Eddie
    http://www.AdventureRidingNZ.co.nz

    #169078
    Venutius
    Participant

    Also, whenever a user edits a new topic, this is posted as a new topic in the activity feed of BuddyPress, again this is not an ideal behaviour. I’m using the latest version of all plugins.

    #169068
    TKServer
    Participant

    I’ve been working quite a lot on this threaded view format. This is coded all outside of bbpress, but uses many of bbpress’s functions.

    Ute Fan Board

    #169061
    seyibest
    Participant

    Hello guys, i just installed bbpress on my theme called:hadron-multi-purpose-wordpress-theme and i am using wp 4.3.1 version of wordpress and latest version of bb press as well as at 15/11/15.
    what i wan is that i want to arange my sub-forum verically instead of horizontal and also i have uploaded all the bbpress plogins such asbbpress new topic plugin,bbpress private replies,bbpress report contents,better bbpress signature. so how do i make them function?
    Thanks

    #169044
    Robkk
    Moderator

    @neoid

    Well here is the trac ticket for Drupal Advanced Forum.

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

    Any help toward creating it/leading us to the right software to test out is greatly appreciated.

    #169041
    Robkk
    Moderator

    This bug is definitely in the latest 2.5.8 release while testing the default themes 2013-15, but is nonexistent in the 2.6 dev version.

    So I assume it is fixed already, thing is its in 2.6.

    #168986
    Robkk
    Moderator

    @bahamamom66

    Why didn’t you post a link in your other topic, and why did you create another new topic for the same issue??

    https://bbpress.org/forums/topic/forum-content-not-showing-up-on-forum-page/

    Also I tested your theme out and have not come across the same issue you are having. I didn’t need to create a “forum page”, it just worked fine out of the box.

    #168975
    Robkk
    Moderator

    That crashed my sight for some reason. Any thoughts?


    @tallsam

    Did you place the code snippet I placed earlier correctly?? It seems to work fine on my test site.

    Same thing goes for @pinkishhue‘s code.

    These both work if you want to show only 1 revision log on the Frontend of your forums.

    But first, is there going to be an update to bbpress that will remove the extra revision statements? If so, any thoughts on when this will be ready?

    Not really remove the statements, but just make 1 visible. Have no idea when @netweb’s code will make it into core.


    @tallsam

    Do you want them all gone?? This topic is all about just having one visible on the frontend.

    Also there might be a bug about the revisions somewhere I think. Haven’t fully checked that one out though.

    But you can always disable the revision logging from being displayed in the forums in Settings > Forums, there will still be revisions on the edits in the backend though, since it is a post type in WordPress. And hide the existing revisions with CSS using the first half of pinkishhue’s code.

    There is a way to limit the total number of revisions kept per post though in WordPress.

    But if you do want to completely remove the revisions you can use a plugin that @casiepa listed, but this may remove ALL revisions of any post or plugin using the revision system in WordPress. Some custom css plugins may use it, and clearing the revisions may lose all your saved styles.

    #168967
    deanhills
    Participant

    Roll on 7 years and there are still no dedicated emoticons/smilies for BBPress. I’ve been testing the forum for use, but what forum on earth is worth its while if it doesn’t have smilies?

    I tried the recommended wp-monalisa and ironically that completely disables BBPress when it is activated.

    NOT impressed!

    #168965
    kiss_the_sky
    Participant

    Ok, thank you so much. When it is looks like this, i really would appreciate your help!

    Doing this test in the next 2 days…

    Did THIS SITE using this, too… ?

    #168954
    IDN101
    Participant

    I have been struggling with this for a few days now and I’m tearing my hair out!

    It’s absolutely crucial that my forum only displays Usernames and NOT real names.

    This thread seems to be the most promising info I could find…

    User profile link, only show username.

    I tried Robin’s Plugin…

    bbpress username plugin

    And I got REALLY excited as it seemed to do the trick. HOWEVER, I found one deal-breaker: When you look at the Forum Index- the plugin seems to put the Avatar of the latest Fresh post but show the Username of the Oldest post in that forum. Freshness time is displayed correctly.

    If I Deactivate the plugin, All data is correct again, but obviously I am then getting real names displayed again.

    I have emailed Robin to see if he is still supporting the plugin and can rectify.

    Is there anybody here who would very kindly be able to walk me through step-by-step how to make this work. I don’t mind editing PHP files- I have no experience in PHP, but I can open them with Notepad and copy/paste text if someone can steer me.

    I am so desperately frustrated with this issue. It’s to the detriment of my forum as members are reluctant to post unless its just their Username that is shown.

    Many thanks in advance,
    Regards,
    Ian

    #168896
    BewitchingFiction
    Participant

    I look after a site that is purely used as a forum and news posts and have two small groups that have an exclusive membership, the groups are hidden and until recently they appeared on the groups list. They are now invisible to the members of said groups though the list shows that there are some, you just can’t see them.

    I am using the following:

    Theme: Quest (1.3.0)
    Plugins: Anti-Spam by CleanTalk (5.31), Buddypress (2.4.0), BBpress (2.5.8), FEEDZY RSS Feeds by b*web (2.6.1), Jetpack by WordPress.com (3.8.0), MailChimp Forms by MailMunch (2.1.3), Meta Slider (3.3.5), Sitewide newsletters (0.4)

    I have tested this with Twenty Fifteen (I do not have the others installed). It works with Twenty Fifteen (but looks pretty awful).

    I know that I can give people links to the forums, but it looks incredibly odd and is rather difficult for those who aren’t so savvy (or are looking for something quickly).

    Does anyone have any idea why this isn’t working?

    #168894
    iexperience
    Participant

    Hello community,

    My requirement is that I need just a single forum. So ive created a forum and now I have to create topics and assign it to that forum. The name of the forum comes in the slug.

    Is there anyway I dont have to create this forum. How about siteurl/bbpressslug/ simply lists all the topics and these topics dont have any assigned forum. What is the shortest way to accomplish this.

    Also in that case, how do I use shortcodes like the following
    [bbp-topic-form forum_id='$forum_id']

    Thanks

    #168873
    Momshof
    Participant

    Hi. I am hoping someone can assist me with this request.

    I have installed BBPress and have created forums for my site.

    http://dtcdancecentral.com/DTCTest/forums/

    My background is dark on every page of the site, but I want to make the forums (once you drill down into a specific forum page & topics index page & replies page) white.

    The problem I am having is that these pages are not actual pages – I have no idea where they are. I thought I would find them in my pages but the only thing there is the Forum page I created and inserted the BBPress forum shortcode.

    I tried using the following code in the Divi Theme options & it worked; however, it changed all my backgrounds in all my other pages that I do not want touched :

    For these types of pages :
    1.http://dtcdancecentral.com/DTCTest/foru … community/
    2.http://dtcdancecentral.com/DTCTest/foru … ic-2-test/

    /*BBPress each indiv forum background – drill down 1*/
    #main-content .container {
    background: #ffffff !important
    }

    /*BBPress each topic/reply background – drill down 2*/
    #main-content {
    background: #ffffff !important
    }

    Thanks so much for any assistance you can provide.

Viewing 25 results - 3,101 through 3,125 (of 11,577 total)
Skip to toolbar