Forums / Cotonti / Skins / New Skin Help- DS-Lyynx

<<<123>>>

robofreak111
#16 2009-06-23 23:42
You have to get rid of all mentions of the things from SED_Light, such as lSide like what pieter said and replace those things for the ones you substituted the images with
gamer24.7
#17 2009-06-26 03:57
Now for the drop down menu...
[b][color=#000000]Click [/color][url=http://www.design-studio.netau.net][color=#EF2929][u]Here[/u][/color][/url] [color=#F57900]For All You Design [/color][color=#756745]Related Needs.[/color][/b]
robofreak111
#18 2009-06-26 05:37
Ahhhh ! my eyes! too much blue! :D jk

you forgot the news on the front page, its not there, add the tag for the box.

Also, when you go to the Whos online page, its all messed up because of the centering code you put in.


Just two things. And about the drop down menus, try looking at other skins that have that like the dutch cotonti skin so you can get an idea on how to do that.
gamer24.7
#19 2009-06-26 05:52
THe dutch cotonti skin has a drop down?

I am still working on the who's online plug and i have added the news...
[b][color=#000000]Click [/color][url=http://www.design-studio.netau.net][color=#EF2929][u]Here[/u][/color][/url] [color=#F57900]For All You Design [/color][color=#756745]Related Needs.[/color][/b]
pieter
#20 2009-06-26 14:49
The Dutchcotonti-skin has drop down.
Not standard, check the helkp file about menu's included in the skin.
If you want an example click the link in my signature. Documents and Downloads has the dropdown functionality?
... can we help you ...
robofreak111
#21 2009-06-27 00:39
Im using the dtcvh cotonti skin right now on my site, got the dropdown thing to work on localhost, now i just gotta upload to my site.
gamer24.7
#22 2009-06-27 01:33
Any reason my sub menu won't show?
<li><a href="index.php"><span><span>Home</span></span></a></li>
<li><a href="forums.php"><span><span>Forum</span></span></a></li>

<li><a href="list.php?c=Tutorials"><span><span>Tutorials</span></span></a></li>
	<ul>
        <li><a href="list.php?c=PaintDotNet">Paint.Net</a></li>
		<li><a href="list.php?c=Photoshop">Photoshop</a></li>
		<li><a href="list.php?c=Gimp">Gimp</a></li>
		<li><a href="list.php?c=other">Other...</a></li>
	</ul>
</li>

<li><a href="list.php?c=Downloads"><span><span>Downloads</span></span></a></li>

<li><a href="users.php"><span><span>Users</span></span></a></li>

<li><a href="plug.php?e=usergal"><span><span>Gallery</span></span></a></li>

<li><a href="plug.php?e=search"><span><span>Search</span></span></a></li>
[b][color=#000000]Click [/color][url=http://www.design-studio.netau.net][color=#EF2929][u]Here[/u][/color][/url] [color=#F57900]For All You Design [/color][color=#756745]Related Needs.[/color][/b]
pieter
#23 2009-06-27 01:41
Does the standard menu works?
Because standard, there is menu5 I guess.
... can we help you ...
gamer24.7
#24 2009-06-27 02:15
Yeah the standard menu works not the sub
[b][color=#000000]Click [/color][url=http://www.design-studio.netau.net][color=#EF2929][u]Here[/u][/color][/url] [color=#F57900]For All You Design [/color][color=#756745]Related Needs.[/color][/b]
pieter
#25 2009-06-27 02:57
<li><a href="list.php?c=Tutorials"><span><span>Tutorials</span></span></a></li>    
<ul>        
<li><a href="list.php?c=PaintDotNet">Paint.Net</a></li>        
<li><a href="list.php?c=Photoshop">Photoshop</a>
</li>        <li><a href="list.php?c=Gimp">Gimp</a></li>        
<li><a href="list.php?c=other">Other...</a></li>    
</ul>
</li>

You got a </li> to much in the first line.
If you have subs, don't close the first line with </li>. <li> is closed at the end.

eg:
<li><a href="list.php?c=Tutorials"><span><span>Tutorials</span></span></a>    
<ul>        
<li><a href="list.php?c=PaintDotNet">Paint.Net</a></li>        
<li><a href="list.php?c=Photoshop">Photoshop</a>
</li>        <li><a href="list.php?c=Gimp">Gimp</a></li>        
<li><a href="list.php?c=other">Other...</a></li>    
</ul>
</li>

Let me know if it helps.
... can we help you ...
gamer24.7
#26 2009-06-27 03:23
Perfect!
Thanks pieater!

Also how do i make them align center?Currently they are on the left:
[b][color=#000000]Click [/color][url=http://www.design-studio.netau.net][color=#EF2929][u]Here[/u][/color][/url] [color=#F57900]For All You Design [/color][color=#756745]Related Needs.[/color][/b]
pieter
#27 2009-06-27 03:29
Thats all in the CSS.
Check the "artmenu" part in CSS.

I'm not sure but I guess it is

.artmenu ul ul
{
padding: 30px 30px 30px 10px;
margin: -30px 0 0 -10px;
}
because it is the ul under ul under artmenu.
... can we help you ...
gamer24.7
#28 2009-06-27 04:09
Thanks i added more links to the nav so i don't want to align it in center.

One more thing;
I have the forums displayed in their parent category's, so why?
[b][color=#000000]Click [/color][url=http://www.design-studio.netau.net][color=#EF2929][u]Here[/u][/color][/url] [color=#F57900]For All You Design [/color][color=#756745]Related Needs.[/color][/b]
robofreak111
#29 2009-06-28 07:00
It has a limit to the number of charachters it can display there on the homepage. So currently it is displaying 16 charachters. but "Introduce Yourself" is 18 charachters, which is too much. So, it uses "...".

And if I may make a suggestion:

Move the search and Leet Login boxes on the homepage into the places i show below:



right now, it looks kind of bare in the botton and where i put the two boxes.

Nice skin btw, its really coming along well
This post was edited by robofreak111 (2009-06-28 07:22, 14 years ago)
gamer24.7
#30 2009-06-29 03:49
I am trying to follow out your suggestion but, look:





This is my index.tpl:
<!-- BEGIN: MAIN -->
<div id="main">

        <div class="block" style="margin-top:32px;">
        {INDEX_NEWS}
</div>
	<div class="block" style="margin-top:32px;">
	<h4>{PHP.skinlang.index.Newinforums}</h4>
		{PLUGIN_LATESTTOPICS}

<div id="container2">

	                     <div class="block"><h4>Search<h4>
                             <div><form id="ssearch" action="plug.php?e=search&amp;a=search" method="post">
                             <input background="transparent" class="text" name="sq" value="search..." size="15" onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" maxlength="15" type="text"> 
                             <input class="submit" value="Go" alt="" type="submit">
                             <input name="searchin_frm" value="1" type="hidden"> <input name="frm_sub[]" value="9999" type="hidden">
                             <input name="searchin_pag" value="1" type="hidden"> <input name="pag_sub[]" value="all" type="hidden">
                             <input name="searchin_use" value="1" type="hidden"><div style="margin: 0pt; padding: 0pt; display: inline;"><input name="x" value="GUEST" type="hidden"></div></form></div>

</div></div></div>

<div id="main">
			<div class="block">
				<h4>{PHP.skinlang.index.Recentadditions}</h4>
				            {PLUGIN_LATESTPAGES}

<div id="container2">

                         <div class="block">
                                   <h4>Users<h4>
                                   {PLUGIN_LEETLOGIN}

</div></div></div>

			<td style="width:30%; vertical-align:top;">

				<div class="block">
					<center><h4>{PHP.skinlang.index.Polls}</h4>
					{PLUGIN_INDEXPOLLS}</center>
				</div>


<div id="main">		

                             <div class="block">
			        <center><h4>{PHP.skinlang.index.Online}</h4>
				<a href="plug.php?e=whosonline">{PHP.out.whosonline}</a> :<br />
				{PHP.out.whosonline_reg_list}</center>
				</div>




</div>
</div>

And my CSS:
.block { background-color:#292929; border:2px solid #00B5F8; padding:8px; margin:12px; }
.block2 { width:200px; padding:8px; margin:12px; } 
.block3 { background-color:#292929; float:left; border:2px solid #00B5F8; padding:8px; margin:12px; }
#container2
         { 
         width:200px;
         padding:8px;
         margin:12px;
         } 

SO if any one can help me?[/][/]
[b][color=#000000]Click [/color][url=http://www.design-studio.netau.net][color=#EF2929][u]Here[/u][/color][/url] [color=#F57900]For All You Design [/color][color=#756745]Related Needs.[/color][/b]

<<<123>>>