Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 5,801 through 5,825 (of 11,582 total)
  • Author
    Search Results
  • #126050
    ssmedia
    Participant

    Hi,

    I’m having a very strange problem with bbpress.

    I’m using the lastest version of WordPress and bbpress and I created a super stick topic. These are just rules and guidelines so I closed it to replies. I can see it in the category forum page such as this (http://causepages.com/sw/forum/health-insurance-finance/) when logged in as a user but when I actually click into it, it’s not shown. (I just get my sidebar).

    Can anyone help with this please?

    #126033
    jessecarllane
    Participant

    I did search this forum for an answer with no luck. Some user named “anonymous” posted spam about snoring on my ElectricityClub.org forum. No such user to delete! My admin account sees no way to delete the post either! The forum settings have the anonymous setting unchecked like it should be. I have all the latest updated plugs. How to I get rid of the current user and post and prevent such intrusions in the future?

    #126013
    steilenhang
    Participant

    I will be upgrading as soon as possible, no doubt.

    I am setting up a test site right now, hopefully that works 🙂

    #126010
    Stephen Edgar
    Keymaster

    I would look updating whatever it is holding you back from upgrading to WordPress 3.5.1 for the security fixes 3.4 & 3.5 have introduced at a bare minimum.

    That said give it a try on a test site and if that works use the builtin WordPress Import/Export tool to export all the forums, topics & replies and then import them https://codex.wordpress.org/Importing_Content#WordPress

    #125995
    Phill
    Participant

    Hi Lynq,

    I tried adding that first code from pastbin to my homepage box which is supposed to show the latest 5 topics from our bbpress forums – unfortunately it’s not showing anything. Is there something else that needs to be added?

    #125972
    steilenhang
    Participant

    I am still using 3.3.1. I can upgrade to 3.4, but thats it.

    However, I could set up a Wp 3.5.1 testsite on another domain and try to import the forum there. If it works I can move the tables from that database to the current one. If I knew what tables to move. I know posts and replys are a wp_posts and wp_postsmeta, but I guess there is more information somewhere?

    LaurenceAtFree
    Participant

    For people like me new to php this is how to make a plugin with John’s code :
    paste this code in an editor and save the file as teenybb.php :
    <?php

    /*/
    Plugin Name: Teenywithbb
    Plugin URI: https://bbpress.org/
    Description: Enable Teeny Mce in bbpress
    Version: 1.0.1
    Author: John James Jacoby
    Author URI: https://bbpress.org/
    /*/
    function foo( $args = array() ) {
    $args['teeny'] = false;
    return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'foo' );

    copy this file in your plugin directory where you usually copy other plugins.
    You can see the plugin named Teenywithbb in wordpress you juste have to active it.
    and then you have tinyMCE Advdaced as editor in bbpress 2.2. 🙂

    #125967
    Erlend
    Participant

    I’m not asking for something that’ll work out of the box. Some pointers on what pieces of code to look at to have a go at this ourselves would go a really long way. Same goes for excluding forums and topics from default index.

    #125913
    chevymanusa
    Participant

    Hello All,
    I am looking for a way to disable users from changing their names from within the bbpress interface (/profile/edit/group/1/). This is located on the page where they choose a forum signature. I do not mind if they have a forum signature. However, I would like to prevent them form changing their name.

    The site is currently running wordpress 3.5.1, buddy press 2.2.3 and is on a local test machine.

    I did some searching on google and the on this site and was unable to find an answer to this question. If I missed it please let me know and my apologies in advance if this in the wrong area.

    Thank you in advance for your help!

    Regards,
    Chevman

    #125888
    steilenhang
    Participant

    I got this strange inport failure on my site all of a sudden. I am trying to move from old bbpress to the latest. I did this once before, but had to wait for a while until some functions where sorted out. Now it’s all set and I tried again. The forums were reset, but deleting the conversion table sometimes fails. I don’t know what that means, but anyhow. The inport did just fine until it got stuck half way in the replys. I tried to stop and restart, but I couldn’t get it to run any further.

    So then I reset and tried again. Now it keeps inporting the first topic over and over again. It never moves on. What happened? I tried everything. I even tried removing that first topic from the old forum. It now inports the next one, over and over again.

    If I try to “Purge all information from a previously attempted import” it gladly starts to remove old data, but it never stops! It removes data a little to quick to be true, and it goes on for ever “deleting” far more rows than I have ever inported.

    Something is completely wrong here, and I don’t have a clue 🙁 Someone please help me! I am getting pretty frustrated here..

    Elliswin
    Participant

    Hi there everyone, I have installed bbpress on my wp site, I installed Version 2.2.4 and the version of my WP is 3.5.1 the theme im using is reviewit. my website is winfamilysurvival.co.uk

    I am testing the bbpress forum at the moment but ive not made pages public yet, I’m ok with creating forums and topics and all is well whilst editing these elements, however when it comes to reading the posts/forums I get a white background to the posts and the and forum menu areas with the text in posts being white, and most of the text in the menus white too, I have looked everywhere but cant find a setting to change this, can someone please help me out, I have mingle forum up and running of the site at present and the only reason I am changing is because I want the users to integrate into my forum and not have to add them manually.

    Im running a competition on my site at present that relies on the forum so I was hoping to migrate this one over to the forum but I just need to solve this issue and im away.

    #125826
    #125817
    moebis
    Participant

    Good News All!!! Ok…. I have sub forums working in buddypress with a small hack to group.php (in latest trunk of bbpress 2.3). @johnjamesjacoby was right, it looks like they started building this functionality into bbpress and so-far it works. The only thing left to do, is maybe make it display a little more intuitively (I’ll continue to work on that), and on the buddypress side allow sub forum posts to be added to the activity feed of the group it belongs to. I was wrong before, sub forum topic posts do not show up on group activity feed, but I think I’ve already isolated the code to fix that.

    Here is how to play with my hack in the latest trunk:

    EDIT: /bbpress/includes/extend/buddypress/group.php

    Delete lines 609-614 and add “?>” back to line 609.

    This is how the forums in groups looks now (you can see all topics from the group forum and the bbpress sub forum of that group forum). Also, the post box has a drop-down select to chose the forum or sub-forum to post to:

    #125813
    moebis
    Participant

    @johnjamesjacoby – This actually almost completely works within the current trunks of bbpress and buddypress, even the activity feed of subforums looks and works correctly within the group. The only bug is somewhere in the display of the forum tab in the group, I assume because it’s not expecting a subforum, which is why it doesn’t display the parent forum, which is also the group forum. I confirmed this by creating another subgroup (so 1 parent, and 2 child), and it will only display the latest forum/subforum created within the group and ignore the older 2 (the parent and first created subfourm). I will play around with the source code to see where it’s generating the group forum display and make a code suggestion if you would like. It’s probably just querying the bbpress tables for a forum associated with the group and whichever shows last in the table is what the display generates. It’s smart enough to already calculate all of the topics in all forums and sub-forums, so it’s about 90% of the way there. I think because bbpress and buddypress are partitioned so well, this might not be an issue, it’s almost feature complete in this regard, and I know the community has been clambering for this functionality for a very long time. Most end up turning to the hierarchy plugin, which really isn’t the long term solution. Is it possible to get this into 1.7, which is so close to release? If so, I’ll work out a quick solution, that is future proof and can be expanded on in future versions.

    #125805
    Richtpt
    Participant

    I have a section of my WP site that is password protected for members of my group. I like to have a forum that is public but also have one that is within that password protected section. On my test site I’ve tried to do this and it appears to not work because the forums aren’t related to pages at all. Am I missing something? Is there a way to do this? Or do I have to make everyone create a WP login in order to access the protected forum?

    Thanks!

    #125800
    Erlend
    Participant

    @matrixd did you test on the default twentytwelve theme to see if it works the same way there?


    @limitx3m
    perhaps, but you’re being very vague here ^^ What did you have in mind exactly?

    #125791
    matrixd
    Participant

    Hi and thanks for the great plugin.
    I have a problem when new topics created the icon doesn’t change.
    I tested with new topic creation from Key master, Moderator, Participant.
    WP 3.5.1 / BP 1.6.4 / BBP 2.2.4
    Thanks again

    #125786
    Erlend
    Participant

    I think I finally found a caching plugin that’s actually compatible with the latest bbPress plugin:
    http://wordpress.org/extend/plugins/lite-cache/

    It’s by the same developer who made the quite popular “Hyper Cache“. Why he decided to make yet another caching plugin I do not know, but it appears to be working great on our site!

    #125746

    Topic: bbpress 2.3beta1

    in forum Installation
    moebis
    Participant

    Not sure if this is a bbpress or buddypress issue (BTW can’t post on buddypress support forums, when I log in to bbpress.org, but that’s a separate issue, I also see the admin menu on buddypress.org)…

    Ok, so I’ve been playing around with both bbpress and buddypress for the last 2 weeks. I have checked out of svn both of the latest trunk versions. I’ve gotten pretty adept at setting everything up from scratch during my testing. When creating a group, let’s say “group1” in buddypress, I allow bbpress to create the corresponding forum during group setup. Now, when I go into the bbpress admin backend and create a forum from there, let’s say “subforum1” and make “group1” the parent, it works. Yeah! Just what I wanted, parent groups and sub-forums, however, it doesn’t work the way I expect it to. I can see the subforum in the group now from the front end, and post something in the subforum, but not in the main forum/group “group1”, and every time I click on the group, and then the forum tab, it shows the sub forum(s) and topic posts (only from the last post to the last subforum), and then a create topic form on the bottom, defaulting to the last subforum I created. Meaning I can never post anything in the parent forum “group1” or any other subforums that might have been created under group1. No dropdown to select a different forum to post it to. This is not how would expect it to work. I would expect that you default to the main parent forum (group1) for posting and reading of topics, and the subforums (which do show on the group1 forum page) you can click on and then post within them. It seems this functionality is almost there, and I want to make sure this is either something that is getting fixed, or a mistaken capability that I stumbled upon and it not meant to operate that way.

    Thanks for all of you hard work on these 2 projects, you guys are awesome! I can help contribute to the dev as a tester if you want.

    #125723
    pjv
    Participant

    The answer to my question about which template is being rendered (at least in my case) was `page.php`.

    That’s `page.php` from your theme.

    So if you, like me, want to do things to the main template in which the bbpress forums are housed, you can use `page.php`.

    If you, like me, want to do things to that template ONLY for bbpress stuff, but not for other “pages” in your site, you can use the php function `is_bbpress()` in that template to render conditional html based on whether it is a bbpress page or not.

    This seems like amazingly basic and obvious information that I was only able to discern by gritting my teeth and putting bbpress into the text editor and reading through A LOT of code. If this information is documented somewhere easy to find, please enlighten me so that i can perform the requisite face palm. If it’s not, why not?

    This is untested by me, but digging through some more code, it looks like you might be able to create a custom home-base template for your bbpress forum by copying the original `page.php` into a new file and naming it any of:”
    `’plugin-bbpress.php’,
    ‘bbpress.php’,
    ‘forums.php’,
    ‘forum.php’,
    ‘generic.php’`

    #125716
    rossagrant
    Participant

    Just to update on testing too, I have fully tested this now and can recreate it on all of my installs and a brand new install of BP 1.6.3, WP 3.5 and BBPress 2.2.4.

    Admin can post @mentions freely, but regular BP members (assigned participant role) can’t without that error in the log appearing.

    The @mention still works as it should but I can’t for the life of me see why it’s throwing that error.

    I’ve tried it and get the same result on 3 separate servers now too. I have tried it with BP-Default and NO plugins except for BP and BBPress.

    If you guys need me to test anything else at all, please shout up.

    Should I create a ticket in TRAC?

    #125713
    rossagrant
    Participant

    @johnjamesjacoby Cheers JJ. I’ve just tested with bbpress2.3 beta 1 and I still get the same behaviour.

    Admin can use @mentions and no syntax error appears in the error log.

    As soon as a regular participant does, then they get this error:

    `[29-Jan-2013 12:51:38 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘http://www.mysite.tv/members/admin/&#8217; rel=’nofollow’>@admin mentio’ at line 1 for query SELECT ID FROM wp_posts WHERE post_type = ‘reply’ AND post_status != ‘trash’ AND post_author = 40 AND post_content = ‘Now testing @admin mention in a forum post.’ AND post_parent = ‘9865’ LIMIT 1 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), call_user_func_array, bbp_template_redirect, do_action(‘bbp_template_redirect’), call_user_func_array, bbp_post_request, do_action(‘bbp_post_request’), call_user_func_array, bbp_new_reply_handler, bbp_check_for_duplicate`

    Only happens with participants.

    Can you replicate this in your error log at all?

    #125694
    rossagrant
    Participant

    Haha, sorry for being such a bloody noob JJ, do you have a version packaged up anywhere? I’ve never used SVN before or bleeding edge versions of stuff?

    Is there a regular download link to the latest 2.3 beta?

    #125687
    rossagrant
    Participant

    Did you get a chance to test this @netweb?

    I am only seeing this error when posting as a participant and using an @mention.

    When I post as admin, I don’t get it?

    Any ideas? Can you recreate it?

Viewing 25 results - 5,801 through 5,825 (of 11,582 total)
Skip to toolbar