English Support Forum

icon
Avatar
thomas
Posts: 22
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
29.06.2009 21:02
Avatar
admin
Moderator
Posts: 885
Hi,

iconQuote:
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
your right - I was able to reproduce this.
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:
iconCode:
<tr>
  <td colspan="8" style="text-align:center"><?php echo _ME_SYSTEM_MSG_NOOBJECTS_FOUND;?></td>
</tr>
</table>
</form>


iconQuote:
E-mail field in registration form too short it does not accept i.e. 123456789@fuerteonline.com
MisterEstate does not have a registrationform. Which form do you mean?

iconQuote:
After binding image from frontend the whole page shows in the image gallery field.
Please open user.misterestate.php and change line 537 from:
iconCode:
mosRedirect('index.php?option=com_misterestate&act=manageGallery&task=$task&id='.$id.'&tmpl=component&msg='.$msg.'&pn='.$pn);
to
iconCode:
mosRedirect('index.php?option=com_misterestate&act=manageGallery&task='.$task.'&id='.$id.'&tmpl=component&msg='.$msg.'&pn='.$pn);


iconQuote:
I can´t disable show location - it still shows when disabled
I´m gonna fix this in ME 1.5.2. This release will be available within the next 1-2 days.

best regards,
Darko
[Last edited by admin, 30.06.2009 06:33]
30.06.2009 06:31
Avatar
thomas
Posts: 22
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.
30.06.2009 10:53
Avatar
thomas
Posts: 22
Brilliant - frontend login and editing works now!
will next version have these bugs fixed, then i´d rather wait and do a clean install.
30.06.2009 11:32
Avatar
admin
Moderator
Posts: 885
Hi,

of course these and a few other bugfixes will be included in ME 1.5.2.

best regards,
Darko
30.06.2009 22:14
icon