|
[F] Edit event
|
|
08-21-2008, 10:58 AM
Post: #1
|
|||
|
|||
|
[F] Edit event
If you change the status of an existing event from private to public (or the other way around) this change isn't applied to this event.
Greets, Michael ------------- German MyBB-Site MyBBoard.de Get the german languagepack here |
|||
|
08-21-2008, 07:40 PM
Post: #2
|
|||
|
|||
|
RE: Edit event
In template "calendar_editevent", find:
Code: <input type="checkbox" class="checkbox" name=thread value="1"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br />Code: <input type="checkbox" class="checkbox" name="private" value="1"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br />Does that work?
MyBB is on Facebook and Twitter Hosting available, PM for details |
|||
|
08-21-2008, 09:51 PM
Post: #3
|
|||
|
|||
|
RE: Edit event
Heh, looks like someone copied over code
|
|||
|
08-21-2008, 11:49 PM
Post: #4
|
|||
|
|||
|
RE: Edit event
It's working if you turn a public event into a private event. It's not working if you want to turn a private event into a public one.
Greets, Michael ------------- German MyBB-Site MyBBoard.de Get the german languagepack here |
|||
|
08-22-2008, 12:21 AM
Post: #5
|
|||
|
|||
|
RE: Edit event
Are you sure it's not your browser caching the checkmark?
MyBB is on Facebook and Twitter Hosting available, PM for details |
|||
|
08-22-2008, 12:53 AM
Post: #6
|
|||
|
|||
|
RE: Edit event
Yes, I am. I even disabled caching and another user experienced the same after changing the template.
Greets, Michael ------------- German MyBB-Site MyBBoard.de Get the german languagepack here |
|||
|
08-22-2008, 01:00 PM
Post: #7
|
|||
|
|||
|
RE: Edit event
Fix: Open the file inc/datahandlers/event.php and search for:
PHP Code: if(isset($event['private']))PHP Code: if(isset($event['private']))Greets, Michael ------------- German MyBB-Site MyBBoard.de Get the german languagepack here |
|||
|
08-22-2008, 05:04 PM
Post: #8
|
|||
|
|||
|
[F] Edit event
Thank you for your bug report.
This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated. Microsoft is like Umbrela Co., they create the virus and the vaccine, the zombie infestation is just a collateral effect.[/align] |
|||
|
08-22-2008, 05:38 PM
(This post was last modified: 08-22-2008 05:46 PM by Sergio Montoya.)
Post: #9
|
|||
|
|||
|
RE: [F] Edit event
Actually that is not the correct fix.
It works the way DennisTT said, but it has to be updated on all the themes, if you applied it to the Default Templates and you are using another one the problem will persist. Try saving it to Global Templates. I tested and works without altering the datahandler, just modify the template from: Code: <input type="checkbox" class="checkbox" name=thread value="1"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br />To: Code: <input type="checkbox" class="checkbox" name="private" value={$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br />And double-check it's actually being saved (return to the template and see if the change was indeed saved). Microsoft is like Umbrela Co., they create the virus and the vaccine, the zombie infestation is just a collateral effect.[/align] |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help



