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]
 


Online DB HTML

 
Post new topic   Reply to topic    www.bolidesoft.com Forum Index -> All My Movies™ related
Author Message
Hydraulix
Guest





PostPosted: Wed Feb 22, 2006 4:10 pm    Post subject: Online DB HTML Reply with quote

I was busy changing my templates for HTML again.
I made and succesfully used some of my templates before but now I am encountering a problem.

I changed the Online DB templates just a little bit.

The problem I am encoutering is the NOPIC option. It doesn't seem to work in either the standard Online DB templates or the one I canged.

Here is the code :

if(movie.PICTURE!=""){
temp+="<img src='"+movie.Picture+"' width='98' height='140'>";
}else{
temp+="<img src='nopic.jpg' width='98' height='140'>";
}

I placed the nopic.jpg in both the template and the IMG directory in the template but I just simpy doesn't find it.

Please Help !!

Sincerely,

Jesper Koot
Back to top
bolide
Site Admin


Joined: 04 Aug 2005
Posts: 585

PostPosted: Wed Feb 22, 2006 7:56 pm    Post subject: Re: Online DB HTML Reply with quote

Place nopic.jpg in the AllMyMovies\templates\online db\img\ folder and replace the code you qouted to:

if(movie.Picture=="") movie.Picture="img\nopic.jpg";

temp+="<img src='"+movie.Picture+"' width='98' height='140'>";

It should work
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
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group