This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

rss feed language
#1

a'm sure it's a stupid question but..Blush
when rss page (this or all page) is showing, I see

webname (ok)
Comments (must to be translated)
username's Comments
xxx xxxx x xxx
(I would like to change it to...
commento di username

remove the ('s) possessive and reverse username <> comments position..
how can I do this ? I can not find the code that needs to be changed..
tks
Reply
#2

Hi,

The text "Comments" can be changed in the admin panel (Settings -> RSS).

To change "X's Comment", you need to open /comments/rss.php and change this:

PHP Code:
<?php 
$title
= $comments["name"] . CMTX_RSS_COMMENT_POSTER;

to this:

PHP Code:
<?php 
$title
= 'commento di ' . $comments["name"];

Have you completed the interview?
Reply
#3

[quote='Steven' pid='4556' dateline='1383427933']
Hi,

The text "Comments" can be changed in the admin panel (Settings -> RSS).


Shy tks Steven..it's ok
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Renaud
26-Aug-2014, 07:28 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)