Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,226 through 44,250 (of 64,527 total)
  • Author
    Search Results
  • #34219

    Topic: Facebook Integration

    in forum Plugins
    jurasiks
    Participant

    Since new Facebook API we can make deep intergration with bbPress:

    – login without registration on bbPress

    – when posting somethin in bbPress -> cross to Facebook wall

    #87733
    jurasiks
    Participant

    i’m using Opera 10, i can make css table for any site without any plugins.

    i see no reason for updating style of bbpress.org if plugin page don’t work

    #87732
    _ck_
    Participant

    Noel the fonts are small in Firefox but that may be because they don’t seem to scale for some reason when “large fonts” are enabled in Windows.

    Like I pointed out, resetting the body to font-size:100%; seems to fix the whole problem for me.

    The overly large gravatars still takes some getting used to however, I’ve never seen a forum system with avatars over 100×100

    _ck_
    Participant

    Here’s a mini-plugin I whipped up to fix the behavior of bbPress where a sticky that is made to “stick to front” (aka “super-stickies”) gets removed from its original forum.

    Instead, now it will show as a regular sticky in its original forum but also as a super sticky on the front page.

    <?php
    /*
    Plugin Name: Super Stickies Fix
    .................................................................................................................
    */
    function super_stickies_fix($where){return str_replace("topic_sticky = '1'","topic_sticky > 0",$where);}
    add_filter('get_sticky_topics_where','super_stickies_fix');
    ?>

    Tested in bbPress 0.9, in theory it should work fine also in bbPress 1.x

    You can remove the line of all dots, it’s just there to fix the wrap problem for code on bbpress.org 2.0

    #88128
    Sash-Kat
    Member

    All fixed :) It was incorrect permissions set up in the htaccess file that prevented hotlinking to images.

    #87731
    mediabros
    Member

    It is great indeed, the only section i miss is the THEME section.

    Just like wordpress.org

    extend

    – plugins

    – themes

    I think this will also result in more themes.

    Everything else is just great, love to see bbpress is getting more mature, in a few years bbpress will be the most used forumboard.

    Keep it up!

    #87730
    noel
    Member

    If your font size is really small, can you let me know which browser you are using? I can’t seem to replicate that problem.

    #34217

    Chris,

    Akismet issue again!

    Also do you check for modlook tag here? http://bbpress.org/forums/tags/modlook

    #87729
    Rich Pedley
    Member

    actually I forgot I have my text increased as standard in Firefox (failing eyesight and all that) and the font is just readable for me without straining. This makes me think the standard font size is a touch small – especially considering the avatar size.

    #34216
    madlan
    Member

    I’m trying to install bbpress on my site.

    I have wordpress installed at the root, have uploaded the bbpress folder and started the config.

    Once I’m at the last step I get a page of white text on a white background with the attached errors (Theres several pages of the fwrite() errors)

    At the bottom of the page it states the installation completed and the log shows no errors.

    This is a virtual host, IIS6

    Warning: fopen(C:InetpubvhostsXXXXXhttpdocsbbpress/bb-config.php) [function.fopen]: failed to open stream: Permission denied in C:InetpubvhostsXXXXXhttpdocsbbpressbb-adminincludesclass.bb-install.php on line 1044

    Warning: fwrite(): supplied argument is not a valid stream resource in C:InetpubvhostsXXXXXhttpdocsbbpressbb-adminincludesclass.bb-install.php on line 1051

    Warning: fwrite(): supplied argument is not a valid stream resource in C:InetpubvhostsXXXXXhttpdocsbbpressbb-adminincludesclass.bb-install.php on line 1051

    Warning: fwrite(): supplied argument is not a valid stream resource in C:InetpubvhostsXXXXXhttpdocsbbpressbb-adminincludesclass.bb-install.php on line 1051

    Warning: fwrite(): supplied argument is not a valid stream resource in C:InetpubvhostsXXXXXhttpdocsbbpressbb-adminincludesclass.bb-install.php on line 1051

    #87728
    _ck_
    Participant

    If the text is too small, just use the Stylish plugin for firefox and add this rule

    body {font-size:100% !important;}

    (or increase 100% as desired)

    #87955

    In reply to: Welcome Back _ck_

    Peter A. Gebhardt
    Participant

    Now – we’re really going somewhere!

    _ck_ really apppreciate you coming back & lending a helpful hand to novice & experienced followers of bbPress

    #88032
    kikko088
    Member

    Hi, yes is the same problem happan on endurodoc, now I put all on a web site test,

    http://www.scrocco.netsons.org/wordpress/

    http://www.scrocco.netsons.org/wordpress/forum/

    0 plugin,

    [07-May-2010 17:06:04] PHP Fatal error: Cannot redeclare wp_clone() (previously declared in /home/scroccon/public_html/wordpress/forum/bb-includes/backpress/functions.core.php:1043) in /home/scroccon/public_html/wordpress/wp-settings.php on line 308

    kikko088

    #87727
    Gautam Gupta
    Participant

    I like this theme more than the previous one..

    #87726
    hpguru
    Member

    Very good style, i like it!

    #87725
    hpguru
    Member
    #88118
    wizardregis
    Member

    I tried downloaded and installing everything from the beginning. Untouched new WordPress 2.9.2 and bbPress 1.0.2.

    1. Install WP.

    2. Paste secret keys in wp-config.

    3. Install bbPress in another database with keys from wp-config. Set up seperate user database settings.

    4. Enable bbPress integration plugin in WP and paste code into wp-config.

    5. Set up role map in bbPress.

    Registered users in WP show up in bbPress, and registered users in bbPress how up in WP. Logins also work on both. But any changes to user roles does not transfer over to the other platform.

    So what am I doing wrong?

    #84337
    Ryan Hellyer
    Participant

    Sorry, haven’t checked back here until now.

    All it does is buffer the HTML output of sections of the WordPress theme and then create static files from it.

    That way you can grab the head section of your WordPress site (scripts and all) and dump it into another piece of software. This allows things like widget areas, plugin functionality etc. to be transferred across to the other software dynamically. If you alter a widget area on your WordPress powered site, that will be displayed automagically in the other software. The advantage of doing it this way is that you don’t have the negative impacts of bogging the server down as if you did it with deep integration with bbPress, plus it works with other software as well, not just bbPress/WordPress.

    This is the second complaint I’ve received about the instructions so I’ll try to improve them. I thought it was fairly straightforward though. I can’t think of an easier way to explain than how I did on the page, but I’ll do my best :) I’m quite busy right now so it may not be for a few weeks at least.

    From what I’ve heard, there may be an error in the instructions too so I’ll need to sort that out when I rewrite them (I think one of my function names my be incorrect in the instructions but don’t have time to deal with that right now).

    alsur
    Member

    Hi all.

    We have numerous sites running on WP but this is my first go at bbPress. Even if I I’ve heard the community so dissapointed with the slow development of bbpress (as opposed to WP) and even if I am very concerned that WP 3 is “round the corner” and everything might change… I decided to give it a try for a new site very forum orientated + small review section (which I plan to do via a wp review plugin).

    By mistake installing via SVN i installed and configured 1.1 alpha from the trunk which was not originally my intention. Everything seems fine for now… so my question is if I should revert to the 1.0 stable branch (are there many differences with the 1.0 branch) or this apha version is “safe enough” to get going.

    Also if anyone has details about if bbpress-wp integration is changing dramatically on WP3 and I am just wasting my time… please let me know.

    Many thanks.

    #87723
    Rich Pedley
    Member

    I disagree there. this new look is taking some getting used, and overall is very good. However there is room for improvement.

    #87722
    jurasiks
    Participant

    new style for bbpress.org not means that bbpressstill alive, one week… no new version, and this style is very ugly: small text, small elements, annoying fade effects…

    we need fresh look of old style

    #88117

    why is akismet goin nuts over here?

    #88116

    you need to set them up under WordPress integration settings, only unassigned roles will be effected. http://wpwebhost.com/wp-content/uploads/2010/04/userrolemap.png

    which plugin are you using?

    #34213
    Sash-Kat
    Member

    I’m having problems with images not appearing properly in my bbpress install. The url is http://forum.allykatdesign.com. The header image is not appearing and the thumbnails in the themes>appearance section are also appearing as broken links.

    Any help would be greatly appreciated.

    wizardregis
    Member

    When I change the user roles in WordPress the change does not transfer over to bbPress, and vice versa. I can still change the roles, but I have to do it as two places, which makes the whole integration worthless.

    Registrations in WP transfer over to bbPress (and vice versa) and logging in to WP let you login to bbPress so the cookies are working correctly. However new WP registrations does not assign a role in bbPress (unless I use the plugin).

    I have assigned the role map. I am using the bbPress Integration plugin. Not using deep integration. I have done pretty much every thing I could think of, but it’s not working.

    I’m using WP 2.9.2 and bbPress 1.0.2. WP and bbPress is sharing the same database.

Viewing 25 results - 44,226 through 44,250 (of 64,527 total)
Skip to toolbar