Web Design •
Web Development •
Joomla! Extensions •
The syntax for version 0.2.0+ is different to the versions before!
If you use Articles Anywhere, please post a rating and a review at the Joomla! Extensions Directory. DescriptionWith Articles Anywhere you can place an article anywhere in your site, including inside 3rd party components, modules and even inside other articles. Security settingsYou can enable / disable Articles Anywhere in articles (and sections/categories), components and everwhere else (including articles) separately. For articles, you can also set a minimum user group level. This means that Articles Anywhere only works in articles with an author that has your desired level or higher. You might not want your frontend authors to have the option to include articles (and potentially mess up your site). SyntaxYou can place article details using the title, alias or id of the article:
{article Some article}...{/article}
{article some-article}...{/article}
{article 123}...{/article}
Within those tags you can place different tags to place different article data/details: {datatype}You can choose from these datatypes
When showing text (all text, introtext or fulltext), you can also make the tag only show a certain amount of characters. Tags and images are not counted, only the text. {text:100}When showing the read more link, you can also overrule the standar "Read more..." text. {readmore:Please read on!}ExamplesExample: title, intro, read more link
{article 123}{title}
{introtext}
{readmore:>> READ MORE >>}{/article}Example in HTML: title with link to article, first 120 characters of (entire) text.
{article 123}<h2><a href="{url}">{title}</a></h2>
{text:120}{/article}InstallingThe package installs/updates all necessary extensions, like components, module and plugins. (If the package contains plugins, they will be published after install, so you won't have to do that by hand.) The package makes use of a special installer. This checks to see if it needs to install the extension(s) or update them. So you can just run this package through the Joomla installer without having to uninstall the older version. You might experience problems during install for certain setups. In that case you can install the extension(s) manually. Please read the INSTALL.txt in the package... If you run into any problems, please report this on the forum or let me know via the contact form. Need more help?Need more help?If you need more help, please take a look in the forum. Changelog
|