Hello All!
I hope you guys can help me out with my following queries:
Please look at the second "edit" part of this post
Site in question:
http://www.fiery-legends.de (
Click on news!)
1. How do I find out if I have the latest DITTO version?
SOLVED!
2. Is there a way to implement a "comment-count" so that near where is says readmore it says: "Comments(X) read more" and x = amount of comments?
SOLVED!
3. Referring to
2. how do I implement the comment function in the single-news page?
SOLVED!
4. Where I have [+author+] it says "default admin account", even though I am admin can I change it to display "Counterfire" (myself)? If, then how?
SOLVED!
5. How do I change the "date" chunk so that I can add the word "at" -> "01-Apr-10
at 10:38" instead of "01-Apr-10 10:38"
SOLVED!
6. The placeholder [+summary+] doesn’t work?
SOLVED!
EDIT - NEED HELP PART 2
Thanks everything works
Just have a couple more questions now:
1. Instead of using your code for the comments I just added the default {{Comments}} chunk and it works fine! I was wondering though, how to change the templates for the form & comments? I was looking for the css or template and cannot find it :/ Does anyone know?
Has anyone got any finished templates where for the form all you need to have is: to be registered & there is only one text-box for the comment?
2. Has anyone developped code to show the latest 5-6 news’s in a chunk (for my Latest News box on the top-right)?
I found something about this in the forums! WIP!
3. How do I make it such that you can only post comments once you are logged in and the name is automatically defined by your username so that you do not have to enter a name/e-mail? And also, how do I remove the subject part entirely so that in the end all the user needs to do is enter text for a comment? I guess these answers will come off the answer to my first questions (
1.)
4. How do I manage "comments"? Delete, edit, etc?
5. In the
single news page where I have [+author+] and [+date+] it doesn’t work :s Here is my chunk code for the single news:
<div id="nmultipletemplate">
<div id="ntitlebg"><h5><a class="ntitle" href="[~[*id*]~]">[*pagetitle*]</a></h5>
<span class="margin5l"><span class="grtext">Posted by <span class="wtext">[+author+]</span> on [+date+]</span></span></div>
<div id="ncontent">
<span class="justify"><span class="wtext">[*#content*]</span></span>
<div id="nrm"><span class="margin5r"><span class="wtext"><span class="bold">([[Jot?&action=`count-comments`]] comments) </span></span></span></div>
{{Comments}}
</div>
</div>