Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'Hide Admin'

Viewing 25 results - 801 through 825 (of 915 total)
  • Author
    Search Results
  • rossagrant
    Participant

    Hi guys,
    My site is financial based and has to abide by governing rules set by the Financial Authorities. Therefore when someone posts a forum post it has to be uneditable and undeletable by the member who posted it as it. An admin can edit it or delete it but not the member. Is there anyway to hide the buttons from the member or disable them altogether?

    #74922

    In reply to: Badge Maker

    pcwriter
    Participant

    @warut

    V1.3 works just fine… thanks!

    Another suggestion: allow site admins to define a default width and height, and allow users to adjust if needed.

    As it is now, badge dimensions are defined by those of the uploaded logo (width if vertical layout, height if horizontal layout).

    Oh, and please do allow site admins/users to show or hide the field labels. As Greg says, they aren’t really needed.

    :-)

    #74886

    In reply to: Badge Maker

    gregfielding
    Participant

    @warut

    I’m playing with 1.3 and it’s working great…

    2 suggestions:

    1. Create an option in the admin menu to hide the names of the profile fields. Most of the fields are pretty self explanatory anyway and the extra words just clutter things up.

    2. Create an extra field for users to type in a short message or description, giving them some other way to personalize their badge.

    It looks great warut!

    #74370
    Xevo
    Participant

    @ Smuda

    Well ok, but I stand by my point I don’t think you should block all traffic towards wp-admin. Just hide it.

    @ etiviti (rich!)

    Isn’t it smarter to use current_user_can(‘edit_posts’)? That way anything higher than a subscriber can access the wp-admin.

    #73970
    annie_sp04
    Participant

    Same error on fresh install… Maybe i should just leave it there? or create a different bar that will load only for authors?

    #73968
    annie_sp04
    Participant

    I’m using WPMU 2.9.2 and the latest version of Buddypress. I guess i’ll try using it in a fresh install, maybe someone on our staff edited something they shouldn’t and it’s causing this error…

    Thanks :)

    #73963
    Paul Wong-Gibbs
    Keymaster

    is_user_logged_in() is present in both WP and WPMU. Odd. What versions of WordPress/WordPress MU are you using?

    #73962
    annie_sp04
    Participant

    Thanks!

    I tried this and it gives me this error:

    Fatal error: Call to undefined function is_user_logged_in() in /plugins/bp-custom.php on line 2

    Any other suggestions?

    #73945
    Paul Wong-Gibbs
    Keymaster

    Try putting something like this in /plugins/bp-custom.php:

    <?php
    if ( is_user_logged_in() ) {
    $user_roles = wp_get_current_user();
    $user_roles = $user_roles->roles;

    if ( empty( $user_roles ) || in_array( 'subscriber', $user_roles ) )
    define( 'BP_DISABLE_ADMIN_BAR', true );
    }
    ?>

    #10707
    annie_sp04
    Participant

    Hello!

    Is there a way to hide the admin from the users with subscriber role, but keep ir working for all other roles? On our site subscribers only have access to create a very simple profile, so i’d like to hide the admin bar for them since it only shows one link in it.

    Thanks

    #73536
    Tore
    Participant

    What JJJ said about it technicaly. What Andrea_r said about Facebook. I’ll add what I think as an admin.

    BP is a stream for me as a user and not a techie. I need to be able to tweak everything that shows up in the stream in a way so that the community can expand. We’ve got 250 users now at a closed community with about 20% really active users. I’d like to grow up to at least 1000 users but I’m afraid of what will become of the Stream. I’ve got 300 very active friends over at Facebook and it makes me want to hide away from it. I mostly never go there since it’s too much to follow.

    Also apart from the Stream there needs to be containers for all things for part time users. They should be able to follow the community even if they don’t take a peek every day.

    #73173
    @mercime
    Participant

    https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/ helps you tweak what’s available to sub-blog admins in admin menu

    Paul Wong-Gibbs
    Keymaster

    For instance Blog Tracking is not happening at all across the site – when every setting suggest this should be happenning automatically. It simply isn’t!

    Are the blogs, that aren’t appearing, marked as “private” in their admin? i.e. the “Hide from search engines option”.

    stwc
    Participant

    Oh good lord I need more coffee. *hides in shame*

    Error gone, of course: still no joy, though.

    #71764
    warut
    Participant

    @deities1 thanks for comment

    first version i dont cleanup the code (coding from skeleton comp) because i want to see what others think about it so i can correct and add function it should be.

    do you have a example that gift was not show? name of user?

    I test on my site, It can send to admin normally.

    what do you mean “Gifts sent to him or myself simply don’t show”?

    for sender activity stream it show gift that him send, including in public activity stream (like other activity stream). for this, I see activity stream have hide from public but not test it yet.

    because i am coding badge plugin for budypress so maybe next sunday i will upload next version of bpgift (still confusing with subversion – -” ).

    thing to do:

    1. cleanup the code

    2. hide stream from public (if possible)

    3. deactivate plugin function

    4. correct the bug (?)

    others?

    #71033
    21cdb
    Participant

    I really like to follow your development and i raelly appriciate how transparent you’re keeping the developmet and how much your are listining to the demands of us users.

    Keep it up this way!

    I wrote a short user story:

    1) An administrator: I would like to see all albums even if they set to private or not. I would like to hide pictures with inappropriate content. They shouldn’t be visible for site members anymore, but the owner should see them darkened out with a message overlaying the picture “This picture was removed due to inappropriate content” – something like this.

    2) An anonymous user off the Internet: Should only be able to see the “public” pictures.

    3) A logged-in member viewing their own profile: Should have an Main Menu Item “Albums” or even better “Photos” that shows all of his pictures and all pictures of his friends (newest Uploads on top – so they can easily discover whats new). There should be an “Upload Photos” button on this page (After clicking you will be ask if you would like to upload a single picture or if you would like to create an album). The Page should also hold a subnav with some Options as “Photos of my friends – Photos i’m tagged on – My uploaded Photos – Upload Photos”

    4) A logged-in member viewing a friend’s profile: Should have an Main Menu Item “Albums/Photos” with all of the photos uploaded by “John Doe” and a subnav with “Photos John Doe is tagged on”.

    5) A logged-in member viewing a stranger’s profile: Should have an Main Menu Item “Albums/Photos” with all public pictures the “stranger” uploaded.

    I was also thinking of pictures uploaded to groups. I guess it should be enough if there would be an “Album/Photos” Menu Item in the mainnav of the group. This page should hold all group pictures and an “Upload Photos” button.

    That should be enough for the beginning.

    #70408
    Sam Steiner
    Participant

    Cool plugin. Some ideas:

    – A setting to prevent the shoutbox opening in the admin backend would be great

    – The “V^x” symbols in the top right of the shoutbox are not very sexy

    – A setting to switch off the full page mode (hide “Chat” in the buddybar, hide “Go to full chat” in shoutbox)

    #69021
    Dwenaus
    Participant

    I’ve made the changes mentioned above. so that if you have a bbpress install at a different location, the plugin will work.

    I’ve added the ability to hide karma points. it is accessed in the admin.

    I also noticed a bug with how the karma rating was showing up on the members page and fixed it.

    the new version is 1.2 and should be visible here momentarily: https://wordpress.org/extend/plugins/buddypress-rate-forum-posts/

    enjoy.

    #68602
    Andrea Rennick
    Participant

    You can hide the entire Plugins menu under the Site Admin -> Options page. there’s a checkbox. you, the site admin, can still see it though.

    #9826
    mrjarbenne
    Participant

    is there a plugin that will allow me to hide plugins from my users, in the same way that in Site Admin I can hide themes? I don’t want someone inadvertantly trying to use a BP plugin on their blog within my wpmu community.

    #68553
    @mercime
    Participant

    Or, just keep the wp-adminbar and add this to your style.css to hide the login link

    ul.main-nav li.bp-login { display: none; }

    Or, go to Dashboard, BuddyPress > General Settings and check Yes for “Hide admin bar for logged out users?:

    #68536
    beeza
    Participant

    The above works a treat the fix did indeed remove the login from the sidebar, and I now have login with ajax running. I have just realised however there is another slight problem I have run into! I have the Buddypress admin bar hidden with the aid of a plugin. But doing this hides the My Account, My mesages, Friends, Profiles, Settings, and Notifications etc section!

    Just wondering if it be easier to add a plugin to show notifications etc in side panel, except log in! Or just remove the log in section from the admin bar ?

    #9809
    Bowe
    Participant

    Hi,

    I would like to have an option to ignore someone in the activity stream or report unwanted behavior to a mod. The 2nd option might be more complicated but I think both are pretty important on bigger sites:

    An example: http://img96.imageshack.us/img96/2088/ignore.png

    ignore: hides future status updates/activity from the user in question. When you want to view his/her stream again it should be done through his/her profile page: “stop ignoring this person”

    report: reports the user to an moderator/admin.

    #68386
    Jens Wedin
    Participant

    Also looking for a way to hide the admins. Anyony have a clue?

    hydroweb
    Participant

    Will this hide the groups tab from all but admins and editors, and get rid of the text in forums that says you must join a group? So that member sees only forums, and in forums a list of “groups” or “themes” or whatever, that have been created by admin/editor? Actually, what would be more than wonderful would be a version of BP without groups altogether, with a panel allowing admin to create themes. Thanks, Roger

Viewing 25 results - 801 through 825 (of 915 total)
Skip to toolbar