Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,526 through 63,550 (of 64,450 total)
  • Author
    Search Results
  • #51877

    In reply to: Problem with my Domain

    benebomber
    Member

    Thanks a lot, Trent!

    But I did it like You told me, loaded it up once again with another table prefix and when I tried to start the install, there was an empty page.

    Do You have an idea what I did wrong?

    Here’s my config.php:

    `<?php

    // ** MySQL settings ** //

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

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

    define(‘BBDB_PASSWORD’, ‘xxxxxxx’); // …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 = ‘pfeilfor_’; // 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://www.fh-augsburg.de/~steinle/Pfeil&#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 = ‘/Forum/’; // Example: ‘/forums/’

    // What are you going to call me?

    $bb->name = ‘Das Forum zum Pfeil’;

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

    $bb->admin_email = ‘benedikt.steinle@fh-augsburg.de’;

    // 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 = +1;

    // Change this to localize bbPress. A corresponding MO file for the

    // chosen language must be installed to bb-includes/languages.

    // For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’

    // to enable German language support.

    define(‘BBLANG’, ”);

    // 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 = 40b50b4582b5;

    // 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 = pfeil_; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ‘http://www.fh-augsburg.de/~steinle/Pfeil&#8217;; // WordPress – Options->General: Blog address (URL) // No trailing slash

    $bb->wp_siteurl = ‘http://www.fh-augsburg.de/~steinle/Pfeil&#8217;; // WordPress – Options->General: WordPress address (URL) // No trailing slash

    /* Stop editing */

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

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

    ?>

    … I’ve got no idea what’s going wrong.

    Thanks.

    Bene

    #1068
    #52023

    In reply to: Site Options Plugin

    hanbit
    Member

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/kim/domains/mydomain.com/public_html/bbpress/my-plugins/private-forums.php on line 29

    value=”2″ > family

    when i click the Private Forums it’s appearance

    how to solve?

    #52022

    In reply to: Site Options Plugin

    so1o
    Participant

    I have updated the plugin with release 1.02. it will check for other requirements. if also has migration function from site options to bbpress get option function.

    #52021

    In reply to: Site Options Plugin

    so1o
    Participant

    https://bbpress.org/documentation/faq/#customization-folders

    do the default plugin installation routine..

    please note that you need site-options plugin and the latest code from the bbpress repository

    #52020

    In reply to: Site Options Plugin

    suleiman
    Member

    nope. i see no instructinos on that site. I also don’t have a /plugins/ folder in my bbpress root.

    #51174

    In reply to: Private Forum script

    nickbouton
    Member

    Interesting thread. I’m curious, has anyone made a mod that will support role-based permissions on forums? I mean, every private forums thread I’ve seen is just trying to require a login to post / view the forum, but has anyone made a plugin that requires different roles to see specific forums?

    I’d like to have a forum for moderators or admins only (or based on a custom user role), has anyone got anything like that going?

    See my other thread here, on the same subject..

    https://bbpress.org/forums/topic/376?replies=2

    Thanks-

    -nick

    #1066
    Null
    Member

    Hi,

    I am running bbpress and created 2 pages using the header, footer and css from bbpress. The pages are called:

    Blog.php

    Downloads.php

    Now I want a menu in my header just like the one on this site (see top of this page). How do I create one like this??

    Pref I want the menu in the header aligned right, just below the bbpress logo image in this order:

    Blog | Forums | Downloads.

    I had no luck trying myself…

    Thx

    #51171

    In reply to: Private Forum script

    topiq
    Member

    i installed the site_opitons plugin. but i get some kinds of errors.

    in the “private forum management” i get this errors:

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /srv/www/httpd/phost/c/com/pytalhost/cessi/web/bbpress/my-plugins/private-forums.php on line 29

    value="2" > News

    and if i want to change the message a user gets if he is not allowed to access a private forum:

    Fatal error: Call to undefined function is_serialized() in /srv/www/httpd/phost/c/com/pytalhost/cessi/web/bbpress/my-plugins/site-options.php on line 190

    thanks for your help!

    PS: in the SITE OPTIONS tab i get nothing but a submit button…

    #874
    anotherbrick
    Member

    Hi,

    Is there a BBpress plugin that implements a points system for contributors? I am looking for something that will give points to people who answer questions, etc.

    Is there anything like that already implemented?

    Thanks in advance-

    #51169

    In reply to: Private Forum script

    topiq
    Member

    it does not work for me. when i want to access the private forum plugin in the admin panel i get this error:

    Fatal error: Call to undefined function get_option() in /srv/www/httpd/phost/c/com/pytalhost/cessi/web/bbpress/my-plugins/private-forums.php on line 22

    #50134

    In reply to: UTW Error

    bbpress already support tagging. I wonder why u need UTW?

    #50133

    In reply to: UTW Error

    peiqinglong
    Member

    I too would like to be able to use UTW with bbpress.

    #52116

    In reply to: Private Forums Plugin

    so1o
    Participant
    #52114

    In reply to: Private Forums Plugin

    so1o
    Participant

    sorry about the mis communication..

    the latest code for bbpress.. :) coz the is_serialized function is in the latest code but not in blix i think…

    #50642

    In reply to: rawurlencode() Error

    plognark
    Member

    Well, I came up with an ugly fix, especially since I don’t actually know what I’m doing.

    I’ve been trying to integrate the BBpress forum right inside my WP theme, which is what I imagine you were trying to do.

    To fix it I added this switch right at the top of my bbpress template header:

    $bbpressswitch = 1;

    unset($_SERVER);

    Then I went into classes.php for wordpress and put an if/else ‘switch’, basically:

    The first line there is 1645 in my file

    function build_query_string() {

    $this->query_string = ”;

    foreach ($this->public_query_vars as $wpvar) {

    if (isset($this->query_vars[$wpvar]) && ” != $this->query_vars[$wpvar]) {

    $this->query_string .= (strlen($this->query_string) < 1) ? ” : ‘&’;

    // bug fix for BBpress integration

    if ($bbpressswitch == 1) {

    // $this->query_string .= $wpvar . ‘=’ . rawurlencode($this->query_vars[$wpvar]);

    // if the url is being accessed from a page outside of WP that is using the header

    // or other data, turn off this URL encoding.

    } else {

    $this->query_string .= $wpvar . ‘=’ . rawurlencode($this->query_vars[$wpvar]);

    }

    // end of bug fix

    }

    }

    It’s ugly, and I’m a n00b at this stuff, but it does seem to have cleaned up my error. I guess the bbpress URL’s don’t work so good when sent through the WP URLencode setup, so turning them off when going into a BBpress page seemed like it might work.

    I don’t know if there are any other repurcussions from this change, but again, it turned off the error, and I haven’t seen any fallout…yet.

    There are other sites online that seem to offer a fix for the same issue, like this:

    http://forum.j-prosolution.com/openwp-bugreport/2637-warning-rawurlencode-expects-parameter-1-string.html

    But the fix they suggest kills all of your static pages or category links and always sends you to the main blog page.

    #1062
    Null
    Member

    Hi,

    On the frontpage (bbpress index) you can see the latest discussions showing: topic, posts, Last Poster, refreshnesses.

    The posts section counts all posts from that topic, INCLUDING the start topic. How can I exclude this first post? So reply = posts count – 1

    Thanx

    #52090
    Null
    Member

    Well I think it safe to assume that a function like this; ristricting forum postings for admin/ moderators only, will be added in future bbpress release, cause all forums can do this.

    So I will wait for a “Only admin/ moderators can make new posts in this forum” option.

    Thx

    #52087

    In reply to: bbPress post 0.03

    Trent Adams
    Member

    Ok….I had to uninstall and then re-install to update the options in the database. It is working now!

    #52086

    In reply to: bbPress post 0.03

    Trent Adams
    Member

    Anyone having an issue with the plugin options not saving, so it doesn’t work?

    Trent

    #1060

    Topic: bbPress post 0.03

    in forum Plugins
    mbyte
    Member

    New version of bbPress post (plugin that plugin allows you automaticaly sent posts to your forum, when you publish them in your WP)

    http://dev.mbzeus.net/?page_id=6

    #1058
    lejovit
    Member

    I recently installed bbpress and it doesn’t really work. Well kinda.

    http://punkgoesacoustic.net/forum/

    See for yourself, click any of the topics, and it just to my 404 page. Thanks for the help.

    #1057

    When I was a wee HTML coder in the 90s at the beginning of the .COM boom in Australia, most of the clients I built sites for wanted counters at the bottom of their pages. This was something I enjoyed placing at the footer of my web pages because I could go back and visit some of my sites and see 37 people had viewed my webpage! We would feed this back to the clients to measure our success.

    Back then, there wasn’t much in the way of stats packages like urchin. There was no google either.

    At the work Christmas Party we joked that about 50% of the time we were tripping the counters ourselves. They weren’t very reliable.

    This trend faded with the advent of stats packages and the disappearance of the blink tag (and MC hammer).

    Anyway I’ve created my own for nostalgic purposes. Maybe it’s a mid life crisis. See the bottom of this page! I started at zero, honest! At the time of this post it’s got to 12. That would have been me.

    If you want to download it for your bbPress forum it’s here. I would appreciate it if you posted about this in your forum! http://www.freelancewebdeveloper.net.au/topic.php?id=49

    Just unpack the ye-olde-counter.zip and upload the counterinstall.php file to your root folder and then browse to it. This creates a table for your counter in your MySQL database. Delete this file after you run it.

    Then upload the ye-olde-counter.php file to your my-plugins directory. You may need to create this.

    Place the code <div id="counter"><?php ye_olde_counter(); ?></div> somewhere in in the footer div tag of your ‘bb-tempaltes/footer.php’ file and place these in your stylesheet

    #counter{text-align: center;padding-top: 20px;}

    .counter_number {color: red;}

    Enjoy! and please let me know how you go.

    you may wish to edit those styles.

    #51989
    Trent Adams
    Member

    So10 has done some work on this and got a fix for now. Check it out at the above TRAC ticket or :

    https://trac.bbpress.org/attachment/ticket/497/ticket-497.patch

    Trent

    #52057
    Trent Adams
    Member

    Nothing is up yet, but maybe post something over at the following link because it might be just adding a little code to add a forum list to the code in this topic. Might be quick for someone. I would like this as well!

    https://bbpress.org/forums/topic/347?replies=24

    Trent

Viewing 25 results - 63,526 through 63,550 (of 64,450 total)
Skip to toolbar