Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 53,876 through 53,900 (of 64,394 total)
  • Author
    Search Results
  • #70799
    Ganzuelo
    Participant

    I just received this error on the install screen just after it tells you it cannot find a config file. I changed my old one to config.old.php (received error) then to bb-config.old.php. (received error)

    Fatal error: Call to undefined function backpress_get_option() in /nfs/c03/h04/mnt/57391/domains/willclan4food.net/html/bbpress/bb-includes/backpress/functions.core.php on line 412

    I then just had a funny feeling so I just changed the file name back to bb-config.php and when I went to my forums it said I needed a update.. updated and all seems well.

    #70757

    In reply to: List of Hooks/Actions?

    This weeknd I plan on loading bbPress into some kind of IDE (probably eclipse) so I’m able to check this type of thing out a little further. I’ll update here if I can get them.

    #70798
    Ganzuelo
    Participant

    Upgrading now

    #70797

    Looking forward to this Sam. Thanks again for the fast updates. Will check it out tonight and report back asap.

    #70304
    Sam Bauers
    Participant

    @asymmetrik

    Roles are only applied by bbPress to users who are missing roles in the DB completely. It doesn’t try to keep them in synch beyond the initial setting of the role. This is intentional as the alternative is far too restrictive in most cases.

    #4565
    Sam Bauers
    Participant

    See the blog post here:

    Two new bbPress releases

    These both contain security updates, so are recommended for all users.

    #70731

    In reply to: bbpress vs phpbb

    chrishajer
    Participant
    #70220

    In reply to: Sanitizing user names

    I’m looking at trying this with http://www.theblog.ca/wordpress-case-insensitive-login but … yeah, can we sanitize for bbpress too?

    #4558
    myserver
    Member

    Hello,

    I’ve created the Ukrainian translation for bbpress, it’s here:

    http://myserver.com.ua/bbpress-ukrainian-localization.html

    #70730

    In reply to: bbpress vs phpbb

    enfotoad
    Member

    Ok… so far I am on the bbPress side.

    Will bbPress be able to handle large forums?

    globalkris
    Member

    Wow. I wish I had known that a few hours ago.

    #70755

    In reply to: 404 Error new install

    chrishajer
    Participant

    .htaccess probably just needs to be 0644 permissions (-rw-r–r–). Did you set up permalinks with rewrite rules as described here? bbPress does not write the .htaccess file in the same way that WordPress does (i.e. when you change WordPress permalink settings, it changes or creates the .htaccess file for you, with the proper rules.)

    https://bbpress.org/documentation/faq/#pretty-permalinks

    Update: it looks like you are installing again? This page gives a 404:

    http://www.greenfitnessworld.com/bbpress/

    This page shows that installation is not complete:

    http://www.greenfitnessworld.com/forum/

    Once your installation is complete, you’re going to want to go here to create the rules which you will paste into .htaccess: http://www.greenfitnessworld.com/forum/bb-admin/rewrite-rules.php

    #70642
    Ben L.
    Member

    bbPress and WP/WPMU use the same user database schema. The only thing that wouldn’t carry across is user levels.

    #70588
    Ben L.
    Member

    1. Why in the world would you put bbPress inside of phpBB? Just pick one already!

    2. bbPress allows you to move the bb-config.php file outside of your document root for security purposes just in case PHP does something weird.

    #70729

    In reply to: bbpress vs phpbb

    Ben L.
    Member

    WordPress themes are more closely related to bbPress themes. phpBB themes use a completely different system.

    #70671

    chrishajer is right. Anyway, if you want to restrict registrations on both WordPress and bbPress you need to disable new registrations on each on them since at the moment their is no option to do both at once.

    Ben L.
    Member

    You’re on bbPress stable, which isn’t capable of sharing cookies with WordPress 2.7. If you want, you can install the alpha version of bbPress, but it’s not really a good idea on a production site…

    #70303
    asymmetrik
    Member

    thanks sam. i’m able now to change user roles in bbpress which is great.

    had to manually change user roles in wordpress from “none” to actual roles but everything else seems to be going smoothly.

    changing a user’s role in bbpress doesn’t seem to effect the wordpress roles nor vise versa, (though i’m not sure this is expected yet).

    also had to define the BB_NONCE_KEY to make logout work correctly (logged in via bbpress, logout via wordpress) and once it was defined it worked as expected.

    either way, this is a great start. thanks again.

    #4437
    -skipper-
    Member

    Based on Scoun theme from Mike Lothar.

    Plugins used:

    – Akismet

    – Human Test for bbPress

    – bbpress SEO tools

    – Allow Images

    http://marinerodeaguadulce.com/foro/

    #70774
    _ck_
    Participant

    There’s no official documentation or codex yet.

    A few people have done phpxref for bbpress but I find that kind of output fairly useless.

    If you have access to linux shell you can do a grep to get a function list in the template include like so (or install the grep for windows)

    grep -oe ^function.*) bb-includes/template-functions.php | sort > functions.txt

    modifying that you can also get the filters/actions

    grep -oe apply_.*) bb-includes/template-functions.php | sort > filters.txt

    grep -oe do_.*) bb-includes/template-functions.php | sort > actions.txt

    If you use the grep for windows, leave out the escapes (backslashes) or it won’t work.

    #70728

    In reply to: bbpress vs phpbb

    enfotoad
    Member

    Would it be easier to convert a WordPress theme into a bbPress theme?

    If you guys where in my shoes… which one would you pick for a windows technical support forum?

    #4556
    Seans0n
    Member

    I’m already familiar with writing plugins for WordPress but now I’m interested in writing a few plugins for bbPress. I’m trying to find a list of hooks/actions so I can get a better feel for what I have control over without altering the core files. Does such a thing exist? If not which php files should I be going through to find hooks/actions or are they all in different files?

    Cheers

    #70175
    dragly
    Member

    @JesperA: Have you tried to change the cookie keys from the default phrases? For instance a simple word?

    I’m not at all sure if that’s the problem, but I didn’t get my integration working before I changed the keys to something completely different without special chars or whitespaces. Although I might have done something else as well in the same run.

    #70673
    JesperA
    Member

    Yes, i tried that now but it doesnt work, the problem is that it starts with the folder i´ve set up in php.ini and adds the domain i wrote in the require statement, something like this: c:wampvhosthttp://www.domain.se/

    I can use include instead so i get an error message when i log into the admin section, it works fine in the forum part but it breaks the logout function in bbpress

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