cotonti.com : Blackgrail vs Cononti https://www.cotonti.com Последние сообщения в теме Cotonti en Tue, 04 Nov 2025 11:49:26 -0000 edward745 yes i have also the same issue with sed-dark. Last post you can see the solution.

]]>
чт, 16 окт 2014 11:05:33 -0000
Mehmet Hey, this error is caused by code BBCode picture.

The site also has audio of the css code is the code that involved white.
]]>
пт, 12 июн 2009 01:17:05 -0000
pieter http://www.cotonti.com/forums.php?m=posts&q=2616

I got the same issue with sed-dark. Last post you can see the solution.]]>
чт, 11 июн 2009 15:16:55 -0000
SunChase
But still youre right.I will have a big problem with the forum.This will take some time i think.

Now i must find out how to fix another problem.After i'w changed the skin,the half of the Input Field of the textboxer (on the page.add) went black:



and i dont know where to fix this

Where is the design of the textboxer defined?]]>
чт, 11 июн 2009 04:55:57 -0000
pieter Sometime it is just a small change. One word, a tag, ...

eg: Subforums, Tags, ....
Indead it works without, but you have not all benefits of cotonti.

If I was you I would check it. A lot of work now (not that much), but will save you a lot later on.

If you need all the difference? Check the sed-light from Seditio 125 and Cotonti 0.5.0.
In unix it is only one command to check it.
You will see a lot of changes.]]>
ср, 10 июн 2009 01:04:33 -0000
SunChase Pieter you were allitle incorect.You dont have to do alot of copy\paste :-)
You just need to copy the skin,and insert the css in the root of the skin and name it as the skin(example: blackgrail.css) and its all.After this just need to change the tags to suit the current plugins.

But still.Thanks for trying to help me.]]>
ср, 10 июн 2009 00:33:32 -0000
pieter сб, 06 июн 2009 17:59:36 -0000 SunChase сб, 06 июн 2009 16:34:19 -0000 w1ckd сб, 06 июн 2009 08:13:32 -0000 SunChase
Now i cant give you the link,cause im still finishing it on my local server.

Here are the screens:


Cotonti

Seditio


The background and the head picture are set up in the CSS with the Background tag.

Here is the current cotontis header.tpl


and this is how it is in seditio's header file:

[/][/][/][/]]]>
сб, 06 июн 2009 03:38:06 -0000
pieter
Also give us the link, easier to help]]>
сб, 06 июн 2009 01:56:34 -0000
SunChase сб, 06 июн 2009 01:43:43 -0000 pieter 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=https://www.cotonti.com/"{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=https://www.cotonti.com/"{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=https://www.cotonti.com/"{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]]>
сб, 06 июн 2009 00:53:02 -0000
SunChase But can someone help me on the Question: How to transfer Seditios Blackgrail skin into Cotonti.
Actualy,i'w been working for a couple of weeks to make my own skin on the basis of Blackgrail, and i dont want to start from the begining.
So can somebody help me on this problem?Thanks]]>
сб, 06 июн 2009 00:31:15 -0000