OrangeCD Community Forums  

Go Back   OrangeCD Community Forums > OrangeCD Catalog > Customization, themes and templates

Reply
 
Thread Tools Display Modes
  #1  
Old 02-11-2009, 06:19 AM
hardbop-man hardbop-man is offline
Member
 
Join Date: Sep 2008
Location:
Posts: 44
Send a message via ICQ to hardbop-man
Default Template wizards: is this possible?

Is it possible to tweak a template so that it could indicate if I have entered "Lyrics" and/or "Personal Notes" to a track?

Maybe by using a small icon or the letters L and/or N right next to the actual track?
Reply With Quote
  #2  
Old 02-11-2009, 07:12 AM
BLOWERS BLOWERS is offline
Senior Member
 
Join Date: Dec 1969
Location: Nottingham, England
Posts: 208
Default Re: Template wizards: is this possible?

Hi hardbop,

I have built in a function that places different small icons next to a track in album page (well, in all pages if I want) if it is a Favourite Track, or a Classic Track, or has a particular type of solo in it. I have sent you an instant message - check your box!
__________________
Malc
Reply With Quote
  #3  
Old 02-11-2009, 10:07 AM
hardbop-man hardbop-man is offline
Member
 
Join Date: Sep 2008
Location:
Posts: 44
Send a message via ICQ to hardbop-man
Default Re: Template wizards: is this possible?

Thanks for your swift reply :-)

Message is on it's way!
Reply With Quote
  #4  
Old 02-12-2009, 12:05 AM
meley meley is offline
Junior Member
 
Join Date: Feb 2006
Posts: 28
Default Re: Template wizards: is this possible?

Blowers,
This sounds interesting! I have two colored asterisks for my tracks but I would really be interested in seeing what you have. Could your forward to me please? Thanks and take care ...!
Reply With Quote
  #5  
Old 02-12-2009, 07:44 AM
BLOWERS BLOWERS is offline
Senior Member
 
Join Date: Dec 1969
Location: Nottingham, England
Posts: 208
Default Re: Template wizards: is this possible?

When time allows (I have started, but must work now!) I will send both of you what I have done.
__________________
Malc
Reply With Quote
  #6  
Old 02-20-2009, 02:50 PM
Jazz_North Jazz_North is offline
Senior Member
 
Join Date: Oct 2006
Location:
Posts: 110
Send a message via ICQ to Jazz_North
Default Interested

Many of us are interested in how you did this. Please post it for everyone to see.
Reply With Quote
  #7  
Old 02-23-2009, 11:57 AM
BLOWERS BLOWERS is offline
Senior Member
 
Join Date: Dec 1969
Location: Nottingham, England
Posts: 208
Smile Track icons

Hope these will be of use to you all. I attach my template, and a doc explaining (a tad clumsily, I'm afraid) how to utilise my icons feature). Any probs, just shout!
Attached Files
File Type: zip OCD.zip (17.1 KB, 49 views)
File Type: zip Track Icons.zip (77.0 KB, 37 views)
__________________
Malc
Reply With Quote
  #8  
Old 02-23-2009, 02:17 PM
Jazz_North Jazz_North is offline
Senior Member
 
Join Date: Oct 2006
Location:
Posts: 110
Send a message via ICQ to Jazz_North
Default Thanks

Quote:
Originally Posted by BLOWERS View Post
Hope these will be of use to you all. I attach my template, and a doc explaining (a tad clumsily, I'm afraid) how to utilise my icons feature). Any probs, just shout!
Malc

Thanks so much for this. I now have an iPod icon next to the tracks I have on my device. If I could bother you further. You use a textbox, but I have already used a checkbox in my dataase and would naturally prefer to use the existing data I have rather than convert it. I don't know enough to know how to use a checkbox instead of a textbox in my adaptation of your code:

<!-- ==== START CT-FT FUNCTION ====== -->
<script type="text/javascript">
/* ----------------------------- */
function checkValue2(trackcustom8)
/* ----------------------------- */
{
switch (trackcustom8.toLowerCase())
{
case "ip":
// on iPod
document.write(" <img width=13 src='h:\\itunes\\ipod.ico'>");
break;

default:
// All other tracks - do nothing
break;
}
}
</script>
<!-- ==== END CT-FT FUNCTION ====== -->

I don't know what value a checkbox returns to use in the case statement or even if a case statement is the right syntax to use.

I should say I think I know why you used a textbox as you wanted to signal many different things; but all I want to signal is whether it is on my iPod so a checkbox works better.

Thanks
Reply With Quote
  #9  
Old 02-23-2009, 06:01 PM
BLOWERS BLOWERS is offline
Senior Member
 
Join Date: Dec 1969
Location: Nottingham, England
Posts: 208
Default

I'm afraid I honestly don't know - I'm not that experienced at all in programming! That's why I used a textbox. My only suggestion would be to search for all tracks with your IP checkbox checked, then bulk edit that info into a pre-prepared textbox so you could just follow my example. I only know this way of doing it through following someone else's example several years ago!
__________________
Malc
Reply With Quote
  #10  
Old 12-12-2009, 10:40 AM
BLOWERS BLOWERS is offline
Senior Member
 
Join Date: Dec 1969
Location: Nottingham, England
Posts: 208
Default

Quote:
Originally Posted by cecile-M View Post
can share it with us




-----------------------------------------------
OH…Just bought the simpsons dvd and disney dvd online!
Files are attached in one of my posts above! Hope they are useful.
__________________
Malc
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:55 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.