Jump to content

Search the Community

Showing results for tags 'joomla2.5'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Development
    • HTML Coding
    • JavaScript
    • PHP
    • CMS
    • Database
    • Web Server
    • Web-site Development
    • Internet Marketing, SEO
  • Library
    • Tricks and solutions
    • Books
  • Commercial services
    • Freelance
    • Job
    • Goods and Services
  • Our Forum
    • Flame
    • Contests
    • Feedback and Ideas

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Web site


Telegram


Signal


Viber


Skype


From


Interests

Found 1 result

  1. подскажите пожалуйста как в joomla 2.5 добавить свои поля в com_content. в частности в блог я умею создавать свой модуль. для добавления полей я добавляю соответствующие элементы в xml-файл. получается примерно такое <?xml version="1.0" encoding="utf-8"?> <install type="module" version="2.5.8"> <name>mod_simplyslider</name> <author> </author> <creationDate>mart 2013</creationDate> <copyright>Copyright (C) 2013 Open Source Matters. All rights reserved.</copyright> <license></license> <authorEmail>pru</authorEmail> <authorUrl></authorUrl> <version>1.0.0</version> <description>модуль, показывающий на определённой странице изображение с текстом</description> <files> <filename module="mod_simplyslider">mod_simplyslider.php</filename> <folder>tmpl</folder> <folder>css</folder> <folder>images</folder> <folder>js</folder> <folder>elements</folder> <filename>index.html</filename> </files> <languages folder="language"></languages> <config> <fields name="params" addfieldpath="/modules/mod_simplyslider/elements"> <fieldset name="basic" label=""> <field name="slide_image_1" type="media" label="Изображение" description="Выберите изображение" /> <field name="slide_title_1" type="editor" default="" label="Текст" description="Введите пояснительный текст к изображению" filter="safehtml" /> </fieldset> </fields> </config> </install> в случае com_content такой способ не работает
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy