General Questions/New to Joomla! 4.x • Re: Some internal links not recognized...
Well, they "sort of" fixed it... so far. We added a simple CSS code of .com-content.view-article #sp-main-body .article-details-intro {position: initial !important;}There was a lot more they gave me...
View ArticleJoomla! 4.x Coding • Requesting URL parameter variable
Our Joomla 3 site successfully used this code inside a module using RegularLabs 'Sourcerer' plugin shortcode to retrieve a value from the URL. It appears to be failing for Joomla 4. Does the following...
View ArticleJoomla! 4.x Coding • Re: Requesting URL parameter variable
Use this:Code: {source}<?php use Joomla\CMS\Factory;$input = Factory::getApplication()->input;$ucg_coverimage = $input->get('CoverImage', '', 'string');echo...
View ArticleInstallation Joomla! 5.x • Re: 500 error on Amazon Linux 2
Welcome to Joomla forum!How did you check the PHP version?The PHP CLI version can differ from the PHP used by your webserver (Apache/Nginx/OpenLiteSpeed/etc).Joomla uses mainly the webserver PHP...
View ArticleAdministration Joomla! 5.x • Re: Joomla API
What data do you want to retrieve?Joomla's core data can be accessed via the Web Services APIhttps://manual.joomla.org/docs/next/gen ... -functionsStatistics: Posted by pe7er — Thu Jul 04, 2024 4:10 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: administrator/logs/*.error.php gone
Thank you :-)Statistics: Posted by dammi i colori — Thu Jul 04, 2024 4:33 am
View ArticleJoomla! 5.x Coding • Re: How to check if user is admin in an article.
The easy way is to put the protected content in a Module. Then the module can be embedded into an article with {loadposition posname}. Control access to the module with an Access Level.Statistics:...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: How to...
HiGoogle can find it and index it,How is Google supposed to find these links if they are hidden from the menu?Statistics: Posted by shumisha — Thu Jul 04, 2024 7:31 am
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Google's SEO...
Latest news! Google's SEO API recipe got out, revealing insights about rankings. What's important? High-end, fitting content, strong backlink profiles, and user experience, including quick page...
View ArticleSecurity in Joomla! 4.x • Re: Spam emails despite form being unpublished
No, it is a paid for form publicly accessible using breezing forms.Statistics: Posted by RedDog777 — Thu Jul 04, 2024 6:25 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Updating from 3.10.12 to J4.x...
No, do not update with FTP. That might replace the system files, but it misses the database update step. Upload & Update or via the normal update process is the only way you should be doing this....
View ArticleTemplates for Joomla! 5.x • Re: SP Page builder complete other interface, how...
Reading some posts on the Joomshaper forum, SPPB 3.8.10 won't work in Joomla 5. SPPB 3.8.10 runs on Joomla 4, but not Joomla 5. This Joomshaper forum question seems related to your question:...
View ArticlePerformance - Joomla! 5.x • Re: Website takes up to 10 seconds to load
https://www.bodhran-info.de reaches https://www.bodhran-info.de/deThis suggests you have multi language settings set up incorrectlyStatistics: Posted by Webdongle — Fri Jul 05, 2024 1:02 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Images being redirected
Clear browser and Joomla cacheStatistics: Posted by Webdongle — Fri Jul 05, 2024 1:04 am
View ArticleMigrating and Upgrading to Joomla! 4.x • [* spam *] and Heart Health: Risks
The medication we take has multiple effects on our body. Certainly, the pill we take will only interact with the disorder. The [* spam *] we take for ED has a major impact on our heart health as...
View ArticleLanguage - Joomla! 4.x • Does not load site with the user's language
Hi!I have a problem. In my multi-language portal, it does not load the language established by the user in their profile, it loads the language with which they made the last logout. If you have never...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5.3 How to add a logo
Thanks for the advice.Statistics: Posted by Spring123 — Fri Jul 05, 2024 2:29 pm
View ArticlePortuguese Forum • Autenticação externa de usuário Joomla
No Joomla 3 eu consigo fazer autenticação de usuário do Joomla via script PHP externo. No Joomla 5 ainda não consegui fazer isso e soube que houve mudança significativa nesta questão da autenticação...
View ArticleJoomla! 5.x • 403 for iOS med Safari browser
Hei Folkens, har et merkelig problem som bare gir seg utslag for enkelte besøkende med iPhone+Safari som nå får en 403.(se vedlegg).Sidene hostes av PRO-ISP som nå i mai flyttet oss til ny server som...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: WebAuthn questions
I think you're right, but read here if you haven't already, which explains WebAuthn in Joomla: https://docs.joomla.org/WebAuthn_Passwordless_LoginStatistics: Posted by AMurray — Fri Jul 05, 2024 9:29 pm
View Article