Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 9,751 through 9,775 (of 22,678 total)
  • Author
    Search Results
  • #161068
    modemlooper
    Moderator

    You can probably use the Achievements plugin for this. Create three Achievements one for each type and then set them to award after X amount of activity.

    https://wordpress.org/extend/plugins/achievements/

    #161065
    Ben Hansen
    Participant

    gotcha not to try and make you explain why or anything since i probably wouldn’t understand the answer anyway but a LOT of wordpress sites do use JetPack i pretty much consider it a prerequisite for any site that wants traffic.

    Thanks for all your hard work in the good fight against spammers and sploggers though!

    #161006
    danbpfr
    Participant

    You willl find hundreds of answers to this question, because what you want to customize is the wordpress 3.3+ Toolbar.
    i.e here: http://wp.smashingmagazine.com/2012/03/01/inside-the-wordpress-toolbar/

    #161005
    Boone Gorges
    Keymaster

    You’re using form actions incorrectly. The form `action` is intended to be a URL, not a PHP callback. You’ll need to add your server-side processor to a separate function, ideally in a separate file from the screen function. Something like:

    `
    function bbg_handle_department_join() {
    if ( isset( $_POST[‘department-request-submit’] ) ) {
    $submitted_departments = $_POST[‘select_departments’];
    // do something with the items
    }
    add_action( ‘bp_actions’, ‘bbg_handle_department_join’ );
    `

    I also urge you to implement some security checks. At minimum, use a nonce as well as an appropriate `current_user_can()` check. See https://markjaquith.wordpress.com/2006/06/02/wordpress-203-nonces/ for a primer on nonces in WordPress.

    #161001
    aces
    Participant

    I had a similar problem when I upgraded yesterday.

    Does this in your functions.php or bp-custom.php help?

    `add_action(‘get_header’, ‘my_filter_head’);

    function my_filter_head() {
    remove_action(‘wp_head’, ‘_admin_bar_bump_cb’);
    }`

    see: https://wordpress.org/support/topic/31-update-causing-28px-top-spacing-in-html-body#post-2405350

    Why it wasn’t a problem before is another question….

    #160875
    Henry
    Member

    I noticed the henrywright-1 – it hasn’t always been this way. I’m not 100% sure but I think the user database from wordpress.com and wordpress.org was merged with me taking the “-1” username. That is no better than a guess but I can’t think how else the -1 was appended

    To help with your problem – if you log into the wordpress dashboard (wp-admin), go to Users > All users. You should see a list of every user that has signed up via BuddyPress. You can perform delete actions on the users you’d like to remove.

    #160871
    mushfick
    Participant

    Oh and btw I’m using WordPress 3.5.1 and BuddyPress 1.7
    Thanks.

    #160870

    In reply to: Activity posting twice

    bp-help
    Participant

    @fpats
    You do not need the template pack plugin anymore. If your getting duplicate activity post then its still not displaying properly. Contact the theme author and request they restructure the theme based on WordPress template structures. They need to adhere to the standards of how WordPress themes are created for theme compatibility to work properly. If not I suggest finding a new theme that adheres to standard WordPress template hierarchy.

    #160865

    In reply to: Activity posting twice

    meg@info
    Participant

    Try the wordpress twentytwelve and check  if All updates are being posted twice, i think problem in your theme.

     

    #160864
    Henry
    Member

    On creating a new slug which isn’t unique, WordPress appends a “-1”.

    You should never get to the point where you have duplicate usernames as the registration form has validation preventing registration if the sought after username already exists.

    Aside from at the point of registration, do you have anything on your site (plugins or custom code) which allows users to change their username?

    @mercime
    Participant

    @lchief this is a WordPress Multisite issue which would be better served at https://wordpress.org/support/forum/multisite. Please make sure that your multisite installation along with domain mapping are working before installing BuddyPress.

    LZL0
    Participant

    EDIT: I already have wordpress sites and I would like to integrate them in my system.
    Mastersite root/home
    an example: root/example

    does this change anything?

    #160838

    In reply to: Buddypress sync

    LZL0
    Participant

    thank you for your reply
    yes, it is a stupid idea

    continuing discussion at: https://buddypress.org/support/topic/setting-up-wordpress-multisite-with-multi-domain-mapping/

    #160834
    briankb
    Participant

    My problem isn’t getting it installed. That was easy enough as it’s a WP plugin.

    There is a Getting Started with WordPress on wordpress.org I was just hoping to find something similar on here for BuddyPress.

    #160832
    Paul Wong-Gibbs
    Keymaster
    #160831
    Paul Wong-Gibbs
    Keymaster
    #160819
    beeeerock
    Participant

    There wasn’t a php log file there, so I edited php.ini and started the logging.

    Here is the output of interest… with ‘domain’ substituted for actual domain:

    [09-Apr-2013 15:26:58] PHP Fatal error: Cannot redeclare bp_login_redirect() (previously declared in /var/www/domain.net/wordpress/wp-content/plugins/buddypress-login-redirect/bp-login-redirect.php:10) in /var/www/domain.net/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php on line 235

    Odd… the time stamp looks to be UTC but other messages in the log are local time… but obviously not the problem!

    I moved the buddypress-login-redirect plug-in directory out of the WordPress install and the site is again visible. However, the function that plug-in provided is obviously gone now. I assume this is something the plug-in author will have to fix to live along side of BuddyPress, not the other way around?

    #160816
    @mercime
    Participant

    @ridecbrcom-1 first, back up your current database. Then read this https://codex.wordpress.org/Restoring_Your_Database_From_Backup -> Using phpMyAdmin

    aces
    Participant

    Using IE developer tools I can see that line 1720 of bp’s default.css uses a filter that starts as white ( #ffffff ). If this line is turned off then the white text of the add to cart button can be seen.

    It can also be seen that Woocommerce colours this text white though I can’t tell you the line it’s on.

    Using Firebug with firefox it seems that woocommerce colours the button background with it’s own ‘mozilla’ only gradient which seems missing from the ie version

    This should be fixable by adding to the child theme style sheet

    Try using Firebug with Firefox, or use the developer tools in Chrome, Safari and IE, or Opera Dragonfly to see for yourself.

    #160430
    @mercime
    Participant

    There are two free plugins which can enable multiple BuddyPress networks. I would recommend that you wait until either has been upgraded for BP 1.7

    https://wordpress.org/extend/plugins/bp-multi-network/ – shared userbase across networks but don’t know if you can activate on per site basis

    http://buddydev.com/plugins/buddypress-multi-network/installation/
    you can activate BP per subsite and userbase per site is not saved

    Best thing is to ask the respective plugin devs for more info.

    Good luck

    #160424
    JusHerb
    Participant

    @enej (This is the only place I could reach you) I am building an Intranet on WordPress I have read about using various plugins that I can use to get the job done. I am interested in customizing the dashboard to fit my needs visually and navigation wise. However I am having a hard time really putting my finger on a good plan to get an employee directory and a client directory established in the dashboard area. I read up on your plugin, “profile CCT” I was wondering if it was capable of functioning this way. Each directory should have an area (Maybe the left tab bar area on dashboard) where each employee or client has his/her own profile. The profiles will have custom fields; documents (Word Doc or PDF) will need to be uploaded to some of the fields. An expiration date alert will need to a feature for those document fields too. The alerts for those fields should be sent to the admin on expiration. Any suggestions?

    #160418
    @satori83
    Participant
    azchipka
    Participant

    Ok so I managed to find a backwards way of doing it because I needed to be able to do the same thing. Your going to need two plugins.

    1. Your Preferred Role Management Plugin. I like Capacity Manager Enhanced
    2. Buddypress xProfiles ACL

    STEPS
    1. Use your role manager to create some new roles. Name them what ever you want.
    2. Go into the Users -> Profile Fields
    3. Create a Field Group for your Restricted Items (not the primary one).
    4. Go to the Settings -> xProfile ACL
    5. Put your Field Group that you only want the Admin to be able to edit for the admin only.
    6. Now this is important you need to modify the xProfile ACL php file (yes I know this makes it a hack, if xProfile ACL is updated you will lose this setting.)
    6a. Go to line 240 of the buddypress-xprofiles-acl.php file. Comment out lines 240 – 249, the code you are commenting out is:

    `
    function filter_xprofile_groups_with_acl() {
    global $bp, $profile_template, $current_user;
    get_currentuserinfo();
    foreach($profile_template->groups as $key => $profile_group) {
    if( ! in_array($profile_group->id, $this->user_allowed_xprofile_groups) ) {
    unset($profile_template->groups[$key]);
    }
    }
    }
    `

    6b. Below the code you just commented out add:
    ` function filter_xprofile_groups_with_acl() {}`

    7. Save your changes to the buddypress-xprofiles-acl.php file.

    8. Now when ever you need to modify the fields log in with your admin account navigate to the user profile in buddy press and select Edit Member Profile from the tool bar. You will see the fields from the private group. Users will see the fields but when they select edit they will not be displayed.

    Hope this helps.

    modemlooper
    Moderator
    1. If I visit a reviews site, I want to read reviews so I don’t see how the conversation should be separate.
    2. You can use group meta to store data on a group and then filter the groups listing.
    #160303
    Hugo Ashmore
    Participant

    You need to tracking this dev blog really if you want answers like that.

    We’re going to be packaging up BuddyPress 1.7…

    As it says any moment now but to all intent and purpose the RC1 is likely the version that will get released there probably won’t be any significant changes.

    However firm release dates are never possible to state

Viewing 25 results - 9,751 through 9,775 (of 22,678 total)
Skip to toolbar