How to limit characters in RSS posts module?
Hello any manual please. Thanks.
-
-
-
-
·
LeonidS
-
·
In reply to Rocco
- ·
Thnx for the tip, I didn't get the defined place :-) So, if you need to reduce the number of items there, then you may change the value of "Number of items in RSS feed" option in the proper module. If you need to decrease the length of the description for the every item, then you need to edit the following line of the inc\classes\BxDolRssFactory.php ffile:
$iUnitLimitChars = 2000;
but don't forget about this change during the next update.
-
·
LeonidS
-
- · Cem
-
·
In reply to LeonidS
- ·
Hi Leonid could you sample how will be the RSS url in the long form please.
(I mean like page.php?...)
-
-
·
LeonidS
-
·
In reply to Cem
- ·
Hello @Cem !
It will look like modules/index.php?r=posts/rss/public
-
·
LeonidS
-
- · Cem
-
·
In reply to LeonidS
- ·
thank you @LeonidS for always backing up the UNA community <3.
And a step further how could we get the lets say posts of a specific user by RSS?
-
- · Cem
-
·
In reply to Cem
- ·
ok I found your prevşous answer to my question:
https://una.io/cmts-view/y4hc0o?sys=bx_forum&cmt_id=45888
thanks :)