Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
117 views

I have a PHP application which uses the \Psr\Log\LoggerInterface interface and classes that implement that interface. My application can be configured to authenticate users against a Joomla ...
Greenflash's user avatar
1 vote
0 answers
63 views

I recently started using Joomla 4 and continue having problems with the Provider. I have the following file and folder structure: This is the contents of my PaymentsProvider.php: <?php namespace ...
jmarais's user avatar
  • 103
0 votes
1 answer
72 views

I'm working with Joomla 5 using SP Page Builder version 5, and I've embedded custom HTML/CSS via CodePen to prototype a visual effect. CodePen 1 (Image rotates but doesn't stay upright): /*Slide 1*/ ....
Jgrace's user avatar
  • 3
0 votes
1 answer
57 views

I wrote the following code to check if there is already a record with same user_id and group_id in the data base: $db = Factory::getContainer()->get('db'); $query = $db->getQuery(true); ...
RalphS52's user avatar
0 votes
1 answer
159 views

I’m developing a custom Joomla 5 Web Services plugin (under plugins/webservices/helloworldapi) using the onBeforeApiRoute event to expose a route like this: $route = new \Joomla\Router\Route( ['GET']...
Samuel Omopariola's user avatar
0 votes
0 answers
26 views

We want to add an API call when we load a page to get an external value, which will be added to our session variables. However, after we do that, logged-in users find that they have been logged out. ...
tzvishmuel's user avatar
0 votes
0 answers
69 views

I'm trying to create a plugin that adds a file type field with support for dropzone and other functions to user fields. Plugin structure: /plugins/fields/upload/ /fields upload.php /...
denism300's user avatar
0 votes
1 answer
42 views

I have an array with data in it. $data[1] = 1 $data[2] = 2 $data[3] = 3 How I can push this data in ~ five tables of Joomla, which have only part of columns (1,2; 2,3; 3,1 etc)? The Code I want to ...
maiskiykot's user avatar
0 votes
0 answers
23 views

how can i make my j2store product increment and decrement button always visible without need user to bring their mouse close to the edit quantity button. this is the sample code for one of the product:...
Vallniey Rachel's user avatar
2 votes
2 answers
111 views

I have a Joomla website but keep getting hackers trying to access it with various 'wp' URLs, e.g. /wp-json/[plus sub-folders] or /wp-content/etc etc I would like to use .htaccess something like this: ...
Gillian's user avatar
  • 307
2 votes
0 answers
43 views

I am using TinyMCE in Joomla 5. When I load an image from Joomla Media, the image container (the area within the blue lines) covers the entire width of the page, regardless of the image size. Attempts ...
Hawkeyeknight's user avatar
0 votes
1 answer
35 views

I am trying to insert some content into a Joomla article. The content is a list produced by Acymailing. I am able to inset a link to the content, however, what I really want is for the list itself to ...
Sid's user avatar
  • 632
0 votes
1 answer
64 views

I want to use the following Javascript to fetch a video URL. It works fine in a raw HTML page, but within an article in Joomla 5 the URL always has the local URL prepended. <script> ...
v0idation's user avatar
0 votes
1 answer
69 views

Potential backward compatibility issues in Joomla 4 https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4#Plugins_.28Events.29 im trying to develop a plugin in php Joomla ...
warningdang's user avatar
0 votes
0 answers
37 views

I have created a donation form and would like to add a tick box which adds 3% of the donated amount to the total to cover card fees (I want to make it optional for the donor) - I tried the answer ...
Samier Saban's user avatar

15 30 50 per page
1
2 3 4 5
1001