Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 42,326 through 42,350 (of 64,530 total)
  • Author
    Search Results
  • #92041
    zaerl
    Participant
    #90181

    Yes! _ck_ is right. SVN would be hassle free – http://blog.ashfame.com/tag/bbpress+svn/

    #90180
    _ck_
    Participant

    I wouldn’t be in a rush for the 1.1 final release because it really will likely be quite final unless there is a security issue.

    Since the trunk isn’t polluted yet with commits from the plugin version, you can just download the trunk instead:

    https://trac.bbpress.org/changeset/2518/trunk?old_path=%2F&format=zip

    actually I don’t think that will include backpress updates, so it’s all unnecessarily overly complicated unfortunately

    best way to do it is to install SVN as a client on the server which I have instructions somewhere around here…

    #90179
    mr_pelle
    Participant

    Is 1.1 coming out soon?

    At the moment we still have 4 tickets to close.

    I suppose there will be a beta release in late autumn (I hope so), since more testing is definitely needed!

    #90178
    chengdu-living
    Participant

    Is 1.1 coming out soon?

    #91477

    In reply to: Can't access admin.

    Set the capabilities for the new user – http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/

    #91837
    Trisha Cupra
    Member

    Could anyone at least point out where there could be some info on this?

    All I’ve gotten is a rude reply that I should search the internet for answers. I guess that reply got moderated because I only received an email notification of it, and it isn’t here now.

    I’m not an idiot. Naturally I googled the heck out of this issue before posting here. And poured over all the bbPress files to see if I could find it myself.

    mackeyk
    Member

    Got it, I had skipped “Adding Keys and Salts” because I thought I already did it, but after following that step it now works.

    http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/

    #34910
    logicalweb
    Member

    I’ve seen this problem mentioned but I haven’t seen a solution. I have bbpress integrated with WP 3.0. When I log into WP and then try to access the bbpress dashboard it redirects back to the forum. I can’t access it unless I log out and log in to bbpress.

    I can only access the dashboard if I log out and then log into bbpress. And then when I go to WP I have to log in there again.

    #34909
    zaerl
    Participant

    This is one of the forums I admin and is the main playground for my plugins.

    http://www.brigata.it/forum/ (warning, it’s in italian)

    is a modified version of 1.0.2 paired with the blog at /blog/ (no deep integration.) Plugins used:

    Ajaxed quote – customized

    Akismet

    bbPM – the amazing plugin of Ben. Customized in many ways

    bbPress signatures

    Bozo

    Post Count Plus – wonderful work

    zeal Avatar – modified version of the wonderful (I talk like Steve Jobs) bavatars

    zaerl Easter – a plugin that hide some easter eggs on posts’ text

    zaerl Editor – unreleased version with support to custom tags and emoticons. Obviously you can’t see it in action if you aren’t logged in

    zaerl Emoticons – with code stolen from WordPress

    zaerl GA – yet another Google Analytics plugin. But this is paired with zaerl Visibility and output the google js code only on those pages that a guest (search engine are guests) can see

    zaerl Members Online – a modified version of _ck_ Members Online

    zaerl Post Permalink – permalink in the form post/number

    zaerl Random Description – random desc under main title

    zaerl Spoiler – add the spoiler tag

    zaerl Tags Administration – new tags and blah blah

    zaerl URL Preview – unreleased new version that print server names after links, add target=”_blank”, auto-embed youtube videos, vimeo videos and Anobii book covers. No fancy bbcode or stuff like that. If a link is a youtube/vimeo/anobii link than it is transformed.

    Finally what you see on the left is the output of my plugin zaerl Sidebar. It is my personal (and totally useless right now) attempt to bring WordPress-like widgets to bbPress. The “Membri online” is a widget registered by Post Count Plus and “Tag in evidenza” instead is a widget bundled with the plugin. Right now I have implemented these widgets: stats, most popular posts, text-only, hot-tags, views list, members online (Post Count Plus), Spam caught (Akismet), RSS and search.

    If you are curious you can see transformations and tags in this topic: http://www.brigata.it/forum/topic/aiuto-forum

    The theme is Kakumei with some CSS changes.

    #34908

    Topic: Kakumei Black

    in forum Showcase
    copperblade
    Participant

    Nothing special, just a black theme based on old phpBB2’s subBlack color scheme.

    Example site

    Download

    I would have uploaded a screenshot, but I’m not sure how to do that with Google Code just yet.

    #91930
    pedagog
    Member

    Thanks zaerl, I’ll take a look at it now.

    copperblade
    Participant

    I would like to merge a couple of forums. Right now, there’s about 3 or 4 topics worth that could be moved from the less-used forum over, and it would take care of everything. Is there already something that does this, or is this easy? I’m guessing those few topics probably have id collisions with the other forum.

    #76655
    邹 毅
    Participant

    The main purpose of the plug-in are those that will be finished bbPress background or other double-byte languages to Chinese users. It will back control in the smallest font size 12px, and the original text into a normal italic font. In this way, back in reality, when the Chinese had underestimated the font does not appear unclear phenomenon.

    Now the plug-in made up of two ways. BbPress plug-in is a kind of normal form of release. Download plug-ins directory needs to be uploaded to the bbPress root directory my-plugins directory, and then plug in the background to enable management pages. Thus, even if the background for the English state, also appear in the background can be conducted in Chinese landscaping. Another is made with the language pack automatically starts. After the download, upload the php file to the language pack directory. This approach is only activated when the corresponding language pack to take effect.

    As bbPress each update, it may involve changes to the CSS style sheet. Therefore, the plug-in certain targeted. That is not always backwards compatible. Therefore, the plug-in released time, corresponding to the bbPress version of the logo will come out. You can watch from the plug out of the version number. For example :1.0.1-1 logo for the bbPress version 1.0.1, and later, “-1” logo is the first revised version. After the release of “1.0.1-2”, “1.0.1-3”, etc. are the corresponding bbPress 1.0.1. Just plug made some changes. Only the previous version number changed, only that version of the corresponding change in bbPress.

    it’s translated by Google.i’ll mod it later.:-)

    zaerl
    Participant

    There are a lot of avatar plugin for bbPress and maybe you can get some ispiration from them. The best is bavatars.

    #91929
    zaerl
    Participant

    Ah ok. Let’s backtrace:

    bb_new_user
    $wp_users_object->new_user
    WP_users::_put_user
    WP_Pass::hash_password
    $wp_hasher->HashPassword
    PasswordHash::crypt_private

    file bb-include/backpress/class.passwordhash.php line 113. The original comment:

    # We’re kind of forced to use MD5 here since it’s the only

    # cryptographic primitive available in all versions of PHP

    which is true.

    zaerl
    Participant

    The annoying part is that despite the RewriteBase directive all rewrite rules in .htaccess are in the form:

    RewriteRule ^the-page/(something)/?$ /forum/index.php?the-page=$1 [L,QSA]

    so you need to change all the rules. Or you can switch to numeric mode and then switch back to name-based permalink mode and maybe bbPress will auto-fix it for you.

    #91927
    pedagog
    Member

    Thanks zaerl. However, what I meant was where is the code that converts the ‘raw’ password into the md5 hash. I know where it stores the hased password.

    Sorry for the confusion.

    a2vannoy
    Member

    Thanks for the advice. I think I’ll look into the “Add Local Avatar” plugin and see what knowledge I can take from there. I do have the avatars setup inside /avatars so that’s a good place to start. If nothing else I’ll pick up plenty of PHP along the way.

    zaerl
    Participant
    zaerl
    Participant

    Well you have the same user database so you can easily access the user email. You should write a plugin that override the gravatar display functions (through the bb_get_avatar filter) and catch the images in /avatars (if exist). Sort of “Add Local Avatar” counterpart for bbPress.

    This can be challenging without medium PHP knowledges.

    a2vannoy
    Member

    @zaerl, point taken.

    Yes, I am indeed using the ‘Add Local Avatar’ plugin within WP, and now that someone has been so kind to point out my loss of common sense, it’s very apparent why integrating WP via sharing cookies would have no affect on a user’s avatar which does not reside in that database.

    So this leaves me with a problem, how do I get avatars from a specific directory to be recognized within bbPress relative to a user based on a shared session cookie?

    I’m assuming some sort of call within my post.php file which is where the avatar will be called into action, but this is beyond my limited PHP knowledge, any advice on how to proceed forward?

    crobinson18
    Member

    I moved my forum from http://www.nissenfundoplication.com to http://www.nissenfundoplication.com/forum

    The frontpage loads fine but clicking on any forum or topic link results in an error.

    Please help!

    bbpress 1.0.2

    Chris

    zaerl
    Participant

    and uploads an avatar (global or local)

    It seems that you are using a plugin (Add Local Avatar) that allow your users to upload avatars on WordPress. bbPress use gravatar and cannot automagically determine that you are using that particular WordPress plugin.

    bbPress is a standalone software that can share session cookie and the users database with WordPress. Nothing more.

    #89119

    In reply to: s2member integration

    Hey drcoach, usually when I get a whitescreen in bbPress, PHP or WordPress, it usually has to do with the fact that I improperly nested code. Meaning there is some missing ), }, necessary character or a syntactical error in the code. Did you want to paste the whole code in somewhere here on PasteBin?

Viewing 25 results - 42,326 through 42,350 (of 64,530 total)
Skip to toolbar