Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 62,451 through 62,475 (of 64,427 total)
  • Author
    Search Results
  • #54720
    Trent Adams
    Member

    We do not have a special key hidden, ;) It has to be added to your config.php! Example:

    // Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage
    // of Akismet's powerful spam blocking, you'll need one. You can get an Akismet key at
    // http://wordpress.com/api-keys/
    $bb->akismet_key = ''; // Example: '0123456789ab'

    Still requires getting a key from wordpress.com to work!

    With the recent re-works of the admin, this might be a great option to store in the database through a core plugin!

    Trent

    #1429
    Null
    Member

    Well do we? We bbPress users? Do we all have a key hidden in our forum installation? If not, why not? Why not bake this with the bread?

    And if not? Do we get an admin option to insert one, nice and izi?

    Thx

    #52756
    chrishajer
    Participant

    Bump

    Trent, any word on the Anarchy Media plugin for bbPress? This is the last comment I saw:

    http://an-archos.com/?page_id=415&cp=all#comment-2219

    Does it just work if you include the JS in the <head> of the document?

    #54763
    Trent Adams
    Member

    This should work!

    https://trac.bbpress.org/ticket/591

    Trent

    chrishajer
    Participant

    I get this message on any bbPress forum I register for. I register, I get the email with my password, I log in, then, after I log in, I get this message in the body of the page:

    You’re already logged in, why do you need to register?

    Why is that? Shouldn’t it redirect to the front page of the forum or something? Seems silly to tell the user he did something wrong after all he did was log in.

    #1436
    linickx
    Participant

    I’ve seen lots of posts requesting this functionality, but couldn’t find any plugins. Well I’ve had a go at porting Jeff Moore wordpress plugin, not all bbcode tags work as the markup isn’t allowed by default within bbpress, but it’s a start !

    Download Here.

    Blog Post.

    #54748

    In reply to: Equalize Hottags

    chrishajer
    Participant

    So far, this is the only thing I’ve seen posted about customizing the hottags:

    https://bbpress.org/forums/topic/67?replies=5#post-295

    It doesn’t specifically address the colors, just the size, of the tags. I imagine, since the style tag is with a font-size in it, like this:

     style="font-size: 9pt;"

    that you could make a plugin that did something where if the font size is between a and b, add “font-color: #whatever;” and if it’s between b and c, add “font-color: #whatever2;” etc.

    I think this would be pretty interesting. I can see where this code would need to be added in bb-includes/template-functions.php, but that’s a really bad idea (modifying core files) – so, a plugin is a much better idea.

    #54742
    Trent Adams
    Member

    The great thing about bbPress is that it can handle a great deal of things that you want and integrates really well (perfect user integration) with WordPress that can handle all the things that bbPress cannot do. There are also many plugins for galleries and chat with WordPress as well. bbPress has plugins for private messenging and other great things! I would think, between the 2, you could have a great online community!

    Trent

    #54741
    chrishajer
    Participant

    > First question am I at a good starting place with

    > bbpress.org to create an online community?

    Yes, it’s fine software for an online community.

    > Am I still in the right starting place if my community

    > needs the capability to upload and manage/organize photos?

    IMO, no. There is no provision for uploading, managing and organizing photos built into bbPress.

    > I want the community to be very user controled. Meaning

    > I would like the members to have allot of control over their

    > profiles. Template, colour schemes etc…

    Also, no. bbPress, IMO, is not set up to allow that level of control over the user’s profiles.

    > I would also like this community to become very friendly

    > for advertisers.

    There’s nothing inherently good or bad about bbPress as far as advertising goes. There are a few themes with Google Adsense space built into them already. Other sorts of advertising would be equally easy.

    https://bbpress.org/forums/topic/304?replies=9#post-1494

    https://bbpress.org/forums/topic/434?replies=9#post-2418

    There’s also an Adsense plugin:

    http://boakes.org/talk/tags/bbpress-adsense

    > My main focus is getting the community started. Does

    > bbpress.org sound like a good starting place?

    bbPress is great for community building and it’s lightweight and easy to use. It will not be the solution for you for photo sharing though. You might consider bbPress for your forum, and another package for managing and sharing photos, similar to the way that a lot of users here use WordPress for their site and bbPress for their forums.

    I wish you luck.

    #1433
    Carpediem
    Member

    Hello everyone,

    Sorry for being so clueless about community buildling. But have some very simple basic questions, which will give you the idea of just how much I don’t know. and how new I am to this. :-)

    I want to create a unique online community. One that I have not found online yet. Although it sounds very familiar like all the others. It has several unique ideas that I feel will give it some strength to create a momentum and grow into a very popular community.

    First question am I at a good starting place with bbpress.org to create an online community? Am I still in the right starting place if my community needs the capability to upload and manage/organize photos? I want the community to be very user controled. Meaning I would like the members to have allot of control over their profiles. Template, colour schemes etc…

    I would also like this community to become very friendly for advertisers. Not that I will be seeking any company that wants to advertise, as the advertising will have to remain true to the mission of the website. And advertising I don’t expect to worry about anytime soon. My main focus is getting the community started. Does bbpress.org sound like a good starting place?

    Thanks for your time.

    Kevin

    #1430
    chrishajer
    Participant

    Is anyone working on a post preview plugin? I saw this thread http://bbpress.org/forums/topic/367 but it was in reference to other things and the post preview just happened to be mentioned in there. I didn’t see anything in trac or in the plugin repository.

    I know you can submit and edit after the fact, but the preview keeps people from seeing your unedited post. Any plans for this functionality?

    #54572

    In reply to: Navigation Theme

    chrishajer
    Participant

    I like it too. I’ve been watching the evolution from the beginning. I think I would fix a few of the XHTML errors so that the theme validates. You can check it here:

    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fopen-dialogue.com%2Fbbpress%2F

    Basically, the <br> should all be self-closed

    <br />

    and all the <p> and <div> tags need to be properly nested and closed.

    In the CSS there are just a couple problems. Line 304 & 305 need to have units after the number for the absolute positioning:

    	top: 25;
    left: 225;

    should be

    	top: 25px;
    left: 225px;

    Other than that I think it looks really good. Nice job. Very nice.

    #50065
    ear1grey
    Member

    I trac‘d it last week… Uni will be over soon, then I’ll have time to play with stuff like this.

    #49611

    In reply to: Emoticons For bbPress?

    chrishajer
    Participant

    So it filters through the post but not the edit? It appeared to me that some old posts that had text emoticons, like :) , were filtered on display and how display a gif instead of the text. Maybe I imagined that?

    In fact, here’s a post I made on my forum back in December, and it gets converted to a gif.

    http://www.riversideinfo.org/forum/topic.php?id=6&replies=15#post-40

    I did not edit that post, and I just installed the bb-emoticons plugin yesterday. I guess I still don’t understand how it works.

    #49610

    In reply to: Emoticons For bbPress?

    ardentfrost
    Member

    That is how it happens. The plugin filters through post. And it won’t be able to display the smilie when you’re typing until AJAX is incorporated into the text boxes.

    #49609

    In reply to: Emoticons For bbPress?

    chrishajer
    Participant

    It seems that the text is converted to emoticons on the initial post or display or something, but when I got back and edit a post to add one, it is not converted on display? When I make a test post immediately afterward, the same text is converted to an emoticon.

    Anyone have a similar experience? It would seem the text is translated on display, not posting, so, I can’t see how this would happen actually.

    #54714
    chrishajer
    Participant

    That’s a pretty good guess. The files are there (they don’t load, but they don’t give a 404 Not Found error either) and this image file is there in he proper location:

    http://forum.webbilgisi.com/bb-images/bbpress.png

    I will ditto the vote for the files having been uploaded in binary rather than ascii format.

    #1428
    rootin
    Member

    hello,

    i changed config.php, i sent all doc. for my server and start bb-admin/install.php but i didnt see any thing ,it doesn t start to install.what is the problem i don t understand.

    *sorry for my bad english

    config.php ;

    // Tek veritabanına birden fazla veritabanı kuracaksanız tablo önekini değiştirin.

    $bb_table_prefix = ‘bb_’; // Sadece sayı, harf!

    // Eğer bbPress URL’niz http://bbpress.example.com/forums/ şeklindeyse, örnekler doğru olacak.

    // Buradaki değerleri kendi alan adınıza ve bbPress dizininize göre ayarlayın.

    // Sadece alan adı; dizin veya yol olmasın. Adresin sonunda ‘/’ olmamalı.

    $bb->domain = ‘http://forum.webbilgisi.com&#8217;; // Örnek: ‘http://bbpress.example.com&#8217;

    // Hem başta hem de sonda ‘/’ işareti olmalı. Forum alt dizinde değilse, kök dizindeyse ‘/’ olarak bırakın.

    $bb->path = ‘/’; // Örnek: ‘/forum/’

    // Forumun ismi ne olsun?

    $bb->name = ‘Webbilgisi Forumları’;

    // Kurulum yapmadan önce yönetici e-posta adresini ayarlamalısınız.

    $bb->admin_email = ‘webbilgisi@webbilgisi.com’;

    // Düzenli ve göze hoş gelen kalıcı bağlantıları kullanmak istiyorsanız bu değer true olmalı.

    $bb->mod_rewrite = false;

    // Her sayfada gösterilecek konu sayısı.

    $bb->page_topics = 30;

    // Kullanıcıların mesajlarını düzenlemeleri için izin verilen süre; dakika cinsinden.

    $bb->edit_lock = 60;

    // Zaman diliminiz. Örnek: Türkiye için +2 olarak ayarlı olabilir.

    $bb->gmt_offset = +2;

    // Bu değeri değiştirmenize gerek yok! Zaten Türkçe’ye ayarlı.

    // bb-includes/languages dizini altında tr_TR.mo dosyasının bulunduğundan emin olun.

    define(‘BBLANG’, ‘tr_TR’);

    // Akismet Anahtarınız. bbPress’i çalıştırmak için bir anahtara ihtiyacınız yok.

    // Fakat istenmeyen (spam) mesajların Akismet ile önlenmesini istiyorsanız bir anahtarınız olmalı.

    // Akismet anahtarı almak için http://wordpress.com/api-keys/ adresine bakın.

    $bb->akismet_key = ”; // Örnek: ‘0123456789ab’

    // bbPress forumunuzu WordPress blogunuzla entegre edecekseniz aşağıdaki değerleri ayarlamalısınız.

    // Entegre etmeyecekseniz, bundan sonra düzenleme yapmayın.

    $bb->wp_table_prefix = ”; // WordPress tablo önekiniz. Örnek: ‘wp_’;

    $bb->wp_home = ”; // WordPress – Tercihler->Genel: Blog adresi (URL) // Sonda ‘/’ olmasın. Örnek: ‘http://example.com&#8217;

    $bb->wp_siteurl = ”; // WordPress – Tercihler->Genel: WordPress adresi (URL) // Sonda ‘/’ olmasın. Örnek: ‘http://example.com&#8217;

    /* Düzenleme sonu */

    if ( !defined(‘BBPATH’) )

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    require_once( BBPATH . ‘bb-settings.php’ );

    ?>

    #1427
    wsokc
    Member

    After i install the bbpress i found problem with the post, where i cant see the first post its only display a blank page, kindly help me to analyze this problem.

    My url is:

    http://itts.myraffaell.com

    my config is:

    // Change the prefix if you want to have multiple forums in a single database.

    $bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!

    // If your bbPress URL is http://myraffaell.com/itts/ , the examples would be correct.

    // Adjust the domain and path to suit your actual URL.

    // Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = ‘http://myraffaell.com&#8217;; // Example: ‘http://bbpress.example.com&#8217;

    // There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.

    $bb->path = ‘/itts/’; // Example: ‘/forums/’

    // What are you going to call me?

    $bb->name = ‘Ruang Diskusi IT TS’;

    // This must be set before running the install script.

    $bb->admin_email = ‘me@myraffaell.com’;

    // Set to true if you want pretty permalinks.

    $bb->mod_rewrite = false;

    // The number of topics that show on each page.

    $bb->page_topics = 30;

    // A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = 60;

    // Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = +7;

    // Change this to localize bbPress. A corresponding MO file for the

    // chosen language must be installed to bb-includes/languages.

    // For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’

    // to enable German language support.

    define(‘BBLANG’, ‘id’);

    // Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

    // of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

    // http://wordpress.com/api-keys/

    $bb->akismet_key = ‘aaf2972bcab9’; // Example: ‘aaf2972bcab9’

    #54688
    nickbrady
    Member

    that was fast! ;-)

    Very interesting, I see you’re doing both things:

    – Display WP posts in bbpress forums

    – Display bbpress topics in WP

    Are these two different plugins? I guess it’s one for WP and one for bbpress.

    Looking forward to those plugins! ;-)

    #1426
    nickbrady
    Member

    Hi,

    I’m setting up a bbpress forum linked to a WP blog. Is there any way I can show the latest posts of the blog in the forums sidebar?

    The forums and the blog use the same database, is there any way to get the latest posts from the database. If not, maybe reading the RSS of the blog, using a function like wp_rss() in WP.

    Thanks!

    #54648
    bbolman
    Participant
    #54665

    In reply to: Import SMF to bbPress

    Trent Adams
    Member

    There is nothing written or in the works that I know of, but if you can get into phpBB format, there is an importer:

    https://bbpress.org/forums/search.php?q=import

    Trent

    #54657
    Trent Adams
    Member

    A little daunting at first for sure. Here is a link of clients that you can use to connect to the TRAC SVN plugin page for youself:

    http://subversion.tigris.org/project_packages.html

    That particular link has the clients to connect to the server. Once there, you give the address that you were emailed for your plugin and then drop and drag your plugin files over to the 3 directories. Make sure you read this page on adding a plugin because it has all the information you need including the readme validation. You have to go through that with a fine tooth comb because the plugin shows up on the plugin page based off the information being properly formatted at the top of the plugin and from the readme file. It is all on that page, as well as what to put in each directory.

    I created a version number folder and uploaded it using the Tortoise program from the links I gave you first for programs. It then asks for a username and password. Use the one you use in these forums and it will work for you.

    That should get your started!

    Trent

    #54595
    ear1grey
    Member

    LDAP is a data-access protocol and not a solution in itself. Think of it as being similar to the fact that HTTP can access all kinds of different documents, so LDAP can be used to access information in directory servers, each of which may have different organizational structures, and within those structures, you often find entries describing users and entries describing roles.

    I’ve just looked at the LDAP plugin source and currently login appears to be based on authenticating to the LDAP server using the credentials that are supplied to bbPress, roles dont’ appear to be considered… yet.

Viewing 25 results - 62,451 through 62,475 (of 64,427 total)
Skip to toolbar