Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 4,401 through 4,425 (of 11,578 total)
  • Author
    Search Results
  • Robin W
    Moderator

    untested but the following bar typos should work – add to your functions file

    function role_show () {
    $role = bbp_get_user_role( $user_id );
    if ( bbp_is_user_keymaster() ||$role == 'bbp_moderator')  $args['show_role'] = true ;
    else $args['show_role'] = false ;
    return $args ;
    }
    
    add_filter ('bbp_before_get_reply_author_link_parse_args', 'role_show' ) ;
    
    #150099
    Matoca
    Participant

    Stephen,
    Sorry for the poor explanation. On each topic post or reply, next to the author’s name is Details. Clicking that opens a menu of items, more for the moderators, less for non-registered users. This gives me options like the IP number, the post number, the date, Edit, Close, Split, Stick, Merge, Trash, Spam, Reply. I use this, and so do my moderators, to spam posts simply. I also use it to split topics off from the parent. Details would not open yesterday, I wanted to split a topic, but couldn’t.

    Interestingly enough, I also simultaneously had a new problem with a NextGEN HTML5 slideshow playback on the forum pages not loading which I have also been trying to fix (following a NextGEN upgrade.) Today I changed the settings on the slideshow to Flash playback to see if that worked, it did, the slideshow plays.

    And now, the Details are working again in the replies. So this is not a bbPress problem, at least I don’t think so. Something is funky with HTML5, whether it is just NextGEN or something on the server (PHP version?), well I can’t figure that out yet. But trying to load the HTML5 slideshow did mess with the Details display.

    Bingo's latest blood test

    Sorry to bother you,
    my best, Matoca

    #150096
    cybarmitzvah
    Participant

    Hi guys,

    on my forum http://www.astronomertalk.com, I changed freshness to say latest activity, all was well for a few days, but now it says my latest activity was 1 day+ ago on my first category, when if you click through you can see it was only 1 hour ago… Does anyone know why it is saying this?

    Best,
    JB

    Additionally, how can each user change their timezone so the posts have the right time next to them?

    #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

    #150041
    Robin W
    Moderator

    ok, could be a number of issues

    start with theme and plugin as it could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    Then look at the documentation to see what else you might need to do

    Step by step guide to setting up a bbPress forum – Part 1

    #150032

    In reply to: Random Topic Link

    Robin W
    Moderator

    ok, need to work out if menu issue or function issue

    So eliminate function by creating a test page and putting

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

    onto the test page and confirm it works.

    #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

    #149991

    In reply to: Full Width Forum Help

    Robin W
    Moderator

    sorry, sorry – missed that bit 🙂

    Ok will start typing again !

    in your bbpress.php

    change the lines that say

    <div class=”content-wrap”> 
    <div id=”content”>
    

    to

    <div class=”bbpress-wrap”> 
    <div id=”bbpress-content”>
    
    

    Then go into

    wp-content/themes/oxygen/style.css

    and at the end of this file put

    .bbpress-wrap {
    width : 100% ;
    }
    #bbpress-content {
    float: left;
    margin: 0 0 30px;
    width : 100% ;
    }

    .bbpress #sidebar-secondary {
    display:none ;

    }

    What this does is get bbpress to use the bbpress-wrap with a width of 100% instead of content-wrap, as content-wrap is used by the other pages and need to be 67%.

    Then .bbpress #sidebar-secondary is set to display none, so that this disappears

    Now if that all works, it is possible that an upgrade of oxygen will take out these changes, so you really need to create a child theme and put both the bbpress.php and the style.css changes in there. See

    Functions files and child themes – explained !

    Do come back if that deosn’t all work, without the theme I can’t test here !

    #149965
    kopperwoman
    Participant

    I’m having a similar problem to dustinarmstrong. But its not exactly the same.

    I’m trying to fix a broken forum set up for a client. I did not do the forum installation (he did it himself) AND the forum is installed on a live site that gets lots of web traffic so I don’t want to do anything that might impact the website overall.

    Here’s my situation:
    1) BBPress was installed (I don’t have details about when and how),
    2) a page was created with the [bbp-forum-index] shortcode on it
    3) the forum didn’t work, so my client contacted me to fix it
    4) I went into settings > forums and changed the forum root slug from the default “forum” to “travel-forums” (the name of the page where the shortcode lives. The error message “Possible bbPress conflict: Forum slug” showed up next to the slug field after saving the settings.
    5) I also changed the single forum slug from the default “forum” to “travel-forums”. The error message “Possible bbPress conflict: Forums base” showed up next to the slug field after saving.

    In my case, the forum page DOES show up at http://foobar.com/travel-forums but it is empty except for the welcome text that I had entered into the forum main window. (So it just says “Welcome to our forum” without any of the discussion topics showing up.

    Also, I have the “Recent Topics” widget enabled on my sidebar and my three test discussion topics DO show up there. When I click on any of them they take me to the correct URL but the pages are blank. So, for example, when I click on “test topic” in the widget I land on http://foobar.com/travel-forums/topic/test-topic/ and the page displays the topic header “Test topic” and the topic question “what do you think about travel?” but it doesn’t display any of the posts.

    I’m not sure if this behavior is related to the slug conflict error messages or if something else is wrong.

    I’m trying to follow the advice that Stephen Edgar gave.

    First up, I think this is probably true in my case:

    most likely you have something else either titled or using the slug discuss and this includes any items in trash as even though they are in the trash they still reserve that slug and it is not released until the item is removed from the trash.

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

    Second, I’d like to try this:

    To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.

    but since my website is live and has been for a long time (and has lots of blog posts using the custom structure already) I’m concerned that this could permanently break the existing links. Any thoughts on this?

    #149959
    Killerrabbit2
    Participant

    I have the Reply Threading checked and it is not working. It seemed to work right at first but when I erased some nested posts for testing the functionality didn’t come back. In addition I can start a whole new topic and the replies do not nest.

    I have switched themes to Twenty Fourteen and that did not fix the issue.

    WP 3.9.1
    BBpress 2.5.4

    #149934

    In reply to: Forum subscriptions

    rzelnik
    Participant

    So I tried a different e-mail configuration plugin: WP SMTP. The forum post notification emails are now delivered well. It’s strange that in the e-mail header there is the right sender address, while in the captured log there is still the default wordpress noreply@domain address, see here:

    https://dl.dropboxusercontent.com/u/9349232/bbpress-email-testing/wp-mail-log-wp-smtp-forum-post.txt

    Anyway, it is working well for me now.

    #149930

    In reply to: Forum subscriptions

    rzelnik
    Participant

    Thank you Stephen for your answer. You are right with the BCC, it works as described. However, something causes that in the forum post notifications the “From” is set back to the default <noreply@domain.com>, although it is set to different/custom address by the WP Mail SMTP plugin. Here are two e-mail logs captured by the WP Mail Log plugin:

    1. Forum post, e-mail notification sent to subscribed user(s):
    https://dl.dropboxusercontent.com/u/9349232/bbpress-email-testing/wp-mail-log-forum-post.txt

    2. BuddyPress Friend request sent to the requested user:
    https://dl.dropboxusercontent.com/u/9349232/bbpress-email-testing/wp-mail-log-friend-request.txt

    Both messages are sent from the same installation with the same configuration. You can see that the friend request has “From” address set to neodpovedaj@tvorivo.sk (the desired address), while the forum post notification has “From” set to noreply@forum-vyvoj.tvorivo.sk (which is wrong).

    My web hosting service blocks the PHP mails sent from unknown addresses, so that’s the reason why the e-mails are not delivered. I will try if it works with some other E-mail/SMTP configuration plugins.

    ttmt
    Participant

    Thanks for this Stephen.

    So I’m testing the moderation as it is now. If I post with a word from the moderator list I get an error messaged saying the post carnet be posted.

    Where is this post put? Where is the moderation queue?

    #149926
    NickUdd
    Participant

    Thanks Stephen, That is encouraging.

    I have a huge db (350 mb and almost 100,000 posts and 6000 members). As I am not a developer myself I am kind of delaying this until I have the power to fail 🙂

    First time its just for testing purposes on my test site

    #149878
    Jimi Wikman
    Participant

    I don’t know why, but for some reason I decided to punish myself on my latest project (ekatana.se if anyone wan to look) and I went ahead and installed BBPress along with Buddypress. Now I have done this a few times before in the last 3-4 years and it has always been a very painful experience.

    This time was not so bad and I actually got most things working pretty much instantly with just som minor CSS changes. BBPress however is not really a forum in my opinion yet and I had to go through a ton of posts and articles with half baked solutions and snippets just to get anywhere near what I think a forum should look like and behave.

    Now I admit that I am biased, having worked for many, many years with IPB which is the best forum out there and I have been working with forum software since 1996…

    However, BBPress have really taken a leap forward in the last few years and I look forward to see it go even further, in fact i hope to be able to lend som assistance in the UX and design department should it be needed. Since I am a systemtester as well, I hope to be able to break stuff on a regular basis as well 🙂

    I really look forward to the forum grouping I see is already pretty much done and which is working just fine on my forum as far as I can tell. When time permit I will give more input into what features I see as necessary, both in the frontend and the backend and util then I just want to say that I am far from impressed, but I see hope for BBPress.

    Keep up the good work!

    #149860
    kopperwoman
    Participant

    I’m having a similar problem to dustinarmstrong. But its not exactly the same.

    I’m trying to fix a broken forum set up for a client. I did not do the forum installation (he did it himself) AND the forum is installed on a live site that gets lots of web traffic so I don’t want to do anything that might impact the website overall.

    Here’s my situation:
    1) BBPress was installed (I don’t have details about when and how),
    2) a page was created with the [bbp-forum-index] shortcode on it
    3) the forum didn’t work, so my client contacted me to fix it
    4) I went into settings > forums and changed the forum root slug from the default “forum” to “travel-forums” (the name of the page where the shortcode lives. The error message “Possible bbPress conflict: Forum slug” showed up next to the slug field after saving the settings.
    5) I also changed the single forum slug from the default “forum” to “travel-forums”. The error message “Possible bbPress conflict: Forums base” showed up next to the slug field after saving.

    In my case, the forum page DOES show up at http://foobar.com/travel-forums but it is empty except for the welcome text that I had entered into the forum main window. (So it just says “Welcome to our forum” without any of the discussion topics showing up.

    Also, I have the “Recent Topics” widget enabled on my sidebar and my three test discussion topics DO show up there. When I click on any of them they take me to the correct URL but the pages are blank. So, for example, when I click on “test topic” in the widget I land on http://foobar.com/travel-forums/topic/test-topic/ and the page displays the topic header “Test topic” and the topic question “what do you think about travel?” but it doesn’t display any of the posts.

    I’m not sure if this behavior is related to the slug conflict error messages or if something else is wrong.

    I’m trying to follow the advice that Stephen Edgar gave.

    First up, I think this is probably true in my case:

    most likely you have something else either titled or using the slug discuss and this includes any items in trash as even though they are in the trash they still reserve that slug and it is not released until the item is removed from the trash.

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

    Second, I’d like to try this:

    To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.

    but since my website is live and has been for a long time (and has lots of blog posts using the custom structure already) I’m concerned that this could permanently break the existing links. Any thoughts on this?

    #149845
    Indrekkor
    Participant

    The custom importer is already tested and everything is working properly.

    The odd thing is that after 2 million rows the converter slows down noticeably.

    Doing a stop/start for the conveter only helps for 10 minutes or so to get the speed up again.

    Also i can see, that memory/cpu usage went down noticably after 2m, so a lack of resources is not a problem here.

    #149841
    Stephen Edgar
    Keymaster

    Can I bring with me the anonymous posts from deleted and anonymous users?

    I have just added support for this to a handful of bbPress’ importers, I hope to finalize some bits for compatibility with all of bbPress importers by the end of the week and release the code for people to test out. 🙂

    Importing Avatars

    This is kind of a complex issue because of PHP timeouts, if we can’t find an avatar via ftp/http how long do we wait, what if the remote avatar no longer exists.


    @cybmeta
    Has written a Joomla Kunena Forum Attachments converter for the GD bbPress Attachments plugin.

    I’d like to play around one day when I have some time up my sleeve to base an avatar and attachment importer that we could use as a separate plugin to import these into WordPress media library for use with bbPress.

    https://github.com/CybMeta/kunena-attachments-to-bbpress

    Kunena converter for bbPress 2.4

    Kunena converter for bbPress 2.4

    #149836
    Indrekkor
    Participant

    No problems.

    Just experimenting anyway in a test environment.

    Managed to speed up the process a little.

    Currently converting at the speed of 130 000 rows an hour vs previous 95 000 rows/hour.

    Do not know exactly but the slow speed might have to do with the fact that in the old DB post/reply content is stored in the DB in a serialized array and i added a function to unserialize all the data during the import.

    For some reason at 2 million post rows a big drop in speed, statistics show that MySQL command ratio dropped by three times compared to normal.

    Had to stop/start the converter to get back to the normal speed.

    #149819
    Robin W
    Moderator

    I’d try this as a non admin/keymaster and see if it works. Say set up a test user as you intend your users to be. Normally admins are allowed to override any restrictions in WP and bbp.

    #149815
    ttmt
    Participant

    Hi all

    I have bbPress installed and everything is working fine.

    I would like to use wordpress’s moderation tools.

    This post states that bbPress uses the same moderation tools as WordPress.

    Moderation and BlackListing

    I have entered test words in the moderation text box:

    Dashboard > Settings > Discussion > Comment Moderation

    If I use these words in a post nothing happens and the post is added to the forum.

    I’m logged in as admin and the words are used in the post not comments.

    Does the user effect the moderation?

    Is the moderation only on comments?

    #149808
    Robkk
    Moderator

    turns out there is this theme that has this function working

    check out https://wordpress.org/themes/wp-knowledge-base

    put it on a test site and see that i has what i need in that theme

    now all i need is to scrape that code out and i think wrap it in an if user is logged in function and thats it

    after that this topic should be done.

    #149760
    muskratt
    Participant

    I’m running WP 3.9.1 and the latest copy of the plugin on a very vanilla site with not much on it yet.

    phpBB 3.0.12, Tap-a-talk is the only mod it’s running
    Database size: 20MB, about 6000 posts total

    I’ve tried this twice using the remote server (after adding the WP server’s IP to the allowed remote MySQL connections) as well as on the same local server doing a sqldump from the remote into the local box. Both times, I get the scrolling of text showing nothing to import/convert and it finishes without error (aside from the fact nothing is imported).

    This forum was originally vBulletin 3.x and it was converted to phpBB about a year ago but I don’t believe this should have much to do with it since there is no other modification/customization running except Tap-a-talk.

    Where to go from here?

    #149700
    Robin W
    Moderator

    Guess i have done something wrong?

    probably not !

    Ok, we need to eliminate other plugins and your theme

    Plugins

    As a test, deactivate all but bbpress and see if this fixes. If it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, test by switching to a default theme such as twentytwelve, and see if this fixes.

Viewing 25 results - 4,401 through 4,425 (of 11,578 total)
Skip to toolbar