Support and General Use > Theming and Appearance Customization
new theme for nano, help needed
Chronon:
Well, that was the only one that jumped out at me immediately. Post back if it still doesn't work.
And, you're welcome. :)
hatchinatore:
yep doesnt work. here is the changed code if it helps. im puzzled. its alot easier when you first make it then when its been a long time and you try to fix it and smalll bits and tags are wrong lol.
ok
%X|bg.bmp|
%P|progress.bmp|
%xl|a|b0.bmp|8|3|
%xl|b|b1.bmp|8|3|
%xl|c|b2.bmp|8|3|
%xl|d|b3.bmp|8|3|
%xl|e|b4.bmp|8|3|
%xl|f|vol1.bmp|11|23|
%xl|g|vol2.bmp|11|23|
%xl|h|vol3.bmp|11|23|
%xl|i|vol4.bmp|11|23|
%xl|j|vol5.bmp|11|23|
%xl|k|pp1.bmp|0|62|
%xl|l|pp2.bmp|0|62|
%xl|m|pp3.bmp|0|62|
%xl|n|pp4.bmp|0|62|
%xl|o|pp.bmp|0|62|
%xl|p|ff.bmp|0|62|
%xl|q|rw.bmp|0|62|
%bl %s%m|48|%it
%pv %s%m|48|%ia
%al%cl:%cM%ar%?iy |%?ig>
%?mp
%pb|70|48|176|
%s%m|48|%pc %ar%pr
%s%m|48|Next Tune:
%ar%It
%wd
Chronon:
I think the dangling conditional will also give problems.
You have
--- Code: ---%?mp
--- End code ---
I think the parser will choke on that.
Replacing %?mp with
--- Code: ---%?mp
--- End code ---
should fix that, but it won't use any images you might have. It looks like you at least have fast-forward and rewind images that you want to use. If you only want to display those and do nothing otherwise then I think this will work:
--- Code: ---%?mp
--- End code ---
Give that a shot and see if it works.
hatchinatore:
oh woops!
i must have deleted that line. its supposed to read:
%?mp
it makes the little lego man on the side dance, then when paused, show that image, ff and rw the same...
Chronon:
Well, I don't think %?mp will do any of that for you all by itself. Read about conditionals on the CustomWPS wiki page.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version