Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 33,176 through 33,200 (of 64,516 total)
  • Author
    Search Results
  • #42236

    hi,

    please how can i add a new loop template ?


    explication :


    in :

    <?php if ( bbp_has_topics() ) : ?>

    <?php bbp_get_template_part( ‘bbpress/loop’, ‘topics’ ); ?>

    <?php else : ?>

    it load the template : loop-topics.php

    exemple i need to do a copie of this template : loop-topics2.php

    i will use :

    <?php if ( bbp_has_topics() ) : ?>

    <?php bbp_get_template_part( ‘bbpress/loop’, ‘topics2’ ); ?>

    <?php else : ?>

    but i do not work !

    thetalltree
    Member

    I was able to display website address in the profile by adding the following code to the ‘user-details’ file: (located under ‘bbpress > bbp-themes > bbpress > user-details.php’)

    <?php echo bbp_get_displayed_user_field( 'user_url' ); ?>

    But I am not able to do the same to display a user’s yahoo messenger, gtalk and AIM handles.

    Also is there a way to display a user’s facebook page?

    #111834
    Martin
    Participant

    When you find something that actually works properly with bbPress, please do let us know.

    #110509
    Martin
    Participant

    Can I ga confirmation that the next version release of bbPress is going to try its darndess to work with my commercial WP theme so I (hopefully) don’t have to bother with all the hacking I look like I need to do, at the current moment?

    That would certainly be a total godsend if that’s the case. Anyone confirm this as well as successes with commercial themes too?

    And lastly, what’s the release roadmap on 2.1?

    Grabinark
    Member

    I’ve recently added the elegant and hugely popular (2 million+ downloads) Lockerz Share button (links to Facebook, Twitter, etc.) to my WordPress site and it’s doing a splendid job on pages and posts, but sadly it’s mucking up my bbPress forum page something horrible, with the button appearing underneath the name of each forum and double-spacing everything in the process. I built the page using the forum-index shortcode.

    Having a share button in this location (or rather having multiple buttons, one per forum name) makes little sense as few people will want to share the name of a forum, so I’d like to remove it.

    The Lockerz readme file tells one that to remove a button from individual posts and pages: “Insert the following tag into the page or post (HTML tab) that you do not want the button to appear in: <!--nosharesave-->

    I’ve tried adding that tag (without the quotes) to the top of my forum page using the HTML editor, but it don’t work (the share buttons still appear under each forum name), so my question is: Can someone tell me the bbPress page or file name to which this tag should be added?

    I realize this is a bbPress support forum and not one for Lockerz, but on the off-chance another bbPress user has come across the same problem I thought I’d ask (I would have started with a Lockerz forum, but there doesn’t seem to be one).

    If I can’t solve this problem I’m going to have to ditch the Lockerz share button and replace it with something that works better with bbPress — suggestions welcome.

    Here’s the button I’m using: http://share.lockerz.com/ .

    #42231
    Valen2258
    Member

    Hi, I successfully installed BBPress 2.0.2 to my wordpress site using the plugin. I got the forum to work, however, I’m trying to change the theme and I don’t know how. The default BBPress Twenty Ten theme isn’t working, it says it’s broken, maybe that’s because I’m using XAMPP and localhost? In addition, in my wordpress dashboard, it says Theme is using default bbPress styling, but there is no option THERE to change it. Rather, I was trying to change it in the Appearance tab, but no matter what I did i could not get one of the themes I wanted to show up in that tab.

    I want to be able to use themes from http://bbshowcase.org/forums/view/available-themes , are these outdated or can I still use them? I’m not exactly sure if my file structure is right, is the base directory for bbpress xampphtdocsmy site namewordpresswp-contentpluginsbbpress ? And do I need to learn how to make child themes? I just want to be able to use the really nice themes from the above site on mine. Thank you kindly for any help.

    #42230
    charley777
    Participant

    First of all very sorry if the answer to this has been posted already. I’ve been searching hard, honestly.

    I’m no programmer and just flying by the seat of my pants with this bbPress plugin.

    I initially installed the bbPress 2.02 plugin without a problem. I wanted to import my small forum from the stand alone (1.something). I started according to instructions but while de-activating present plugins I got the “white_screen”.

    Obviously a plugin problem I renamed the plugins folder, made a new one, and figured I would re-install compatible plug-ins.

    When trying to re-install bbPress and Akismet (most noteably) I still get the dreaded white screen when activating. Essentially there are several plugins, including bbPress, that I cannot seem to use anymore that certainly should be compatible.

    I was using the bbp-twentyten theme at the time of the first white-screen when de-activating plugins. Not being able to activate bbpress 2.02 doesn’t bring in bbp-twentyten as an option anymore either.

    Sorry I’m not being more specific but I’m really no programmer. I would hire one if I could afford it.

    Any help is MOST appreciated. Thank you!

    #111821
    upacific1862
    Participant

    Hi,

    I reinstall BBpress but all is the same. If I´m an admin user all is ok. But others users no show anything.

    All is public in BBpress configuration.

    “Oh bother! No topics were found here!” is the return message.

    Now I don´t have activated slug.

    Regards,

    Alex

    #110508
    DavidK
    Member

    Hi there,

    I really need a forum plugin that will work in a WP multisite environment. bbPress is one of the few that I’ve tried that works, but my Theme is not compatible.

    I also need a forum that if one ‘attaches’ a post that includes a featured image, that that image appears in the forum. bbPress seems to do that.

    I’m using Atahualpa from BFA which I like because there is a very good interface to customize it with many many options.

    I do not have the programming skills to do a lot of changes or writing of code from scratch, but I can certainly follow clear directions.

    It’s really too bad that there doesn’t seem to be a bbPress interface for changing the look … Currently it’s using the default, which divides the presentation page 50% for user info; 50% for content…. Not really work’en.

    Is there a plug-in that will give me a CSS menu to edit or a way to modify the template without being a programmer?

    I would also like to be able to ‘turn-off’ the bbPress profile, since I would prefer that folks simply use the WP profile and not have to do stuff over again.

    Can you help??

    I can give you access to: masterclasses.icp.edu if it would help.

    Thanks…

    #111015
    highexistence
    Participant

    Bump

    #111824
    gplana
    Participant

    I have also renamed wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/single_topic.php and the page still loads, so maybe it’s not this the correct file for this ?

    #42213
    gplana
    Participant

    Hi.

    I have installed bbPress on my WordPress and I’m trying to personalize it.

    I have already personalized the forum page (where list of topics appear) by editing file wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/bbpress/loop-single-topic.php and it worked well.

    However, I can’t personalize the topic detail’s page. I thing the entry point here is wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/single_topic.php so I added some html code in there but it doesn’t appear (even on the html code that navigator gets) when clicking on a title on the topic.

    I’m stuck. Can anyone give me a clue ?

    Thank you.

    #42212
    upacific1862
    Participant

    Hi,

    I have a title big problem.

    If I am a visitor:

    Main forum webpage they can see 2 posts in one categories.

    http://www.mundoferroviario.com/forums/

    Well, if I push this category, Información general, return me “No posts available”, no themes here.

    All categories in bbPress are public but to publish is necessary to sign up. But not for reading.

    If I´m a registered user:

    Give me the same error and I have the possibility to add a new post.

    If I´m a admin user:

    All is running normally.

    I see all options in forum but I can see the solution of this problem.

    Please can somebody help me?

    Regards and thanks,

    Alex

    #110506
    drsim
    Member

    any idea when 2.1 is going to release?

    #107402
    drsim
    Member

    can i use the reply short code in the place of wordpress comment ? i am running bbpress as plugin.

    thanks

    #42198

    Topic: Intro text to forums

    in forum Themes
    robgnyc
    Member

    Is it possible to add some intro text to the forum archive page? I’ve set up a custom page called Discussions (client like that more than forums) by creating a page and setting BBpres to use that page slug.

    What I’d like to do is enter some intro text however if I enter it under the page in WordPress it doesn’t come through. I tried adding <? the_content() ?> on the archive-forum.php page that I pulled into my theme here:

    <h1 class=”entry-title”><?php bbp_forum_archive_title(); ?></h1>

    <? the_content() ?>

    <div class=”entry-content”>

    <?php bbp_get_template_part( ‘bbpress/content’, ‘archive-forum’ ); ?>

    </div>

    But that seems to pull the content from the last listed forum.

    Any way to do this?

    #110505

    Is there a search option in bbpress?

    #111818
    dansaa
    Member

    You’re a genius. I had a page called forums for another plugin I tried. I deleted it but it was still in my trash. Once I deleted it permanently, the /forums/ link called for my bbpress instead of the trashed page!

    Thanks!

    Chelsea

    #111819
    ben_allison
    Member

    I should note, the error was being spit out by bbpress… this isn’t a general WP question.

    #42208
    ben_allison
    Member

    I tried to enable file caching, but I get an error from bbpress:

    “Call to undefined function wp_cache_add_global_groups()”

    I’m not trying to cache bbpress per se, I just want to cache my entire wp site that bbpress happens to be on.

    Is there a better method than adding define( ‘WP_CACHE’, true ) and object-cache.php?

    #42207
    dansaa
    Member

    My first post was marked as spam, not sure why. Maybe because I posted links to my forum??

    Anyway, I’ll remove the links. This is what my post said:

    Hey there! I just installed the bbPress plugin on a site I have been assigned to at work. Unfortunately, nothing is showing up at the index for the forum:

    [link]

    But when I link directly to a category, you can view what’s under that category:

    [link]

    Got any ideas? Thanks in advance for your help!

    #42204

    Topic: Son of a…

    in forum Troubleshooting
    Baichi
    Participant

    I deactivated bbPress without thinking because I wanted to try something and now I can’t use my site, have a beautiful white screen of death, I’m guessing it’s due to my having the bbpress integrated theme as active without the bbpress plugin being active…

    Anyone know how to fix this!?

    Nevermind, I panicked. Removed all themes except default and reset itself.

    #110504

    How can I get it to work with a WPzoom template?

    #42200
    Baichi
    Participant

    Is it possible to find out where certain shortcode is in the actual bbpress code? In particular I”m thinking the code for bbp-topic-index.

    The styling must be in the a file somewhere yeah? So why not have some sort of file map or layout so people could get in and play with it a little at their own peril?

Viewing 25 results - 33,176 through 33,200 (of 64,516 total)
Skip to toolbar