1. Alexander
  2. Templates
  3. Tuesday, 27 April 2010
  4.  Subscribe via email
It's often necessary for my moderators to reply to (rather than censor or delete) user comments. This works OK, but there's a problem: If they reply as <company name>, it sounds very impersonal. But if they reply using their own name, any random user could pretend to work for the company.

I'd like to subtly differentiate (using CSS) between normal user comments and moderator comments so that users can get a personal response, but still know they're getting an official answer.

It would be nice to have a bit more flexibility with template tags. If {usertype} returned just "sadministrator" instead of "<span class="administrator">SAdministrator</span>" I could do something like:

<li class = 'post {usertype}'>
and then have the flexibility to style anything under that top li based on that CSS class.

As it is, I managed to get what I wanted by doing:
...{usertype}<div class='posthead'>...

and
#Comments ul li.post span.administrator {
display: none;
}
#Comments ul li.post span.administrator + div.posthead {
background-color: #cc0000;
}


But that feels a bit clunky.

Personally, I'm an advocate of making templates by using XSLT to transform generic XML output, e.g.:
<comment><id>1</id><ip>64.50.19.XXX</ip><usertype>superadmin</usertype>...</comment>

into HTML/RSS/etc. Unfortunately, no one I've met agrees with me.

Anyway, hopefully my hack or my input are useful to someone.

By the way, I really appreciate the work you guys are doing. !Joomlacomment isn't perfect, but it seems to be the most feature-rich commenting system for Joomla! out there, and every time I get a new version, I'm blown away at the number of things that are vastly improved, including the overall maturity of the product. Keep up the good work!
Responses (14)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now

Last questions

How can I integrate the CComment input field into
I’ve created com_content and a module for displaying the latest comments, which ...
3 Replies
Posted on Friday, 06 December 2024
  • New
    • #CComment
    • #comments
    • #module
    • #comments editor
    • #Ccomment Pro
    • #Joomla 5
    Fehlermeldung nach Buchung
    Wir erhalten folgende Fehlermeldung nach einer Buchung: https://www.tsg1873.d...
    4 Replies
    Posted on Sunday, 08 December 2024
  • New
  • Nach Update zeigt Eventkalender nur 2025 an
    obhwohl noch Events für 2024 vorhanden sind. Bisher zeigte er alles an....
    3 Replies
    Posted on Tuesday, 10 December 2024
  • New
    • #Alle Veranstaltungen
    • #Calendar
    HotSpots Pro 6.0.12 crashes on FrontEnd with Conso
    Hi there, Not sure what happened but all of a sudden nothing shows up and giv...
    0 Replies
    Posted on Wednesday, 11 December 2024
  • New
  • COM_MATUKIO_NO_TEMPLATE
    Hallo, wir haben vor kurzem von Matukio 5 auf die aktuelle Version geupdatet. Se...
    11 Replies
    Posted on Friday, 16 December 2016
  • Resolved