Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 41,576 through 41,600 (of 64,530 total)
  • Author
    Search Results
  • #54442

    In reply to: Add nofollow to links

    ant123
    Member

    If you want all links in your posts to be nofollow, you have to use post_text instead of post_author_link

    Here you go

    <?php

    /*

    Plugin Name: My own tweak for my forums

    Plugin URI: https://bbpress.org/

    Description: Fine tuning codes for my forum

    Author: Your name

    Author URI: http://www.myforum.com/

    Version: 0.1

    */

    add_filter(‘post_text’, ‘bb_rel_nofollow’);

    ?>

    I guess that’s what most people want to do

    #94103
    minervaa
    Participant

    No idea – why it stopped working. It was fine for a month or two.

    #94164
    cmunns
    Member

    Yes, maybe but the error was coming from bbPress so I figured it would be better to ask here? _ck_ if you here anything around these parts that might help me out let me know hehe :)

    #35411
    Show429
    Member

    I’ve just setup bbpress and installed a whole bunch of plug-ins, but I realize there’s no backup option and I think I need to do it manually in my server setting, which I think is annoying.

    Another thing is that I realize there’s no option in filling the birthday in the user account information. I would also like to have a restriction on some pages where only certain ages are allowed to enter/browse. And I would also want to restrict users must fill in the birthday, and without privilege to change it.

    I have tried to added the plug-in for admin to add users, but it failed to work with an error. Is there other way to do so?

    So I would like to know if there is a plug-in or something like that available that works on the latest version of bbpress. Thanks.

    #94139
    johnhiler
    Member

    @nood – Yah I use 0.9 because it has broader plugin support and it’s also much faster.

    @pagal – I believe they moved the subscribe to topic functionality into the core… you can see it in action on this forum, which is running a recent version of bbPress.

    #94170

    Follow the steps as per this – WordPress bbPress Integration

    and keep the WordPress plugin for integration activated.

    #94138
    pagal
    Participant

    bbpress only lives because of people like CK

    With no disrespect to CK, bbPress is live because people love it.

    When _ck_ was not here till x months, then what happened? bbPress was still working man.

    pluggins are put in different folders for different versions, have you checked that?

    Yes, I know.

    But I wonder, If Subscribe to Topic plugin will with 1.0.x.

    #94137
    Ricardo
    Participant

    @Pagal

    just because some dont work for you doesnt mean they’re useless, you should “measure” your words as bbpress only lives because of people like CK, im using some of her pluggins and they work even with svn versions.

    pluggins are put in different folders for different versions, have you checked that?

    #94102
    chrishajer
    Participant

    > I haven’t done anything to the forum- no edit no new plugins.

    So, what happened then?

    #35401

    a) I unzipped wordpress 3.0.1 under /wordpress/.

    b) I created the necessary mySQL db and username for wordpress.

    c) I entered the db, user, and password into wp-config.

    d) I unzipped “bbpress” into a folder inside of /wordpress/ called /bbpress/.

    e) I created the necessary mySQL db and username for bbpress.

    f) I entered the db, user, and password into bb-config.

    g) I enabled multi-site on my wordpress by adding the necessary lines of code to wp-config.

    h) I finished up configuring the network for wordpress.

    i) I randomized my cookies in wp-config.

    j) I went to /bbpress/ and started to configuring it. I specified my website and URL to be /wordpress/.

    k) I entered my cookies (including SALT – 8 total), db, user, and password into the /bbpress/ installation website.

    l) I ran the installation of /bbpress/ and got no errors – everything is good up to this point.

    However, the cookies don’t work! When I log into /wordpress/, it does NOT log me into /wordpress/bbpress/. And vice versa – when I log into /wordpress/bbpress/ it does not log me into /wordpress/ !

    Please help – and thank you for your patience.

    #35400
    cmunns
    Member

    So I have a install of WP3.0 with BuddyPress, but when I try get bbPress on there as well I get this error:

    Fatal error: Cannot redeclare bb_timer_start()

    So I figured there for some reason is a duplicate function…okay no problem so I modified the file to see if if(!function_exists… so it doesn’t redeclare and then I get a new problem

    “You must specify a table prefix in your bb-config.php file.”

    The table prefix is already defined, however so I don’t know what the deal is. Everything in the bb-config file looks good.

    Anyone have any ideas?

    ethanthekiwi
    Participant

    I tried to use the LDAP Authentication plugin for bbPress to let people login, but it gives me this error:

    Warning: ldap_bind() [function.ldap-bind]: Unable to bind to server: Invalid credentials in /var/www/wordpress/bbpress/bb-plugins/ldap-authentication.php on line 330

    #35397
    nood
    Member

    I’ve never used bbPress before and went for the latest stable release but most of the plugins I want to work don’t work.

    Should I regress or should I wait?

    It’s really only what I consider the most important ones – the bbCode buttons, the page number links on topic lists and quoting other people’s posts that I’m after

    #85818
    _ck_
    Participant

    Since the original source is no longer available

    and the theme is GPL I am mirroring it here:

    http://bbshowcase.org/themes/cf-vanilla.zip

    (Note the original poster’s link is no longer running bbpress)

    #94110
    robruifrok
    Member

    Thanks

    The trunk at https://trac.bbpress.org/browser/trunk solved the problem

    #93973
    mr_pelle
    Participant
    #94091
    mr_pelle
    Participant

    1.1-alpha (trunk) has this option since [2431]

    #94109
    mr_pelle
    Participant
    #35386
    robruifrok
    Member

    I did a local installation of BBpress. After the installation procedure I get the following lines above the actual page:

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpresspomomo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesfunctions.bb-l10n.php on line 484

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpressclass.wp-taxonomy.php on line 581

    After login more errors follow, but no forum page

    #94101
    minervaa
    Participant

    Found the problem after 4 hours!!! Gone through everything I could think of! My head is spinning now :(

    It was something to do with the htaccess, had to change the whole thing!

    I gone through lot of posts on the forum. I am quite shocked seeing how many people have problem to get the pretty permalink working properly.

    I can only wish if the bbpress would have also working smoothly on pretty permalink issue like WP!!

    #35377
    minervaa
    Participant

    I am experiencing a strange problem from today. The forum suddenly stopped working.

    I haven’t done anything to the forum- no edit no new plugins.

    The problem is – if you click on the topics or post names it doesn’t go anywhere. It stays on the forum home page. Although it shows the topics url on the browser address.

    I already deactivated few plugins (although the forum was working fine with them) just to check, but it stays the same.

    I am using bbPress v 0.9.0.6

    Hybrid theme

    I really don’tknow where shall I look at.

    I would appreciate any input from anyone.

    Thanks

    #92135
    chrishajer
    Participant

    What is the actual full path to wp-load.php, and what are you using in your require or include statement?

    #94088
    suomynona
    Member

    Good to know. I’ll keep that in mind. Thanks again.

    #94087
    _ck_
    Participant

    Yeah the two common mistakes when editing PHP files is to mess up the closing or to put whitespace after the closing which then causes “headers already sent” error.

    The new preferred technique is to leave the closing off altogether, because PHP doesn’t care and it prevents errors like that – which I will probably adopt in my future code for plugins etc.

    #94086
    suomynona
    Member

    Boy do I feel stupid! That’s exactly what it was, and I don’t know how it happened. I copied the sample config file and renamed it, then added the database information. But after you suggested it I opened the file in bluefish, went to the bottom and found that the end ?> was not colored. There was an extra ?> at the end of the file. And I can’t figure for the life of me how it got there. (Makes me wonder if after missing something so simple I should even attempt integration!)

    Can’t thank you enough _ck_.

Viewing 25 results - 41,576 through 41,600 (of 64,530 total)
Skip to toolbar