Questions tagged [joomla3.9]
12 questions
2
votes
2 answers
The security token did not match. The request was aborted to prevent any security breach. Please try again
I've got the error above in my Joomla website when I either try to log in or create a new account from the side site. I have also noticed the two following things:
if I create a new user from the backend, this doesn't appear in the _users table;
a…

Samuel Leanza
- 63
- 3
- 10
1
vote
1 answer
Can Joomla send the user an email after admin approves them?
Problem is:
User registers at the side and gets a registration email with a
confirmation link which can be used. and
Admin gets an email notification of a newly registered user
Admin activates & enables the user
No notification email to the user…

Carl
- 11
- 1
0
votes
0 answers
Joomla 3.x RSS feed within all latest articles?
Joomla 3.9 already have a RSS feed generator, named syndication feed. Actually it displays only the article related to the specific category where the RSS link is placed.
Is it possible to have in Joomla 3.9 a RSS feed within all new…

MeS Fet
- 11
- 1
0
votes
1 answer
How pass variable from template index.php to the component in Joomla?
I use joomla 3.9.24.
In my template I have to pass a variable to the component (specifically com_content / article). In practice, depending on whether or not there are modules in a certain position, it must report the title in the article or…

Vincenzo Auriemma
- 23
- 1
- 4
0
votes
0 answers
Joomla 3.9.19 get the constants from global configuration in component display function
I have created a component and need to get a constant value in the component administrator and list the item according to it. I have tried different ways to get the constant value in the 'display()' function in 'view.html.php'. I am expecting the…

Adam-KER
- 67
- 9
0
votes
0 answers
URL's in search results page are wrong and not the URL of the article assigned menu item
I have Joomla 3.9.21 which has SEF URL's enabled.
All works perfectly, but search results page.
For example, this is the SEO link to an article (which is assigned a menu option whose root option is called…

jstuardo
- 3,901
- 14
- 61
- 136
0
votes
0 answers
How to create a list view with Edit and Save buttons in frontend part of Joomla! 3 component?
I'm trying to develop Joomla! 3 component which have a view for displaying the list of some entities among with Create and Edit buttons for creating and editing an item of this list accordinaly. This view have to be displayed in frontend.
Can you…

Boris Garkoun
- 127
- 2
- 12
0
votes
1 answer
Joomla modules styles and script not included in template head
I encountered a very strange issue today with Joomla. I developed a site on my local machine and everything seem to be working fine.
See Image of the source head element below:
All the modules were displaying as expected. However, when I moved…

Nicholas Mberev
- 1,563
- 1
- 14
- 14
0
votes
1 answer
Add if item is shallower
I want to close a list item and unordered list, if an item is shallower.
The following code has been written, but the list isn't being closed, even if the item is shallower:
// The next item is shallower.
elseif ($item->shallower)
{
…

RustyIngles
- 2,433
- 4
- 27
- 31
0
votes
0 answers
JCE 2.5 is missing its toolbar
I am using JCE 2.5 with Joomla 3.9.8 Stable.
I have 2 user groups; one is a super user and other is frontend user.
The editor is loading fine for super users, but for frontend users the toolbar of editor is missing. It was working well and suddenly…

Ekta Puri
- 306
- 2
- 8
-1
votes
1 answer
generating dynamic form to display in the admin view
I am on a component where I want the user add their own fields as options for another record.
For example I have a view Product (administrator/components/com_myproducts/views/product/...). This view will get their title, alias and description of its…

Tom
- 188
- 8
-2
votes
1 answer
Do someone have a solution for this error?
I have a syntax error in my index.php in lines 35 and 49. How can I fix it? My website shows the following error message
" ERROR
WHOOPS! WE'VE GOT A PROBLEM
syntax error, unexpected end of file
The page you were looking for doesn't exist. Sorry…