English Support Forum

icon
Avatar
ILJ
Posts:
Hi Darko

how do i create a main rss link for the whole components .
i want to enter this in the title bar ..

tks
28.10.2009 07:03
Avatar
admin
Moderator
Posts: 887
Hi,

what do you mean with "whole components" exactly?

best regards
30.10.2009 16:26
Avatar
ILJ
Posts:
Hi Darko.

What i need is the rss to update my members on the latest listing entered inthe ME.
it shld involve all the categories.

tks
31.10.2009 12:56
Avatar
admin
Moderator
Posts: 887
Hi,

not sure, if I really understand your problem? ME has a RSS feed. If it´s enabled you should see a button at the top of the component.

best regards
03.11.2009 15:19
Avatar
Andrei Vacaru (valeka)
From: Timisoara, Romania
Posts: 9
Hi all,

My RSS do not show all items. In phpmyadmin I can see this table:
Rows publish_up Ascending
577 0000-00-00
3 2010-01-10
6 2010-01-12
1 2010-01-13

What I must to do?
13.01.2010 21:37
Avatar
admin
Moderator
Posts: 887
Hi,

open the file mefeedcreator.php in /components/com_misterestate/includes/
and go to line 49. You should find the following code there:

iconCode:
. " ORDER BY created ASC LIMIT 0,30";


If you want more than 30 objects,please change the limit to your needs.

best regards
05.03.2010 03:57
icon