- Posts: 1421
- Thank you received: 234
If you report a bug please specify the joomla and component version.
Re: how to show more select items in feed overview
10 years 10 months ago #1668
by bram
Re: how to show more select items in feed overview was created by bram
datsfeeds1.php in not used anymore in version 2.5 ( will check that and remove the file)
joomla works in a MVC so for each output you will need to change three things:
the Model, the Controller and the View.
For the admininstrator the controller/*.php combine the model and the controller. However the view is separate. So you will need to update views/overview.php as well.
joomla works in a MVC so for each output you will need to change three things:
the Model, the Controller and the View.
For the admininstrator the controller/*.php combine the model and the controller. However the view is separate. So you will need to update views/overview.php as well.
Please Log in or Create an account to join the conversation.
Time to create page: 0.228 seconds