Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 38,276 through 38,300 (of 64,515 total)
  • Author
    Search Results
  • #105387

    In reply to: hello!!!

    Hi Bryan. Looks like you just registered here a few seconds before posting this. Giving you the benefit of the doubt that you’re not spam. Welcome to bbPress.org. :)

    #100271
    Razva
    Participant

    Well I’ve switched to Vanilla. I can’t spend so much time configuring/tweeking a simple thing. I just needed a…forum…

    #105371
    Razva
    Participant

    Well I’ve switched to Vanilla. I can’t spend so much time configuring/tweeking a simple thing. I just needed a…forum…

    #99312
    bryzo
    Member

    If your community is growing, then you might want to consider a VPS (Virtual Private Server).

    #104412
    bryzo
    Member

    If your community is growing, then you might want to consider a VPS (Virtual Private Server).

    #100161
    GYNGA
    Member

    Thanks Gautam

    #105261
    GYNGA
    Member

    Thanks Gautam

    #100284
    zaerl
    Participant

    For the sake of God please make my post a sticky. I have posted the link above +20 times.

    https://bbpress.org/forums/topic/tons-of-depreciated-errors#post-70000

    #105384
    zaerl
    Participant

    For the sake of God please make my post a sticky. I have posted the link above +20 times.

    https://bbpress.org/forums/topic/tons-of-depreciated-errors#post-70000

    #99310
    Daaaaaave
    Member

    It really depends on what traffic you think you’ll get. How many in your closed community?

    #104410
    Daaaaaave
    Member

    It really depends on what traffic you think you’ll get. How many in your closed community?

    #70740

    In reply to: bbpress vs phpbb

    Daaaaaave
    Member

    My main problem was getting my worpdress to look like my phpbb. After spending about a month on my phpbb i scraped it and went to bbpress as users find your forum alot more legit if it fits into your whole websites theme

    #70739

    In reply to: bbpress vs phpbb

    trusktr
    Member

    bbPress is pretty awesome it seems!!

    #38269

    WP 3.1.1

    BBpress 1.0.3

    I have just set up BBpress to work with a test blog I am running on my local machine using xampp. During set up I went through the integration process so that both would share the same login info.

    The WP install is at localhost/name

    the BBP install is at localhost/name/bbpress

    When I go to the forum the top of the page displays the following

    Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesbackpresspomomo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesfunctions.bb-l10n.php on line 484

    Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesbackpressclass.wp-taxonomy.php on line 581

    When i try to access the Admin section I get the same plus

    Warning: Cannot modify header information – headers already sent by (output started at C:Program Filesxampplitehtdocsgrad2gamebbpressbb-settings.php:186) in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesfunctions.bb-pluggable.php on line 232

    #95155

    @ricardouk – Gautam’s got it a little backwards. It means that if your existing WordPress theme *DOES NOT* have add_theme_support( 'bbpress' ); in its functions.php file (or anywhere else) that bbPress will attempt to fill in the missing template files on its own with a default set of CSS rules.

    For example, for themes that do not *explicitly* say “yes I have bbPress template files” bbPress will still attempt to work it out for you. Say you purchased a theme from StudioPress which doesn’t come bundled with any bbPress template files for forums, that’s okay. When you visit a single forum or single topic, bbPress intercepts the request and serves up a default template that looks like a forum or topic. :)

    In other words, do not use add_theme_support( 'bbpress' ); unless your custom theme has a “/bbpress” folder that has the necessary files that bbPress expects to be there.

    #95154
    caneblu
    Participant

    JJJ this is a wonderful gift!

    #100280

    In reply to: Facebook LIKE Plugin

    JamesLaFleur
    Member

    vruttiimehta- Did you google “Facebook Like Button wiki” and paste the results…

    … whats with this douche response… and how is it relevant to this bug with a the Facebook Like plugin for bbPress….

    Obvi we all know what a like button is… and most devs prob know the details and much more then you wrote….

    Thanks for spamming my thread but we really do need a resolution to this problem and dont have time to care about your google definition…

    #105380

    In reply to: Facebook LIKE Plugin

    JamesLaFleur
    Member

    vruttiimehta- Did you google “Facebook Like Button wiki” and paste the results…

    … whats with this douche response… and how is it relevant to this bug with a the Facebook Like plugin for bbPress….

    Obvi we all know what a like button is… and most devs prob know the details and much more then you wrote….

    Thanks for spamming my thread but we really do need a resolution to this problem and dont have time to care about your google definition…

    bryzo
    Member

    You will need to do some coding and create your own theme.

    Hint: Take the header and footer segments of your WordPress theme and place them in the header.php and footer.php segments of the bbPress theme that you selected to wrap your design around the bbPress theme you selected.

    bryzo
    Member

    You will need to do some coding and create your own theme.

    Hint: Take the header and footer segments of your WordPress theme and place them in the header.php and footer.php segments of the bbPress theme that you selected to wrap your design around the bbPress theme you selected.

    me too….my forums don’t work at all. I get this weird code:

    $bb->custom_user_table = ‘wp_users’; $bb->custom_user_meta_table = ‘wp_usermeta’; $bb->uri = ‘http://intranet.kki.org/school/social/wp-content/plugins/buddypress/bp-forums/bbpress/’; $bb->name = ‘ Forums’; define(‘BB_AUTH_SALT’, ‘put your unique phrase here’); define(‘BB_LOGGED_IN_SALT’, ‘put your unique phrase here’); define(‘BB_SECURE_AUTH_SALT’, ‘put your unique phrase here’); define(‘WP_AUTH_COOKIE_VERSION’, 2); ?>

    whenever I try to start a forum

    me too….my forums don’t work at all. I get this weird code:

    $bb->custom_user_table = ‘wp_users’; $bb->custom_user_meta_table = ‘wp_usermeta’; $bb->uri = ‘http://intranet.kki.org/school/social/wp-content/plugins/buddypress/bp-forums/bbpress/’; $bb->name = ‘ Forums’; define(‘BB_AUTH_SALT’, ‘put your unique phrase here’); define(‘BB_LOGGED_IN_SALT’, ‘put your unique phrase here’); define(‘BB_SECURE_AUTH_SALT’, ‘put your unique phrase here’); define(‘WP_AUTH_COOKIE_VERSION’, 2); ?>

    whenever I try to start a forum

    #38265

    I’ve created a multi-use blog site for our Intranet and would like to have the Forums functing working. Unfortunately, this is what happens when I try to start a forum or put allow forum into a group:

    bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can re-install (I did this)

    NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.

    As you can see, I’ve tried the re-install, which I have to do manually as we have all sorts of blocks on our server. That did not help and I received the following when I try to start a forum:

    $bb->custom_user_table = ‘wp_users’; $bb->custom_user_meta_table = ‘wp_usermeta’; $bb->uri = ‘http://intranet.kki.org/school/social/wp-content/plugins/buddypress/bp-forums/bbpress/’; $bb->name = ‘ Forums’; define(‘BB_AUTH_SALT’, ‘put your unique phrase here’); define(‘BB_LOGGED_IN_SALT’, ‘put your unique phrase here’); define(‘BB_SECURE_AUTH_SALT’, ‘put your unique phrase here’); define(‘WP_AUTH_COOKIE_VERSION’, 2); ?>

    I don’t know what this means or why it is happening. Any thoughts on the matter. I’m using Custom Community theme that I’ve done a lot of customization on. WordPress works fine as do all the other BuddyPress plug-in’s I’ve activated.

    Thanks, Debra

    PS – just joined this group, how do I change my password and add an avitar?

    #95153
    Ricardo
    Participant

    Hi Gautam, i tried it on the 4 themes i previously used with wordpress and it didn’t work.

    Added:

    add_theme_support( 'bbpress' ); to the theme functions, will wait for further developments,

    The themes i used are minimalist and simplistic without “fancy stuff”, i can’t help with coding but if you need any testing just let me know.

    #95152
    Gautam Gupta
    Participant

    Ricardo: You should put that line in your WordPress theme’s functions.php. Note that some themes might still not display it properly.

Viewing 25 results - 38,276 through 38,300 (of 64,515 total)
Skip to toolbar