Wiki Forum Sign up! Explore Home

Not signed in (Sign In)

LiveSearch

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordarkpollo
    • CommentTimeJun 2nd 2008
     permalink
    Hi.
    I have found the new company settings button that hide the wiki, but...
    How can i disable the wiki only for some users in a project?
    I want to use wiki for my company, (all the projects), but i dont want that the other not admin users can read it.
    Is that possible now? How?

    Thanks!
    • CommentAuthoradmin
    • CommentTimeJun 2nd 2008
     permalink
    A reworked permissions system is in the works, and should allow for this.

    -- Erlend
    • CommentAuthordarkpollo
    • CommentTimeJun 2nd 2008
     permalink
    :)
    So, what can i do with actual Company Settings?
    • CommentAuthoradmin
    • CommentTimeJun 4th 2008
     permalink
    You can disable certain parts of ClockingIT for everyone in your company.

    -- Erlend
    • CommentAuthordarkpollo
    • CommentTimeJun 5th 2008
     permalink
    But if i disable them, the admins also cannot use it, can they?
    • CommentAuthoradmin
    • CommentTimeJun 5th 2008
     permalink
    Disabled is disabled in this case. If you have a local install, it's easy to re-enable them for admins.

    -- Erlend
    • CommentAuthordarkpollo
    • CommentTimeJun 5th 2008
     permalink
    If you have a local install, it's easy to re-enable them for admins.


    Could you help me with that?

    thanks
    • CommentAuthoradmin
    • CommentTimeJun 7th 2008
     permalink
    Open app/views/layouts/application.rhtml and change all

    <% if current_user.show_wiki? %>

    to

    <% if current_user.show_wiki? || current_user.admin? %>

    and the same for show_forum and show_chat

    -- Erlend
    • CommentAuthordarkpollo
    • CommentTimeJun 9th 2008
     permalink
    :)
    Really it is easy. Thanks