Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 51,476 through 51,500 (of 64,431 total)
  • Author
    Search Results
  • #14917
    michael3185
    Member

    I saw a bbPress forum somewhere, where the ‘Create New Topic’ and ‘Reply’ sections were not a visible input box, but a link like; ‘Reply »’ When you click the link, the input box appears in its place. Does anyone know where it is so I can look at the code? Or is it a plugin? (Can’t find anything like that). Thanks.

    #74181
    johnhiler
    Member

    Try this plugin and see if it does the trick?

    https://bbpress.org/plugins/topic/fix-admin-access/

    #74179
    johnhiler
    Member

    Try the instructions here?

    https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

    WordPress 2.7 uses a different type of cookie, so you can either downgrade the WordPress cookie (using SuperAnn’s plugin) or upgrade the bbPress 0.9 cookie (using _ck_’s plugin). Both are linked from the instructions!

    #74178
    emfulz
    Member

    I am using the latest versions of bbPress and WordPress which are 2.7.1 (wp) and 0.9.0.5 (bbp)

    The instructions are rather inside in the installation of bbPress which you can make the integrating processes through the databases.

    #74177
    johnhiler
    Member

    What versions of bbPress and WordPress are you using?

    Also, what did you do to “make it where members of my site could use 1 account for both instead of separate ones”… was there a specific set of integration instructions you followed? If so, please post a link to that too!

    #14916
    emfulz
    Member

    I have just recently installed bbPress so that I could make it where members of my site could use 1 account for both instead of separate ones. When I did so it caused me to lose my admin but didn’t actually integrate them. What can I do to get my admin back and integrate wordpress and bbPress? I don’t know much more to say about this but if needing more information I will be gladly to give.

    #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

Viewing 25 results - 51,476 through 51,500 (of 64,431 total)
Skip to toolbar