Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 51,501 through 51,525 (of 64,450 total)
  • Author
    Search Results
  • #70014

    In reply to: bbPress Admin

    Caesar
    Member

    Personally, I didn’t like the WP2.5 admin, and I don’t like the current BB1.0 admin.

    Furthermore, I don’t think the WP2.7 admin is going to be changed significantly in 2.8 or 2.9.

    I think a big mistake was made with WP2.5, and this was realised by the WP devs and replaced by the excellent WP2.7 admin. They now have a good admin and I think they’ll stick with it.

    I won’t be using bbPress on a live site anyway until it integrates better with WP and shows signs of being actively developed – looks like this will be soon, due to TalkPress – but additionally, the current admin is a big disincentive for me.

    #74072
    Atsutane
    Member

    To add meta tag using plugin…

    add_action('bb_head', 'meta_bb_header');

    function meta_bb_header() {
    echo 'Your meta tag here';
    }

    Maybe you can use ping service like Ping-o-Matic that were design for blog, to notify other service that you have update your forum. Never try it yet with bbpress so kinda don’t know how it gonna be :)

    Another alternative maybe submit sitemap at Google Webmaster.

    #14890
    michael3185
    Member

    Now I’ve got a couple of forums working the way users need, I’m looking into getting them noticed on the web. I’ve read masses of information on this, including use of HTML page Meta tags and data, plus words in the Meta being in the pages, etc. I must say, I’m somewhat confused by it all.

    I don’t have the time to try and become a search engine submission expert, and my charity clients don’t have the money to pay for services like that either. I understand the basic concept of including some HTML Meta tags for search engines to process. Should I just add these manually to index.php, or does it get re-written on the fly by bbPress? (I haven’t tested that yet).

    How difficult would it be to create a plugin, say, that lets you enter HTML Meta tags and data in Admin, and then just inserts it into the forum pages so search engines find them? I guess that’s what some of the mentions about v1.0’s meta stuff are about? (I’m using 0.9.0.5) Any help much appreciated.

    [edit]

    Actually, I realise that a simpler way would be to just write a text file with the HTML Meta information in it, and somehow include it in the header section of various files (or is it only really required in index.php?) I’ve seen an ‘include once’ directive, but guess that just makes a file’s functions available rather than inserting it directly into another? Apologies if the answer is so basic I shouldn’t need to ask, but after six weeks of hard work my head’s fried.

    #73741
    Ramoonus
    Member

    still haven`t found the solution :(

    Tynan Beatty
    Member

    You should only need the define('WP_AUTH_COOKIE_VERSION', 1); part added to the bb-config.php, not the rest (if you upgrade to WP2.8, then you don’t need any of those additions to the bb-config.php file). The WP bbPress Integration plugin’s settings page lists some things you’ll need to add to your wp-config.php file though. Namely, you’ll need to add at least something like define('COOKIEPATH', '/');, depending on your wordpress’ installation path. Try just adding that part and see how things work. If they don’t work, try adding the other things the WP bbPress Integration Plugin settings page suggests (I added all of it’s suggestions using the latest WP2.8 and the latest bbPress 1.0-rc-1 and it broke my WP login; but with just the cookipath definition, most everything except logging in from bbP and then logging out from WP [somewhat trivial], integrates as expected).

    peace~

    Tynan Beatty
    Member

    Hello. Please read this post of mine and also this post that the previous post references :)

    peace~

    #68271
    litchi
    Member

    I think this problem is because

    when bbpress try to decide wheter this instance has been installed, it use one term, it just check whether the file bb-config.php exists, and the check passed, but when it try to get data from the db, it failed, the script then redirect the user to the install page.

    #67733
    feastoffools
    Member

    Still waiting here to know– anyone know if there’s a way to log into bbpress using facebook connect, disqus or something like that?

    amyhello
    Member

    Hey I have WordPress 2.8-beta1 and bbPress 1.0-rc-1. I downloaded and installed sams plugin. However — I still need to sign in new when going from the forum to the blog. I can sign in fine in each — but it doesnt carry the cookie info over. And I did everyhting in the video. Any new tips?

    Should I roll back to a previous version? If there are versions of WordPress, BBPress and Plugin that do work together — please share what versions that play nicely together.

    #73988

    In reply to: Secure Auth?

    dss
    Member

    Good point, I checked, and it does. Also, it is the same as the one’s I’ve pasted into the bb config as well.

    I installed bbpress before this was a feature.

    I wonder if I need to add this manually to the database?

    #74040
    Sam Bauers
    Participant

    WordPress is planning on implementing a labeling system to identify “canonical” plugins. I believe the rating of these will be community driven. It’s early days on that one, but I think a user driven approach would be the only legitimate way to go.

    Thanks for the MySQL query testing above. I’ll look into what’s possible without bloating the cache objects.

    People might be interested to know that in Automattic’s mix of bbPress usage we use no external object cacheing (like memcached) or page caching. This is with both 0.9 and 1.0 versions.

    #74148
    Sam Bauers
    Participant

    Display names won’t be added to the 0.9 branch.

    #73900
    aetorre
    Member

    I tried these patchs. bb-moderation-hold doesn’t work properly and development seems to be discontinued. I searched similar functionality in other plugins but I didn’t find anything.

    Any idea?

    #74147
    Greg
    Participant

    Thanks Michael. Via that plugin I found this one: https://bbpress.org/plugins/topic/display-name/

    Don’t know why it didn’t come up in my original search. It’s a bit dated, but perhaps it will do the trick.

    #73586

    I finally got bbPress 1.0 RC1 installed on a new WPMU site…that was an ordeal. I had to install as un-integrated. I then installed the integration plugin but now I cannot log in to either my WPMU or my bbPress. I tried a password recovery but that did nothing. HELP! LOL

    Should I change the “SITECOOKIEPATH” that Detective is referring to? What can I try now that I can’t even log in?

    Blessings,

    Wendy

    #74149

    In reply to: For hacky peeps

    johnhiler
    Member

    I think the latest .9 version is 0.9.0.4?

    https://trac.bbpress.org/report/2

    The only list of function names that I know of was pulled together by _ck_:

    http://bbshowcase.org/reference/

    #14911

    Topic: For hacky peeps

    in forum Installation
    michael3185
    Member

    I love the plugins folks have created, and would like to try creating a simple one of my own. Thing is, I have no idea what functions calls are available in bbPress 0.9.0.5, and can’t find any documentation. Is there a list of function names and parameters somewhere, or do I have to trawl through a thousand files and learn the hard way..?

    As an aside, I’ve noticed a couple of comments regarding using bbPress stand-alone. I do for my clients, and myself. Never installed WordPress, and don’t need it. In their working world, WordPress is little different to static web pages. bbPress, on the other hand, invites comments and discussion, which is what they need.

    #74146
    michael3185
    Member

    Hi reboot. I saw a thread somewhere about this, and mention of a plugin for 1.0 which turns OFF display names. From what I remember, they can be used to spoof Admin, etc. Can’t find it now, but I think the plugin was called disable-display-name. Might be worth a look.

    #70354

    Grrr I tried the Download 1.0 RC.zip version and that didn’t work either. This time no user info appeared, it took my info, acted as if it was working, generated an email with no password but nothing really happened. Here is the error this time:

    Forum could not be created!

    Referrer is OK, beginning installation…

    >>> Setting up custom user table constants

    Step 1 – Creating database tables

    >>> Database is already installed!!!

    Step 2 – WordPress integration (optional)

    >>> WordPress address (URL): http://quiltingwithmoxie.com/

    >>> Blog address (URL): http://quiltingwithmoxie.com/blog/

    >>> WordPress cookie keys set.

    >>> WordPress “auth” cookie salt set from input.

    >>> WordPress “secure auth” cookie salt set from input.

    >>> WordPress “logged in” cookie salt set from input.

    >>> User database table prefix: wp_

    >>> WordPress MU primary blog ID: 1

    Step 3 – Site settings

    >>> Site name: Quilting with Moxie Guild

    >>> Site address (URL): http://quiltingwithmoxie.com/guild/

    >>> From email address: –snip–

    >>> Key master created

    >>>>>> Username: admin

    >>>>>> Email address: –snip–

    >>>>>> Password:

    >>> Description: Just another bbPress community

    >>> Forum could not be created!

    >>> Key master email sent

    There were some errors encountered during installation!

    What now?

    Blessings,

    Wendy

    #14908
    Greg
    Participant

    One of the nice things about bbPress 1.0 is that it supports display names. This seems pretty important – you don’t want the names to look different in different parts of the site (I have bbPress integrated with BuddyPress 1.0). I guess one could limit the WPMU/BP side of things to usernames, but that seems like a step backwards.

    On the other hand, bbPress 0.9.0.x is very stable and reportedly quite a bit more efficient, so I’d like to stick with it until 1.0 gets there (we have a few thousand users).

    Have you found a way to do display names using 0.9.0.x? I see mention of a plugin, but I can’t find it in the extend section.

    #74039
    michael3185
    Member

    @johnhiler – I guess you’re not alone in not wanting an ‘authority’, though all I mean by the word is those creating and maintaining bbPress being seen as an authority in ‘the outside world’, as opposed to ‘the inner world’ of bbPress forum users. It’s already being done in a way, internally, by us getting to know who we trust most. Perhaps I’m letting my enthusiasm for a great product carry me away..?

    Maybe just this thread and the comments from various members is enough in itself, as like any other, it raises awareness. For myself, I already have a few names in my head of those I trust when it comes to plugins, which are an essential part of bbPress. _ck_’s comments are funny in a way, about only writing plugins for fun or to show what can be done, hers(?) turning out to be among the very best! Perhaps I am barking up the wrong tree, and it should just be left as it is; to be fun, a hacking ground for those who want to hack, with gems coming up here and there from the talented coders. As you say _ck_, it spreads the workload and encourages new input, perhaps in ways that just wouldn’t happen if it wasn’t Open Source.

    In any case, I’m grateful to those who invest time and effort into extending bbPres. My needs are few, as almost everything I want exists already. I’d like user roles in a stable version, and may have to go the way another thread suggests, and edit a file to add my own. I’d also like a sticky topic sort order plugin, but don’t have the skills to create it (yet). Tell you what I will do though, regardless of any standards for plugins, etc. I’m going to advertise bbPress personally; word of mouth, on my sites, etc.

    Returning to my original thought; “bbPress v1’s eventual release”… I’ll have user roles when that version is considered stable enough for general use. For now, 0.9.0.5, completely free, is excellent.

    #74038
    johnhiler
    Member

    @Michael3185 – Personally I wouldn’t trust a top-down authority to validate plugins. But some sort of bottoms up thing, I could get behind.

    But if you want to take the lead on it, you could draft a proposal and post it in a new thread! Maybe some other users would be into it. :-)

    #74144
    _ck_
    Participant

    Akismet has lost it’s mind over the past several weeks or so.

    Lack of whitelisting (as you discovered) is one of several pitfalls of using a remote service.

    You could look at how my skip-akismet plugin works and check when $_POST contains submitted $_POST – if ‘post_content’ has only those whitelisted domains, you can unhook akismet as I do for mods, etc.

    There’s also another possibly I have been considering – only send to akismet the first few dozen posts by any new member. After that many they’ve probably met with your approval and any other moderation should be done manually, not automatically.

    #74037
    _ck_
    Participant

    People don’t write software to see their name in lights.

    I think the point is being missed by some who haven’t kept up with bbPress history.

    bbPress wasn’t invented by Matt to create a better forum for the masses.

    It was invented to serve the needs of Automattic needing (faster) support forums.

    It just happens to be open source so others can improve it, write plugins for it, etc.

    You’ll never have “certified plugins”, that would have no useful purpose to Automattic. On the flip side I would never have written a single plugin if I thought it was being held to some kind of standard, I wrote them for “fun”, to see if I could do it, or to show others it was possible.

    Releasing a product as open source is a way for business to get additional labor on their products for free by encouraging adoption. That’s not a criticism, that’s how it works in general. Matt used code from other open source projects so he’s motivated to also share his projects as open source.

    Sure there are some projects that are made from scratch to try to serve the greater good. But there’s no reward for that, you can never please more than a handful of people with whatever you try to do, given how many different opinions and experiences there are in any community.

    Some of the wishes expressed in this topic were expressed last year, the year before that and will be said next year and the year after that. Don’t use bbPress if any of those issues are important to you, because WordPress has been around for six+ years and it still has those issues and always will.

    #74103
    _ck_
    Participant
Viewing 25 results - 51,501 through 51,525 (of 64,450 total)
Skip to toolbar