1 mhico008 Oct 09, 2008 15:28
3 mhico008 Oct 09, 2008 15:55
ok ok
Here from 100 - 110
'',
// Before
'<div style="float:right">',
// After
'</div>',
// No avatar
'<p>No avatar</p>' );
<p class="postinfo">
<?php
$Item->author( array(
4 sam2kb Oct 09, 2008 15:59
Edit the following
'<p>No avatar</p>' );
?>
5 sam2kb Oct 09, 2008 16:03
I think you also forgot to close curly bracket, so change the code to
'<p>No avatar</p>' );
}
?>
6 mhico008 Oct 09, 2008 16:04
aw another error appears.
Parse error: syntax error, unexpected $end in /home/a4971027/public_html/skins/evocamp/single.main.php on line 237
7 sam2kb Oct 09, 2008 16:05
Did you put closing bracket there?
8 mhico008 Oct 09, 2008 16:09
in? the last line?
I dont see any close bracket
9 mhico008 Oct 09, 2008 16:11
Ok OK it's working now. I forgot to put brackets in there ^^ thnx
10 sam2kb Oct 09, 2008 16:15
There is an extra semicolon ( ; ) next to the author avatar
11 mhico008 Oct 09, 2008 16:19
yeah i saw it. I will just go over with it later.
Can you post the source code from lines 100 - 110