Questions tagged [joomla-extensions]

Extensions for Joomla! an open source content management system for web sites, which can be heavily extended. Joomla questions about programming and administration are best asked on https://joomla.stackexchange.com

Joomla! is an open source content management system for web sites which can be heavily extended.

Currently about 6238 extensions are registered in the Joomla! Extension Directory.

Related tags:

1080 questions
3
votes
1 answer

removing ical download links in DPCalendar Lite calendar listing

I would like to remove the ical download links from the list of calendars in DPCalendar Lite (illustrative bit of screen shot here) but have not been able to find a configuration option for this. Is there a way to do it without editing source? …
Kalessin
  • 41
  • 4
3
votes
1 answer

get joomla articles in json or XML format using rest api

I have a mobile app (Cordova HTML mobile app in fact) and one customer web application (php) and one main joomla based website. this jooma site is base for my system and I want to show its blog posts in mobile app (using JavaScript) and also in my…
Nasser Mansouri
  • 752
  • 2
  • 6
  • 24
3
votes
2 answers

Set page title in Joomla! 3 from a module

I have an existing module, which I display from an article by using {loadposition custom_position}. The article is linked to a menu item. I want to be able to set a customized page title from this module, overwriting the page title set by the menu…
Czeslaw
  • 116
  • 1
  • 7
3
votes
2 answers

How to show form with specific fields to the user after registration

I would like to show the form to the user with additional fields to fill after the registration. This will help me to have the very simple registration form (username, email, password) and after that I will ask all additional info in that new form…
WhiteAngel
  • 2,594
  • 2
  • 21
  • 35
3
votes
2 answers

Joomla 2.5 (3.x) extension manager not finding update of extensions

I have an issue with Joomla 2.5 extensions updates. I've released a new version for a plugin made by myself and installed into my site. I have made the xml update server but inclusive other extensions that has a lot of updates aren't detected. What…
Néstor
  • 570
  • 2
  • 8
  • 22
3
votes
1 answer

How to auto enable the plugin during installation in Joomla?

Does any good way in Joomla to auto enable the plugin during installation? I have followed the post topics but do not get any straight forward solution. I have used below code during installation for auto enabling the plugin : UPDATE…
3
votes
3 answers

Joomla! - Load editor-xtd plugin layout from specified file in button's iframe handler

I'm working on a Joomla! 2.5/3.x editor-xtd button and I have a problem loading a layout from file on button click. I have tried this method: $link = 'plugins/editors-xtd/myplugin/myplugin.layout.php?name='.$name; $button = new…
Tanase Butcaru
  • 962
  • 1
  • 10
  • 23
3
votes
1 answer

Joomla 3.2 site Admin panel is not working

I have a joomla 3.2 site. My site's admin panel was working fine before sometime. But now it's showing blank page when i am accessing administrator account using valid admin url. When i inspected it with firebug i found that it's not getting some…
user2372214
3
votes
1 answer

Language files inside a plugin in Joomla 3

This document says "Plugin language files are always installed in administrator/languages/xx-XX/....." However I tried including language files inside my plugin at plugins/content/plugin_test/language/en-GB/.... and inside my plugin_test.php file,…
user1448031
  • 2,172
  • 11
  • 44
  • 89
3
votes
3 answers

Can I insert executable PHP code into Joomla custom HTML module?

if you open this Joomla website you can easy understand what I have to do: http://lnx.erusma.org As you can see at the bottom of the page there is a Custome HTML Joomla module named Get in touch This custom HTML module contains this simple HTML code…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
3
votes
1 answer

$input->getCmd('task') what is 'task' in JOOMLA

i was digging this piece of code in JOOMLA $input = JFactory::getApplication()->input; $controller->execute($input->getCmd('task')); 80% i understood but stuck at 'task' thing. Documentation says that getCMD * The default behaviour is fetching…
arslan
  • 565
  • 1
  • 7
  • 25
3
votes
1 answer

Simple License Manager in Joomla Extensions?

we run a Joomla Extensions store. We are looking to make it subscription based, so users can download multiple files instead of buying single files, as they do now. But in that case, I want to restrict the number of domains the users install it…
Jason
  • 39
  • 1
3
votes
1 answer

Get Joomla 2.5 module parameters for a module not assigned to the current page

I want to get the parameters of a module which is not assigned to the the current page. The helper class JModuleHelper has a getModule method but as defined here: http://docs.joomla.org/JModuleHelper/getModule, the module must be assigned to the…
Dom
  • 2,980
  • 2
  • 28
  • 41
3
votes
5 answers

Joomla >1.7 hide log messages from browser

I'm developing an extension for Joomla!; at the moment I'm trying to make it 3.0 compatible - as with 3.0 the logging changed a little (*). Building on the answer from this related question, my current code looks like this: JLog::addLogger(array( …
codeling
  • 11,056
  • 4
  • 42
  • 71
3
votes
2 answers

Load language file during joomla (2.5) system plugin installation

I'm having a real hard time showing a localized string during the installation of a system plugin (in Joomla 2.5). The "normal" way with localized strings in the xml file doesn't seem to work, (see this other question: Language based installation…
codeling
  • 11,056
  • 4
  • 42
  • 71