Administration Joomla! 5.x • Re: Joomla user registration x-tra buttons?
Test with CassiopeiaThks for suggestion but I have removed Cassiopeia. hmm only using Helix Ultimate.Statistics: Posted by darb — Sun Feb 04, 2024 7:56 pm
View ArticleAdministration Joomla! 5.x • Re: Editing of Social Buttons in Joomla 5.0
What is the URL of the website? The HTML source code of the page with the social buttons could give us some clues about the extension that renders the buttons.You could also ask the developer of the...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: How remove protected extensions?
They are the core system extensions......which is the reason they are protected.If you're trying to update 3.10 to 4 or 4.x to 5.x I wouldn't worry. If concerned, then my suggestion is try the update...
View ArticleAdministration Joomla! 4.x • Re: Page you are looking for..
This may help.... https://www.ionos.com/help/hosting/usin ... pini-file/Statistics: Posted by AMurray — Sun Feb 04, 2024 9:52 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Flughafentaxi Wien Zum Festpreis
Flughafentaxi Wien bietet zuverlässigen und komfortablen Flughafentransfer in Wien und ganz Österreich. Sie legen Wert auf Pünktlichkeit, Sicherheit und Bequemlichkeit und bieten erstklassige...
View ArticleSecurity in Joomla! 5.x • Re: Joomla 5 website hacked
You could try https://mysites.guru/free-site-audit-fo ... or-joomla/Statistics: Posted by Webdongle — Mon Feb 05, 2024 6:19 pm
View ArticleJoomla! 4.x Coding • Manually sorting articles - ordering field
Can anyone explain why there seems to be no "Rebuild" button to save a manual sorting of Articles? I was looking at it to get manual sorting working on my custom component project, and to my surprise,...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: External auth scripts
After a lot of debugging I believe I have it coded to support J4 however all I get is a blank page whether logged in or not.Code: <?phpuse Joomla\CMS\Factory;ini_set('display_errors',...
View ArticleJoomla! 4.x Coding • Re: Manually sorting articles - ordering field
Which ordering field?Statistics: Posted by Webdongle — Mon Feb 05, 2024 9:10 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: upgrading to joomla 4, errors 0...
Hello againTechnically , I should post a new topic, but I am still trying to upgrade since last weekI simply have used my host's backup tool to revert .It workd pretty good (even after once deleting...
View ArticleAdministration Joomla! 4.x • Re: New article category in trash
If this is a bug...you can post it on issues.joomla.org, with full details on how to replicate the problem.Can you get it to repeat the behaviour, or was it a fluke, a one-off situation?What Joomla...
View ArticleJoomla! 5.x Coding • Re: Render front end form in the back end
"A form designed for the front end"......what form extension?More detail is needed. What type of form, for what purpose?You'd have to write the extension to perform that function.Statistics: Posted by...
View ArticleSecurity in Joomla! 5.x • Strange maybe infected files Joomla
Hi, today in the root of my page, I got a lot of folders named strange, like "kdgsh" or " aadest" ...Inside all of them is an index.php fileI sent those files to Virustotal, but nothing was found.I...
View ArticleExtensions for Joomla! 3.x • Re: Issue with...
Does the website also use Cache Cleaner? Is it uptodate? The latest version in JED is v9.1.0.Statistics: Posted by toivo — Mon Feb 05, 2024 9:35 pm
View ArticleJoomla! 5.x Coding • Re: Custom Module not working unless logged in
Modules do not have endpoints. All pages in Joomla are handled by components. You need to either write a component for handling your request or at least use the AJAX component...
View ArticleLanguage - Joomla! 5.x • Error in localise.php installing mulitingual
I am trying to make my site multilingual but I anot get the language switcher to display the 2 languages (only its title so it proves the module is there in the correct place on the menu). en-GB is...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: #joomlaImage alt image problem
You add the alt tag when you insert the image. The Media form prompts you for Image Description (Alt Text). Fill it in with a few words to describe the image.Perhaps you need to clarify where you are...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla Pizza Bugs & Fun -...
@storagetutThe PBF2024 event will take place both locally and virtually.The locations will be published on https://www.pizza-bugs-fun.com/en/where-to-go.If you have the opportunity, you can also host...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 2 Line Main Navigation Menu
Thank you everyone for the suggestions!Always interesting to hear how people will approach an issue.I'll let you know what approach I use and post a link once there is an actual live web...
View ArticleJoomla! 4.x Coding • Re: Add new Joomla 4 user via api
Can you not just create the object? Something likeCode: $newUser = new \Joomla\CMS\User\User();I found the class by looking in an HTMLView at the code for getCurrentUser. netBeans made it easy to...
View Article