English Support Forum
New entries in object manager from frontend only works if there is already an entry. First entry cannot be done, results in logout.
Clicking on object results in logout - this issue is not solved, not in my case, see thread further down
E-mail field in registration form too short it does not accept i.e. 123456789@fuerteonline.com
After binding image from frontend the whole page shows in the image gallery field.
Backend:
I can´t disable show location - it still shows when disabled
I am a bit worried because a have to start a clients site - glad I tested first
ME 151 on Joomla 1.5.10
Clicking on object results in logout - this issue is not solved, not in my case, see thread further down
E-mail field in registration form too short it does not accept i.e. 123456789@fuerteonline.com
After binding image from frontend the whole page shows in the image gallery field.
Backend:
I can´t disable show location - it still shows when disabled
I am a bit worried because a have to start a clients site - glad I tested first
ME 151 on Joomla 1.5.10
29.06.2009 21:02
Hi,
You can fix it if you open user.misterestate.html.php and add a "</form>" tag below line 151. It should look like this then:
best regards,
Darko
your right - I was able to reproduce this.Quote:
New entries in object manager from frontend only works if there is already an entry. First entry cannot be done, results in logout.
Clicking on object results in logout - this issue is not solved, not in my case, see thread further down
You can fix it if you open user.misterestate.html.php and add a "</form>" tag below line 151. It should look like this then:
Code:
<tr> <td colspan="8" style="text-align:center"><?php echo _ME_SYSTEM_MSG_NOOBJECTS_FOUND;?></td> </tr> </table> </form>
MisterEstate does not have a registrationform. Which form do you mean?Quote:
E-mail field in registration form too short it does not accept i.e. 123456789@fuerteonline.com
Please open user.misterestate.php and change line 537 from:Quote:
After binding image from frontend the whole page shows in the image gallery field.
toCode:
mosRedirect('index.php?option=com_misterestate&act=manageGallery&task=$task&id='.$id.'&tmpl=component&msg='.$msg.'&pn='.$pn);
Code:
mosRedirect('index.php?option=com_misterestate&act=manageGallery&task='.$task.'&id='.$id.'&tmpl=component&msg='.$msg.'&pn='.$pn);
I´m gonna fix this in ME 1.5.2. This release will be available within the next 1-2 days.Quote:
I can´t disable show location - it still shows when disabled
best regards,
Darko
[Last edited by admin, 30.06.2009 06:33]
30.06.2009 06:31
Very quick - very efficient - Thank you Darko!
I meant the form where you have to fill in your contact data in the front end before you enter your first object.
In the backend it works, of course.
I meant the form where you have to fill in your contact data in the front end before you enter your first object.
In the backend it works, of course.
30.06.2009 10:53
Brilliant - frontend login and editing works now!
will next version have these bugs fixed, then i´d rather wait and do a clean install.
will next version have these bugs fixed, then i´d rather wait and do a clean install.
30.06.2009 11:32
Hi,
of course these and a few other bugfixes will be included in ME 1.5.2.
best regards,
Darko
of course these and a few other bugfixes will be included in ME 1.5.2.
best regards,
Darko
30.06.2009 22:14




