Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 15,476 through 15,500 (of 32,519 total)
  • Author
    Search Results
  • interlinkusa1
    Participant

    I am facing the same issue. Did you guys try to contact Optimize Press support?

    #117968
    dosch
    Participant

    any news on poll options for bbPress? My members are grumbling πŸ˜‰
    Also doodle-like polling would be an excellent feat to see in bbPress or BuddyPress.

    leanderbraunschweig
    Participant

    @Bart: I just texted you – let’s make this happen πŸ™‚

    Any results will be shared here, so others may benefit. Hang in there.

    2c5designs
    Participant

    Testing something.

    • This reply was modified 13 years, 10 months ago by 2c5designs.
    #117931
    RiGoRmOrTiS_UK
    Participant

    yup your right. as long as there is at least 1 public sub-forum the rest display without issue; regardless of whether they are private, hidden etc…

    .. clearly a code bug in bbpress; will be nice if devs can jump in on this one.

    #117929
    libertux
    Participant

    I have a littel tip, trying to resolve or have an idea about whats hapend i found a littel thing, so, if under your public top level category you have at least one public sub-forum so theres no problems all work fine so the idea is to add a fake sub-forum with a strange name πŸ™‚ and try to hide it using jquery, i dont know if it’s work at 100% but it’s an idea that can help (oh bbpress coder!!!! we hope a littel help from you πŸ˜‰ )

    #117924
    @mercime
    Moderator

    You could add the following to your stylesheet:

    #bbpress-forums ul,  
    #bbpress-forums li a{
        color: #555;
    }
    
    bartleynen
    Participant

    Hi Henning,

    Funny I came across your topic. I’ve been looking for days for a way to integrate bbPress into a memership site using Optimizepress. I was starting to feel kinda lonely as I began supposing I was the only one with this wish.

    I was thinking maybe we could help each other. I think it’s reasonable to assume nobody will come along and help us out here after 6 days. I suppose we’re on our on own on this one. So if you feel like it, you can contact me at bart.leynen(at)gmail.com and we can see if we can mean something for each other…

    Thanks

    Bart

    We can always come back later and post the solution here…

    #117905

    Topic: Newbie question

    in forum Installation
    offduty
    Participant

    I am using WP 3.4.2 & bbPress 2.1.2 at http://oldfiredog.com/

    I am new to WP & bbPress but am learning. I have created the above site and have created some forums but can not seem to get to them while on my site. In edit mode I can choose view though and see the forum on my site. I do have the theme desk mess mirrored in use 2.0.4 I just need to know how to access my forums on my site as I have been able to create them and view them in in dashboard > edit mode > view mode but not on my site. I have changed themes to twenty ten but it does not seem to make a difference.

                                               Thanks Rich
    
                            Thanks Rich
    
    #117898
    matthiaswh
    Participant

    That’s the right place in the file, but the wrong edit. You would replace everything between those curly brackets with “return true;”, so it would look like this:

     function bbp_check_for_flood( $anonymous_data = false, $author_id = 0 ) {
    
        return true;
    }
    

    This does affect a core file in the bbpress plugin, so anytime you update you will have to make this change again.

    I’ll send you an email! I have a love/hate relationship with iMember. It gave us a ton of trouble on our old host, but is working great on Synthesis WP hosting.

    #117890
    jezza101
    Participant

    Hi, I’m struggling a bit to get started with bbpress plugin dev, I’ve managed to write plugins for WP in the past thanks to the WP codex. Looking at other threads I see the advice is to look at the WP documentation or look at examples – I’ve tried both and getting a bit stuck. If anyone has some time to help me get hooked into the API it would be much appreciated – after that I should be able to start creating some cool stuff!

    So my first experiment is to try and update a post within a topic. Looking at the append signature plugin I can see they use the bbp_get_topic_content filter. If I were updating “the_content” in WP I would do something like this:

    function bbp_topic_content_append_text( $content = '') { 
                $content = $content . 'SOME_TEST_TEXT';
    
                        return $content;
        }
    
        add_filter( 'bbp_get_topic_content', 'bbp_topic_content_append_text');
    

    But this doesn’t do anything when I load a topic? Can anyone point me in the right direction? Thanks πŸ™‚

    • This topic was modified 13 years, 10 months ago by jezza101.
    • This topic was modified 13 years, 10 months ago by jezza101.
    #117836

    In reply to: Child/Sub forums

    cocktail5555
    Participant

    Sorry, it’s not letting me post the whole section of the code. BUT, I only need one part of that changed Im thinking.

    #117832
    cocktail5555
    Participant

    How do I change this code so that one of the drop downs lists only the sub forums? Thanks! πŸ™‚

                                 bbp_get_form_topic_forum() ) ); ?>
    
    
    
                                 bbp_get_form_topic_forum() ) ); ?>
    
    • This topic was modified 13 years, 10 months ago by cocktail5555.
    • This topic was modified 13 years, 10 months ago by cocktail5555.
    • This topic was modified 13 years, 10 months ago by cocktail5555.
    #117824
    smiga
    Participant

    jeeni, latest plugin code can be found on https://github.com/pippinsplugins/bbp-mark-as-read

    #117809
    goddess_dix
    Participant

    Thanks so much for all the work on this! My first bbPress, as the plugin makes it more accessible.

    Having an issue with the Fancy Editor. One of my plugins (WP-Amazon) is forcing a button onto the editor for shortcodes. Since the shortcode is turned off and the button breaks the layout, is there a way to force it not to display on forum pages?

    I realize this is plugin specific but my thinking is that it can’t be the only rogue plugin, so if there’s a reasonably easy way of suppressing a particular button, it could help others. Thanks for any suggestions you may offer.

    #117807
    bradsucks
    Participant

    I want to override the bbPress page I get when I go to mysite.com/forums/ with a WordPress page containing bbPress shortcodes but I haven’t been able to get it to work.

    • My WP page slug is ‘forums’ and contains:
      [bbp-topic-index]
      [bbp-topic-form]

    • In my bbPress settings my ‘forums base’ is set to ‘forums’.

    I’ve tried a bunch of other things (like setting the WP page template to ‘bbPress – Forums (Index)’ and deleting archive-forums.php in my theme. Nothing seems to work.

    Also if I change the the page slug & permalink to ‘forums2’ and visit that, it works as intended.

    Any ideas? I’m thinking about an .htaccess workaround but that seems excessively hacky. Thanks.

    #117799
    Todd Lyons
    Participant

    I used these instructions ( http://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/#c-set-up-sitewide-forums-only ) to try to install bbPress. Site is two days old, so all software and plugins are new (and I’ve only added BP and bbP).

    The forums work, but I can’t get a link to show in the header:

    http://unifyyoseikan.org/forums

    I’ve tried many things, including:
    – Reinstalling bbPress several times
    – Deactivating bbPress so the Directories link to connect “Discussion Forums” and the Forums Page can be set, then reactivating bbPress.
    – Keeping or deleting the Forums Page (having it exist prevents forum from working)
    – Kludging, by manually creating a page with a different url (/discuss) which forwards to /forums with the url redirection meta tag.
    – Reading and re-reading the afforementioned instructions, some parts of which don’t make sense to me. e.g.: “Since you are setting up Sitewide Forums only, a) Disable (uncheck) Discussion Forums in the Settings > BuddyPress > Components panel”

    So far the ugly kludge is the only thing that provided both a link in the header and a successful load of the /forums page.

    • This topic was modified 13 years, 10 months ago by Todd Lyons.
    #117795
    RiGoRmOrTiS_UK
    Participant

    Just to add, it almost seems like the form content for bbpress isn’t pushing the div.container margin down for some reason. Is there any CSS code I could add to the bbpress CSS file to force the height of the form to push the div container down to fit?

    Removing what I highlight in the image makes the content visable but when reszing the editor it doesn’t resize the container but this all works like a dream when editing the very first post in the thread which is causing me utter confusion…

    Laughing Cat
    Participant

    ok found a solution

    function my_custom_bbp_stylesheet(){
    
        wp_deregister_style( 'bbp-default-bbpress' );
        wp_enqueue_style( 'bbp-default-bbpress', get_stylesheet_directory_uri() . 'mystylesheet.css' );
    
    }
    add_action( 'bbp_enqueue_scripts', 'my_custom_bbp_stylesheet' );
    
    #117786
    smiga
    Participant

    Downloaded the latest version of code.

    -“Mark all as read” works fine, tried for 439 topics at once, worked fast.
    -“Unread forum topics” under profile seams to be working (initially I had case when new topics did not appeared as unread, but I was not able to repeat and catch exact case how I got it)

    One remark – when user registers new topic or reply and do not wait 10 seconds his own topic appear as unread. Would be good to mark those immediately as read.

    #117751

    In reply to: Importing from phpBB 3

    Buovjaga
    Participant
    #117749
    Stephen Edgar
    Keymaster

    Did you run ‘Repair Forums’ after the import?
    https://codex.bbpress.org/repair-forums/

    Is this the correct URL for your new forums? httpp://elanillounico.com/forums

    #117748
    cocktail5555
    Participant

    Hello,
    I am new to WP and BBpress. Slowly learning the ropes as I play with the software. πŸ™‚

    I have my forums setup like this:

    States
    - Alabama
      - Swap Meet
      - Bulletin Board
    - Alaska
      - Swap Meet
      - Bulletin Board
    - Arizona
      - Swap Meet
      - Bulletin Board
    - Etc.
    

    I am sending users to a page that holds the “Create Topic” block to post directly into one of these forums. Problem is the user only has one drop down menu for selecting the forum to post in. That is a very large drop down list and could be confusing to the users.

    I would like to add a second drop down menu for selecting the sub-menu to post in.

    Example: User gets taken to the create topic page, fills in the information, select their state from drop down menu #1, then selects the sub forum. Press submit and it gets posted in the correct forum.

    How do I go about doing this?

    Please keep in mind that I am new to all of this and detailed directions would be greatly appreciated.

    Thanks SO much!

    #117744
    RiGoRmOrTiS_UK
    Participant

    I’ve got a strange layout issue on my bbpress forums where if you try to edit a “reply” in a topic the page content is cut off by a div; this doesnt effect editing the very first post of any topic however; which is strange because all the code, CSS classes etc look the same. I thought maybe a bbpress reply page used a different template.. but I’m not sure.

    Please see image.

    Link to image with further details

    Certainly hope someone can help as this is driving me nuts and I’ve spent ages getting the rest of bbpress to fit my theme only to discover this bug now πŸ™

    Please help!

    #117741
    castresana
    Participant

    Just tried again and the reply the window gives me is:


    Repair any missing information: Continue

    Conversion Complete

    No replies to convert

    No tags to convert

    Converting topics (47000 - 47999)

    Any ideas? Thanks!

Viewing 25 results - 15,476 through 15,500 (of 32,519 total)
Skip to toolbar