help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Feature requests for JEM 2.0 - initial public release
No more style in output.class.php, please! (Google Map)
No more style in output.class.php, please! (Google Map)
8 years 2 months ago
Searching for solutions to a problem, I discovered my own ancient posts…– again!
So I moved this to feature request in hope that this will be noticed finally by someone responsible for coding.
My suggestion for future releases is not to use style attributes in files, which cannot be altered by overrides, eg. output.class.php:
I propose to replace the code in line [strike]753[/strike] , now 815 (which shows that something happened to it in v2.0.0 )
by
so that you can define these classes by css.
I made these changes once and hoped that the last JEM update didn't override them – but it did. Since it was so long ago, I didn't remember the core file hack. So, I had to spend hours for finding out why to hell the google map design had altered – and normally you search for style definitions in files of 'views' directories or css stylesheets, but not in core files.
So, PLEASE, do change this BEFORE the next update!
THANK YOU SO MUCH!
So I moved this to feature request in hope that this will be noticed finally by someone responsible for coding.
My suggestion for future releases is not to use style attributes in files, which cannot be altered by overrides, eg. output.class.php:
I propose to replace the code in line [strike]753[/strike] , now 815 (which shows that something happened to it in v2.0.0 )
Code:
<div style="border: 1px solid #000;width:500px;"><iframe width="500" height="250" … />
Code:
<div class="googlemap"><iframe class="iframe_googlemap" … />
I made these changes once and hoped that the last JEM update didn't override them – but it did. Since it was so long ago, I didn't remember the core file hack. So, I had to spend hours for finding out why to hell the google map design had altered – and normally you search for style definitions in files of 'views' directories or css stylesheets, but not in core files.
So, PLEASE, do change this BEFORE the next update!
THANK YOU SO MUCH!
Regards,
Herbert
Herbert
The following user(s) said Thank You: jojo12
Please Log in or Create an account to join the conversation.
Re: No more style in output.class.php, please! (Google Map)
8 years 2 months ago
I currently work on adding Openstreetmap as an alternative map provider to JEM. Along the way I am refactoring the code so I can add it to my to do list
Please Log in or Create an account to join the conversation.
Re: No more style in output.class.php, please! (Google Map)
8 years 2 months ago
Along the way, wherever you meet some style="" else in core files – make it vanish.
Regards,
Herbert
Herbert
Please Log in or Create an account to join the conversation.
Time to create page: 0.408 seconds