Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 3,126 through 3,150 (of 11,577 total)
  • Author
    Search Results
  • #168862
    freakyy85
    Participant

    i closed it, reopened it now it appeared again. then i added a testreply now when closing and reopening it doesnt disappear anymore?

    #168853
    Robkk
    Moderator

    I get a 404 when I go to the test topic for some reason. Can you close the embed topic, and also add a test reply so I can see if this issue is present.

    #168852
    Robkk
    Moderator

    @tallsam Its not really an issue since it should show a list of items in the latest version of bbPress and since Stephen’s ticket he linked to has not been committed yet.

    IF @pinkishhue’s Custom CSS code does not work after you placed it in your child themes style.css file and have also tried adding !important on the end, you can try my custom php code snippet.

    Make sure to place this into your child themes functions.php file in your child theme.

    // Only return one entry for revision log otherwise it gets cluttered
    function bbp_trim_revision_log( $r='' ) {
     $arr = array( end( $r ));
     reset( $r );
     
     return( $arr );
    }
     
    add_filter( 'bbp_get_reply_revisions', 'bbp_trim_revision_log', 20, 1 );
    add_filter( 'bbp_get_topic_revisions', 'bbp_trim_revision_log', 20, 1 );
    #168840
    natinho68
    Participant

    I recreated a clone, exactly the same that the principal website.
    All is the same, I remind that the website are configured on wordpress multisite.

    Login : bbpresshelp
    password : Helpme15

    Work (click on author and get the author profil) : http://testsite.fieci-cfecgc.org/forums/topic/test/
    Doesn’t work (click on author and redirect to homepage) : http://www.fieci-cfecgc.org/forums/topic/test/

    I’m very lost

    #168839
    natinho68
    Participant

    No, it’s me who missed something, I give you only the link who works, the clone site …
    Here is the real site : http://www.fieci-cfecgc.org/forums/topic/test/

    #168832
    natinho68
    Participant

    Sorry for the last post I have troubleshooting with this account.
    Please use this :

    [removed]

    For where it’s work, it’s here : http://testsite.fieci-cfecgc.org/sujet/test/

    #168828
    Sybre Waaijer
    Participant

    Hello,

    Customizer doesn’t save correctly when WP_DEBUG is enabled and bbPress is active.
    With that I mean that the save button doesn’t change state after the AJAX call has been successful. This leads to a “navigation confirmation” alert after saving when trying to navigate away from Customizer.

    I haven’t tested this without enabled WP_DEBUG, but bbPress also outputs the following notice:

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /...../wp-includes/functions.php on line 3784

    WordPress version: 4.4-beta3-35590
    Theme: Twenty Sixteen 0.1.20150828

    Thanks!

    #168813

    In reply to: Content Above Forum

    Pascal Casier
    Moderator

    To be honest, never seen this question before. Normally you want to explain there what it is without cutting the phrase πŸ™‚

    The only way I see right now would be a jQuery like this one (50 is limit):

    <script type="text/javascript">
    function bbppc_cut_forum_text {
    jQuery("div.bbp-forum-content").text(function(index, currentText) {
        return currentText.substr(0, 50) + '...';
    });
    }
    </script>

    Then don’t forget to wp_enqueue_script to have this running.

    But I have NO IDEA what the impact will be on other pages !!! And I didn’t test it either, just a quick thought.

    Pascal.

    Momshof
    Participant

    ok – I have moved the forum nav tab to the top of the page with the others & I have added all files to my divi child theme.

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

    i was able to keep my forum index page looking the same – yeah!

    My category, topics, replies pages are full width BUT they still have that white running down the sides.

    #168792

    In reply to: Recent topic widget

    jeroenkosterr
    Participant

    Thanks for your reply. I have given you the wrong information. I have a root forum with several subforums. In want to show the latest topics from one subforum that has 4 childforums.

    #168765
    Pascal Casier
    Moderator

    Then I’m really out of ideas πŸ™

    What you could do is just delete all of it and restart from scratch : https://codex.bbpress.org/getting-started/testing-your-bbpress-installation/creating-a-test-site/

    There is something wrong with your local installation… I have never created a local one, but immediately went to a provider to have an account (even the very basic one). Maybe someone else has some ideas here.

    Pascal.

    lvictor
    Participant

    Yep, the default theme there’s no topic display issue (tested before I posted here.) Just wondering if there was a standard code snippet that should be included in any template in order to get bbpress (wasn’t thinking it would be terribly different from template to template.) Since it’s a pro template, at least I can give their support forum a shot.

    Anyone out there w/a similar theme conflict issue, how did you resolve it?

    #168739

    In reply to: Shorten Freshness

    manteli
    Participant

    Hi Pascal! I finally found the reason: it is the bbpress language file.

    I started everything from scratch and tested theme and plugins one by one. Your plugin works like a charm! πŸ™‚

    But when I finally switched my test site to my language (Finnish) and uploaded the language files (.po and .mo in wp-content/languages/plugins folder) it automatically makes a switch to the standard longer time stamp. How is this happening, can you help me with this? Thanks!

    #168731
    xponera
    Participant

    Hi, this was a good lead. My host had another recepie for .htaccess

    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/
    RewriteRule .* - [CO=wordpress_test_cookie:WP+Cookie+check:%{HTTP_HOST}:1440:/]

    It worked at once.

    Thx

    AndyF
    Participant

    Hi Pascal,

    Thanks for answering so quickly. I installed WordPress, then I added my Weaver Xtreme Pro template, and then I added bbPRess.

    At this point I am not using any plugins that deal with members’ roles or anything like that. It pretty much plain vanilla settings except for the settings.

    I do have the settings set for auto role but it doesn’t appear to be saving the “Participant” role that I preset.

    So far we are still in testing mode so we haven’t promoted the site to customers yet. I just noticed that the logins that I was creating didn’t have the forum role specified in the profile.

    One of the issues is that someone subscribes to the site, they get the subscriber role in WordPress but that doesn’t automatically give them a forum role. Most of the people that we are dealing with are “low tech” so If they have to log on and give themselves a forum role that will make things difficult for them. Is there a way to automate the process?

    Thanks again,

    Andy

    #168679
    AlixFalconer
    Participant

    Thanks Pascal – tried adding that as custom CSS – as you can see on the right hand side of this post http://casteofassassins.com/forums/topic/test-topic – the overflow is still being hidden on the right hand side of the post?

    #168674
    AlixFalconer
    Participant

    It’s a gaming site – can make one forum dummy and make it public with a test post?

    Welcome, Killer

    I’ve created a test forum and put in a dummy post – the others are restricted access atm but in the test forum you should see a post that is cropped

    #168657
    Robkk
    Moderator

    I don’t want to import from my yahoogroups

    Ok

    I just want the feature of having an email address that will post to the forum subscribers without having to go into the website.

    This is the only post via email plugin for bbPress I think. I am not sure if it does exactly what you are wanting by sending the message to the user they are replying to as I never really tested it out.

    https://wordpress.org/plugins/bbpress-post-via-mail/

    #168629

    In reply to: vBulletin import help

    vinaynellagi
    Participant

    @johnjamesjacoby Thank you for your support.. I did what you suggested but But whenever I corrected some of the characters I would go about 10 topics further and it would stop again. I also tried to delete some records altogether. But no improvements then. However, As a last try I have installed the bbpress in test folder on the live server and started the import process from the live Database. So far I have imported all the users (~17,500), forums (~30), topics (~225000) and running on ~350000th reply in the last 2 days. I am not sure how it worked. But the same DB export did not work on my local instance. However, I have to bear with the time it takes on the live server.

    On the side lines if this import completes Do I have to invite all the users to re-register in the forum ?

    #168627
    Pascal Casier
    Moderator

    Hi,
    I didn’t test, but I suppose it’s sufficient to remove the delete_xyz capabilities from this role to remove the trash and the moderate_comment for the spam ?
    Pascal.

    Momshof
    Participant

    Wordpress: 4.3.1
    Divi Theme: 2.5.5
    BBPress: 2.5.8
    bbp style pack: 2.8.3
    http://dtcdancecentral.com/DTCTest/forum/

    Hi – I am new to BBPress. I am hoping some one may be able to assist with the page formatting of the forums/category/topic pages et etc. I am trying to get it as close to this:

    http://dtcdc.freeforums.net/

    as I can.

    With bbpress style pack I was able to do alot without having to mess with any code of files -I do not have alot of coding experience or working within the server on files.

    Right now – I have the following short codes in a Divi Page – this is my Forum Index Page:

    [bsp-display-forum-index forum= ‘1106’ breadcrumb=’no’ search=’no’]
    [bsp-display-forum-index forum= ‘1130’ breadcrumb=’no’ search=’no’]
    [bsp-display-forum-index forum= ‘1154’ breadcrumb=’no’ search=’no’]

    1. This is giving me the “boxed” look for each separate forum I want – I can not figure out how to get the header title of each forum changed. Where it says “Forums, topics,posts, freshness” instead of Forum – I would like it to state the name of the forum I have created (like the first one be “Community Forum”, then the 2nd one would be “Platinum Members Forum” & the 3rd “Diamond Members Forum”).

    These would not be links to anything. Just the forum title. So that when an actual forum below in the “box” is clicked on it goes straight to that forum page showing all topics under that forum.
    (I hope I am using the correct terminology here.)

    2. I can not get the description to show up underneath each category on the forum index page. Is the only way to achieve this to do something to the files in wp?

    3. The topic pages (submit & view) have a big line running down the right side of the pages down into the footer – is there anyway to remove that line and make the pages full width or a custom width?

    Divi Theme does provide an Epanel where I can put css coding in without having to change any files. If anyone has any ideas how to achieve these changes (hopefully without altering files) I would appreciate the help & guidance.

    Thanks!

    #168570

    In reply to: Reply threading issue

    Robkk
    Moderator

    Interesting it would usually be having reply threading on that could cause a css like issue, but yours is the opposite.

    Can you link to your site to a topic with reply threading off so I can see what could be causing the issue. It could be some CSS related issue.

    You can test to see if this still happens with another theme activated too.

    #168566
    Robkk
    Moderator

    I tested out the patch and it works pretty well for a custom user role I created. I just used the tutor role mentioned in this guide https://codex.bbpress.org/custom-capabilities/ and it worked when I created and switched to that test user.

    Make sure to not touch the core plugin files again. This was a simple thing to do which is not bad, but something else might cause further conflicts.

    #168555
    Pascal Casier
    Moderator

    Hi Filip-T,

    What I know is that forum moderation is being reviewed and improved a lot for v2.7 of bbPress. For now there is standard moderation and blacklisting as described here: https://codex.bbpress.org/moderation-and-blacklisting/

    I’m not aware of other plugins then the one you have found, but it seems to have some issues with the latest WordPress/bbPress.

    Pascal.

    lvictor
    Participant

    I’ve seen a ton of topics regarding not being able to see the forums at all, but nothing quite like my situation. I can see the top level for my forums, and it is listing topics & replies but I can’t get to them. Although I’ve imported the bbpress templates and css to my template directory, I’m unable to get past the top level for my forums at:

    STARFLEET Discussion Forums

    When I click on a category, topic, reply, I get a blank like this:

    http://sfi.org/topic/heres-a-test-topic/

    They do work when I switch to the default template, so is there a step I missed with the template? Is there code that needs to be added to the template header? Something else?

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