Joomla! 5.x Coding • Re: Query returning 0 rows, when there is a row
Per your own code comments, loadObjectList() returns an array of objects. It should be used for multi-column selects that return multiple rows. For single-column single-row queries like in your...
View ArticleGeneral Questions/New to Joomla! 4.x • Adding body class to template
I used to be able to modify any J3 template with this code to add a body class to the template:Code: First add this code above the doctype:<?php $app = JFactory::getApplication(); $menu =...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Adding body class to template
Change $menu->params to $menu->getParams().Statistics: Posted by SharkyKZ — Mon May 20, 2024 7:58 pm
View ArticleAdministration Joomla! 5.x • Joomla updates
I have all my sites set to "Default" and "Stable". Yet I'm getting a number of them sending me update notices about the latest RC1 release. Anyone else experiencing this?Statistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Error on updating manifest cache -...
See if viewtopic.php?f=810&t=1005056 helps.Statistics: Posted by gws — Tue May 21, 2024 5:02 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: iframe not working in Joomla 5
This is my testing facility: https://clo2.nl/pejl5/Statistics: Posted by Plunk — Tue May 21, 2024 5:47 pm
View ArticleTemplates for Joomla! 5.x • Re: installing a template - Manifest and XML...
Greetings, ibexweb: I am also looking for templates to install on my Joomla system. I have downloaded a number of templates from Joomlart and template toaster (and a few others). I have selected only...
View Articleالحماية - تحسين السرعة والأداء - صداقة محركات البحث • الحصول علي روابط خلفيه...
ما هي الاستراتيجيات التي يمكن اتباعها للحصول على روابط خلفية ذات جودة لتحسين تصنيف موقعي في نتائج محركات البحث؟Statistics: Posted by rxahmed — Tue May 21, 2024 7:37 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Module articles-categories:...
https://docs.joomla.org/J4.x:How_to_Archive_an_ArticleStatistics: Posted by Per Yngve Berg — Tue May 21, 2024 8:08 pm
View ArticleAdministration Joomla! 5.x • Privacy: Information Requests: Confirmation...
Dear members,I have an error on my J5 installation.When an user submits his/her confirmation token (received on their inbox) on the Confirm Request page, they always get this error notice: "Your...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Error 500 only in frontend
Also Session handler: none . Needs fixingMax. Upload Size: 20M | Max. POST Size: 8M Both too small set them to 64M.Clear both joomla and your browsers cache.the problem dosent solvedJoomla! Instance...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Google Maps error on one site, not...
View the source and you will find the copy template is missing code. Suggest you try creating a child template.Statistics: Posted by Webdongle — Wed May 22, 2024 3:56 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: I lost access to Joomla...
joomla error.jpgHi, thanks for the help.Statistics: Posted by jorgemuralles — Wed May 22, 2024 3:58 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Login from external code
This code works perfect on Joomla 4:if ($_SERVER['REQUEST_METHOD'] === 'POST') { $username = $input->get("username", null, "string");$referer = $input->get("referer", base64_encode("./"),...
View ArticleGeneral Questions/New to Joomla! 3.x • Google indexing
Hello! I'm facing an issue in Joomla 3.10 while using the Phoca Download 3.2.3 extension. The error at hand is that files and folders are being indexed by Google. This means that when I search for...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Iframe not working in Joomla...
{[[youtube]]}he73js822|600|450|1{/[[youtube]]}600 (width)450 (height)1 (autoplay)Read the documentation: https://www.joomlaworks.net/support/docs/allvideosStatistics: Posted by Per Yngve Berg — Wed...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Google indexing
Move the folder for the images outside of the Web Root (public_html)Statistics: Posted by Per Yngve Berg — Wed May 22, 2024 6:04 pm
View ArticleJoomla! 5.x • Re: No se ven los Iframes
Investigando más, solo pasa con los iframe de Google, o sea, con los de google maps y google docsStatistics: Posted by Guerf — Thu May 23, 2024 3:36 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: WebP Images
The solution is this: turn off temporarily the "ModSecurity" option in your cPanel, and you will see that you can upload the WebP file images.Trust me, try itTurn off Mod-Security? Trust you? Not on...
View ArticleGeneral Questions/New to Joomla! 5.x • Articles Missing in Backend After...
Hi everyone,I am experiencing an issue with my Joomla site after updating to Joomla 5.1.0 on May 17. On this editorial site, authors publish articles directly from the frontend. Since the update, they...
View Article