문제

I need to have several textfields (may be articles, but not neccessarily) on a page, that is easily edited from frontend for registered users.

How do I best achieve this?

It is for Joomla 3.1

도움이 되었습니까?

해결책

You can go several ways:

  1. Use a cck: this is the easiest, no coding required, browse the JED for Sobi, K2, Zoo, Content builder...

  2. Write a simple component: using componentbuilder or the like it won't take long and you'll only need to write very little code if this is the only requirement.

  3. Upgrade to J3.2 and use the bundled FOF (by akeeba, introduced in Joomla core as of 3.2); Joomla! 3.2 will be available in 3 days, but you can already download the beta. With FOF you can achieve much the same as 2. by writing a simple xml file.

Depending on what you plan to do with this data, and your coding skills, the right answer may be any of the above.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top