Change write comment style
on February 10, 2008
Last Updated on April 03, 2008
The write comment style (or read on) is composed with a css "write_comment" class (from the joomlacomment template) and the standard "readon" (from your joomla template).
To change the style...
The write comment style (or read on) is composed with a css "write_comment" class (from the joomlacomment template) and the standard "readon" (from your joomla template).
To change the style you just have to use the following form of css instruction :
- .write_comment { ... }
- .write_comment a.readon { ... }
Add those lines in the joomlacomment template css file (customize your template ) OR directly in your joomla template css file. It should be better to add them after the existing "readon" lines.
Anothers 2 possibilities (first is the best) :
- change html code in the readon block of the joomlacomment template
- change the text of the readon in the joomlacomment language file (components/ com_comment/ joscomment/ language). The text is
- _JOOMLACOMMENT_COMMENTS_0 for Read on when 0 coments
- _JOOMLACOMMENT_COMMENTS_1 for Read on when only one comment
- _JOOMLACOMMENT_COMMENTS_2_4 for Read on when 2 to 4 comments
- _JOOMLACOMMENT_COMMENTS_MORE for Read on when more than 4 comments
- !! so much text can seems foolish for languages as english, french,.... but is important for others languages as romanian,... Word is not the same, depending on number of the object.
Our Blog
Hacking competition is over (0)
02.09.2010, 01:32:
I'm sad to announce that our hacking competition is over. However I'm really happy to say that the latest compojoomComment 4.1.7 couldn't be cracked : ...
Read more
- 31 August 2010:
- Hotspots 1.0 beta1 released (2)
- 16 August 2010:
- CB profiles and user comments (9)
- 15 August 2010:
- Hotspots project status (5)



