View Full Version : problems with commenting feature on diary-x


Divinity
09-07-2003, 07:00 PM
Here's the deal: I signed up with enetation.co.uk (http://www.enetation.co.uk) for a commenting system, that many blogs have.
I work with diary-x (although my entries are shown in an iframe on my site if-only (http://violetskies.org/if-only) )

Enetation has a special page with instructions for diary-x:
http://www.enetation.co.uk/index.php?page=showcode&action=dairyx

I did exactly what they said, but nothing happens. I asked on their forum but the only reply that I got was that my entire coding looks wrong. It does, but it's working fine, it's just the coding for my entries in the iframe. Here it is (including the enetation snippets of html that I was supposed to include)

<font size="2"><center><b><font color="#A99187">[title]</font></b><br><font color="#A99187">[date]</font><center>[prevlink] [nextlink] [currlink] [archive]</center><p align="left">

[body]<br>
<script type="text/javascript">LinktoComments('[datestamp]')</script>
<noscript><a href="http://enetation.co.uk//comments.php?user=Evelien&commentid=[datestamp] ">Comment</a></noscript>
<p>[prevlink] [nextlink]</<html>
<head>

<script type="text/javascript" src="http://enetation.co.uk/user.php?user=Evelien"></script>

</style>


<title>Moved!</title>
<style type="text/css">
<!--

A:link
{ text-decoration: none; color:#825D39}
A:visited
{ text-decoration: none; color:#825D39}
A:active
{ text-decoration: none; color:#A99187}
A:hover
{ text-decoration: none; color:#A99187; cursor:crosshair}

body
{ background-color:#D1D3D2;
background-image:url();
background-repeat:no-repeat;
background-position:bottom-left;
background-attachment: fixed;

font-family: times new roman;
color: #A28367;
font-weight:500;
font-size:80%;


scrollbar-face-color:#D1D3D2; scrollbar-shadow-color:#A99187;
scrollbar-highlight-color:#D1D3D2; scrollbar-3dlight-color:#A99187;
scrollbar-arrow-color:#D1D3D2; scrollbar-darkshadow-color:#D1D3D2; scrollbar-track-color:#D1D3D2;

td
{ font-family: times new roman;
color: #A28367;
font-weight:;
font-size:80%; }

.text
{background-color:transparant;
font-family: times new roman;
color: #A28367;
font-weight:;
font-size:80%;}

-->



</head>
<body>

</body>

</html>


Can anyone tell me what's wrong? I should put the second bit in the coding, right? And not in each seperate entry? I would really want my commenting system to work, I'm desperate.