Foren / Cotonti / Skins / Blackgrail vs Cononti

is there a way?

pieter
#13042 6. Juni 2009, 00:53
you need to change the parts from every tpl to the cotonti part.
A lot of copy past. If you need help how, PM me.

--------------------------------------------------------------------------------
I have not a lot of time for the moment, so I give you a quick help to start with.

Easiest way is to download http://www.cotonti.com/downloads/skins/one_skin
Or use the default one that is delivered with Cotonti.

Copy all the PARTS from cotonti-skin to your skin.
Your skin has more or less the same part with some difference.
eg:
<!-- BEGIN: LIST_ROWCAT -->
		<tr>
			<td colspan="5" style="background:transparent;">
			<strong><a href="{LIST_ROWCAT_URL}">{LIST_ROWCAT_TITLE} ...</a></strong><br />
			<span class="desc">{LIST_ROWCAT_DESC}</span>
			</td>
		</tr>

		<!-- END: LIST_ROWCAT -->

Normally 85% of you skin already works.

Open both files one from yours and one from Cotonti skin.

If you open news.tpl from both, you see the difference.
Just copy past.


Seditio-file:
<!-- BEGIN: NEWS -->
	<div class="lboxHD">News</div>
	<div class="lboxBody">

		<!-- BEGIN: PAGE_ROW -->
		
	   	<div class="newsTitle">
			<div class="newsDate">{PAGE_ROW_DATE}</div>
			<b><a href="{PAGE_ROW_URL}">{PAGE_ROW_SHORTTITLE}</a></b>
		</div>
		<div class="newsBody">{PAGE_ROW_TEXT}</div>
		<div class="newsPosted">Posted By: {PAGE_ROW_OWNER}</div>
		<div class="newsOther">Category: {PAGE_ROW_CATPATH} &nbsp;&nbsp; {PAGE_ROW_COMMENTS}</div>
		<!-- END: PAGE_ROW -->
	
	</div>
<!-- END: NEWS -->


Cotonti-one:
<!-- BEGIN: NEWS -->
	<div class="lboxHD">{PHP.L.News} :</div>
	<div class="lboxBody">

		<!-- BEGIN: PAGE_ROW -->
		
	   	<div class="newsTitle">
			<div class="newsDate">{PAGE_ROW_DATE}</div>
			<strong><a href="{PAGE_ROW_URL}">{PAGE_ROW_SHORTTITLE}</a></strong>
		</div>
		<div class="newsBody">{PAGE_ROW_TEXT}</div>
		<div class="newsPosted">{PHP.L.Poster}: {PAGE_ROW_OWNER}</div>
		<div class="newsOther">{PHP.L.Category}: {PAGE_ROW_CATPATH} &nbsp;&nbsp; {PAGE_ROW_COMMENTS}</div>
		<!-- END: PAGE_ROW -->
	
	</div>
<!-- END: NEWS -->

Almost the same, but small diffence.
Copy contonti one to the other.

There will be some extra's. eg for tag system.

Hope this helps
... can we help you ...

Dieser Beitrag wurde von pieter (am 6. Juni 2009, 01:18, vor 14 Jahre) bearbeitet