Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 26,276 through 26,300 (of 26,841 total)
  • Author
    Search Results
  • #1302

    Plugin inspired by http://bbpress.org/forums/topic/625

    Adds a new Admin section where you can add users if you want to. It’s just like the “add new user” function in wordpress.

    Download here:

    http://la-school.com/2006/downloads/admin-add-user_1_0.zip

    To install simply put it into your /my-plugins/ folder.

    #53717

    In reply to: insert/hyperlink file

    Null
    Member

    Yes there is, it’s called a WYSISYG editor. WordPress has one, I think (hope) bbPress will get one too. I already have a ticket about this for version 1.0 of bbPress, so time will tell if this gets implemented. If not, someone will (I will do it when I have time for it. I already have a WYSIWYG editor laying around that should be easy te implement into bbPress) make a plugin for this to add a very simple/basic WYSIWYG editor to bbPress.

    #53668

    In reply to: Newsletter by email

    chrishajer
    Participant

    If you integrate, your users will be in WordPress, and then you can search over at http://wp-plugins.net/ for mailing list or newsletter.

    #53666

    In reply to: Newsletter by email

    chrishajer
    Participant

    OK. So you are not going to spam them. They will agree to opt in. You are going to create the content of the newsletter manually. You just need to use the emails from your registrations to send out the newsletter?

    I know this exists already for WordPress. Is your forum integrated with WordPress? If so, then you’re already done: just add the WordPress plugin. If not, then I think you’re requesting a plugin.

    #1285

    Topic: treeview and history

    in forum Plugins
    paloturk
    Member

    Hi everybody, I am new to bbPress. I’ve been using wordpress for a while but never used bbpress. What I want to do is to add treeview display to bbpress including posts. And I want to keep history of users so that s/he should be able to see the posts that she read and unread. Therefore somehow I need to keep each users’ read posts. Before doing anything, is bbpress right choice for those modifications? Are there any similar plugin to start with? As bbpress experts what do you suggest where should I begin? How should I keep database tables for regarding performance? I think you get the idea, if you have any idea, it would be really helpfull.

    #53682

    In reply to: query/php problem

    chrishajer
    Participant

    I don’t know anything about your plugin, but why not put the OR in the PHP, similar to how WordPress checks for pages or posts:

    <?php if(is_home() || is_single() || is_page()) {

    whatever;

    } ?>

    Maybe you could put the logic in the PHP? I don’t understand what the plugin does, but the value in the database seems odd to me.

    so, for your application:

    <?php if ((bb_get_location == front-page) || (bb_get_location == topic-page)) {

    give the ID;

    } ?>

    #1116
    Anonymous User 96400
    Inactive

    hey,

    i’m having a problem with integrating bbpress into my wordpress template. when you click on ‘add new’ on any forum page the layout looks fine, but when you click on ‘add new’ on the start page, then it messes up the layout. seems there is a stray closing div somewhere, which is only needed sometimes.

    have a look here to see what i mean.

    actually, if you scroll down i think you can see the same thing happening with the footer here

    cheers, b

    #50585
    Trent Adams
    Member

    No problem zapata. To get rid of the register link, you need to download login-form.php from /bb-templates/ and then edit it as follows:

    Change this part from:

    <p><?php printf(__('<a href="%1$s">Register</a> or log in'), bb_get_option('uri').'register.php') ?>:</p>

    to get rid of the register, you could just comment out this line or change the wording:

    <! -- <p><?php printf(__('<a href="%1$s">Register</a> or log in'), bb_get_option('uri').'register.php') ?>:</p> -->

    Once you have edited that file, upload it to a new folder (if it doesn’t exist already in root) /my-templates/ as bbPress will use that file first and if it doesn’t exist, go back to the one in /bb-templates/

    As for the registering with WordPress, I was only referring to the abilitity to turn on or off registration in WP admin. If you turn it off, then you can add the members you want through the admin.

    That should get you going!

    Trent

    #50583
    zapata
    Member

    Trent,

    Today is my bbPress Independence day. Everything seems to be working just so smoothly. Removed register.php and Voila…

    two questions:

    (1) What file do I have to look in to remove the “Register” link on top of the page

    (2)When you mention “People can still register using WordPress” do you mean the authors or me (admin) has to do anything “beyond” what I do to register authors in the admin section of WordPress

    #50582
    Trent Adams
    Member

    Since you are integrated with WP (I would assume), removing register.php from bbPress root directory would get rid of that particular issue. People can still register using WordPress or just added as members by you in the WP admin. That would be the easiest way.

    Trent

    #53633
    spencerp
    Member

    Yep, and, even though Michael Adams made the newer version of the bbPress Integration plugin. Ryan Boren added two stubs in the 2.1 wp-includes/ folder, holding the same name as the original two.

    So, these two calls:

    require_once( ABSPATH . WPINC . ‘/registration-functions.php’ );

    include_once (ABSPATH . WPINC . ‘/rss-functions.php’);

    In any WordPress or bbPress plugins, you’ll still be safe! Inside those two stubs are:

    registration-functions.php file:

    <?php

    // Deprecated. Use registration.php.

    require_once(ABSPATH . WPINC . '/registration.php');

    ?>

    rss-functions.php file:

    <?php

    // Deprecated. Use rss.php instead.

    require_once (ABSPATH . WPINC . '/rss.php');

    ?>

    Happy 2.1 Upgrading and bbPress Integrating peoples.. :D ;)

    spencerp

    #51727

    In reply to: onvertigo.com forums

    davidbessler
    Member

    Just gotta put in my 2 cents. I know it’s not bbpress, but my son, Noah Darwin, has a wordpress blog … though it’s a bit out of date. And he’s only 15 months old.

    NoahBessler.com

    #53638
    Trent Adams
    Member

    The issue will be because the user that you have as an Administrator in WP is not the keymaster in bbPress. What you can do is check out the following:

    https://bbpress.org/forums/topic/462?replies=4#post-2607

    There is some good information in there on getting the account that is the admin in WordPress to also be the Keymaster (admin) in bbPress.

    Trent

    #1281
    chrisgross
    Member

    I have my wordpress and my bbpress installed and working together fine. The only problem is that I can reach my wordpress admin panel, but not the bbpress one. The deal I think is that there is some info missing from the wp_users table that makes it so bbpress can use it. Could anyone tell me how to fix this without having to re-install the entire thing.

    #1280
    Trent Adams
    Member

    Now that WordPress has released 2.1, just a quick note to all the current users and future users that bbPress integrates fine with WordPress 2.1.

    Trent

    #1279
    freelantz
    Member

    I followed all of these instructions to integrate WP theme into BB. When I attempt to login I get these errors:

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/public-forum/my-plugins/display-name.php:20) in /home/XXXXX/public_html/public-forum/bb-includes/pluggable.php on line 37

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/public-forum/my-plugins/display-name.php:20) in /home/XXXXX/public_html/public-forum/bb-includes/pluggable.php on line 37

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/public-forum/my-plugins/display-name.php:20) in /home/XXXXX/public_html/wp-includes/pluggable-functions.php on line 269

    #53087
    Brad
    Member

    spencerp – i would be curious how you got bbpress into your active WordPress theme. i am working to do the same as you, but any help would be appreciated.

    thanks

    “cre8tive.medea” (at) gmail dot com

    #53592
    Anonymous User 96400
    Inactive

    hey trent,

    thanks for your reply. i suppose you mean this plugin? it’s the only one i could find with a name close enough to ‘WP translation plugin’.

    but what this plugin does is translate the posts for you and i basically only want the forum stuff to be translated, not the topics.

    #1276
    ateale
    Member

    hey guys

    i have managed to integrate bbpress into my wordpress install

    now I can’t seem to access the bbpress admin page. I get this error:

    Warning: main(../wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /www/blog/bbpress/config.php on line 3

    Fatal error: main() [function.require]: Failed opening required ‘../wp-blog-header.php’ (include_path=’.:/usr/local/lib/php’) in /www/blog/bbpress/config.php on line 3

    Any ideas?

    #53596
    ateale
    Member

    doh! i am an idiot!

    I’ve gotta learn to read ALL the instructions.

    WordPress address (URL) // No trailing slash.

    Cheers Trent the login seems to work fine now!

    Any ideas on the embedding thing? Just a matter of chopping into the my-template files?

    Cheers!

    #53595
    Trent Adams
    Member

    I would try the cookie sharing stuff in both bbPress config.php:

    $bb->cookiedomain = '.lumanation.com';

    $bb->cookiepath = '/';

    And then maybe the cookie stuff that you can put in WordPress wp-config.php (can’t remember the format) if the first stuff just doesn’t work out straight away.

    If the users are there it is because the integration is working, just the cookies are not sharing. Try that out and let me know.

    Trent

    #1274
    ateale
    Member

    hey guys,

    i have followed the instructions on the forums/extend for intgegrating bbpress and wordpress.

    It all seems to work – bbpress knows about the wordpress users.

    Only problem is that i have to login to both wordpress & bbpress seperately – I thought it was supposed to support 1 login for both – using the same cookie or something?

    the test site is:

    blog.lumanation.com

    the forums link at the top takes you to the bbpress install

    any help would be greatly appreciated! :)

    also – any ideas on how to embed the bbpress install into wordpress – is it just a matter of hacking up the bbpress templates or is there a more elegant way similar to the wordpress rs-discuss/xdforum plugins?

    Cheers!

    Adam

    #53506

    In reply to: Changing a Domain name

    startribe
    Member

    Wow! Thanks a lot spencerp. As a visual person, a visual tutorial is priceless.

    I am in love with WordPress and bbPress. I was originally thinking of going with phpbb, but man, this bbPress is so sleek, so easy to customize, and has so much potential.

    Thanks again,

    Orion

    #53503

    In reply to: Changing a Domain name

    spencerp
    Member

    Going along with what Trent said, I usually follow Podz’s guide for it:

    http://www.tamba2.org.uk/wordpress/site-url/

    All other guides can be found here:

    http://www.tamba2.org.uk/wordpress/

    spencerp

    #53499

    In reply to: Changing a Domain name

    startribe
    Member

    Is that it? I am actually working with both WordPress and bbPress integrated. There is quite alot of work that needs to be done WP on the database side ( https://codex.wordpress.org/Changing_The_Site_URL ) , so I was figuring something similar would need to be done for bbPress. Although, they are sharing a database, not sure if that makes a difference. Any other thoughts?

Viewing 25 results - 26,276 through 26,300 (of 26,841 total)
Skip to toolbar