View Full Version : Skin building
JohnsonbI4
04-29-2003, 07:28 AM
that's how i changed the look of notes section:
before
___________________________________________
< ;!--[if($show_albumnotes)]-->
andrei_c
05-03-2003, 07:02 AM
Hi JohnsonbI4,
This is a limitation of WebShortcut tag - you cannot test if there are any shortcuts at generation time.
You can do the same using JavaScript. It worked for me.
<!---->
<span id=linklist style="display: none">
<table width="100%" bgcolor=$shadecolor cellpadding=0 style="margin-bottom: 5pt"><tr>
<td align=left><b>WEB LINKS</b></td>
<td align=right><a href="javascript:window.external.editartist(0,1);"><u>edit</u></a></td></tr></table>
<!---->
<b><!----><!--[webshortcuttitle/]--><!----></b>
<!---->- <!--[webshortcutdesc/]--><!----><br>
<script language=javascript><!--
document.all.linklist.style.display = "";
//--></script>
<!---->
</span>
<p>
<!---->
Andrei
JohnsonbI4
05-05-2003, 12:44 AM
yes, it works but only partially.
1st - links appear ABOVE web links heading.
2nd - maybe the problem is that the code you've posted is twisted? sometimes forum does it to the code, i noticed it in my message.
andrei_c
05-05-2003, 01:19 AM
yes, it works but only partially.
1st - links appear ABOVE web links heading.
2nd - maybe the problem is that the code you've posted is twisted? sometimes forum does it to the code, i noticed it in my message.
Yes, this should be the reason. Try restoring <table> tag after you pasted code into the editor.
JohnsonbI4
05-05-2003, 01:34 AM
IT WORKS!!!! http://forums.dizenteria.ru/html/emoticons/super.gif thanks!!!!!!!
andrei, i think it's time to make a separate discussion for topics on making skins!
JohnsonbI4
05-05-2003, 01:40 AM
btw, andrei, while you still here, check out this thread ;) - another problem
JohnsonbI4
05-05-2003, 05:00 AM
well, themes. any difference? we understand each other, don't we?
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.