Skip to main content

Questions tagged [development]

This tag is for question about the development of features or extensions in Joomla.

Filter by
Sorted by
Tagged with
1 vote
1 answer
57 views

I'm working on a custom component for Joomla 5, and I'm trying to create a frontend view to list "items" with sorting, filters and pagination — basically replicating what we get easily in ...
Piero Marsilio's user avatar
0 votes
0 answers
51 views

tl;dr: I want to load a Joomla! module when a user click a button. I have a dj-classifieds map module which calls the Google Map API. This impact my website performances way too much. I decided to ...
Chènevis's user avatar
  • 131
0 votes
1 answer
90 views

I have two domains pointing to the same Joomla installation: www.domain1.com www.domain2.com I also have two menu items: landing1 and landing2. One of them is set as the default home menu item. What ...
Piero Marsilio's user avatar
0 votes
2 answers
101 views

In some extensions I have seen, the developer has used $app->close() I have also seen this in some of the Joomla core. Now I was wondering, since I have never used it, should I start using it or is ...
luX0r's user avatar
  • 341
1 vote
1 answer
250 views

I have a component that needs to add dynamic properties to things like Joomla\CMS\Form\Form and others. At present I get a PHP warning about using dynamic properties which is fine, but come PHP 9 this ...
Alex Chartier's user avatar
1 vote
0 answers
73 views

I have developed a component, and in one view a button can be clicked to invoke a task in the Controller. This task can take several minutes to run, so I'd like to be able to prevent the button being ...
Charlie Bigley's user avatar
0 votes
1 answer
99 views

I am kinda new to this whole website thing. Definatly dont have much experiance in coding ect, but I have created a whole website with a nicepage paid subscription. I downloaded Joomla and XAMPP. I ...
Shelby's user avatar
  • 1
0 votes
1 answer
65 views

I generate a link in a module as follows: $user->contactAddress = str_replace("//", "/", trim(JUri::base() . $params->get('defaultContactAddress') . '?' . $params->get('...
alve89's user avatar
  • 113
0 votes
1 answer
117 views

I am a component developer and now I am migrating my component to Joomla 4.x. In Joomla 3.x I could do code like: $row= new stdClass(); $row->id = "2"; $row->user_id = ""; $...
Piero Marsilio's user avatar
0 votes
0 answers
67 views

I’ve been using the J4 REST API for a while to create articles from form data through the Webhook feature of the Convert Forms extension. It works great for both standard article fields and for ...
Jeff Gilmore's user avatar
1 vote
1 answer
141 views

I'm new to developing in Joomla and I was wondering if there are a set bunch of files and directories you ignore say for example using the VSCode ftp extension or .gitignore. I'm specifically looking ...
Tim's user avatar
  • 11
1 vote
2 answers
89 views

Here's one that is driving me crazy: PHP memory_limit: 512M PHP post_max_size: 256M PHP upload_max_filesize: 128M $app = Factory::getApplication(); dd($app->getInput()->files->get('jform')); Returns:...
Alexandre Paulo's user avatar
4 votes
1 answer
799 views

I am looking at how to create my own custom field using a self implemented form field in Joomla 5. I started my extension in the same way as the core extensions (https://github.com/joomla/joomla-cms/...
agi's user avatar
  • 323
0 votes
1 answer
543 views

I have a menu entry like so: ID: 524 Type: Articles->Create Article Link: index.php?option=com_content&view=form&layout=edit In the "old days" I'do Route::_('index.php?option=...
Alexandre Paulo's user avatar
1 vote
1 answer
337 views

I am using this on a custom component: $url = index.php?option=com_content&view=article&catid=427&id=15106 Both echo $url; echo Route::_($url); will output a friendly url. I'm guessing ...
Alexandre Paulo's user avatar

15 30 50 per page
1
2 3 4 5
27