|
|
| Author |
Message |
StormShadow
Joined: 20 Aug 2006 Posts: 45
|
Posted: Sat Dec 30, 2006 11:36 pm Post subject: |
|
|
Maby i'm just a little clueless but i though the only thing i had to do was to download it into the "templet" folder and un-zip it and that would be that but i don't see it anywhere...
What more do i need to do??? |
|
| Back to top |
|
 |
sergiocos
Joined: 17 Aug 2006 Posts: 49 Location: around the corner
|
Posted: Mon Jan 01, 2007 10:32 pm Post subject: |
|
|
in the "Template" folder... create a sub-folder called whatever you like... (ex: new template)... un-zip inside the template and you should see it when you click the "export to html"
... and ... MD... Happy New Year! Don't forget about us! |
|
| Back to top |
|
 |
MD
Joined: 08 Aug 2006 Posts: 108
|
Posted: Tue Jan 02, 2007 7:20 am Post subject: |
|
|
| sergiocos wrote: | in the "Template" folder... create a sub-folder called whatever you like... (ex: new template)... un-zip inside the template and you should see it when you click the "export to html"
... and ... MD... Happy New Year! Don't forget about us! |
Happy New Year everyone.
Don't worry I've almost finished with beta 2.
I've fixed 5 of the 7 problems already  |
|
| Back to top |
|
 |
MD
Joined: 08 Aug 2006 Posts: 108
|
Posted: Wed Jan 03, 2007 2:30 pm Post subject: |
|
|
Hi everyone.
Beta 2 is here
ml5_beta2.zip
- Better sort algorithm (shell sort instead of bubblesort)
- Added the ability to disable sort on load (if it's still slow with the new algorithm)
- is now hidden with empty discription and commends records
- Sort on date works (completely rewritten)
- The center warning in the stylesheet has been fixed
- You see now 'total' if all movies are visible
- The first movie will be selected when your html page has been loadend
- Last update has been added
- A nice copyright message has been added
- Some small cosmatic changes
- Removed some non xhtml-strict tags
When I export the list from AMM, I still get 2 errors.
| Code: |
row: 516 [ document.getElementById("toppanel_link_" + sortElement).className = "toppanel_link_active"; ]
character: 4
error: 'document.getElementById(...)' is empty or no object
sortElement = title
so it's looking for an object with id toppanel_link_title
That object looks like this:
<a href="javascript:setSort('title', 0);" class="toppanel_link" id="toppanel_link_title">[amm:strtitle]</a>
|
| Code: |
row: 889
character: 1
error: Syntaxerror
This is the first row of the template.html file.
It looks like this: [ movie = new movieClass(); ]
movieClass is just a function that looks like this:
function movieClass() {
this.title = "";
this.date = "";
this.dateadded = "";
this.genre = "";
...
}
|
Please PM me, or post in this topic if you know how to fix those 
Last edited by MD on Thu Jan 04, 2007 11:34 am; edited 1 time in total |
|
| Back to top |
|
 |
sergiocos
Joined: 17 Aug 2006 Posts: 49 Location: around the corner
|
Posted: Wed Jan 03, 2007 5:43 pm Post subject: |
|
|
yep! sadly when the html is generated i get this:
 |
|
| Back to top |
|
 |
MD
Joined: 08 Aug 2006 Posts: 108
|
Posted: Wed Jan 03, 2007 7:24 pm Post subject: |
|
|
I'm using firefox to, but I don't get any errors or warnigns.
If you put " alert(sortElement); " before that line. what does it say  |
|
| Back to top |
|
 |
sergiocos
Joined: 17 Aug 2006 Posts: 49 Location: around the corner
|
Posted: Wed Jan 03, 2007 11:47 pm Post subject: |
|
|
| MD wrote: | what does it say  |
it works (i keep the quotes, if i don't keep them it says smth like "sortorder!", a java warning) ... kinda strange though... must have been smth in my collection messed up... now even if i use the non-modified template... it still works
LE: there is another problem! doesn't display quotes correctly. instead "example" it shows in the description this "example" |
|
| Back to top |
|
 |
MD
Joined: 08 Aug 2006 Posts: 108
|
Posted: Thu Jan 04, 2007 7:41 am Post subject: |
|
|
| sergiocos wrote: | | MD wrote: | what does it say  |
it works (i keep the quotes, if i don't keep them it says smth like "sortorder!", a java warning) ... kinda strange though... must have been smth in my collection messed up... now even if i use the non-modified template... it still works |
Weird Maybe it works with beta 2b
| Quote: |
LE: there is another problem! doesn't display quotes correctly. instead "example" it shows in the description this "example" |
That's what the "useHtmlInMovieCard" option is for
Edit:
ml5_beta2b.zip
Fixed "Visit movie's web page" link in internet explorer
Fixed some html syntax errors
Fixed a problem with the sort-routine and the cookies
The searchbar borders are now style-able
Added focus to search bar
I still have 2 errors
1 at line 893 and 1 at line 527
If the error at line 893 is fixed, the error at line 527 will also be fixed.
Line 893 looks like this | Code: | | movie = new movieClass(); |
Who knows the answer  |
|
| Back to top |
|
 |
sergiocos
Joined: 17 Aug 2006 Posts: 49 Location: around the corner
|
Posted: Thu Jan 04, 2007 6:14 pm Post subject: |
|
|
| ml5_beta2b works fine... still, one question... can i obtain a html unsorted?... the resulted html i want to be just in the order in amm... (no sort for the first time, as you suggested in one previous post...). how can i do that? |
|
| Back to top |
|
 |
MD
Joined: 08 Aug 2006 Posts: 108
|
Posted: Thu Jan 04, 2007 6:56 pm Post subject: |
|
|
| sergiocos wrote: | | ml5_beta2b works fine... still, one question... can i obtain a html unsorted?... the resulted html i want to be just in the order in amm... (no sort for the first time, as you suggested in one previous post...). how can i do that? |
Just enable the "disableSortOnLoad" option.
BTW do you still get the "stop/continue script" message? |
|
| Back to top |
|
 |
sergiocos
Joined: 17 Aug 2006 Posts: 49 Location: around the corner
|
Posted: Thu Jan 04, 2007 10:47 pm Post subject: |
|
|
no... everything it's alright now |
|
| Back to top |
|
 |
themolt
Joined: 26 Dec 2006 Posts: 6
|
Posted: Fri Jan 05, 2007 2:28 am Post subject: |
|
|
| thanks for the new beta. everything works great so far. |
|
| Back to top |
|
 |
Pimpimmers
Joined: 07 Jan 2007 Posts: 1
|
Posted: Sun Jan 07, 2007 8:43 am Post subject: |
|
|
2 errors 893 and 527
Verder is die top |
|
| Back to top |
|
 |
tromp
Joined: 17 Jan 2007 Posts: 1
|
Posted: Wed Jan 17, 2007 7:25 pm Post subject: |
|
|
| Pimpimmers wrote: | 2 errors 893 and 527
Verder is die top |
I've the same error |
|
| Back to top |
|
 |
MD
Joined: 08 Aug 2006 Posts: 108
|
Posted: Sun Jan 28, 2007 1:57 pm Post subject: |
|
|
Here is the newest version of of this template.
ml5_rc.zip
Build 5.1.287:
- Added xhtml validation tweaks
- Changed the character encoding to windows-1252
- Added an error handler to ignore error messages
You can use the 'showErrorMessage' parameter to view the errormessages
- IE7 improvements
- Some small undocumented improvements
And yes the 2 errors you see when you are exporting from AMM are no longer visible unless you enabled the 'showErrorMessage' parameter
Please send me some feedback about this template.
I'll send this template to bolide if there are no problems found
Edit: Build 5.1.307:
- Added shadow to the 'sortbar-button-text'
This way the text is readable with bright colors
|
|
| Back to top |
|
 |
|