Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 4,901 through 4,925 (of 6,786 total)
  • Author
    Search Results
  • #100276
    Erlend
    Participant

    I’ve grown to really like the theme used in these forums. Is it one of the defaults that comes with v2.0?

    Nope, afraid not. This theme was custom made for the bbpress.org website, and furthermore it’s made for bbPress 1.0, not the bbPress 2.0 plugin, which I believe handles theming somewhat differently.

    Maybe whoever made the theme will be willing to look into it seeing as the new bbPress is going stable any day now.

    #105376
    Erlend
    Participant

    I’ve grown to really like the theme used in these forums. Is it one of the defaults that comes with v2.0?

    Nope, afraid not. This theme was custom made for the bbpress.org website, and furthermore it’s made for bbPress 1.0, not the bbPress 2.0 plugin, which I believe handles theming somewhat differently.

    Maybe whoever made the theme will be willing to look into it seeing as the new bbPress is going stable any day now.

    #100275
    darthjones2
    Member

    I’ve grown to really like the theme used in these forums. Is it one of the defaults that comes with v2.0?

    #105375
    darthjones2
    Member

    I’ve grown to really like the theme used in these forums. Is it one of the defaults that comes with v2.0?

    Nate
    Member

    I’m new to this plugin and to bbpress in general though I do work with WordPress on a regular basis. The forums load fine. I would like to copy the default theme and customize my own based on the original.

    The problem is, I don’t see a place where I can choose a template for BBPress to use. Is there a place in the WP admin panel I’m overlooking or do I need a custom function to load a specific theme?

    Any help would be appreciated.

    #38976
    Erlend
    Participant

    It strikes me as a really useful feature to have for forums, yet it doesn’t seem to be included by default for the forum post type. Is there any particular reason for this?

    #107005
    bradsucks
    Participant

    Thanks Andre — working good here now, though I’ve switched to a custom template page now that I see how it works. My next (and hopefully last) question:

    On my topics index page I’ve included the form-topic template so users can create topics from that page. The topic form however seems to have no functionality for choosing what forum to post in so it defaults to one of them. Is there a way to fix that?

    Thanks again.

    geneghis
    Member

    Hi

    I hope to find an answer here. I write to WordPress, to bluehost, everywhere and anybody answer to me. I explain my problem:

    I must re-install all my website, and it’s impossible to have on-site

    registration box, on the right column in the begin. I try all since for

    days. Only invitations run. But I want register members who want to take

    part on this platform.

    The page of BP Compability, this sentence is:

    “Navigation Links

    “You may want to add new navigation tabs or links to your theme to link to

    BuddyPress directory pages. The default set of links are:

    Register: http://www.faicmfsf.org/register/ (registration must be

    enabled)”

    But I look at for this file, I don’t find it. I made a special page for

    regster too, but it didn’t run. For all other files for register, they are

    all active, it’s ok. Just one on “BuddyPress / pb-core / pb-core-

    signup.php (inactive)” What I must to do.

    I want to put widgets for register, but anyone run. Sorry for my bad

    english.

    Gene

    bradsucks
    Participant

    In bbPress 2.0 is there a way to get all the topics on one page like in the forums here? Right now it seems to default to showing you a list of forums at /forums/ but I’d rather visitors see a list of all the topics. Thanks!

    #38921
    arbingersys
    Member

    I’m scratching my head on this one. I can’t get bbPress to install, and it always complains about connecting to the database.

    The mySql server is remote, and I’ve tried adding it in with the hostname as well as the IP. No dice.

    I know the default answer is a credentials problem, but if I use SSH and connect to the website that will host bbPress, I can do

    mysql -h hostname -uusername -ppassword

    and connect fine.

    I can also use the above command to connect from my workstation, remotely. I’ve copy-pasted the credentials dozens of times, verified that it has read/write access to the DB, etc.

    I’ve even copied bb-config-sample.php to bb-config.php and edited it manually, but it still can’t connect to the database.

    Any ideas what I might try next? Thanks.

    #38919
    #38901
    brassblogs
    Member

    Hey all –

    I’m hoping I’m just missing something here, but I’m trying to create a new template (to match a WordPress theme I’m working on). I’ve created a folder within the bbp-themes folder, and added a stylesheet and one file (I’m just testing it right now to get a feel for how the theming system works): page-front-forums.php.

    The thing is, when I do this, ALL of my themes in the WordPress back end (under appearance > themes), save the twenty Ten (default WP theme and the bbPress version) go away. ALL of them. Now, the current theme is still working on the front end of the site, but on the back end, there’s no themes at all – they are all gone.

    So can anyone tell me what I’m doing wrong here? Am I putting the bbPress theme files in the wrong place? Or is this some kind of bug?

    Swaree
    Member

    Got thru installation procedure, but one error when tried to create ‘bb_allposts’ table. Error seems to be syntax error??? How do I fix or how do I re-install? If I have to re-install, do I need to remove anything first?

    Hope you can help

    Regards

    S

    SQL ERROR!

    >>> Database: seoirse_eg_wordpress (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bb_allposts (

    post_id bigint(20) NOT NULL auto_increment,

    forum_id int(10) NOT NULL default 1,

    topic_id bigint(20) NOT NULL default 1,

    poster_id int(10) NOT NULL default 0,

    post_text text NOT NULL,

    post_time datetime NOT NULL default ‘0000-00-00 00:00:00’,

    poster_ip varchar(15) NOT NULL default ”,

    post_status tinyint(1) NOT NULL default 0,

    post_position bigint(20) NOT NULL default 0,

    PRIMARY KEY (post_id),

    KEY topic_time (topic_id, post_time),

    KEY poster_time (poster_id, post_time),

    KEY post_time (post_time),

    FULLTEXT KEY post_text (post_text)

    ) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;

    >>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16

    Key master email not sent!

    bimaljr2
    Member

    I am using BBPress version 1.0.3 with default theme.

    Also I see that there is a dropdown at the left sidebar on this forum to change to status to resolved. How can I add this same functionality to my BBPress forum?

    #95560
    CrownOfMars
    Member

    I’m wanting to change the default page.php being used. I found this earlier on in this thread.

    add_filter( ‘bbp_template_include’, ‘foo’ );

    function foo( $file ) { return ‘page-forums.php’; }

    This is no longer working. It worked perfectly on a previous site but not this current one. I get the following error:

    Warning: include(page-forums.php) [function.include]: failed to open stream: No such file or directory in C:Program Filesxampphtdocsspawp-includestemplate-loader.php on line 43

    Warning: include() [function.include]: Failed opening ‘page-forums.php’ for inclusion (include_path=’.;C:Program FilesxamppphpPEAR’) in C:Program Filesxampphtdocsspawp-includestemplate-loader.php on line 43

    The page-forums.php file does exist so that’s not the problem. Any ideas?

    master5o1
    Participant

    I’ve asked for hosting and it’s approved. I removed the zip because i need to figure out which one of my copies is the best to put into the browser.

    Currently I’ve just been editing the live plugin on my Tartarus test site, and then copying to test-and-edit on a more default WP+bbP on my dumping ground.

    Tartarus = http://beta.tartarus.co.nz

    dumping ground = http://dump.master5o1.com/wpbb/

    #38825
    omtc
    Member

    hi guys i would like to customize the new bbpress plugin. i’m using the automatic theme integration, ie my theme does not natively support bbpress. how would i go about editing the files?

    thanks

    #38875
    M66B
    Member

    This happened:

    bbPress Standalone Importer

    Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in <removed for privacy>/wp-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 668

    Warning: Cannot modify header information - headers already sent by (output started at <removed for privacy>/wp-admin/admin-header.php:35) in <removed for privacy>/bad-behavior/bad-behavior/screener.inc.php on line 8
    Importing Users

    We’re in the process of migrating your users...

    Renamed the wp_users and wp_usermeta tables to bb_wp_users_tmp and bb_wp_usermeta_tmp respectively.

    WordPress database error: [Table '<removed for privacy>.bb_users' doesn't exist]
    CREATE TABLE wp_users ( <code>ID</code> BIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, <code>user_activation_key</code> VARCHAR( 60 ) NOT NULL DEFAULT '', KEY ( <code>user_login</code> ), KEY( <code>user_nicename</code> ) ) SELECT * FROM bb_users ORDER BY <code>ID</code>
    There was a problem duplicating the table bb_users to wp_users. Please check and re-run the script or duplicate the table yourself.

    After that I only got:

    WordPress database error: [Table 'md220579db167769.wp_users' doesn't exist]
    SELECT * FROM wp_users WHERE user_login = '<removed for privacy>'

    WordPress database error: [Table 'md220579db167769.wp_users' doesn't exist]
    SELECT * FROM wp_users WHERE user_login = '<removed for privacy>'

    Warning: Cannot modify header information - headers already sent by (output started at <removed for privacy>/wp-includes/wp-db.php:940) in <removed for privacy>/wp-includes/pluggable.php on line 934

    I delete the tables bb_wp_usermeta_tmp and bb_wp_users_tmp trying to fix this problem: stupid of course …

    #106830
    master5o1
    Participant

    Assuming you have name based permalinks on you WP+BBP or bbPress-standalone installation:

    On a standalone bbPress install a user’s profile is: /profile/master5o1

    E.g. https://bbpress.org/forums/profile/master5o1

    For bbPress 2.0 (the WP plugin) the user profiles at default are: /forums/users/master5o1/

    Also perhaps /users/master5o1/, depending on settings.

    E.g. http://dump.master5o1.com/wpbb/users/admin/

    /wpbb/ = install directory for my WordPress + bbPress 2.0 testing site.

    Basically, clicking the “member”/”key master”/etc link on standalone bbPress or the user’s username of bbPress 2.0 appears to take you to their profile.

    #38853
    master5o1
    Participant

    I’ve just made a post toolbar that works with bbPress 2.0, and extends a bit of kses in WP (adds <span style=""> and image posting support).

    Link to zip: http://dump.master5o1.com/files/bbpress-post-toolbar.zip

    The toolbar looks like this with the Link panel open:

    http://dump.master5o1.com/files/images/toolbar.png

    (the Bold button in the screenshot has the :hover css applied)

    Under help, one can reach an ‘About bbPress Post Toolbar’ panel which states the version of the and that I made it (but no link).

    The extending of kses to allow <span style=””> in the allowable tags is necessary for the font sizing, colouring, underlining, strike-through, and text alignment.

    The options page in WP Admin has the following:

    Use customised smilies?

    Yes No (default)

    Allow embedding of Youtube videos?

    Yes (default) No

    Allow text-alignment buttons?

    Yes No(default)

    Allow images to be posted?

    Yes No(default)

    Link to zip: http://dump.master5o1.com/files/bbpress-post-toolbar.zip

    I have requested plugin hosting for WordPress Plugin Directory and I’m waiting for it to be approved, etc.

    In the mean time, any comments and feedback from testing, etc would be help.

    #95558

    Anyone know how to make the forum tab on the navigation is highlighted when the forum page (including topics) displayed? I’ve tried both themes bp-default and Twenty Ten but it did not happen.

    TristanOBAv
    Member

    Hi,

    I’m having trouble connecting to my database that I have set up. Firstly it looks like the first step of the install process is changing the forum database (causing the DB Error: cannot select’, as in this forum post:

    DB Error: cannot select

    I went ahead and changed the config file manually, but when this happens I get the ‘ERROR: Could not establish a database connection’.

    I have a feeling it is to do with leaving the MYSQL hostname as localhost. If so, where should I get the alternate hostname?

    Here is the config file:

    <?php

    /**

    * The base configurations of bbPress.

    *

    * This file has the following configurations: MySQL settings, Table Prefix,

    * Secret Keys and bbPress Language. You can get the MySQL settings from your

    * web host.

    *

    * This file is used by the installer during installation.

    *

    * @package bbPress

    */

    // ** MySQL settings – You can get this info from your web host ** //

    /** The name of the database for bbPress */

    define( ‘BBDB_NAME’, ‘Forum’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘XXXXXXXXXXXXXX’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘XXXXXXXXXX’ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘localhost’ );

    /** Database Charset to use in creating database tables. */

    define( ‘BBDB_CHARSET’, ‘utf8’ );

    /** The Database Collate type. Don’t change this if in doubt. */

    define( ‘BBDB_COLLATE’, ” );

    /**#@+

    * Authentication Unique Keys.

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}

    *

    * @since 1.0

    */

    define(‘BB_AUTH_KEY’, ‘Y]YVAAW{KX<z8*H4,E`8t2%j#F{yFuz?6yZDR-|}Ot@m <P8|TKIpyaF]Mh_N*RO’);

    define(‘BB_SECURE_AUTH_KEY’, ‘lgS<S0vo^-ojBRp(_i6@9uUa<e|36aXV)_B|8#Eqb^M|=O|ZY{.(`-?wBu>NTOdV’);

    define(‘BB_LOGGED_IN_KEY’, ‘;:P+XoB4ti%4.!RhNcuE3|n_1~Va,oQ6>1%b9O>^A ;:{^XXzCi=G`f))q9 B{!u’);

    define(‘BB_NONCE_KEY’, ‘d44;tp-T)%z:p;fz}P{4PzGrdp8DfIt$g@O?}-)bqn_lE|@;L^sEIO75zC-(I#J@’);

    /**#@-*/

    /**

    * bbPress Database Table prefix.

    *

    * You can have multiple installations in one database if you give each a unique

    * prefix. Only numbers, letters, and underscores please!

    */

    $bb_table_prefix = ‘bb_’;

    /**

    * bbPress Localized Language, defaults to English.

    *

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

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ” );

    ?>

    Any help would be greatly appreciated, thanks in advance.

    Tristan

    #38805
    paolo75
    Member

    Hello everybody,

    first sorry for my english, i’m a french bbpress user then i don’t speak a very good english.

    I’m trying to custimize the breadcrumb on my forum but i don’t succeed what i’m trying to do.

    By default, the breadcrumb is like this :

    Forum name >> Category name >> Forum name

    What i want is to delete the “Category name” from the bbcrumb. Then i went into functions.bb-template.php file but don’t found the codeline i have to edit. I found the bb_get_forum_bread_crumb() function but don’t know how to do.

    Does someone can help me ?

    In resume, i’m trying to change :

    Forum name >> Category name >> Forum name

    to :

    Forum name >> Forum name

    on forum pages.

    Last question, how to add “topic name” at the end of the bbcrumb on the topics page ?

    Thanks in advance.

    #95540
    Cristian Antohe
    Participant

    I think there is a bug in the bbp-twentyten files.

    I’m talking about archive-forum.php

    It calls bbp_get_template_part( 'bbpress/content', 'archive-forums' );

    Notice the ‘s’ from archive-forums. That template part doesn’t exist, thus http://www.example.com/forums/ returns empty. (Also themes that don’t have support for bbpress don’t display anything for /forums/ url – is this default functionality?)

    Thanks.

    #106778
    Anonymous User
    Inactive

    Users roles haven’t been changed from the default settings. The only settings set regarding users is that they can register AND create sites.

    No, not even as the super admin will it post.

    Thanks, Bryan

Viewing 25 results - 4,901 through 4,925 (of 6,786 total)
Skip to toolbar