Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 5,626 through 5,650 (of 11,580 total)
  • Author
    Search Results
  • #133803
    Pippin Williamson
    Participant

    Are you able to make a backup of your modifications and then test a fresh install just to ensure it’s not something with your modified version?

    #133798
    Nashwan D
    Participant

    Good version, but it break some tiny things in posting unfiltered HTML and codes snippets, I wish to see bbPress 2.3.2 soon 🙂

    I wonder why you didn’t give us some time to test Changeset 4867 ?!

    #133771
    Kaenim
    Participant

    Edit – Sorry, the latter error was because I missed part of my functions.php code to comment out. Editing accordingly.

    I’ve been using the following code, originally found in my functions.php to change “Key Master” to “Administrator”:`function my_custom_roles( $role, $user_id, $user_role ) {
    if( $role == ‘Key Master’ )
    return ‘Administrator’;

    return $role;
    }

    add_filter( ‘bbp_get_user_display_role’, ‘my_custom_roles’, 10, 3 );`

    Which returns the error: “Warning: Missing argument 3 for my_custom_roles() in /home/kaenim/public_html/test/wp-content/themes/bsky/functions.php on line 216” above my avatar.

    Does anyone know what this “argument 3” is, or how I could modify this code to work in 2.3.1? I’d ask in the original discussion, but it’s several months old and to be honest, I’m simply not aware of what bbPress’ forum policy is regarding reviving old topics; I figured making a new topic would be best.

    #133758
    SuushiPlugins
    Participant

    I’m having the same problem. I just installed the latest forum, but now it gives me permission errors.

    #133724
    Tbermudas
    Participant

    I have installed the update in my tester site and I have lost the visual editor, also the “Ckeditor for wordpress plugin” seems to be not compatible.

    #133682
    jason102178
    Participant

    WordPress Version: 3.5
    BBpress Version: 2.3

    I know this question has been asked alot on how to embed video and add youtube videos, I know how to do this by simply posting the link in the topic…. and it will automatically insert the youtube video…

    But my problem is i want to have a few video tutorials that i want to insert and the mp3 or mp4 files are located on my server, i dont want to upload them to youtube…

    so i was wondering if their was a way to use my own videos, i have already tried inserting the link that points to my server http://mysite.com/video.mp3 and it will not work that way..

    So i tried creating a topic from the admin and use the insert media and it did not work that way , then i tried using a plugin to allow jw player shortcode and it did not work that way either… this is one of the plugins i tried using http://wordpress.org/extend/plugins/bbpress2-shortcode-whitelist/ with no sucess…

    Then i tried adding this code to my functions.php

    add_filter(‘bbp_reply_content’, ‘jwplayer_tag_callback’);
    add_filter(‘entry_content’, ‘jwplayer_tag_callback’);
    add_filter(‘bbp-reply-content’, ‘jwplayer_tag_callback’);
    add_filter(‘entry-content’, ‘jwplayer_tag_callback’);

    this method did not work, it seems almost impossible to add my own video from my server, most the topics are super old 3 to 4 yrs old which really doesnt apply to the latest version of bbpress since so much of the code has changed, if someone could help me out or point me in the right direction i would appreciate it…

    I am not trying to let my users be able to use shortcodes as i read they are a security risk and i am not trying to let my users be able to upload or use their own videos from a strange server..

    I just want to be able to use my own videos instead of using youtube.

    #133681
    Thrifty T
    Participant

    I recently installed bbpress on my site (great plug-in, by the way). I’m currently working out the kinks.

    One of my biggest problems is that the search function doesn’t work. See http://www.churchofficehelpdesk.com/test where I’m using the shortcode. I’ve used words that I know are on the site. Not only do they not show up, but “sorry, no results were found appears multiple times on the results page.”

    Thanks for any help!

    #133678
    JeffreySummers
    Participant

    Just nstalled plugin and activated but when I click on “settings” it takes me here http://shgww.com/wp-admin/options-general.php?page=bbpress which is a blank white page…???

    Latest versions of everything.

    #133645
    Tbermudas
    Participant
    #133609
    Thrifty T
    Participant

    I’m having the same issue when trying to register an account.

    http://churchofficehelpdesk.com/test/

    #133608
    Thrifty T
    Participant

    I am new to bbPress. I’ve installed everything and need help with styling.

    I have created forum categories as well as forums. http://churchofficehelpdesk.com/test/

    Currently the forums under the categories all clump together on one line. I’d like to add each forum to a separate line with a description underneath. (Similar to this – http://d.pr/i/EeZu)

    Any help would be appreciated.

    #133539
    ArcticFritid
    Participant

    When i have bbPress 2.3 enabled i get this error in my feeds:
    Warning: Illegal offset type in /home/XXXXX/public_html/wp-content/plugins/bbpress/includes/common/functions.php on line 1503

    I am using WP 3.5.2 and have tested without any plugins enabled, as soon as i enable bbPress 2.3 the error appears.

    My site is at http://www.arctic-websolutions.com

    Is it possible that because i use an array to call several posttypes for my feeds this conflicts with bbPress 2.3, any idea?

    Thanks

    #133535
    Corinthian72
    Participant

    I’m trying to get current forum id in header.php file of my theme with function bbp_get_forum_id(), but it always returns empty result.

    What am I doing wrong?

    P.S. I’m using bbPress 2.3 plugin installed on latest version of WordPress.

    #133527
    Rachel Biel
    Participant

    I need help making a couple of changes in how my forum looks.  I’m using a Parallelus theme (Salutation) and they have not updated their theme yet to the latest buddy/bbPress changes.  I asked for help on their forum (as to the styling) and they said that the theme just uses the basic bbPress layout.  I’m using bbPress 2.3, Buddypress 1.7.

    Here is how the forum is laid out: http://www.tafaforum.com/user-groups/dyes/

    I want the title of the discussion to basically change places and size with the text underneath it describing the topic and where the forum is.  I can barely see what the forum name is and if we have an avatar, we sure don’t need a big name in bold.

    I would assume that the same changes would affect the Activity Streams: http://www.tafaforum.com/activity-streams/

    Here’s the catch: please spell it out for someone who can’t code.  I wish there were a plugin that I could use or shortcode…  Is this something that I will have to change everytime there is an update with the theme?

    Well, hopefully someone can point me to a permanent solution as this one is far from useful.  Thanks!

    #133506

    In reply to: update 2.3 problems

    kannued
    Participant

    I guess it is NOT the latest posts, which is wp, but the lasts topics of bbpress that used to be listed instead of the forum summary page.

    #133501

    In reply to: update 2.3 problems

    kannued
    Participant

    When I removed the bbpress Moderation, nothing happened.

    Thanks for the link on hiding the bbpress search box, Jared.

    Now, all I need is to get my latest posts back on my front page.

    #133496

    In reply to: update 2.3 problems

    kannued
    Participant

    In my index.php, I eliminated the shortcode “ which got rid of the Oh bother! No topics were found here!

    In my index.php, I do have the shortcode

    If I eliminated that, would the front page show the latest posts?

    #133495

    In reply to: update 2.3 problems

    kannued
    Participant

    Previously only the wordpress search was on the page on the left side column. I thought that would be sufficient to search through bbpress posts especially with the plugin that I have, see below. I would like to disable the bbpress search box.

    My plugins are bbpress, bbpressmoderation, bbpress topics for posts, en Spam, search bbpress 2.0, and wanguard.

    Here is my link. http://www.canadianbookclubs.com/forums2/

    Where you see the forum summary section, it used to be the latest posts.

    #133491
    kannued
    Participant

    I updated bbpress. Never had problems with the previous updates. Now, I have the following problems on my front page:

    Oh bother! No topics were found here! (why has this appeared? Comes from div id=”bbpress-forums” and div class=”bbp-template-notice”

    Even though my front page is checked for latest posts. It is now showing my forum summary page. Why is bbpress plugin superseding the wordpress of only showing latest posts?

    I never changed anything in bbpress files.

    #133484
    Klaas Koopman
    Participant

    Hi All,

    I am working on bbpress on my new site, so it works together with buddypress. But I really hate the way the url structure looks on the forum.

    now it’s forums/forum/test and I changed that already to forum/subject

    But now when I look at a topic, it’s /topic/post instead of forum/subject/post.

    Any way to fix this? I did find some guys talk about a nicer permalinks plugin, but when I click that link I keep getting back to a post about it on this forum…

    I got the latest install of wordpress, buddypress bbpress

    #133475
    Sami Keijonen
    Participant

    For now I pulled back 2.2.4 on live site. I run some more tests what’s going on and let you know if I find anything.

    #133438
    ianhaycox
    Participant

    Hi,

    There is a development version at https://downloads.wordpress.org/plugin/bbpressmoderation.zip with a fix for the hidden topics/replies.

    Unzip the download and replace /wp-content/plugins/bbpressmoderation

    I’ve only done limited testing as I’m not a bbPress user anymore – so feedback appreciated on the changes.

    Thank to @netweb for the pointer – I’ve followed JJJ advice to use a posts_where filter to add the pending status so moderated topics and replies are included in the query.

    It’s a real ugly fix (see the source comments for details), but hopefully it should get you through until moderation makes it into bbPress for real.

    Ian.

    #133390
    ubound
    Participant

    Hello everyone,

    bbPress Moderation plugin breaks the latest version of bbPress 2.3, so I had to uninstall it. But I can’t stay without moderation, I’ll be spammed to death. Can anyone suggest another moderation plugin that works with the latest version of bbPress?

    Thanks!

    #133382
    dhruwal
    Participant

    Hello i did a fresh setup of latest version, and even though i have sub forums and 1 of the sub forum even has post in it. Though on main page of forum, it shows as 0. Even the parent forum shows as 0 topic.

    Any way to fix it?

    URL: http://www.facesilike.com/forums/
    This Forum has topic: http://www.facesilike.com/forums/topic/megan-fox-pregnant-bikini-kona-hawaii-vacation-pictures/

    #133378
    kraigg
    Participant

    @ovizii

    How I got it working was to set the Forum Role for all existing users (non-admin) to ‘Participant’. I did this in Dashboard > Users > All Users, then found the users that had no forum roles. Once I changed these users to ‘Participant’ they were then able to post again.

    To automate this process, I set ‘Participant’ as the default forum role for users. I did this in Settings > Forums
    “Default user role”: Participant
    “Auto role”: (tick) Automatically assign default role to new, registered users upon visiting the site.

    However I think this problem may have been fixed in the latest bbPress

Viewing 25 results - 5,626 through 5,650 (of 11,580 total)
Skip to toolbar