Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 6,651 through 6,675 (of 11,580 total)
  • Author
    Search Results
  • #110978
    Vayu Robins
    Member

    I have a similar problem. I cannot view the forums with any user role other than “Administrator”. I even tested with the Memebers plugin and gave the role “forum participant” rights to eveything in WP, more than the Administrator, and stil I cannot see the forum.

    http://rebeccapersson.com/klub-sunde-born-forum/

    All forums and topics are public and open.

    What could be blocking this?

    Cheers

    Vayu

    #42016
    Raziel_LOK
    Member

    After finding a lot I have not found a solution for showing more than 1 depth sub forums. So I made some coding.

    I changed “<?php bbp_list_forums(); ?>” on file loop-single-forum.php to:

    <?php

    $before = ‘<ul class=”bbp-forums”>’;

    $after = ”;

    $link_before = ‘<li class=”bbp-forum”>’;

    $link_after = ”;

    if ($sublist = bbp_forum_get_subforums($forum_id)) {

    echo $before;

    foreach ( $sublist as $sub_forum ) {

    // Get forum details

    $permalink = bbp_get_forum_permalink( $sub_forum->ID );

    $title = bbp_get_forum_title( $sub_forum->ID );

    echo $link_before . ‘‘ . $title . ‘‘ . $link_after;

    if ($sublist2 = bbp_forum_get_subforums($sub_forum->ID)) {

    echo $before;

    foreach ( $sublist2 as $sub_forum ) {

    // Get forum details

    $permalink2 = bbp_get_forum_permalink( $sub_forum->ID );

    $title2 = bbp_get_forum_title( $sub_forum->ID );

    // Build this sub forums link

    echo $link_before . ‘‘ . $title2 . ‘‘ . $link_after;

    }

    }

    echo $after;

    }

    }

    echo $after;

    ?>

    So my question is, Is there any way to do that little easier ? Or someone who is looking in the same issue and want give a hand to clean up this code.

    A example of the struture I’m looking:

    TEST

    -TEST_CHILD_1

    -TEST_CHILD_2

    –TEST_CHILD_CH1

    –TEST_CHILD_CH2

    -TEST_CHILD_3

    Any help will be aprecieted. Thank you.

    #42015
    ArronC
    Member

    Hello,

    I decided to test out bbPress; unfortunately, I was unable to post a new topic in the first forum I created. I kept on encountering this error each time…

    Fatal error: Call to undefined function akismet_get_user_roles() in …/wp-content/plugins/bbpress/bbp-includes/bbp-extend-akismet.php on line 146

    Is there any reason this is happening?

    #42003

    I’m having a problem where Admin is able to see their user information and all forum data but all other accounts are directed to a blank page.

    This is the “local” address users get sent to http://pcocs/forums/users/skingsford/

    This is where admins are directed. http://pcocs/forums/users/admin/

    They have “gform_full_access”

    I’m using the latest version of wordpress(3.3.1) and bbpress (2.02). I nuked everything related to bbpress including the db entries. reinstalled, and the same issue is occurring.

    Disabled all plugins, and re-activated the plugin. Still unable to access user profile as another user. Able to access profile in dashboard.

    Rebuilt the permalinks.

    No themes, no plugins, just default data.

    Any thoughts on what would cause this to occur?

    bingles
    Member

    I found my problem. I had created a forums page in wordpress when I was testing some things. I had trashed it, but not permanently deleted it. Looking in the database, I noticed the entry. Once I permanently deleted it from my pages list, my forums list showed back up.

    #111524

    In reply to: Forum Index Title

    psupps
    Member

    I’ve also just noticed that if you go to:

    http://www.proteinsupps.co.uk/forums/forum/test/

    In the breadcrumb trail, there are two instances of ‘Forums’ link.

    Really would appreciate help on this! :)

    John Conners
    Participant

    Is there anything I need to do to get the aforementioned caching plugins to invalidate topic pages, forum indexes and so forth when a new reply is posted?

    I’ve tried both 2.0.2 and the latest bbPress plugin version from svn and as it stands, posting a new reply does not clear the topic page (or any other forum pages) from the cache so you and nobody else sees your replies.

    Just wanted to check if it’s currently a bug / feature or I’m missing something obvious!

    #41950
    freequency
    Member

    I love bbPress for it’s simplistic design, but setting it up can be a bitch especially if you don’t care for standard sidebars & widgets like me, so:

    Getting bbpress to work wonders is as easy as 0,1,2,3,4,5,6,7,8,9,10,11,12!!

    On 2012-01-19, this is what I did to originally setup my forums for a free wireless network:

    0) Pre-clarification: [???] means some number, like twenty[???] means twentyten or twentyeleven

    1) Downloaded most recent WordPress, setup database and installed it.

    2) Installed bbpress:

    go to http://yoursite.dom/wp-admin/ > Log in to admin > Plugins > Add New > search for “bbpress” > Install Now

    3) Copied contents of bbpress theme folder to wordpress theme folder:

    /wp-content/plugins/bbpress/bbp-themes/bbp-twenty[???] to /wp-content/themes

    (this is done ONLY so that we can select the bbforums theme and it’s handy templates: Please note that you should only make modifications in the /wp-content/plugins/bbpress/bbp-themes/bbp-twenty[???] folder NOT the /wp-content/themes/bbp-twenty[???] folder as the bbpress plugin will not read those)

    4) Switched to the bbpress theme

    Log in to admin > Appearance > Themes > under the “Available Themes” section I activated the “bbPress (Twenty [???])” Theme

    5) Created my home page, login page, register page, and lost password page:

    Log in to admin > Pages > Add New > set title to “Home” | right hand column > Page Attributes > set Templates to “bbPress – Forums (index)”

    Log in to admin > Pages > Add New > set title to “Login” | right hand column > Page Attributes > set Templates to “bbPress – User Login”

    Log in to admin > Pages > Add New > set title to “Register” | right hand column > Page Attributes > set Templates to “bbPress – User Register”

    Log in to admin > Pages > Add New > set title to “Lost Password” | right hand column > Page Attributes > set Templates to “bbPress – User Lost Password”

    6) Switched WordPress frontpage from the blog to my home/forums page:

    Log in to admin > Settings > Reading > Front page displays > Clicked “a static page…” > set front page to “Home” (and left posts page blank)

    7) Allowed New Users to Register

    Log in to admin > Settings > General > Under Membership I checked “Anyone can register”

    8) Created and Modified my header, footer, and sidebar files:

    All theme modifications MUST be done within the wp-content/plugins/bbpress/bbp-themes/bbp-twenty[???] folder and not the folder you just copied to the wordpress theme folder as bbpress will only read files within in it’s own local plugin (see #3).

    The theme doesn’t come with these files installed, so copy them from another theme like twenty[???]:

    wp-content/themes/twenty[???]/header.php to wp-content/plugins/bbpress/bbp-themes/bbp-twenty[???]

    wp-content/themes/twenty[???]/footer.php to wp-content/plugins/bbpress/bbp-themes/bbp-twenty[???]

    wp-content/themes/twenty[???]/sidebar.php to wp-content/plugins/bbpress/bbp-themes/bbp-twenty[???]

    I then stripped them to my satisfaction making sure to keep WordPress’ header action hook, wp_head();, and then styled them accordingly.

    One of the things I added to the header.php was my menu and such:

    <?php

    $text .= '<options>';

    if(is_user_logged_in()) {

    global $current_user;

    get_currentuserinfo();

    $text .= 'You are logged in as '.$current_user->display_name.'
    Your Profile | Your Topics | Your Replies | Logout';

    }

    else $text .= 'Login | Register | Lost Password';

    $text .= "
    " . get_search_form(false);

    $text .= '</options>';

    echo $text;

    ?>

    If a visitor is not logged in the above menu will show links to the pages I just created in #5, but make sure that the page_id matches the correct page. You can do this by checking the Permalink of that page:

    Log in to admin > Pages > All Pages > select the page your interested in > notice the page_id in the permalink & make sure it matches in the header file.

    If a visitor is logged in, it will show who you are logged in as, give you a link to:

    your profile (/wp-admin/profile.php)

    your profile (/wp-admin/edit.php?post_type=topic)

    your posts (/wp-admin/edit.php?post_type=reply)

    and a link to logout ( wp_logout_url() )

    This menu will then print a search form.

    9) Installed Search bbPress plugin:

    Log in to admin > Plugins > Add New > search for “search bbpress” > Install Now

    If you don’t do this, wordpress’ search form won’t search your forums.

    10)wordpress avatars & bbPress Avatars:

    As of 2012-01-19, the latest version of WordPress (and therefore bbPress) has Gravitars support built in. So, if you sign up at https://en.gravatar.com/site/signup, you can associate an email address with your avatar. And if you also use that email address as the one you used for your wordpress/bbpress account then bbpress and wordpress will automatically show that avatar associated with the email address you supplied to gravitar.

    Simple Local Avatars:

    If you’re like me, you don’t want to force your visitors to sign up with gravitar, so the simplest avatar solution I found was to install the “Simple Local Avatars” Plugin:

    Log in to admin > Plugins > Add New > search for “Simple Local Avatars” > Install Now

    An avatar section will now display at the bottom of your profile page at /wp-admin/profile.php

    11) Consolidating bbPress profile pages

    bbPress gives you the choice of editing your profile in two places, but since avatars only show up at /wp-admin/profile.php and not index.php?bbp_user=[???]&edit=1 we will consolidate the profile editing to just /wp-admin/profile.php . To do this, we add the follwoing code to the end (but before the ?> ) of the wp-content/plugins/bbpress/bbp-themes/bbp-twenty[???]/functions.php file:

    add_filter('bbp_get_user_edit_profile_url', 'my_bbp_get_user_edit_profile_url', 10, 0);

    function my_bbp_get_user_edit_profile_url () {

    return "/wp-admin/profile.php";

    }

    This basically overwrites the bbp_get_user_edit_profile_url function whereever it’s used.

    12) I’m done! For now at least. Hope that helps. Those were the things I cared about.

    #111430
    KaitlinB
    Member

    Hi, I’m having this issue too.

    I originally installed this plugin in September 2011 and it was all working fine.

    Today I upgraded to the latest version of WordPress, and also BBPress, and now only admins can view the topics, everyone else gets the ‘Oh bother!’ alert.

    I had an old backup of the old BBPress plugin so I replaced the new with the old, but no change.

    The site I’m using is a staging site, ie it’s not ‘in use’, and I’ve not touched it or tested it since September, so I can’t be certain that the error is due to the WordPress upgrade…though as I mentioned nothing has happened on the site since then so it’s surely not a coincidence.

    #111470
    Anointed
    Participant

    Sure, in settings -> forums check the last option.

    http://screensnapr.com/v/FinWe0.png

    Does require WordPress 3.3 and latest bbPress for this option to show up.

    #111468
    Anointed
    Participant

    If you are using WordPress 3.3 and the latest bbPress (I use the nightly download), then you can turn on the tinymce editor instead of the standard textfield input for creating topics and replies.

    You would then need to grant permission to the different roles that you want to allow to insert images, either via links or the upload system.

    There are user role plugins that can help with this which are actually built for WordPress, but work for bbPress just fine.

    Keep in mind that it’s not usually good practice to allow regular users to upload whatever they want into your media system.

    #110831

    In reply to: Import from phpBB

    DiannaM668
    Member

    Hi OC2PS again, I tried the converter with changing the version to 2.0.2 which matches my BBpress latest version and it did seem to work this time! However, it is weird how you can’t see it doing anything and then after awhile I hit refresh and check and it converted.

    However, I’ve had this problem before and I’m not sure what could be this problem. Everything seems to convert great with users and forum structure, even the forum counts. However, my topics don’t show up within the forums. Within my topics, it shows that they are not connected to any forum. So I have about 500 some pages of topics not attached to anything.

    Do you know or have any idea what I could be doing wrong that is not pulling the topics over to their respective forum??

    I’m so close to getting this!

    I’ve even thought to go through 500 pages of topics and put them in their forums. I am that desperate! But I know better than to work that hard but also I don’t know where these topics really belong or I would consider it.

    Help? :-)

    #106181
    jangles
    Member

    Some constructive criticism, if I may.

    I’ve read about a tremendous interest in using bbpress as a viable forum option. I want to start by saying I’ve been involved in open source for over 15 years myself and the work and dedication here is very admirable (remembering ROI.) People such as myself would be willing to put in some time and effort to make this project work but there are some fundamental things lacking here that give me cause for concern in using bbpress. Virtually all forums I see using are either (a) the most basic customer support, nothing long term discussion/community based, or (b) amateurish sites set up that are chop shop and will be down in a few months. It doesn’t have to be that way. Couple of things:

    1. If it’s not relatively easy, simple or clear to theme bbpress, few will ever use it. Fewer will design themes for it too. And if there isn’t at least a decent, comprehensible system, nobody will use a plugin if it just typically looks like another ratcheted in plugin. Hopefully, this is not the case.

    2. Organization here is a mess. I go to plugins and I see listings from 5 years ago and the top. It’s not easy to figure out what is what here. Documentation is incomplete and I remember having a terrible time installing it too – and I’m not a novice. This is the easy part that scares away many potential users.

    3. Sometimes simple is too simple. Some things should be standard. For example, nobody wants to have to scroll down to the bottom of the page just to post a reply. That’s just one issue that leaped out at me. Sometimes less is just less.

    4. No clear vision here, e.g. the latest blog entry is November 28 2011 and this place feels half deserted. It doesn’t have to be that way.

    5. There needs to be an easier way to navigate the forums on this site. I could care less about a long list of tags I’ll rarely use. I do want that short list of forums in the sidebar or somewhere so I don’t have to click my way back to the home page.

    Just a few pointers. I like this project, would love to consider using it for a large site but the ghost town effect is putting me off a little.

    #41839
    #41790

    Topic: User Role Map

    in forum Troubleshooting
    Mattchewone
    Member

    I have just installed the BBpress plugin for the latest version of WordPress. I cannot see the reply or post new topic functions. I searched the docs on here and it says I need to do a ‘user role map’ but I cannot find this. I have looked through WP Settings > Forums and this is the BBpress settings but there is nothing for user role map. I cannot see where it would be else where.

    Any help is great, thanks!

    Matt

    #111371

    In reply to: Bulk user creation

    Anointed
    Participant

    With your level of expertise that you are describing, definitely use the front-end to import the users. It’s slow, but of course it will work.

    Passwords are a combination md5 + salt, and are rather complicated to automate. Once again, bbconverter does this rather elegantly.

    Pretty much the fastest way possible really is to write a custom script, and if it were me, I’d base it off of bbconverter. If that is beyond your scope, then I wouldn’t bother as by the time you get it figured out, you would probably be done anyhow :)

    If you are talking a huge amt of users, then consider contacting AWJunkies over at bbconverter for a custom quote for the job. He’s a top notch pro at this stuff. He’s not cheap, but then again he’s about as great a coder as you could ever hope to find.

    #110850
    SK
    Participant

    I tried what you suggested.

    At my forums root http://klymene.net/forums/ you will see 2 forums listed – English and Hindi. You will also see that there is an indication of some content under English.

    If you click on English http://klymene.net/forums/forum/english no topics are listed.

    On top of page, you will see error message

    Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in .../wp-includes/class-wp.php on line 201
    Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in .../wp-includes/class-wp.php on line 202

    You can go directly to http://klymene.net/forums/topic/test and see the topic which should be under the English forum. Topic actions like Reply are absent though.

    On top of page, you will see error

    Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in .../wp-includes/class-wp.php on line 201
    Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in .../wp-includes/class-wp.php on line 202

    P.S. In Settings > Permalinks, the setting is

    /%postname%.html

    #41762
    purkleturkle
    Member

    Hello, I would like to create users in bulk is this possible with just bbpress i.e. is there a plugin.

    I have tried to created a csv and imported into PHPMYADMIN and all the data is populated (example below) but when I go into bbpress users to look what has imported it says “Inactive (no role)” next to the user. Is it possible to assign the users a role and where is this stored?

    Also how does the user_pass string work or is this where I am going to get stuck?

    ID,user_login,user_pass,user_nickname,user_email,user_url,user_registered,user_status,display_name

    22,testuser,$P$BQHywh8ariE18rJg0h8preaPL1dd3x2,testuser,testuser@mail.com,http://www.website.com,2010-03-15 00:00:00,0,testuser

    #111196

    In reply to: Theme malfunction

    rpetersn
    Member

    I’m in a similar boat here…have a multisite install, installed bbpress plugin (2.0.2) and all worked fine for awhile, I changed gears to polish up the first phase of the project and now, the forum appears half-baked. The main forum page (/forums) shows the list of test forums, but each forum link appears to just use the page.php template…the install seems to have lost the bbpress templating. Seems like I’ve seen similar issues discussed here on the bbpress forum before…but no solution presented. Can anyone help? thx!

    #41705

    Topic: upgrade error

    in forum Troubleshooting
    LiveFreeOrDie
    Participant

    I just upgraded wordpress to the latest version, then bbpress. This is my first time upgrading bbpress, and evidentially I did something wrong.

    I receive this error:

    Fatal error: Class ‘BBP_Theme_Compat’ not found in /home/username/public_html/wp-content/themes/daily/functions.php on line 501

    I searched google and this site, and was unable to find any information. Where did I go wrong?

    #111032
    Martin
    Participant

    @tnwinn

    Mate, the forum looks bloody great!

    And I see the sue forums are displaying descriptions as well. How did you manage that? Is that due to using some latest bbPress version or something?

    #41695
    OAEErra
    Member

    Hi guys. I know there’s an unread posts plugin for older versions of BBPress – and even BuddyPress – but not the latest version (BBPress 2.0).

    I moved from SMF and since then i’ve learned users are not bothering with our forums as this feature was used so frequently in their navigation habits.

    Is there any way of adding this functionality?

    #41694

    Topic: Viewing forums

    in forum Installation
    indivio
    Member

    I am on the latest WordPress and I installed the new bbpress plugin.

    I created a forum. I made it private so that non-forum participants cannot see it.

    I created a test forum participant.

    I logged into as the forum participant via another browser. The forum participant cannot see any of the forums at all. Unless I make it public.

    (Sorry, I just realized this should be in the troubleshooting forum)

    If I make it public, anyone can see the topics, which I do not want.

    Is there a solution?

    #111260

    I have latest bbPress installation but I get different permalink not like what you said above.

    Sample:

    Page http://themescommunity.com/faqs/

    Forum http://themescommunity.com/ forums/forum/faqs/ -> I don’t have faqs forum this is just a sample. See the “/forums/forum/” that make different url.

    Buy you saying that your http://www.domain.com/gaming/ redirected to http://www.domain.com/forums/forum/gaming/

    Can you provide more details about it, real url maybe. Does it related to your wp permalinks setup?

    #111252

    Before I answer, I have a bbPress forum site that create for some times and I don’t really make it public. So there is no other post than mine and team (and spam that i deleted already). I still manage others projects with other team.

    1 – Are there any anti-spam measures on sign-up? (I just had to enter an email address to register here)

    Yes, I use WangGuard and reCaptcha for bbPress 2.0

    2 – Do you have to have wordpress already installed? (I was thinking of testing bbPress by itself first)

    Yes, because bbPress is a plugin

    3 – When you have wordpress installed, can it load in ‘latest posts from the forum’ in wordpress pages? Such as on category listing pages or actual blog posts.

    Yes, sample:

    Newest topics at http://themescommunity.com/newest-topics/

    Newest post … no idea yet since I don’t need it for now.

    4 – Is bbPress server efficient? vB has always been good on that front.

    vB still the best choice if you want the best forum IMHO

    5 – Is it easy to customise? The style I will want to port over is at http://www.gameslurp.com

    Yes, but not the same. The feel maybe can be achieve by styles but not the features.

    6 – Does bbPress track unread/new posts? So any new posts can be shown in bold on the forum listing page if they contain new posts since the last visit/page refresh?

    Some modification needed, but no idea yet since I don’t even think about yet.

    Hope satisfy your need, not much but that my little knowledge about bbPress that I can share. I believe others will answer more and detailed.

Viewing 25 results - 6,651 through 6,675 (of 11,580 total)
Skip to toolbar