Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 15,826 through 15,850 (of 26,846 total)
  • Author
    Search Results
  • #106644
    Ricardo
    Participant

    Just read the FAQ for that pluggin and in theory it should work with bbpress and wordpress and it has what you want (levels and quotas etc) it even offers a template for it instead of using the admin panel to check messages.

    i don´t use buddypress… perhaps someone else might help…

    #106642
    Ricardo
    Participant

    Is there a private messaging plugin for bbPress 2.0 plugin branch?

    Not sure but since bbpress uses the wordpress “users data” won’t PM pluggins designed for wordpress work with bbpress?

    https://wordpress.org/extend/plugins/private-messages-for-wordpress/

    a link on the forum ponting to http://www.domain.com/wp-admin would take users to their outbox. Not a complete and integrated solution but i think it works untill a full pluggin is developed or we could ask that pluggin developer to create shortcodes that show on bbpress if there are new messages or not and a link to see them.

    #95548
    Spiralspeaks
    Member

    Bug I see Topic Tag: e-commerce

    Topic Tag: regras

    Home › Fórums › Topic Tag: regras

    Oh bother! No topics were found here!

    As seen also on this forum

    <code>
    ricardouk.com/forums/topic-tag/regras
    </code>

    using latest version…

    what happened???

    the first version of

    bbPress (Twenty Ten) 1.1 by WordPress and bbPress teams

    topic tag is ok

    but this one

    bbPress (Twenty Ten) 1.2 by WordPress and bbPress teams not ok

    Additional info:

    Tried to fix it I thought taxonomy-topic-tag.php

    but after edit

    Topic Tag: bbPress

    Forums › Topic Tag: bbPress

    no topics shown for Topic Tag: bbPress

    #38813
    Stephen Edgar
    Keymaster

    Howdy,

    I have tried numerous time over the past couple of days to recover my password for bbpress.org and the process is failing with the error “You are not allowed to change your password.”

    Repo:

    1. Click ‘Recovery Password” on bbpress.org

    2. Open email received and click on the link to reset your password.

    http://dl.dropbox.com/u/32197652/bbpress%20password%20reset.JPG

    To work around this issue and reset your password go to http://wordpress.org/support and follow the same procedure to reset your password and this password reset will work for both wordpress.org and bbpress.org sites.

    Cheers,

    Stephen

    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

    #106755

    In reply to: bbPress 2 avatars

    master5o1
    Participant

    This works well for me, and plays nice with bbPress 2.0 also: https://wordpress.org/extend/plugins/add-local-avatar/

    #106736
    Erlend
    Participant

    Keep in mind though, that the bbPress forums will not auto update like P2 does for posts. That would be a huge custom job to accomplish.

    Are you sure? I mean, for posts, sure, but if bbPress incorporated StackExchange-style threaded comments, i.e. ‘comments on replies’, I don’t see why that would be very different.

    #106766
    sanguango
    Member

    For those who read in spanish, this seem to be the solution: http://giltesa.com/2011/03/19/instalacion-de-bbpress-e-integracion-con-wordpress/

    a clear step by step installation

    #106761

    Sorry about that everyone. Typo in the template parts. Fixing asap.

    <?php bbp_get_template_part( 'bbpress/content', 'archive-forums' ); ?>

    …should be…

    <?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>

    …as seen here at the trac revision.

    #38794
    littleman9
    Member

    I used my current wordpress site to install bb-press. I have the forum set up menu in the WP-admin section and it seems to be working. http://www.gadgetsandgizmos.org/forums/ but i can’t find where to login to the bb press admin section to change settings etc.

    The site is using my default theme and working nicely, so great job there.

    If you’re not a developer, the time it would take you to learn how to integrate multiple versions of bbPress/WordPress with cookie sharing would most likely not be cost effective.

    ideoplasm
    Member

    DKB, doing this across multiple domains would be even awesomer! To enable something like this, can I get freelancers to do it for me for reasonable money? Or would that be so expensive that I’d be better of doing it myself. You say consult the docs (and thanks, Gautam) but I must stress I know nothing about codey stuff! Can anyone suggest a reliable WP/bbPress freelance coder?

    #95527
    Fartlek
    Member

    Also added Akismet integration to Beta 3. If you have the Akismet plugin for WordPress installed, bbPress 2.0 will now just piggy-back it, and work without any additional config.

    I was just going to ask about how soon that Akismet integration would be happening. This is wonderful news. Thanks JJJ for all your hard work.

    #95526

    Also added Akismet integration to Beta 3. If you have the Akismet plugin for WordPress installed, bbPress 2.0 will now just piggy-back it, and work without any additional config.

    #95525

    Just tagged bbPress 2.0 Beta 3 in WordPress Extend.

    Those of you with custom themes where you’ve moved files around may need to move files one last time, as some changes to the theme compatibility routine and template structure (based largely on user feedback) have shuffled things around a bit.

    Trevor Green
    Member

    I have the members plugin install and modified subscribers to see hidden forums.

    This didn’t work.

    Hidden seems more appropriate than private. Private tags a forum with Private:. Which I don’t understand at all.

    It seems like you have forums that you apply access control to for different roles and they should either see them or not see them depending on the roles.

    I understand that you can use the members plugin. And that you could potentially setup different roles with different access levels based upon the existing permissions.

    But as I mention above setting “read_hidden_forums” on subscriber didn’t allow the subscriber to see or read a hidden forum.

    I don’t have that role set to access anything private. So maybe hidden is a subset of private? I’ll try turning on private access on subscriber.

    If hidden works as suspected it seems appropriate to have public be accessable by anyone on the site and hidden for everyone else.

    Private would see appropriate, but if 99% of your forums are private its pretty lousy to see a “private:” tag in front of all of them. There appears to be no setting in the bbPress settings to disable that.

    I’m not sure what the use case is for bbPress, but it seems pretty narrowly defined to very public forums. Not to a more layered scenario, where you can define role based access to each role for different forums and alter visibilty.

    Am i missing something. Is there a forum category based access control method?

    I haven’t jumping into plugins because I’m trying to use the 2.x plugin version and since its still beta I’m not confident that there is anything stable out there. There doesn’t even seem to be a way to post photos so it appears to need lots of addons.

    Once I can figure out what it is supposed to do I may take the plunge to write some.

    I apologize if this post is grumbly, I’m excited about bbPress as a plugin, I’m just dismayed that I’m needing it before the final release and the plugin community piles on to make it better.

    DKB
    Participant

    How can i get single login for bbpress sites on different domains?

    #95524

    @Patrick – Known issue. Will be fixed in Beta 3. :)

    @lamo21 – Doing it wrong. Check translate.wordpress.org for bbPress 2.0 translations.

    Gautam Gupta
    Participant

    Yes, you can get the standalone version to use the WP user tables and then also integrated the cookies for single log-on. Please consult the docs. :)

    ideoplasm
    Member

    I started to use the bbPress plugin version for WordPress because i wanted by users to only have to log in once to get into both my WordPress and my associated bbPress forums.

    I also liked the fact that for me behind the scenes, the bbPress plugin admin is within the WordPress admin… but this is not as important to me as the above shared login point.

    Anyway, the bbPress plugin has plagued me with bugs, as it is apparently only a beta version.

    So, seeing as the standalone bbPress is more developed, I am thinking of using that. I just assumed that my users would have to log in twice if implement the standalone bbPress – is this the case? If you can get the standalone to share user login with WordPress, then i will use that!!

    Thanks.

    #106608
    ideoplasm
    Member

    @ PS Vita Games

    I meant ‘solved’ as in ‘answered’ – the answer being, that as yet, there is no bbpress vote software…. but then Janoochen made his suggestion. Thanks Janoochen, I shall try that this weekend.

    #106714
    Anointed
    Participant

    It really depends on what you are trying to accomplish with your website. If you are already running wordpress and eventually want to have everything linked together between forums, blog posts, users etc, then bbPress is definitely the way to go.

    If your primary focus of the website is forums only then I ‘may’ suggest vbulletin. I have no experience with phpbb, but have run very large vb forums for years now.

    As to whether or not it is worth the money, well that’s different for everyone. I personally am going to transfer my larger forums over to bbPress as I much prefer the wordpress environment to vb.

    At the moment vb can do a lot more out of the box than just about any other forum software, but I believe that bbPress is going to close this gap very quickly. Vbulletin is really bloated with a ton of features that really are not needed but some people just seem to like all the extra junk.

    It really is a personal call. I can say though bbPress is progressing very nicely. It is a very solid foundation that can easily be built upon.

    #106712
    Anointed
    Participant

    Try this:

    Go into the wp-admin, then under the settings button is a link called permalinks. Go there and click save changes. (Even though you have not made changes to your permalinks, it is worth trying as many times this gets things back to normal when you add new post-types etc)

    janoochen
    Member

    The “Registration complete. Please check your e-mail.” message (after filling the front-end registration page) is being displayed in the WordPress login page (back-end).

    Is there any other way of redirecting this to a template?

    #106706
    Andre
    Participant

    An importer is being made, but isn’t done yet. You can follow the progress of it here, https://bbpress.trac.wordpress.org/ticket/1547.

    Which one is better depends on your needs. I plan on switching my phpBB forum to bbPress because I think it better suites my needs.

    The bbpress plugin will work with Akismet so spam shouldn’t be a problem.

Viewing 25 results - 15,826 through 15,850 (of 26,846 total)
Skip to toolbar