Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'Hide Admin'

Viewing 25 results - 776 through 800 (of 915 total)
  • Author
    Search Results
  • #79056

    Terrific plugin! Using BuddyPress Links 0.4.1 (with BuddyPress 1.2.3, WPMU 2.9.2). Some feedback:

    Frontend:

    – When viewing a link in the Links tab, the A tag of the external link icon needs a target=”_blank”.

    – Would be nice to have “Report Broken Link” and “Flag as Inappropriate” buttons for each link (or may be simply “Report” to save space, and it popups to “Report Broken Link” and “Flag as Inappropriate”). Then have that status show up in the Manage Links page as two additional columns. And also have a way of filtering and showing just broken or inappropriate links in the Manage Links report. And also have a way to clear status. Perhaps record user who reported the status (in case that user is falsely reporting and should be banned).

    Backend:

    – Instead of 3 entries in the BuddyPress dashboard menu (i.e.: BuddyPress Links / Manage Links / Edit Categories), have only one entry “Links”. Then divide the admin page into tabs: Settings, Links, Categories, Support, About.

    – The “Search Links” box and the “Search Categories” box (on the Manage Links and Edit Categories pages, respectively) are not in the same vertical location. “Search Links” box is above the heading, “Search Categories” is below the heading.

    – Disable the “Delete” buttons if no Links/Categories selected to delete.

    – When doing a search (Search Links / Search Categories), add a “Show all Links” / “Show all Categories” button/link to clear the search criteria.

    Manage Links page:

    – Make all the A tags (Details / Owner / Edit) have target=”_blank”.

    – Link the link avatar to the destination URL (with a target=”_blank”).

    – If hover over a link avatar, show full size image in floating popup (like a tooltip).

    Settings:

    – Have a setting to enable/disable rel=”nofollow”.

    – Have 3 checkbox settings to hide a link if it: (1) goes below a specified negative rating (e.g.: -10); (2) is flagged inappropriate a specified number of times; (3) reported broken a specified number of times. The link’s owner would still see the link but with a warning.

    – Have a setting to specify what avatar to show if none specified. First radio box would be “default avatar”, following by radio boxes to select screen snapshot thumbnail from the various snapshot website services.

    r-a-y
    Keymaster

    You probably already tried this tutorial:
    http://www.michiknows.com/2007/02/12/who-else-wants-to-hide-their-wordpress-admin-folder/

    The other technique is hacking WP core files:
    http://www.socialblogr.com/2009/09/how-to-change-folder-name-on-wordpress.html

    You could also try applying a filter to “admin_url”, but when I tried this awhile back, it didn’t work:
    http://stackoverflow.com/questions/2584706/wordpress-where-the-admin-url-is-set

    I should note that I’ve never done this and strongly advise you not to as well.

    WP should have a defined WP_ADMIN_URL variable similar to WP_PLUGIN_URL and WP_CONTENT_URL, but it doesn’t.

    #78909

    In reply to: Disable All RSS Feeds

    r-a-y
    Keymaster

    Easiest way to remove favorites is to use CSS:
    li#activity-favorites, li#activity-favs-personal-li, a#bp-admin-activity-favs, .activity-meta a.fav {display:none;}

    This will hide all favorite buttons and tabs (I think).

    becca37
    Participant

    I’d love to see (and would/will create it if I can figure out how) the ability to, via a plugin which adds these features to the admin and user interfaces not via manual code changes, a way to have for EACH stream (i.e. Site-Wide, Groups, Blogs, Forums, etc)

    (1) ADMIN settable INCLUDE for the Activity shown in activity streams (i.e. if the admin wants an option to include more than one action in a stream such as “New Forum Posts” + “New Forum Replies” + “New Blog Posts” + “New Blog Comments” as “Recent Blog and Forum Activity”, be able to create that in the admin interface, name it, and have it show up in the drop-down under that name)

    (2) ADMIN settable DEFAULT for the Activity shown in activity streams (i.e. if the admin wants “Recent Blog and Forum Activity” instead of “no filter” to be the site-wide default for activity, be able to set that in the admin interface)

    (3) ADMIN settable EXCLUDE for the Activity shown in activity streams (i.e. if the admin want to remove “New Group Memberships” from the drop down and to hide it from the “No Filter” stream, be able to set that in the admin interface)

    (4) USER settable preferences for DEFAULT for the Activity shown in activity streams (i.e. if the user wants “New Blog Posts” instead of the admin selected default, and if “New Blog Posts” has not been Admin Excluded, for the user to be able to set that in their Profile interface)

    So, am I crazy or what? ;)

    OR {hopeful look} maybe someone has already created such a plugin and I’m just missing it?

    #78370
    Boone Gorges
    Keymaster

    Your second, third and fourth requests can be taken care of by making sure the groups are set as Private. That means that they don’t show up in public listings, and their contents are only visible to members of the group.

    In order to make sure that people can only be part of a single group, you’ll want to hide the Send Invite screen for all users, or at least for non-admins. You could either do this through CSS, or by modifying/reproducing the functionality defined at bp-groups.php groups_setup_nav().

    As for the first question, there are WP plugins that allow you to restrict membership to invited members. A ten-second Google search turned up this: https://wordpress.org/extend/plugins/wp-invites/, for example. I imagine that this would work fine for BP as well. The most straightforward way to populate groups would then be for the admin to use a plugin like BP Group Management http://teleogistic.net/code/buddypress/bp-group-management/, which allows admins to place people manually in groups, bypassing the invitation process.

    #11441
    nickmy
    Participant

    Hello

    how can I hide some profile fields on the profile page?
    They are only information for the admins

    #77650
    ritesh
    Participant

    i created wordpress multiuser project.when any user creates its own blog then they have admin dashboard with all options same as a main wordpress blog administrator’s dashboard…. i want to hide some option of new blog’s users dashboard…….plz help me……

    #76149

    In reply to: Hide Admin

    Scotm
    Participant

    Just caught wind of this plugin to hide admin activity: https://wordpress.org/extend/plugins/bp-ninja/

    #76082

    In reply to: Hide Admin

    Scotm
    Participant

    @sbrajesh

    No luck with that code to hide Admin activity. Can you pastebin to make sure I have it clean?

    marvc
    Participant

    Possible cross-post: My apologies in advance.
    Project site: http://nubiint.com
    BuddyPress Sub-directory: http://nubiint.com/community

    I’ve enabled the option to “Hide admin bar for logged out users” and it works fine. I’m now trying to prevent the bar from appearing on other sub-directories for logged in users. So I have the following sub-directories:
    /business
    /int-info
    /networking
    /tech

    I’ve uploaded the “bp-hide-sub-blog-adminbar” plugin and activated it but it doesn’t do anything by default so I add a blog ID as follows:

    <?php
    if($blog_id != 2) < – /business Blog ID

    This doesn’t do anything. Am I missing something?

    Another issue I notice on the Main MU site for logged in users is the following that appears below the website:

    •My Account
    ?Activity
    ?Personal
    ?Friends
    ?Groups
    ?Favorites
    ?@admin Mentions
    ?Profile
    ?Public
    ?Edit Profile
    ?Change Avatar
    ?Blogs (6)
    ?Messages ?Inbox
    ?Sent Messages
    ?Compose
    ?Notices
    ?Friends (0)
    ?My Friends
    ?Requests
    ?Groups (0)
    ?My Groups
    ?Invites
    ?Settings
    ?General
    ?Notifications
    ?Log Out
    •My Blogs
    ?NU.B.I-I.N.T.
    ?Dashboard
    ?New Post
    ?Manage Posts
    ?Manage Comments
    ?Business
    ?Dashboard
    ?New Post
    ?Manage Posts
    ?Manage Comments
    ?Community
    ?Dashboard
    ?New Post
    ?Manage Posts
    ?Manage Comments
    ?Networking
    ?Dashboard
    ?New Post
    ?Manage Posts
    ?Manage Comments
    ?Technology
    ?Dashboard
    ?New Post
    ?Manage Posts
    ?Manage Comments
    ?Internet Information
    ?Dashboard
    ?New Post
    ?Manage Posts
    ?Manage Comments
    •Notifications
    ?No new notifications.
    •Visit
    ?Random Member
    ?Random Group
    ?Random Blog

    You can see it by navigating to the site above. How do I remove this?

    Any responses appreciated.

    #75787

    In reply to: Hide Admin

    Brajesh Singh
    Participant

    hey @r-a-y :) no prob.
    @scotm looking forward to hear if it works or not.

    #75780

    In reply to: Hide Admin

    r-a-y
    Keymaster

    Yes, you’re right Paul!

    #75779

    In reply to: Hide Admin

    Scotm
    Participant

    @sbrajesh I’m going to try that…Thanks

    #75778

    In reply to: Hide Admin

    Paul Wong-Gibbs
    Keymaster

    BP 1.2.3 does provide is_site_admin() in the compat file, FWIW.

    #75776

    In reply to: Hide Admin

    r-a-y
    Keymaster

    Hey @sbrajesh, you’re right! Sorry about that! Was thinking off the top ;)

    #75774

    In reply to: Hide Admin

    Brajesh Singh
    Participant

    hi @r-a-y is_site_admin() and is_admin() are very different. is_admin() checks whether you are inside wordpress admin or not.
    @scotm
    How about making the activity of admin user private
    `add_filter(“bp_activity_hide_sitewide_before_save”,”make_admin_activity_private”,10,2);
    function make_admin_activity_private($hide_sitewide,$activity){
    //get the current activity
    if(current_user_can(‘manage_options’))//user is admin
    return 1;
    else
    return $hide_sitewide;

    }
    `
    Hopefully the code goes through this forum.

    #75753

    In reply to: Hide Admin

    r-a-y
    Keymaster

    The snippet only works on WPMU.

    If you’re using standard WP, replace is_site_admin() with if(current_user_can(‘manage_options’)) (thanks Brajesh).

    Also, you could try adding the function in your theme’s functions.php (omit the add_action line).

    #75751

    In reply to: Hide Admin

    Scotm
    Participant

    Tried it, errors.

    #75750

    In reply to: Hide Admin

    r-a-y
    Keymaster

    @scotm – if you read the end of that post, there’s a free solution noted by Brajesh.

    #75748

    In reply to: Hide Admin

    Scotm
    Participant

    Saw that one…premium.

    #75725

    In reply to: Hide Admin

    r-a-y
    Keymaster

    @DJPaul @scotm – I believe @sbrajesh did a plugin to hide admin stuff… let me see if I can find it:

    Stealth Mode for BuddyPress Site Admin Plugin

    #75712

    In reply to: Hide Admin

    Scotm
    Participant

    @DJPaul Any activity that the Admin carries out in my opinion should be hidden. Starting a Group, a forum topic, etc. In my case I am creating a number of groups for members to join and I’d like to hide all of that activity.

    #75710

    In reply to: Hide Admin

    Paul Wong-Gibbs
    Keymaster

    @scotm what are you doing on your BP site with the admin user to generate activity which you don’t want in the activity stream?

    @nuprn1 did you do a plugin to hide the admin account from the members directory, or was that someone else?

    #75707

    In reply to: Hide Admin

    symm2112
    Participant

    I’m not sure if it hides activity, but I heard a trick to “hiding” admins from the member list was to change their status in the database of the user to “99” and that prevents it from showing in the member’s list.

    #75697

    In reply to: Hide Admin

    Scotm
    Participant

    Still curious about this one. Can we hide the Admin throughout BuddyPress activity sitewide?

Viewing 25 results - 776 through 800 (of 915 total)
Skip to toolbar