Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 19,926 through 19,950 (of 32,517 total)
  • Author
    Search Results
  • #95968
    _ck_
    Participant

    bbPress is now being used in over 100 countries/regions in over 50 languages!

    Here is a sample of the Top 50 countries/regions:

    United States
    Russia
    Germany
    United Kingdom
    Spain
    France
    Italy
    Turkey
    Poland
    Brazil
    Canada
    China
    Netherlands
    Sweden
    Japan
    Australia
    Denmark
    Romania
    Ukraine
    Switzerland
    Czech Republic
    Finland
    Norway
    Argentina
    Thailand
    Bulgaria
    South Africa
    Iran
    Hungary
    Austria
    Latvia
    Lithuania
    Belgium
    New Zealand
    Israel
    Indonesia
    Slovakia
    Portugal
    Tokelau
    Ireland
    Chile
    Mexico
    South Korea
    Serbia
    Taiwan
    Saudi Arabia
    Greece
    Malaysia
    Estonia
    Philippines

    Note that the targeted audience as indicated by the flags on the right of the list is more of an art than a science, so please do not be insulted if my algorithm got it wrong. It’s a combination of looking at the TLD and the declared language type being used on the page.

    For example a site may have a flag for Spain if Spanish is used but no other specific variation or TLD is used, etc.

    The most popular TLDs for bbPress forums are:

    .com (by 50% !)
    .org
    .net
    .ru
    .uk
    .de
    .it
    .info
    .ca (honourable mention as .ca has 50% less than .info
    however pl, fr, nl, se and au all have over 100 sites)

    #101067
    _ck_
    Participant

    In October 2010, to make the Top 100 (out of 10,000+ installations) now requires over 50,000 posts!

    We have a new leader Singletrack Mountain Bike Magazine

    beating out the old champion Simon & Schuster (international book publisher).

    with nearly 1.8 MILLION posts. Absolutely incredible growth!

    There are five bbPress powered forums with over a million posts now!

    singletrackworld.com  http://www.singletrackworld.com/forum/
    simonandschuster.com http://forums.simonandschuster.com/
    wordpress.org https://wordpress.org/support/
    greedyorneedy.com http://www.greedyorneedy.com/forum/
    weddingbee.com http://boards.weddingbee.com/

    Nearly 300 more have over ten thousand posts,

    and nearly 1,000 have over one thousand posts.

    Over four dozen new bbPress powered forums are put online every week on average!

    #95967
    _ck_
    Participant

    In October 2010, to make the Top 100 (out of 10,000+ installations) now requires over 50,000 posts!

    We have a new leader Singletrack Mountain Bike Magazine

    beating out the old champion Simon & Schuster (international book publisher).

    with nearly 1.8 MILLION posts. Absolutely incredible growth!

    There are five bbPress powered forums with over a million posts now!

    singletrackworld.com  http://www.singletrackworld.com/forum/
    simonandschuster.com http://forums.simonandschuster.com/
    wordpress.org https://wordpress.org/support/
    greedyorneedy.com http://www.greedyorneedy.com/forum/
    weddingbee.com http://boards.weddingbee.com/

    Nearly 300 more have over ten thousand posts,

    and nearly 1,000 have over one thousand posts.

    Over four dozen new bbPress powered forums are put online every week on average!

    mr_pelle
    Participant

    Exactly. =)

    mr_pelle
    Participant

    Exactly. =)

    #93213
    OreilleMalade
    Participant

    My sitemap.xml url :

    http://www.oreille-malade.com/sitemap.bb.xml

    urls are not correct but that’s very strange…

    For my example, url in the sitemap is :

    http://www.oreille-malade.com/forum/cinema/noomiz-nouveau-talent

    In fact all urls in the sitemap look like this :

    http://www.oreille-malade.com/forum/cinema/ […]

    I really don’t get it !

    Shall I change sitemap plugin ?

    Thanks a lot for your help :-]

    PS :

    I have a Google webmaster account and submitted the sitemap ;-)

    #101008
    MathiasB
    Member

    I found this for Style Sheet:

    <?php bb_stylesheet_uri(); ?>

    But i need something like that for the directory of the style…

    #95908
    MathiasB
    Member

    I found this for Style Sheet:

    <?php bb_stylesheet_uri(); ?>

    But i need something like that for the directory of the style…

    #100957
    Navin
    Member

    Simple Machine Forums, even though I’m using bbPress at the moment, I don’t recommend it :)

    #95857
    Navin
    Member

    Simple Machine Forums, even though I’m using bbPress at the moment, I don’t recommend it :)

    #94246
    auphoria
    Member

    the plugin’s not working for me, it goes to the reply post form, but nothing’s quoted =/

    #100989

    In reply to: Google Adsense

    zaerl
    Participant

    Which template would I need to change

    front-page.php

    where should I place my Google Adsense code

    where you want.

    #95889

    In reply to: Google Adsense

    zaerl
    Participant

    Which template would I need to change

    front-page.php

    where should I place my Google Adsense code

    where you want.

    #92880
    Navin
    Member

    Well, actually it just started doing weird lately, I have used it like forever, and it works fine for normal members.

    Just for admins it started giving problems :S

    I have deactivated it, though … :(

    A plugin like that is kinda a must, still……

    If there’s a way to troubleshoot, to find out what’s causing the problem, I’ll be happy to help.

    #92878
    battu1se
    Member

    hey anyone can tell me how solve this problem by using pugins….:(?????

    #35500
    nealparry
    Member

    I would like to add Google Adsense above the “Latest Discussions” but below the main header. Which template would I need to change and where should I place my Google Adsense code?

    I’ve looked around, but most of the plugins are for older versions of the software, not the latest release, and have members reporting errors.

    jpbruckler
    Member

    I modified login-form.php in my theme. I changed the form action to my main site’s wp-login.php.

    I then changed the name and id attributes of the username and password input boxes to match those that are expected in wp-login.php.

    In WordPress, I used Peter’s Redirection plugin to redirect forum users back to the forum when they login.

    <form name="loginform" id="loginform" class="login" method="post" action="http://<yoursite>/wp-login.php">
    <div>
    <label for="quick_user_login"><?php _e('Username'); ?></label>
    <input class="input-text" name="log" type="text" id="user_login" size="13" maxlength="40" value="<?php if (!is_bool($user_login)) echo $user_login; ?>" tabindex="1" />

    <label for="quick_password"><?php _e( 'Password' ); ?></label>
    <input class="input-text" name="pwd" type="password" id="user_pass" size="13" maxlength="40" tabindex="2" />

    <input name="re" type="hidden" value="<?php echo $re; ?>" />
    <?php wp_referer_field(); ?>

    <input type="submit" name="Submit" class="submit" value="<?php echo esc_attr__( 'Log in &raquo;' ); ?>" tabindex="4" />
    </div>
    <div class="remember">
    <input name="remember" type="checkbox" id="quick_remember" value="1" checked="checked" tabindex="3"<?php echo $remember_checked; ?> />
    <label for="quick_remember"><?php _e('Remember me'); ?></label>
    </div>
    </form>

    #100953
    MathiasB
    Member

    I would give bbPress a try, it’s easy to design your own layout for it :D

    #95853
    MathiasB
    Member

    I would give bbPress a try, it’s easy to design your own layout for it :D

    #93011
    MathiasB
    Member

    Put eg. this in the css file:

    tr.bb-category {
    font-size:bigger;
    }

    Or whatever markup you wanna give to it…

    #93208
    Michaelia
    Member

    I’ve just found and fixed the bug in my plugin: I’ll upload a new version within minutes. =D

    http://www.uggukboot.com/products_all.html

    http://www.timberlanduks.com/specials.html

    http://www.newbagsale.com/specials.html

    #94436
    hpguru
    Member

    Thank you for this info. :)

    I really need bbPress plugin with Akismet.

    Great project, have a nice job on it!!!

    Many thanks.

    Simple:Press is ok, but i like more your bbPress style. It’s very simple!

    #94435

    @qprints That is the plan. Anything that might add any extra bloat should be modular, so you can turn each component on or off as needed. A good example would be that there’s no need to load up bbPress User Profile code if BuddyPress is there to handle things.

    @Jyri No promises about a SimplePress importer at launch, but in the spirit of owning your own data it would make sense to have that too.

    #94434
    hpguru
    Member

    I suggest you Import from bbPress and other forum plugins. I use now Simple:Press, but i want use bbPress plugin in future. :)

    Thank you for your hard work!!! We need all bbPress plugin!

    #35483
    cichlid
    Member

    I had this functionality in my phpBB installation before I switched to BBpress,. A friend of mine wrote me a piece of code which does essentially the same thing. Don’t ask me to extend it. I’m not a programmer.

    What does it do:

    It will automatically replace keywords and link them to a page you have specified.

    Example use:

    Deep linking to affiliate products or articles on your website.

    How to install it:

    1) Open the file “Text2Aff.php”. Specify the keywords and links.

    2) Upload it the folder “text2aff” to “my-plugins” folder.

    3) Log in to your admin panel and activate the plugin

    Version: This is version 0.1 and has been tested with BBpress 1.02

    Planned:

    Would be great to have some sort of admin panel to manage the keywords and urls. Moving this into the database. You are welcome to extend it. Any comments appreciated.

    Credit: Jason from http://www.sourcegps.com

    Download URL:

    http://sourcegps.com/txt2aff/txt2aff.zip

Viewing 25 results - 19,926 through 19,950 (of 32,517 total)
Skip to toolbar