Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 38,301 through 38,325 (of 64,523 total)
  • Author
    Search Results
  • #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.

    #95151
    Ricardo
    Participant

    …If you’re not using a theme that actively supports bbPress by setting add_theme_support( ‘bbpress’ );, bbPress is going to serve up its own default set of templates and styling from whatever is set as the theme compatibility layer…

    Does this mean we can use the theme we currently use with wordpress even if its not bbpress friendly? is this similar to when wordpress introduced posthumbnails and we needed to add a line to the functions.php to enable it on themes that weren´t compatible with postthumbnails?

    Where do we put the “add_theme_support( ‘bbpress’ )” in bbpress?

    Thank you for listening to “our” requests on using bbpress with our current themes

    #100160
    Gautam Gupta
    Participant

    You also need to install this plugin in WordPress and it would tell you what you need to add in your wp-config.php.

    #105260
    Gautam Gupta
    Participant

    You also need to install this plugin in WordPress and it would tell you what you need to add in your wp-config.php.

    #100159
    GYNGA
    Member

    Yep, I have installed it if you mean bbPress integration in ‘bbPress > Settings > WordPress Integration’.

    However I can’t guarantee at 100% that I changed config files correctly. I would be thankful if you could better explain it or make a screenshot of how config files should look like.

    #105259
    GYNGA
    Member

    Yep, I have installed it if you mean bbPress integration in ‘bbPress > Settings > WordPress Integration’.

    However I can’t guarantee at 100% that I changed config files correctly. I would be thankful if you could better explain it or make a screenshot of how config files should look like.

    #37258

    Hi Guys,

    I’ve just installed bbpress in a sub folder on my wordpress blog and Im having issues trying to integrate the data bases…

    I just went into the integration setting and same the copy from wp.

    The page refreshed and then kicked me out.

    What do i do now?

    Any help would be very much appreciated.

    Cheers

    Simon

    #57209
    MatasLTU
    Member

    Sorry for my very poor english

    I can’t believe that in bbpress forum there is no such a fundamental thing as post and topic date! I thing 80% of forum users need exact post date, not its freshness.

    I spend a lot of time on this issue and finally fixed it!

    All you need is to use both “Accurate Post Time” AND “User Timezones” plugins. First is for showing date and second is for setting it correctly.

    It works fine for me!

    #95150
    Ryan Imel
    Member

    Awesome news John, thanks for the update! Looking forward to seeing the alpha pop up in the directory.

    #95149

    A few last minute gifts are now in the bbPress plugin.

    First, shortcodes. Now you can insert forums and topics into blog posts and pages. This is awesome because it will let you insert a river of forums or replies anywhere that the_content(); is used and shortcodes are supported.

    Second, theme compatibility. This one is huge, could use some testing, and is potentially a game-changer. If you’re not using a theme that actively supports bbPress by setting add_theme_support( 'bbpress' );, bbPress is going to serve up its own default set of templates and styling from whatever is set as the theme compatibility layer (which defaults to bbp-twentyten.) There is a little more work to be done here, but so far it’s working a treat.

    As a plugin developer, theme compatibility with new features is something I’ve wrestled with for a really long time, and recent changes in WordPress core have made this easier. For BuddyPress and now bbPress, this is years in the planning stages, and I’m really happy, excited, and proud that it’s in and loosely working. :)

    #95148
    citizenkeith
    Participant

    Great news! Thanks JJJ and Gautam.

    #38254

    Topic: Facebook LIKE Plugin

    in forum Plugins
    JamesLaFleur
    Member

    2147483647 seems to be the problem! !!

    It seems if you have a facebook ID or AppID larger then 2147483647 it Reverts to this in the DB… And causes MANY Problems being that the way the plugin is written you cant EASILY change the Facebook ID… I had to go into Mysql and do it manually.

    It seems this is a problem that the FACEBOOK CONNECT plugin had the same issue.

    RE:

    http://bbpress.org/plugins/topic/simple-facebook-connect/changelog/

    “Version 1.0.2 (2011-03-28)

    Users with a Facebook ID >= 2147483647 would not work properly due to PHP limitation in intval() function. Fixed.”

    As with this other fb plugin- hopefully we can fix this problem. I started manually insterint the correct ID’s via SQL but its not the best hack and it doesnt stick for more thne 24 hours.. i have to keep re-editing the db in that are..

    HELLP! :)

    JL

    #95147
    Malfunction
    Member

    Awesome JJJ, Guatam and the rest of the contributers! What I’ve seen so far on Guatam’s page looks really good.

    Can’t wait to test it when it’s in the WordPress plugin repository.

    One question though: It’s been brought up in this topic before, but does the plugin keep track of what has been read and what not at the moment? There was some talk about a seperate plugin too… If the bbpress plugin doesn’t have it, is that seperate plugin available somewhere?

    #95146
    Andre
    Participant

    @JJJ Thank you for the work you’ve put in and the reply.

    #95145
    wildkyo
    Member

    Going to be cleaning up the trac tickets for the plugin over this weekend and uploading a 2.0-alpha-1 to the WordPress.org plugin repository in the next few days. This should make downloading, installing, and updating the plugin easier for everyone now that it’s ready for more testing.

    Hell, yes!! :D

    #95144

    Note to existing bbPress plugin users: To work in harmony with BuddyPress Group forums, the behavior of private forums has changed.

    Going forward there are 3 types of forum visibility: Public, Private, and Hidden

    Previously, private forums were completely hidden from view. This is no longer the case. Private forums, their topics, and their replies are now all visible in sidebars and user profiles, only you must have the “read_private_forums” cap to view them.

    Hidden forums, on the other hand, are completely hidden from view, as are their topics and replies. Anything inside a hidden forum is only visible to users that also have the ‘read_private_forums” cap.

    The logic on how these will work is still fuzzy, since it’s not something that bbPress will really need to do on its own. It will be up to plugins (like BuddyPress) to determine meta capabilities for user scope per private/hidden forum on the fly.

    Right now “Private Forums” are more like teasers, where users can see they exist but cannot access them, where as “Hidden Forums” are totally 100% hidden from view except from admins and super admins in the wp-admin.

    bryzo
    Member

    @Komodo Island

    You could go through the theme code manually and attempt to find where the spam links or are located, or you could grab the clean code from the link that Ashfame provided.

    Here is the location of the spam links: header.php

    #95143
    Gautam Gupta
    Participant

    JJJ: Yeah, getting close. :P

    Bryan: As easy as uploading a 2-line edited script and clicking a few next buttons. ;)

Viewing 25 results - 38,301 through 38,325 (of 64,523 total)
Skip to toolbar