Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 17,501 through 17,525 (of 32,506 total)
  • Author
    Search Results
  • #108302

    In reply to: bbPress Language Files

    amirsaam
    Member

    Nope @Vayu. He mean bbPress language not theme or plugin.

    Language files must upload in a directory in bbPress root called my-languages

    (Also you must look at the post date: 1 month ago!)

    #100434
    amirsaam
    Member

    @BJ

    Yeah dude it’s StandAlone version not the bbPlugin.

    I think @ootes worked on it very much

    I work on Persian bbPress support site, I would like to have some discussions with you @BJ :) Can you gimme your mail address?

    #105534
    amirsaam
    Member

    @BJ

    Yeah dude it’s StandAlone version not the bbPlugin.

    I think @ootes worked on it very much

    I work on Persian bbPress support site, I would like to have some discussions with you @BJ :) Can you gimme your mail address?

    #109236

    In reply to: Hosting

    Jonathan
    Member

    If your website is really utilizing 150GB’s of bandwidth per month, moving to another shared hosting provider, such as HostGator, unless to a dedicated, won’t do much good.

    1). What are you currently hosting your website on and with who?

    2). If you’re on a VPS or Dedicated Server:

    – – 2a). What are the specs? (i.e. CPU, RAM, etc)

    – – 2b). Have you attempted to optimize Apache/MySQL?

    – – 2c). Are you running any sort of caching plugin or OP-Code Cache (i.e. APC, xCache, etc)?

    The more details you can provide the better :).

    #40144
    Jonathan
    Member

    We’re using WordPress 3.2.1, BuddyPress 1.5, and bbPress 2.0 and seem to have run across an issue with the forum home permalink not being correctly set, or so it seems. Perhaps I’m missing something :). Any help is greatly appreciated!

    The Code

    We’re attempting to simply output the basename of the permalink and use that in an IF/ELSE statement using the following to generate:

    <?php

    $gettheslug = basename(get_permalink());

    ?>

    The Problem

    For the purpose of this post, we’ll say that we have bbPress set to http://site.ext/community/. We need to grab ‘community’ from the URL, which is what the code above ‘should’ do, but doesn’t. Instead, it’s grabbing the basename for the last forum we created and continues to update as we create new forums/categories.

    To get the basename, we’ve simply echo’ed out $gettheslug in the header. This works for all other areas of the website, except with the bbPress portion which is what’s so confusing :).

    Perhaps we’re doing something wrong, perhaps I’m doing something wrong. As above, any help is much appreciated.

    #108431
    darkvander
    Member

    Ok Guys, I had the same problem.

    As John James said, it’s a theme problem

    I my case the value of modest_archivenum_posts = 5 and now =50 :) and that way my trouble is gone.

    I hope you can find your solution

    Adios Amigos

    @darkvander

    #109348
    Anointed
    Participant

    I think now that BBPress is final and out in the wild, I expect to see a number of plugins starting to hit the market quite soon. The code is a dream to work with and so easy to extend. JJ really rocked this release.

    #109207
    Brad Williams
    Participant

    Got the download, thanks man!

    I’ll be sure to not blow anything up in the process. We’ll work on MyBB so we can hopefully get it included in future version.

    I’ll keep you posted ;)

    #109315
    Jaja..
    Member

    Just curious is it this PHP code that handles the Sticky and Closing class?

    <?php bbp_topic_class(); ?>

    I was building a new forum layout and my new layout is based on lists

    < ul >

    < li > instead of tables thats why i prob. deleted that php code.

    My stupid mistake here.

    #40139
    Probocop
    Member

    Hi,

    On the site I look after I’m having an issue of forum posts coming out blank. If I look at the database rows for the blank posts, they all have <br /> as the post_text.

    I have not managed to replicate the issue myself, nor see any pattern as to why it’s happening.

    I’m using:

    WordPress MU 2.9.2

    BuddyPress 1.2.3

    BBpress 1.0.2

    Any idea what could be causing it?

    Thanks!

    #109314
    Jaja..
    Member

    Oo gosh..

    :)

    I think i have a different bbPress plugin. Are you sure there is no fake ‘Made’ in China bbPress plugin on the market?

    Maybe it’s time for me to test my bbPress plugin on a single WP install because i think all my functions not working has something to do with me being on a Multisite install.

    #109319

    In reply to: Where is my Forum?

    Jaja..
    Member

    I think if you name that Forum page:

    page-front-forums your forums will be visible.

    If not you can add [shortcodes] to that page to load some parts.

    Look at the Sticky section above where it says Shortcodes.

    #40135
    Jaja..
    Member

    I know bbPress is all about basic, clean and minimalism code but not adding an unique class or ID to a sticky topic or a closed topic is a huge missing part i think.

    (the function works just no way to style it)

    Will the bbPress (2.+) version be the same as the bbPress (1.0) version?

    Without 25 different must have plugins is just not worth installing it?

    Don’t get me wrong, i love the option to add plugins that can make bbPress do more advanced functions, but a feature like sticky and closed topics should be styled in the core files not by a plugin.

    Not talking about lock icons , stars icons and different forum icons just a light gray or green background would be nice to have out of the box.

    #108938
    anamariav
    Member

    Now using bbpress 2.0.

    One last shot to see if someone could help me out with this, as I still am stuck.

    Thanks.

    #109049
    David Dean
    Member

    Let me help get this going by adding what I know from building the bbPress Topics for Posts plugin:

    1) Yes, it works perfectly even without BuddyPress.

    2) Having a post on one site and the forum on another will probably NOT work. Forums and topics are considered posts themselves, and those are per-blog. Anything is possible, but that would be messy.

    5) This isn’t too hard, but takes a little trickery with the bbp_has_replies_query filter. It’s a feature of the plugin if you want to take a look to see how it’s done.

    #109044
    WebEndev
    Member

    If you don’t know of a way… it doesn’t exist then :)

    Thanks!

    #109043

    Currently with bbPress there is no way easy do that, unfortunately – at least not that I’m aware of! :P

    #109042
    WebEndev
    Member

    Hi Jared,

    That will definitely help :)

    I was actually referring to a Forum *only* search, and not sight wide using the site search. Most forums have this feature.

    Thanks

    #109041

    Check out http://gist.github.com/1243500

    As mentioned, you are going to have to do some poking around in order for the results to be returned in an orderly fashion :)

    #109309
    Jaja..
    Member

    I have no idea how to change that.. (PHP isn’t my game)

    I’ve got the same problem. Thats why I think that the bbPress (team) is still working on it.

    I found this inside: (theme) > bbpress > user-details.php

    <?php if ( bbp_is_user_home() || current_user_can( 'edit_users' ) ) : ?>

    After that comes the Edit link but that PHP IF statement isn’t working correct.

    bbPress is still very Glitchy if you ask me.

    Lots of Glitch i don’t understand.

    #109135

    In reply to: Seperate Forums

    amirsaam
    Member

    @BJ

    I CAN SAY WOW! What a fantastic skills that coder had! It looks like used BuddyPress too, nah?

    I just worked with Stand-Alone versions but that is so fantastic! I hope @JohnJamesJacoby write a better doc than now for us :)

    #40120
    Jaja..
    Member

    On my homepage i show the forums and behind that the last topics and last replies.

    This shows the Avatar of the last person active on a topic (replies):

    <?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 32, 'type' => 'avatar' ) ); ?>

    Very cool, and works.

    But now i would also like to call for the authors (topic starter) avatar of the last topic on a forum.

    So i tried this but nope :(

    <?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_topic_author_id(), 'size' => 32, 'type' => 'avatar' ) ); ?>

    It gives me random avatars from everybody. :(

    #109203
    Ed
    Participant

    thanks :)

    #109256
    Razva
    Participant

    Thanks for your reply, much appreciated!

    Is there any way to “force” BBpress keep it styling? We really can’t change the theme… :(

    #109223
    Ravi
    Participant

    I am using bbPress 2.0 plugin version and could not find a file called loop-single-reply.php

    I could find a single-reply.php and it had a code like

    <td class=”bbp-reply-author”><?php bbp_reply_author_link( array( ‘type’ => ‘avatar’ )

    I tried adding ‘size’ => 100 to this but did not work.

    We are also using BuddyPress inside the site and guess the avatars are loaded from BuddyPress.

Viewing 25 results - 17,501 through 17,525 (of 32,506 total)
Skip to toolbar