Calendar: Users can't edit or delete own events

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OveB
    New Member
    • Nov 2001
    • 21

    Calendar: Users can't edit or delete own events

    I have one public and one private calendar on the boards.

    In the private calendar, people can only see their own events, and should have full rights to add, edit and delete.

    For some reason, they can only add events, not do anything with them.
    The Event Options menu is gone, missing, lost. See attached image to see what menu I'm talking about. The menu comes up for admins (as you can see on the image), even if we have the same calendar permissions.

    Usergroup permissions on the calendar is set to yes, yes, yes, yes and yes for all usergroups, and the private calendar itself has yes on everything, except "see other's events". The private calendar has sort order 2.

    Some help, please?
    Attached Files
  • SpankMe
    Senior Member
    • Mar 2001
    • 101
    • 5.6.4

    #2
    I went to the calendar_showeventsbit template and changed:

    Code:
      <if condition="!$show['holiday'] AND ($show['canmoveevent'] OR $show['candeleteevent'])">
    to:

    Code:
      <if condition="!$show['holiday'] AND ($show['canmoveevent'] OR $show['candeleteevent'] OR $show['editbutton'])">
    This will give them edit. Still looking at delete and move.
    SpankMe
    Kiwi Biker
    SV Portal

    Comment

    • catocom
      Member
      • May 2001
      • 91
      • 2.3.0

      #3
      Thanks "SpankMe".
      I did that to get by.
      I wonder if anyone else is working on this.

      Comment

      • Freddie Bingham
        Former vBulletin Developer
        • May 2000
        • 14057
        • 1.1.x

        #4
        http://www.vbulletin.com/forum/bugs....iew&bugid=1296 (fixed posted on Dec 8th)

        Comment

        • catocom
          Member
          • May 2001
          • 91
          • 2.3.0

          #5
          ah OK,
          Thanks Freddie.
          I guess I've done all that needs to be done for now.

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...