Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 16,126 through 16,150 (of 22,672 total)
  • Author
    Search Results
  • Bowe
    Participant

    We (me and someone else BP experienced) are working on something that will do this, and a lot more.. We’re doing our best to get it finished early next year or so :-)

    Paul Wong-Gibbs
    Keymaster

    I’m not sure the current BP-Default theme is suited to front-end blog posting; it doesn’t make sense for all themes. We’re quite close already, as we could re-use the post box on the activity stream page as a starting point. Maybe we could template it out a bit.

    Paul Wong-Gibbs
    Keymaster

    Hi @bengali
    As the original post is a month old, can you confirm the exact error message? Is it on the same line? Also, what versions of WordPress and BuddyPress are you using? Thank you,

    #100645

    In reply to: User Import

    Paul Wong-Gibbs
    Keymaster

    I get the feeling that’s half of what you meant to post — do you need help importing users into WordPress, or were you sharing a tip?

    #100644
    Paul Wong-Gibbs
    Keymaster

    :)

    I think that’s unlikely to happen, but I’d be interested to know what you want from the WordPress dashboard that you want in the BuddyPress front end?

    #100631
    r-a-y
    Keymaster

    @stoi2m1 – Did you view the link I posted above? The info on the page tells you to use the “Mail From” plugin:
    https://wordpress.org/extend/plugins/mail-from/

    Try that and see if emails are sent out.

    #100617
    techguy
    Participant

    Today’s dev chat link: http://bpdevel.wordpress.com/2010/12/14/the-next-dev-chat-is-tomorrow-wednesday/ (yes, that’s in about 10 minutes)

    #100593
    David Carson
    Participant

    No courseware. The site was launched March 2009 on WordPress MU/BuddyPress. Slight modifications based on snippets/plugins posted by Burt Adsit, Paul G., Boone G., JJJ and Andy.

    The content is mostly pre-recorded video and audio – not a formal educational program with assignments etc. So the setup is pretty straightforward and most of the customization is just theming. Main site has different content for logged out and logged in users. “Classrooms” are private sub-domain blogs (soon-to-be sub-domain sites) with a classroom theme. The main site and classroom sites are both using custom child themes powered by the BuddyPress default theme.

    I’m in the process of upgrading the site so I’ll be around here more often if you have questions.

    Andrea Rennick
    Participant

    Well, there’s the elastic theme, and there’s P2 both of which have front end editing. there’s other front end editing plugins which work after the entry is posted.

    Given the admin bar is going in wp 3.1, things are moving in that direction anyway. A bunch of developers are working independently on things like this.

    Andrea Rennick
    Participant

    This isn’t currently possible without some programming work. ie; there’s no settings in the backend to fiddle.

    Buddypress manages everything centrally.

    Wordpress manages *users* globally on the network.

    “However members should not be allowed to create sub blogs themselves from their own site “

    You can’t do this anyway.

    #100583

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

    /** MySQL database username */
    define( ‘BBDB_USER’, ‘XXXXXXX’ );

    /** MySQL database password */
    define( ‘BBDB_PASSWORD’, ‘XXXXXXX’ );

    /** MySQL hostname */
    define( ‘BBDB_HOST’, ‘webmysqlc’ );

    /** 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’, ‘FFle:4nNpJdjc?ZN Rd|-wU?(^#q0;|G<JV~h7ge2U/c+:GQpVlt<-k+N~d6(}K2');
    define(‘BB_SECURE_AUTH_KEY’, ‘jIavIN_$k[JQvTd,*@>=v92p2408oq|c-L=*<~y;5k,*9!u2]CR18g8&=%V{D3u');
    define(‘BB_LOGGED_IN_KEY’, ‘rgY,]@|N>P/s.-wC,~0F~pP+uX)e|PfpuZcYd7g}+-f GL6mV+ki)!~tFq20c+90’);
    define(‘BB_NONCE_KEY’, ‘A6gR;@/XnI#L}VVwojdCWrKJ;uUN:AE|!’);
    /**#@-*/

    /**
    * 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 = ‘wp_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’, ” );

    $bb->custom_user_table = ‘wp_users’;
    $bb->custom_user_meta_table = ‘wp_usermeta’;

    $bb->uri = ‘http://www.eq24.co.uk/test/wp-content/plugins/buddypress/bp-forums/bbpress/&#8217;;
    $bb->name = ‘Forums’;

    define(‘BB_AUTH_SALT’, ‘put your unique phrase here’);
    define(‘BB_LOGGED_IN_SALT’, ‘put your unique phrase here’);
    define(‘BB_SECURE_AUTH_SALT’, ‘put your unique phrase here’);

    define(‘WP_AUTH_COOKIE_VERSION’, 2);

    ?>
    `

    hachimaki
    Member

    Thanks so much mercime I was looking for something like that. The journalists blogs is something I already knew how to do it, but the style in forums and buddypress related things was killing me. Time to CSS!

    @mercime
    Participant

    Blogs: You have to enable multisite in your WP install first before you can let journalists create their own blogs. Read how to https://codex.wordpress.org/Create_A_Network

    Template Pack: Here’s a BP Template Pack walkthrough which could shed some light on how to add styles – https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
    Basically, you copy some styling from bp-default theme and tweak it to taste.

    testador
    Member

    I absolutely agree! I really think the lack of a front end post method is still a disadvantage of buddypress vs other social media creation tools. I´ll definitelly check more of your plugin! One question about it, is it able to use a wysiwyg editor? it would be really good to be able to have the same functionality as we have in the backend (such as using tinyMCE) to include pictures in the post without the need for shortcodes, as most users should not be expected to learn this method, and most members of my sites are used to visual and more accessible image posting methods in their post on other social sites. I will head on now to theidea topic and check it out! keep this plugin going! how can we help?

    hachimaki
    Member

    And how can I do that? Because it’s not in the buddypress options, I infer I should do a lot of coding.

    Now I’m testing with a wordpress installation in my root xxx.com and a WordPress Magazine theme made compatible with @AndyPeatling Theme Pack plugin. But the tricky bussiness is that now, although it works fine, I don’t have a style in the buddypress things, as the theme is not designed to work with it, and I’m a bit lost of how to stylize these parts.

    #100554

    In reply to: BP multi site

    Paul Wong-Gibbs
    Keymaster

    Regardless of how you are using multisite, if you enable BuddyPress on one of those sites, it will be active across the entire network*. There is no segration of content.

    *It is possible to force it to run only on one site, but you can still only run one BuddyPress site per WordPress installation (at the moment).

    #100552
    Paul Wong-Gibbs
    Keymaster

    It’s an out of memory error message. Have a look at https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    #100545

    In reply to: BP multi site

    skippybosco
    Member

    @techguy trying to figure out if I fall into the “many other people” category..

    I have one install of WordPress MU with 3 blogs, one for each of my 3 domains (domain1.com, domain2.com, domain3.com). Username and passwords are shared across all 3 domains.

    I want to add Buddypress. How would that work? A single Buddypress site (ie. a shared list of all groups) or would the domains be segmented somehow (ie. domain1.com would only see groups for domain1.com?) I don’t see any options to control the behavior.

    #100525
    Andrea Rennick
    Participant

    Did you create a network? Or is this a single WordPress install?

    you have to enable multisite to have extra blogs.

    Andrea Rennick
    Participant

    Yep.

    Buddypress does not make the blogs, though. WordPress does with multisite enabled. Buddypress just does the user profiles.

    #100507
    Lisa Sabin-Wilson
    Participant

    Does not look like you’re using a BuddyPress compatible theme. The default TwentyTen theme is not BP compatible, out of the box.

    Try making the your current, activated theme compatible with BuddyPress by using the BuddyPress Template Pack plugin:
    https://wordpress.org/extend/plugins/bp-template-pack/

    Or, create a child theme for BuddyPress:
    https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    Either way, your theme must be BP compatible in order to utilize the BP features.

    Good luck!

    #100501
    r-a-y
    Keymaster

    I’ve experienced a bit of success with AVH First Defense Against Spam:
    https://wordpress.org/extend/plugins/avh-first-defense-against-spam/

    Checks the user’s IP against StopForumSpam and Project Honeypot (with an API key) before parsing the entire page.
    This won’t stop human spammers but every little bit helps.

    #100499
    Lisa Sabin-Wilson
    Participant

    We installed the WP Super Captcha plugin on 3 different WP/BP high traffic sites and it cut the spam sign ups down by 80% immediately. Not a beautiful solution, by any means – but it does work somewhat. 80% is better than nothing.

    Can be configured to show the captcha on the sign up page and login page – whichever you prefer, or both. Compliant for WordPress (with or without Multisite enabled) and BuddyPress configurations.

    https://wordpress.org/extend/plugins/super-capcha/

    Good luck!

    #100491

    In reply to: Which plugins?

    Tammie Lister
    Moderator

    Have you under BuddyPress > general settings – under your admin panel for WordPress turns on and configured your forum?

    #100487
    r-a-y
    Keymaster

    Check out the following network plugin:
    https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/

    It doesn’t add a field on the registration page, but it gives the super admin the option of adding users to specific blogs in the admin area.

Viewing 25 results - 16,126 through 16,150 (of 22,672 total)
Skip to toolbar