Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,826 through 63,850 (of 64,154 total)
  • Author
    Search Results
  • #836
    bftuk
    Member

    Will bbpress have an option for members to have signatures, where they can add text or links?

    I’m looking at starting a new forum, having used SMF & PHPBB forums in the past, but i really like wordpress so have installed a ‘test’ site using bbpress, and am really impressed, but its an important feature that i’m need to be installed.

    #50092

    andyro,

    It looks like you need to set up pretty permalinks.

    #50047

    In reply to: Can’t Login…

    devils_advocate:

    $bb->domain = ‘http://acd.us’;

    $bb->path = ‘/cms/bbpress/’;

    $bb->wp_home = ‘http://acd.us/cms’;

    $bb->wp_siteurl = ‘http://acd.us/cms’;

    Try those values.

    #839
    lordcoder
    Member

    Hi ,

    how to determine if its a member or an admin ( by admin , i mean the administrator and keymaster levels ) ?

    if not , where can i find a good documentation about bbpress template tags like wordpress’ one ?

    TFYT .

    #818
    lordcoder
    Member

    Hi all ,

    i recently installed BBPress , and oh man , its very easy to use and the installation taked only 3 minutes , but its the customization that was very interesting , about this , how to customize titles ?

    I dont want the whole title like this : POST_TITLE > SITE_TITLE , is that possible ?

    Thanks .

    #50091
    andyro
    Member

    I have bbpress loaded inside wp (like this: (wp/bbace/’). All bb pages show, except when user profile is clicked on (the respective users from worpress showed up automatically) I get:

    The requested URL /wp/bbace/profile/2 was not found on this server.

    Or when a topic is posted (the post goes up) but I get this error:

    The requested URL /wp/bbace/topic/3 was not found on this server.

    On the server side, there is nothing under ‘topic’ or ‘profile’ – should this be looking for a .php script, or something in the mysql side of things?

    Any pointers would be appreciated…to view the site:

    http://archicad.ca/wp/bbace/

    Thanks in advance!

    #50234

    In reply to: Cookies and WPMU

    suleiman
    Member

    mozey, would you mind helping out a fellow mu’er and post the code to your working mu/bbpress integration?

    I’ve been stumbling again and again on getting the user integration to work, let alone the cookies!

    #837

    Topic: bbPress posts from WP

    in forum Plugins
    mbyte
    Member

    I wroted plugin for WP, which create topic and post in bbPres forum, when you publish post in WP blog. Plugin can edit post in bbPress forum, when you edit it in WP.

    Page of plugin.

    Sorry for my English.

    #50769
    Aaron
    Participant

    Theere is this,

    https://codex.wordpress.org/User:RobLa/bbPress_Auth_for_MediaWiki

    it might be a little old, but I think it is relevant. MediaWiki / WP /bbPress

    #50288

    In reply to: sports template

    mrjain
    Member

    very nice design. A couple years ago on stumbled onto WordPress and glad I did. I feel the same way about bbPress, but i’m sure it will be rock solid and full of features a lot quicker. I was looking at phpBB, but I’m going to implement bbPress.

    take care,

    mrj

    #50046

    In reply to: Can’t Login…

    here is the whole config file (partially edited to protect passwords etc)

    <?php

    // ** MySQL settings ** //

    define(‘BBDB_NAME’, ‘myDBname’); // The name of the database

    define(‘BBDB_USER’, ‘mySQLname’); // Your MySQL username

    define(‘BBDB_PASSWORD’, ‘muSOLpass’); // …and password

    define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple forums in a single database.

    $bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!

    // If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

    // Adjust the domain and path to suit your actual URL.

    // Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = ‘http://acd.us/cms/bbpress&#8217;; // Example: ‘http://bbpress.example.com&#8217;

    // There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.

    $bb->path = ‘/’; // Example: ‘/forums/’

    // What are you going to call me?

    $bb->name = ‘Member Forum’;

    // This must be set before running the install script.

    $bb->admin_email = ‘webmaster@acd.us’;

    // Set to true if you want pretty permalinks.

    $bb->mod_rewrite = false;

    // The number of topics that show on each page.

    $bb->page_topics = ’30’;

    // A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = ’60’;

    // Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = ‘-5’;

    // Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

    // of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

    // http://wordpress.com/api-keys/

    $bb->akismet_key = ‘my key #’;

    // The rest is only useful if you are integrating bbPress with WordPress.

    // If you’re not, just leave the rest as it is.

    $bb->wp_table_prefix = ‘wp_’; // ‘wp_’; // WordPress table prefix.

    $bb->wp_home = ‘acd.us/cms’; // WordPress – Options->General: Blog address (URL) // No trailing slash

    $bb->wp_siteurl = ‘acd.us/cms’; // WordPress – Options->General: WordPress address (URL) // No trailing slash

    // Use the following line *only* if you will be loading WordPress everytime you load bbPress.

    //define(‘WP_BB’, true);

    /* Stop editing */

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    require_once( BBPATH . ‘bb-settings.php’ );

    ?>

    #831
    n0mer
    Member

    Hi again, what about grouping forums?

    F.ex. if 10 forums already exist (http://jug.org.ua/forum/forums/list.page , i want to switch this forum to bbPress), it is handy to sort them out in some way.

    Or just add smth. like “separator” :) between forum groups

    And, do smth. with forum deletion; it can be quite complex and painful process to place existing topics, tags and comments somewhere.

    #50768
    AphelionZ
    Participant

    Thats neat. Makes my eyes water with joy.

    Everything has been slowly gravitating toward WordPress on my site, i can’t wait until everything i need is right in that admin panel and I can kiss major PHP overhauls goodbye.

    #50045

    In reply to: Can’t Login…

    They are some of the settings you set up in bbPress’ config.php before you first installed things.

    #50044

    In reply to: Can’t Login…

    “Are you integrating this with WP, or is it a standalone install?”

    I’m integrating bbpress into a wordpress installation…

    “Please tell me the following settings:

    $bb->domain

    $bb->path

    $bb->wp_prefix

    $bb->wp_home

    $bb->wp_siteurl

    (sorry) where would I find this information in bbpress?

    DA

    #50667

    In reply to: Installation problems

    Sure.

    I guess I’m confused what the plug ins are supposed to do and how they act within wordpress and bbpress.

    I opened up and looked at both plug-ins (changed the “.php” to “.html”) to see.

    And I realized that what I’m seeing in the installation pages in bbpress IS the plugin content of “display-name.php” preceding the regular Installation content.

    And in WordPress – when I “activate” the “bbpress-integration.php” plug-in I can no longer browse any part of my WordPress blog – the only page I get – regardless of where I try to go in the wordpress blog shows me the contents of the “bbpress-integration.php” plugin. I’m looking at a Trac page.

    With the wiki link, etc…all links not working because they are using my domain as root of the url.

    so – I’ve been trying to make this installation work without the plug-ins…and I get stuck at the first bbPress screen [login in the header all correct; my first post -1hour<–saw the post on this> etc] and am not able do anything from there.

    so far I’ve inched through a little progress every 2nd or third installation try…but right now I’m stuck

    I’ll try your first suggestion – I figured the other one “true” NOT! out on my own….

    thanks!

    devils_advocate

    #49596

    In reply to: Emoticons For bbPress?

    AphelionZ
    Participant

    n22 – in your forums folder there’s a folder called bb-templates. make a new folder called my-templates and copy these files from bb to my template folder – edit-form.php, post-form.php

    Edit those files – find the only instance of textarea in them and put that php code (just copy and paste, it’s ok!) in a reasonable spot nearby. For example, they said above, but i chose below because i thought it worked better. All depends on the template.

    PS – GREAT JOB! It worked perfectly for me

    #49595

    In reply to: Emoticons For bbPress?

    fuknrekd
    Member

    open /bb-templates/post-form.php

    add that line here

    ‘<?php endif; do_action( ‘post_form_pre_post’ ); ?>

    <?php bb_do_action(‘bb_grins’); ?>

    <label for=”post_content”><?php _e(‘Post:’); ?>

    <textarea name=”post_content” cols=”50″ rows=”8″ id=”post_content” tabindex=”3″></textarea>

    </label>

    HTH

    #50775

    In reply to: Img tag plugin

    https://bbpress.org/plugins/topic/5

    (The plugin browser you’ll see at that link is still in the early stages of its development. Go easy on it :) )

    #680
    Hyper123
    Member

    I’m trying to install bbpress and the config file is correct. The error I receive is,

    microsoft.com/kb/q176113/ if ( !function_exists(‘wp_redirect’) ) : // [WP4273] function wp_redirect($location, $status = 302) { global $is_IIS; $location = preg_replace(‘|[^a-z0-9-~+_.?#=&;,/:%]|i’, ”, $location); $location = wp_kses_no_null($location); $strip = array(‘%0d’, ‘%0a’); $location = str_replace($strip, ”, $location); if ( $is_IIS ) { header(“Refresh: 0;url=$location”); } else { status_header($status); // This causes problems on IIS header(“Location: $location”); } } endif; if ( !function_exists(‘bb_verify_nonce’) ) : function bb_verify_nonce($nonce, $action = -1) { $user = bb_get_current_user(); $uid = $user->ID; $i = ceil(time() / 43200); //Allow for expanding range, but only do one check if we can if( substr(wp_hash($i . $action . $uid), -12, 10) == $nonce || substr(wp_hash(($i – 1) . $action . $uid), -12, 10) == $nonce ) return true; return false; } endif; if ( !function_exists(‘bb_create_nonce’) ) : function bb_create_nonce($action = -1) { $user = bb_get_current_user(); $uid = $user->ID; $i = ceil(time() / 43200); return substr(wp_hash($i . $action . $uid), -12, 10); } endif; // Not verbatim WP, bb has no options table and constants have different names. if ( !function_exists(‘wp_salt’) ) : function wp_salt() { global $bb; $salt = $bb->secret; if ( empty($salt) ) $salt = BBDB_PASSWORD . BBDB_USER . BBDB_NAME . BBDB_HOST . BBPATH; return $salt; } endif; if ( !function_exists(‘wp_hash’) ) : function wp_hash($data) { $salt = wp_salt(); if ( function_exists(‘hash_hmac’) ) { return hash_hmac(‘md5’, $data, $salt); } else { return md5($data . $salt); } } endif; if ( !function_exists(‘bb_check_admin_referer’) ) : function bb_check_admin_referer( $action = -1 ) { if ( !bb_verify_nonce($_REQUEST, $action) ) { bb_nonce_ays($action); die(); } do_action(‘bb_check_admin_referer’, $action); } endif; if ( !function_exists(‘bb_check_ajax_referer’) ) : function bb_check_ajax_referer() { global $bb; $cookie = explode(‘; ‘, urldecode(empty($_POST) ? $_GET : $_POST)); // AJAX scripts must pass cookie=document.cookie foreach ( $cookie as $tasty ) { if ( false !== strpos($tasty, $bb->usercookie) ) $user = substr(strstr($tasty, ‘=’), 1); if ( false !== strpos($tasty, $bb->passcookie) ) $pass = substr(strstr($tasty, ‘=’), 1); } if ( !bb_check_login( $user, $pass, true ) ) die(‘-1’); do_action(‘bb_check_ajax_referer’); } endif; if ( !function_exists(‘bb_break_password’) ) : function bb_break_password( $user_id ) { global $bbdb; $user_id = (int) $user_id; if ( !$user = bb_get_user( $user_id ) ) return false; $secret = substr(wp_hash( ‘bb_break_password’ ), 0, 13); if ( false === strpos( $user->user_pass, ‘—‘ ) ) return $bbdb->query(“UPDATE $bbdb->users SET user_pass = CONCAT(user_pass, ‘—‘, ‘$secret’) WHERE ID = ‘$user_id'”); else return true; } endif; if ( !function_exists(‘bb_fix_password’) ) : function bb_fix_password( $user_id ) { global $bbdb; $user_id = (int) $user_id; if ( !$user = bb_get_user( $user_id ) ) return false; if ( false === strpos( $user->user_pass, ‘—‘ ) ) return true; else return $bbdb->query(“UPDATE $bbdb->users SET user_pass = SUBSTRING_INDEX(user_pass, ‘—‘, 1) WHERE ID = ‘$user_id'”); } endif; if ( !function_exists(‘bb_has_broken_pass’) ) : function bb_has_broken_pass( $user_id = 0 ) { global $bb_current_user; if ( !$user_id ) $user =& $bb_current_user->data; else $user = bb_get_user( $user_id ); return ( false !== strpos($user->user_pass, ‘—‘ ) ); } endif; ?>

    Fatal error: Call to undefined function: bb_current_user() in forums/bb-settings.php on line 146

    I got the exact same kind of error yesterday while I was trying to install wordpress 2.0.5 but was able to install 2.0.4 no problem then upgrade to 2.0.5. Any help would be greatly appreciated.

    #49594

    In reply to: Emoticons For bbPress?

    n22
    Member

    not working.. i m sure its my problem, cause i know only HTML but not PHP.

    anyone can tell me exactly where to put “<?php bb_do_action(‘bb_grins’); ?> ” ??

    thanks a lot

    #50666

    In reply to: Installation problems

    Some of your settings aren’t quite right.

    $bb->domain = ‘http://domain.com&#8217;;

    $bb->path = ‘/cms/forums/’;

    $bb->wp_prefix = ‘wp_’; // or whatever the prefix is. It should not be true

    Try that on, and let us know.

    Also, I’m not sure what you mean by the links being broken in the bbpress-integration WordPress plugin. Can you explain it differently?

    #50767

    I don’t know about other wiki software, but I happen to know that the blicki plugin for WP is under active development.

    http://dev.wp-plugins.org/browser/blicki/trunk/

    I couldn’t find a real webpage for it yet. Soon, I’m sure.

    #50090

    also happening is: when I click on the link “Your First Post” (or somesuch) I get this error…

    “Too many redirects occurred trying to open “http://mydomain.com/cms/bbpress/topic.php?id=1”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.”

    anyone know why this is happening?

    #50665

    In reply to: Installation problems

    got past the styleshhet issue – and all – got bbpress installed.

    when I click on the link for the first post, I get this error…

    “Too many redirects occurred trying to open “http://mydomain.com/cms/bbpress/topic.php?id=1”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.”

    anyone have any clues to help?

Viewing 25 results - 63,826 through 63,850 (of 64,154 total)
Skip to toolbar