开发者

Joomla style back end editing in the front-end

开发者 https://www.devze.com 2023-01-26 19:59 出处:网络
I have a Joomla co开发者_开发百科mponent where users will be able to create lists, however, I need to display this is the front end.How do I go about displaying a back-end component in the front-end?T

I have a Joomla co开发者_开发百科mponent where users will be able to create lists, however, I need to display this is the front end. How do I go about displaying a back-end component in the front-end?


The backend code is stored in administrator/components/com_component/...

You need to create front end code to display your lists. This code should be kept in components/com_component/... You can probably copy most of the code and code structure for the back end but there are some changes that will need to be made.

So if the backend creates lists, then this must be stored in the db or in a text file at the very least. Then in the front end you need to access this data and then display it.

Here is a tutorial on how to create Joomla components, which may help you get started in developing the front end to display the lists as you require.


If this is a component that was not designed to allow for front end editing then there is a way to do it without having to hack the component or write any code. You can design a form that matches up with the database table you are going to be working on using ChronoForms. Then connect the form to the database table using ChronoConnectivity. This will allow you to display, edit, delete, or insert records in to the database. There are some pretty good tutorials on how to do this on the Vhrono forums.

Forums - http://football.fantasysports.yahoo.com/f1/131438 Downloads - http://www.chronoengine.com/downloads.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号