I just tried doing so in a fresh Campsite installation and it worked
quite well for me, no problems at all.
Did you get some error message?
On Mon, Oct 6, 2008 at 8:09 AM, Mark Corsi wrote:
> /admin/users/edit.php
>
>
> I can't seem to get the save button to actually submit the form (changes). I
> can add new people (staff members), but once I add them I am unable to
> modify them.
>
> Has anyone had this issue?
>
> Mark
>
> _______________________________________________
> campsite-users mailing list
> campsite-users@lists.campware.org
> http://lists.campware.org/mailman/listinfo/campsite-users
>
I just tried doing so in a fresh Campsite installation and it worked quite
well for me, no problems at all.
Did you get some error message?
On Mon, Oct 6, 2008 at 8:09 AM, Mark Corsi wrote:
> /admin/users/edit.php
>
>
> I can't seem to get the save button to actually submit the form
> (changes). I can add new people (staff members), but once I add them I
> am unable to modify them.
>
> Has anyone had this issue?
>
> Mark
>
> _______________________________________________
> campsite-users mailing list
> campsite-users@lists.campware.org
> http://lists.campware.org/mailman/listinfo/campsite-users
>
Hum... which browser are you using? If Firefox, please open the Error
Console and see if you can see any javascript error related to the
saving action. Thanks.
On Mon, Oct 6, 2008 at 9:14 AM, Mark Corsi wrote:
> No - there is not error message either on the screen or in the error log
> file. The button simply 'depresses' and then nothing happens.
>
>
>
> -----Original Message-----
> From: campsite-users-bounces@netfinity-4.mdlf.org
> [mailto:campsite-users-bounces@netfinity-4.mdlf.org] On Behalf Of Holman
> Romero
> Sent: Monday, October 06, 2008 10:09 AM
> To: Mailing-list for all campsite users.
> Subject: Re: [campsite-users] Changing user information
>
> Hi Mark,
>
> I just tried doing so in a fresh Campsite installation and it worked quite
> well for me, no problems at all.
> Did you get some error message?
>
>
> On Mon, Oct 6, 2008 at 8:09 AM, Mark Corsi wrote:
>> /admin/users/edit.php
>>
>>
>> I can't seem to get the save button to actually submit the form
>> (changes). I can add new people (staff members), but once I add them I
>> am unable to modify them.
>>
>> Has anyone had this issue?
>>
>> Mark
>>
>> _______________________________________________
>> campsite-users mailing list
>> campsite-users@lists.campware.org
>> http://lists.campware.org/mailman/listinfo/campsite-users
>>
>
>
>
> --
> /holman
> _______________________________________________
> campsite-users mailing list
> campsite-users@lists.campware.org
> http://lists.campware.org/mailman/listinfo/campsite-users
>
> _______________________________________________
> campsite-users mailing list
> campsite-users@lists.campware.org
> http://lists.campware.org/mailman/listinfo/campsite-users
>
I just tried doing so in a fresh Campsite installation and it worked quite
well for me, no problems at all.
Did you get some error message?
On Mon, Oct 6, 2008 at 8:09 AM, Mark Corsi wrote:
> /admin/users/edit.php
>
>
> I can't seem to get the save button to actually submit the form
> (changes). I can add new people (staff members), but once I add them I
> am unable to modify them.
>
> Has anyone had this issue?
>
> Mark
>
> _______________________________________________
> campsite-users mailing list
> campsite-users@lists.campware.org
> http://lists.campware.org/mailman/listinfo/campsite-users
>
Anyway, there is no need for a second submit button. Nested form
declaration was simply unnecessary so we dropped it off.
Please replace your file and let us know if it works for you too.
Thanks,
On Mon, Oct 6, 2008 at 10:19 AM, Mark Corsi wrote:
> Work-around:
>
> This isn't pretty but it makes my browsers happy and lets me keep moving
> forward -
>
> I just made a second save button and put it right above the administrator
> in:
>
> /admin/users/info.php
>
>
>
>
>
>
>
> align="center" width="100%">
>
>
>
> name="Save" value="">
>
>
>
>
>
>
>
>
>
> if ($editUser->isAdmin() && $canManage) {
> ?>
>
>
> -----Original Message-----
> From: campsite-users-bounces@netfinity-4.mdlf.org
> [mailto:campsite-users-bounces@netfinity-4.mdlf.org] On Behalf Of Mark Corsi
> Sent: Monday, October 06, 2008 11:02 AM
> To: 'Mailing-list for all campsite users.'
> Subject: RE: [campsite-users] Changing user information
>
> K - I think I found the issue.
>
> There is a form buried within the main form on that page for customizing
> user permissions per section:
>
> tag.
> Hence, no action.
>
> If I move the button above that inner form, everything begins to work again.
>
> This is for changing staff information:
>
> /admin/users/edit.php?User=1&uType=Staff
>
> Mark
>
>
>
>
> -----Original Message-----
> From: campsite-users-bounces@netfinity-4.mdlf.org
> [mailto:campsite-users-bounces@netfinity-4.mdlf.org] On Behalf Of Mark Corsi
> Sent: Monday, October 06, 2008 10:15 AM
> To: 'Mailing-list for all campsite users.'
> Subject: RE: [campsite-users] Changing user information
>
> No - there is not error message either on the screen or in the error log
> file. The button simply 'depresses' and then nothing happens.
>
>
>
> -----Original Message-----
> From: campsite-users-bounces@netfinity-4.mdlf.org
> [mailto:campsite-users-bounces@netfinity-4.mdlf.org] On Behalf Of Holman
> Romero
> Sent: Monday, October 06, 2008 10:09 AM
> To: Mailing-list for all campsite users.
> Subject: Re: [campsite-users] Changing user information
>
> Hi Mark,
>
> I just tried doing so in a fresh Campsite installation and it worked quite
> well for me, no problems at all.
> Did you get some error message?
>
>
> On Mon, Oct 6, 2008 at 8:09 AM, Mark Corsi wrote:
>> /admin/users/edit.php
>>
>>
>> I can't seem to get the save button to actually submit the form
>> (changes). I can add new people (staff members), but once I add them I
>> am unable to modify them.
>>
>> Has anyone had this issue?
>>
>> Mark
>>
>> _______________________________________________
>> campsite-users mailing list
>> campsite-users@lists.campware.org
>> http://lists.campware.org/mailman/listinfo/campsite-users
>>
>
>
>
> --
> /holman
> _______________________________________________
> campsite-users mailing list
> campsite-users@lists.campware.org
> http://lists.campware.org/mailman/listinfo/campsite-users
>
> _______________________________________________
> campsite-users mailing list
> campsite-users@lists.campware.org
> http://lists.campware.org/mailman/listinfo/campsite-users
>
> _______________________________________________
> campsite-users mailing list
> campsite-users@lists.campware.org
> http://lists.campware.org/mailman/listinfo/campsite-users
>
> _______________________________________________
> campsite-users mailing list
> campsite-users@lists.campware.org
> http://lists.campware.org/mailman/listinfo/campsite-users
>
I just tried doing so in a fresh Campsite installation and it worked quite
well for me, no problems at all.
Did you get some error message?
On Mon, Oct 6, 2008 at 8:09 AM, Mark Corsi wrote:
> /admin/users/edit.php
>
>
> I can't seem to get the save button to actually submit the form
> (changes). I can add new people (staff members), but once I add them I
> am unable to modify them.
>
> Has anyone had this issue?
>
> Mark
>
> _______________________________________________
> campsite-users mailing list
> campsite-users@lists.campware.org
> http://lists.campware.org/mailman/listinfo/campsite-users
>