ok i am pretty advanced with this stuff but I am extremly baffled by a simple code glitch...
i have changed this code a little to modify it to my site, credit is given in the footer of my page.
i want after a user posts for them not to be able to click the date for any reason, i just want it to be text, nothing more than that. Right now after you publish a comment its just text, but after you click refresh it goes back to a link.
Here is the code from the .php files associated with the direct issue, also how do i change the date format??? u can see on my site that the format of the article is different than that of the comments
You can see below I changed the follow string on line 242 in chronocomments.php from
to this
it should eliminate the link however it doenst.
here is the code in the file comment-item.html.php where the 'datetime' string is inserted
hopefully you know of a solution, you can preview this on my website http://whitesmokefilms.com/chrisjames
use the following user and pass to long in for now since i dont have a registration section yet
user: tester
password: test
also:: my thumbs dont work
i have changed this code a little to modify it to my site, credit is given in the footer of my page.
i want after a user posts for them not to be able to click the date for any reason, i just want it to be text, nothing more than that. Right now after you publish a comment its just text, but after you click refresh it goes back to a link.
Here is the code from the .php files associated with the direct issue, also how do i change the date format??? u can see on my site that the format of the article is different than that of the comments
You can see below I changed the follow string on line 242 in chronocomments.php from
'datetime' => '<a href="#commentID'.$commentx->id.'">'.strftime(JText::_( 'DATETIMEFORMAT' ),strtotime($commentx->datetime)).'</a>',
to this
'datetime' => ' '.strftime(JText::_( 'DATETIMEFORMAT' ),strtotime($commentx->datetime)).' ',
it should eliminate the link however it doenst.
here is the code in the file comment-item.html.php where the 'datetime' string is inserted
<div style=" font-weight:normal; text-transform: uppercase; padding-left:7px; color: #666666;font-size: 80%; font-family: Helvetica,Arial,FreeSans,sans-serif;">
<strong>{comment_datetime}</strong>
</div>
<div style="padding-top:9px;">
{comment_text}
</div>
hopefully you know of a solution, you can preview this on my website http://whitesmokefilms.com/chrisjames
use the following user and pass to long in for now since i dont have a registration section yet
user: tester
password: test
also:: my thumbs dont work