Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 25 results - 5,326 through 5,350 (of 6,782 total)
  • Author
    Search Results
  • #87352
    Arturo
    Participant

    hi rockyteng,

    thank you, u’re welcome ;)

    #88221
    chrishajer
    Participant

    If this is a problem with the forum at wordpress.org you would get more response reporting the error there, since the version of bbPress they use there is not a default installation by any means.

    https://wordpress.org/report-bugs/

    #87350
    Arturo
    Participant

    Finally the “normal” version of BuddyPress Default theme for bbPress is ready for the download.

    This theme DOES NOT require the deep integration.

    For the download link, info, request etc, go here.

    I think all works without a problem, but a debugging is appreciated.

    one last thing… sorry for the delay.

    Enjoy!

    #34237
    Arturo
    Participant

    hi, i need the function to show the user’s avatar on the forum sidebar, anyone can help me?

    thanks

    edit: i’ve tested this

    <?php echo bb_get_avatar($user->ID, 40, $default); ?>

    but i see a generic avatar and not my gravatar… help me!

    #88205
    chrishajer
    Participant

    What version of bbPress are you using?

    Is it integrated with WordPress?

    AND

    Are you using a customized theme? If so, try the included default kakumei theme and see if the functionality works.

    #84341
    gerikg
    Member

    http://pixopoint.com/forum/index.php?topic=1605.0

    I’m having the same problem. I have nothing set other than the default settings. Nothing is being written to the uploads folder.

    Also: “Chunks of text to remove” boxes numbers keep increasing, it started with 3 boxes now it’s 11 boxes with nothing in them.

    I’m using Version 1.0.2 beta

    #87734
    Milan Dinić
    Participant

    Noel, here are problems that I think are important to fix:

    • no download link for plugins, version etc (major)
    • in login form in header, username and password are not deleted when you click on it, so you need to manually delete them
    • no subscribe to topic link (I’m now wondering could be this solved by using action topicmeta instead of hardcoding in theme since this won’t work in any theme by default)
    • better aligning on post form on plugin’s pages
    • better pagination on profile pages on forum
    • more margin between columns on user’s favorites page

    Also, gravatars could be added to posts on plugin’s page too.

    #88087

    Hmmm, you’re right. Actually i am not seeing the dropdown to select any templates, even the custom homepage I made. In quick edit there’s only the the “Default Template” option.

    paulhawke
    Member

    I can tell you one thing – the site is using my Topic Icons plugin. That is very gratifying to see! :-) In fact, they are running with the default skin.

    #77531

    In reply to: All RSS Feeds Broken?

    cm
    Member

    @zaerl

    Ho provato a fare tutte le modifiche possibile, ma non ho trovato soluzione… come risolvo? Ho anche sostituito i file rss2.php, rss.php con quelli di default (anche se prima non li avevo toccati) ma nulla

    #34146
    lemere
    Member

    I am in need of a very basic custom bbpress theme. I am using the default theme which it is not matching my site and I am not versed enough with bbpress to create it myself. If anyone would like to qoute this please email me at info at salonsuccessstrategies dot com.

    #85978

    If some file is missing any of the files, the default ones are used from default theme.

    P.S. – I know this question is one month old but I came on it searching for something

    #87297

    In reply to: wordpress integration

    kikko088
    Member

    nothing, I try to add also this line but nothing…:( clean install of bbpress and 0 plugin wp.

    my bb-config.php

    <?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’, ‘mio’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘root’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘root’ );

    /** 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’, ‘put your unique phrase here’ );

    define( ‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_NONCE_KEY’, ‘put your unique phrase here’ );

    /**#@-*/

    /**

    * 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’, ” );

    require_once(dirname(__FILE__) . ‘/../wp-load.php’);

    OR

    (

    /* Deep integration */

    if ( !defined(‘ABSPATH’) & !defined(‘XMLRPC_REQUEST’)) {

    define(‘WP_USE_THEMES’, false);

    include_once(dirname(__FILE__) . ‘/../wp-blog-header.php’ );

    header(“HTTP/1.1 200 OK”);

    header(“Status: 200 All rosy”);

    }

    )

    ?>

    I I’m not expert on php, I add correctly the line?

    by default the forum includes an alternating “class” for each reply, all I did was use CSS to “float:right” instead of using the default “float:left” on each one.

    kieranyo
    Member

    Thanks everyone!

    bforeste: it was very easy to do. Without sounding too technical, by default the forum includes an alternating “class” for each reply, all I did was use CSS to “float:right” instead of using the default “float:left” on each one. The existing html and css caters for this very well. :)

    bforeste
    Member

    Big fan of the alternating avatar ‘conversation’…great idea. Should be default format for any board IMO.

    Is this mod easily done for a non-coder?

    #85557
    zaerl
    Participant

    I have implemented moderation queues in my private trunk version of zaerl Visibility. I have planned to bundle this feature in the upcoming public 0.2 version.

    Basically speaking on the new version you can specify that new topics and new posts must be hidden by default and that they can be reset (in this case “approved”) by moderators through the admin panel. It functions already but I will release the 0.2 only after exaustive beta-testing _and_ if I got positive feedbacks.

    #87348
    Arturo
    Participant

    i’m working on a “normal” version of the theme, the deep integration version is for full functional forum with bp user profile etc… in the weekend i release the normal version of the theme.

    #87347
    wemaflo
    Member

    I have activated your theme, it works great! Tanks for that!

    But deep integration is a little bit too much in my opinion :)

    #85764
    wemaflo
    Member

    Read this thread, Arturo published his bbpress-theme there!

    #87346
    Arturo
    Participant

    if you want the simple theme is easy to “fix”

    tomorrow i create a simple theme for bbpress ;)

    #87344
    Arturo
    Participant

    now is fixed.

    #87222
    chrishajer
    Participant

    http://community.pmail.com/forums/default.aspx

    You need a mail server on your system so you can send out mail. Mercury (Pegasus Mail) is a mail server for XAMPP. Without some sort of way to send mail from your system, the confirmations will never be sent out.

    #34095
    Arturo
    Participant

    The BuddyPress Default theme for bbPress is ready and available for the download.

    ATTENTION: REQUIRES the deep integration between bbPress and WordPress/MU.

    For info, and download link please go here.

    For a demo visit: http://forum.buddypress-it.it

    Enjoy!

    #59929
    ioloman
    Member

    I have bbpress 1.2.0 installed but without htaccess file, but when i create htaccess file with the code below in order to change the default permalink structure , i just can’t access the forums anymore (sitename.com/forums) . i get page not found message !!

    Have someone already got this issue ?!! Help plz

Viewing 25 results - 5,326 through 5,350 (of 6,782 total)
Skip to toolbar