English (United Kingdom)
Jms Multi Site, formerly joomla multisite.
Create, share multiple joomla sites in few clicks !
Message
  • EU e-Privacy Directive

    This website uses cookies to manage authentication, navigation, and other functions. By using our website, you agree that we can place these types of cookies on your device.

    View e-Privacy Directive Documents

Welcome, Guest
Please Login or Register.    Lost Password?

Created a site.. no site and no errors
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Created a site.. no site and no errors
#2546
Re:Created a site.. no site and no errors 14 Years, 6 Months ago Karma: 0
I was referring to rhuk_milkyway template.
In my custom template i actually fix that but implementing custom save button with "return (false)"
eeiaobn
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2552
Re:Created a site.. no site and no errors 14 Years, 6 Months ago Karma: 54
If you had that with the standard joomla template "rhuk_milkyway", don't see what could cause the fact that "submitbutton" routine is not present.

We are not able to reproduce the scenario with standard joomla template and we have no problem.
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2556
Re:Created a site.. no site and no errors 14 Years, 6 Months ago Karma: 0
Well it appears to me, that without return(false) browser initiates standard form submission (in this particular case browser uses GET instead of POST). Don't ask me why browser interprets clicking on image as clicking submit button. On slow connections (like visiting site from opposite side of planet) that happens earlier than implemented custom form submission. Anyway if someone runs into same issue - now you have solution
eeiaobn
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2558
Re:Created a site.. no site and no errors 14 Years, 6 Months ago Karma: 54
Can you confirm that you have added the "return false" into all the href onclick statement ?

I will analyze if it is possible to add the "return false;" but perhaps you could also report the bug to joomla team directly.
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
Last Edit: 2009/11/16 00:31 By edwin2win.
The administrator has disabled public write access.
 
#2562
Re:Created a site.. no site and no errors 14 Years, 6 Months ago Karma: 0
Only to the save button - the one i use from front-end.

I've added this code
Code:

<table class="toolbar" ><tr>
<td class="button" id="toolbar-save">
<a href="#" onclick="javascript: submitbutton('saveSlave');return(false);" class="toolbar">
<span class="icon-32-save" title="Save">
</span>
Save
</a>
</td>
</tr></table>



at some (basicly random) place of components/com_multisites/views/slaves/tmpl/edit.php

perhaps you could also report the bug to joomla team directly
I'll think about it.
eeiaobn
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/11/16 01:04 By eeiaobn.
The administrator has disabled public write access.
 
#2563
Re:Created a site.. no site and no errors 14 Years, 6 Months ago Karma: 54
The joomla code is located in the /library/joomla/html/toolbar and the problem you seems to report would be true for all the joomla application using their toolbar.

So I propose you to report to the joomla core team and see if they don't have already a report for this bug.
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
Last Edit: 2009/11/16 01:39 By edwin2win.
The administrator has disabled public write access.
 
Go to topPage: 12
get the latest posts directly to your desktop
2Win, Multisite(s) are trademarks of Edwin2Win.
Joomla