Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 54,876 through 54,900 (of 64,449 total)
  • Author
    Search Results
  • #69012
    _ck_
    Participant

    SteveDrum both anon posting and PM are plugins.

    I don’t see why they should be built in, I for one don’t like them on my forums and it bloats the code.

    Until 1.0 there was a problem with anon posting because there was no place to store post meta, but now the general bb_meta table can be used. So maybe one day it will have it built in but not likely 1.0

    #69011
    _ck_
    Participant

    Sam’s short on time these days. He just went to bed, so no more replies from him today (aussie time).

    #69010

    Just seen Sam pop up on these boards (was beginning to think he was a myth), so hopefully we’ll get an answer on some of these points we’ve made :)

    #61452
    _ck_
    Participant

    No, but I try to keep a running list here:

    http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages

    You can always rely on the tags here too:

    https://bbpress.org/forums/tags/i18n

    #69166
    chrishajer
    Participant

    I think they just want to spread spam links. I doubt they could hurt anything unless there were a flaw found in bbPress.

    Using the Human Test plugin pretty much eliminates the spam registrations:

    https://bbpress.org/plugins/topic/human-test/

    #69165
    chrishajer
    Participant
    #68568

    All fixed. This post by deadmedic fixed all my issues! It explains why all the ‘worked for me!’ posts seemed like nonsense to me.

    The fix:

    Change line 673 in bb-settings.php from:

    $bb->sitecookiepath = rtrim($bb->sitecookiepath, '/');

    to:

    $bb->sitecookiepath = '/' . trim($bb->sitecookiepath, '/');

    Thank you deadmedic!

    #69073
    while ($stars_in_heavens) {
    deadmedic.karma += extra_scoop_of_icecream();
    deadmedic.praise_sung += 1;
    }

    You fixed it.

    Here I was searching for all instances of setcookie…novice error!

    WP2.6.3; bbPress 1.0a2; PHP5; Apache 1.3

    I can log in and out of WP and bbPress from any direction!

    I did not use the .htaccess edits, just the rtrim line.

    Thank you, so very much!

    I wonder if this is going to solve my bbSynch and bbLive issues?

    BTW, there is a WP plugin to skin the wp login. They have a flickr group to share what people have done.

    I like the idea of funneling registrations through bbPress, as most of my members will hit the fora.

    I have to go and clean up some nasty things I’ve been saying around the web about integration…

    Thanks again, man.

    Cheers.

    #4310
    danbbpress
    Participant

    I just noticed that my newly installed BBpress board has now around 20 members (launched it around 2 weeks ago). Of these 20 only 4 have posted a message. Moreover, when looking at my logs showing real traffic I do not see evidence of so many registrations (my logs show real traffic only). Also, some of these new users have provided a spammy website URL (porn, gaming etc).

    My question: can some of these new users be automated bots that somehow exploit the register form? If so what shoud I do/expect? How would they want to harm my website?

    Thanks.

    Dan

    #69150

    This would be great as a ‘Promote To Main Forum’ plugin.

    WPMu integration comes to mind where satellite fora feed a global forum…

    #4309
    ksiebel
    Member

    Hello,

    i want to use bbpress in an intranet. Is it possible to deactivate the registration , and allow posts of all users (not logged in – anonymous)?

    Thanks!

    Sincerely,

    Kilian

    #60781

    In reply to: PHPBB3 Converstion

    mxadness
    Member

    A simple phpBB3 to bbPress converter would be great. I really hope this gets done soon — bbPress + WordPress absolutely rocks.

    #4306
    johnhiler
    Member

    I have a site with two separate bbPress installs that share a single users table: one is a Message Boards forum, while the other one is for Classifieds. They are on two separate subdomains:

    * boards.weddingbee.com

    * classifieds.weddingbee.com

    Some users post classifieds listings to the Boards, which creates tons of admin work: I have to mark the listing as spam, message the user and ask them to repost it to Classifieds. It’s a big pain, and the problem is only growing.

    After doing this several hundred times, I finally realized that maybe there was a better solution :-). It’d be great if I could click a button and have the topic be deleted from the Boards server and added to Classifieds.

    Is it possible to have a plugin “cross over” and send data to another bbPress install? In this case, both the Boards and the Classifieds bbPress installs are on the same physical server… maybe that helps here? Or maybe that doesn’t matter, and this can all be done through API’s or something…

    Any insight on this one? Thanks!

    #69110
    chrishajer
    Participant

    Put it in your root, but in a folder of its own. So, if you have WordPress here

    /home/www/example.com/wordpress/

    you can put bbPress here:

    /home/www/example.com/wordpress/bbpress/

    Then, your website/blog is http://www.example.com and your forum is http://www.example.com/bbpress/

    You can call your folder whatever you want, it might be forum, forums, bbpress, anything at all.

    #4305
    suzkaw
    Member

    I just ported the awesome iNove wordpress theme over to a bbPress template. Here is a link to download it and see a demo:

    http://ericlbarnes.com/inove-for-bbpress/

    Hope someone finds it useful!

    #4304
    matteoraggi
    Member

    in installation manual is written to upload files, but not in which folder of wordpress, into plugins or content or on root or where?

    #69108

    In reply to: Blockquotes are broken

    chrishajer
    Participant

    Agreed. I’ve brought it up before, but I think they must be working on other things.

    Bozo problem

    http://www.google.com/search?q=site%3Abbpress.org%2Fforums+blockquote

    #69099

    At a guess…

    RewriteRule ^forum/faq(.*)$ http://www.domain.com/forum/ [L,R=301]
    RewriteRule ^forum/mcp(.*)$ http://www.domain.com/forum/ [L,R=301]
    RewriteRule ^forum/member(.*)$ http://www.domain.com/forum/ [L,R=301]
    RewriteRule ^forum/search(.*)$ http://www.domain.com/forum/ [L,R=301]
    RewriteRule ^forum/ucp(.*)$ http://www.domain.com/forum/ [L,R=301]
    RewriteRule ^forum/view(.*)$ http://www.domain.com/forum/ [L,R=301]

    That’s the majority of the links, I think. At least the ones off the main page of a forum.

    #69107

    In reply to: Blockquotes are broken

    Hey, my site works fine. I’m saying bbpress.org’s quotes are broke. :) Someone should fix the CSS here.

    #4302
    jobjorn
    Member

    I have written instructions (in Swedish) on how to find and use a Swedish language localization, it can be found here:

    http://jobjorn.se/2008/11/svensk-oversattning-av-bbpress/

    #4300
    jobjorn
    Member

    Hi,

    I just set up a vanilla bbPress installation (0.9.0.2), as I am curious as to how it looks, feels and works. The first thing I did was to turn on Gravatar support, because Gravatar is awesome. However, it seems like I can’t turn it off again! When I uncheck the box and press “Update Settings”, I return to the same page but now with a green box saying “Settings saved.”, suggesting everything went smoothly. However, when I scroll down, I find that the damned box is checked again. What do I do? (And where do I file a bug report if this is not just me?)

    // Job

    #69098
    chrishajer
    Participant

    You would need to map all the old phpBB URLs to new bbPress URLs, one to one, since it doesn’t look like there’s an easy way to create a rewrite rule. Once you have all the URLs before and after, you can create 301 redirect rules in your .htaccess file.

    #68974

    Well, your shots are spot on _CK_. Many many thanks. Hope this helps lots of other newcomers as well.

    #69009
    stevedrum
    Member

    as someone who has used phpbb 2, phpbb3, invision and many other smaller packages i was probably a little bit biased towards forums. but then i started blogging with wordpress, and hence to bbpress.

    let me say first of all that i like bbpress. after using those other bloated packages for years, it’s refreshing to get back to what it’s all about: a lightweight forum that’s just for… talking.

    but i agree with the guy who wrote the original post. there are some things that a forum package needs. using bbpress straight out of the box is like stepping back in time.

    here are my personal bugbears…

    1) guests need the ability to post. you can’t build up a forum from scratch without that — it’s near impossible. because no one bothers to sign-up until the forum is relatively busy.

    2) you need some kind of permission system. otherwise how can you talk to the other moderators? there is no PM system (which is fine) — but the only way you can do it out of the box is by email. you need to be able to create a forum that only the moderators can see, and other stuff like that.

    i haven’t looked at the new version you’re working on, so maybe they are included in the new one. but leaving stuff like that up to the plug-in makers is crazy. Not that the plugins wouldn’t work fine, because no doubt they would — but nobody could be certain that a plugin will still work when a new version comes out. it could potentially wreck the usability of your board.

    i think when you leave simple stuff like that out all it does is put off the people who might otherwise be prepared to switch over from packages like phpbb.

    i do like bbpress though, and i am still going to carry on using it. …so i say these criticisms with love!

    #69039
    epiphone
    Member

    This is a interesting post.

    Im currently running WP 2.5.1 and bbPress 0.9.2, and Im getting slightly worried on falling behind on WordPress upgrades. I think this the most success someones had with WP 2.7 and bbPress.

    Im sure I’ve seen a WP 2.6.3 and bbPress 1.0.2 installation and it didn’t like it at all, sent out a redirect loop.

    Thanks for sharing

Viewing 25 results - 54,876 through 54,900 (of 64,449 total)
Skip to toolbar