www.bolidesoft.com Forum Index www.bolidesoft.com
Bolide Software
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

 
 
[Bolide Software Home] [All My Movies™ page] [All My Books™ page] [Image Comparer™ page]
 


export to... in version 4
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    www.bolidesoft.com Forum Index -> All My Movies™ related
Author Message
StormShadow



Joined: 20 Aug 2006
Posts: 45

PostPosted: Sat Dec 30, 2006 11:36 pm    Post subject: Reply with quote

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

PostPosted: Mon Jan 01, 2007 10:32 pm    Post subject: Reply with quote

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

PostPosted: Tue Jan 02, 2007 7:20 am    Post subject: Reply with quote

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 Wink
Back to top
MD



Joined: 08 Aug 2006
Posts: 108

PostPosted: Wed Jan 03, 2007 2:30 pm    Post subject: Reply with quote

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 Twisted Evil
  • Some small cosmatic changes
  • Removed some non xhtml-strict tags Rolling Eyes

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 Rolling Eyes


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

PostPosted: Wed Jan 03, 2007 5:43 pm    Post subject: Reply with quote

yep! sadly when the html is generated i get this:
Back to top
MD



Joined: 08 Aug 2006
Posts: 108

PostPosted: Wed Jan 03, 2007 7:24 pm    Post subject: Reply with quote

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 Question
Back to top
sergiocos



Joined: 17 Aug 2006
Posts: 49
Location: around the corner

PostPosted: Wed Jan 03, 2007 11:47 pm    Post subject: Reply with quote

MD wrote:
what does it say Question

Shocked 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 &quot;example&quot;
Back to top
MD



Joined: 08 Aug 2006
Posts: 108

PostPosted: Thu Jan 04, 2007 7:41 am    Post subject: Reply with quote

sergiocos wrote:
MD wrote:
what does it say Question

Shocked 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 Confused 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 &quot;example&quot;

That's what the "useHtmlInMovieCard" option is for Wink

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 Crying or Very sad
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 Question
Back to top
sergiocos



Joined: 17 Aug 2006
Posts: 49
Location: around the corner

PostPosted: Thu Jan 04, 2007 6:14 pm    Post subject: Reply with quote

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

PostPosted: Thu Jan 04, 2007 6:56 pm    Post subject: Reply with quote

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

PostPosted: Thu Jan 04, 2007 10:47 pm    Post subject: Reply with quote

Wink no... everything it's alright now
Back to top
themolt



Joined: 26 Dec 2006
Posts: 6

PostPosted: Fri Jan 05, 2007 2:28 am    Post subject: Reply with quote

thanks for the new beta. everything works great so far.
Back to top
Pimpimmers



Joined: 07 Jan 2007
Posts: 1

PostPosted: Sun Jan 07, 2007 8:43 am    Post subject: Reply with quote

2 errors 893 and 527 Sad
Verder is die top
Back to top
tromp



Joined: 17 Jan 2007
Posts: 1

PostPosted: Wed Jan 17, 2007 7:25 pm    Post subject: Reply with quote

Pimpimmers wrote:
2 errors 893 and 527 Sad
Verder is die top


I've the same error
Back to top
MD



Joined: 08 Aug 2006
Posts: 108

PostPosted: Sun Jan 28, 2007 1:57 pm    Post subject: Reply with quote

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 Razz
  • 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 Wink

Please send me some feedback about this template.
I'll send this template to bolide if there are no problems found Very Happy

Edit: Build 5.1.307:
  • Added shadow to the 'sortbar-button-text'
    This way the text is readable with bright colors Wink
Back to top
Display posts from previous:   
Post new topic   Reply to topic    www.bolidesoft.com Forum Index -> All My Movies™ related All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 


Powered by phpBB © 2001, 2005 phpBB Group