General Questions/New to Joomla! 2.5 • Re: site down, front end and admin side
Look at the red box at the top of this page for the Forum Post Assistant which will tell you how to post the information needed to help you.Statistics: Posted by gsmela — Sat Oct 12, 2024 9:02 pm
View ArticleAdministration Joomla! 5.x • Re: StandardRules.php --> 2 warnings
Please post the FPA Report - see the Forum Rules at top of the forum (Red box).The FPA gives use more information and helps us track what the error might be and gives us much more in depth technical...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Automatic restore admin page...
You wouldn't use any extension to actually reset the site, since the process requires you to wipe out the database.You need to write a PHP script and CRON job to:Drop (delete) the database, or purge...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Customise Menu - Gantry 5
To show a page with categories and the last few articles create a menu item "Gantry 5 Theme -> Custom Page" and assign your Gantry 5 template style, which you can design however you...
View ArticleAdministration Joomla! 4.x • Acceptance of relative URLs for iFrame wrappers...
While using iFrame wrappers in menu items, I frequently use relative URLs, i.e. a relative path to the main Joomla URL. I have been using this for many years and it is still active and working in some...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla\CMS\Object\CMSObject::$tagline
Please go to this location: Code: /home/jsacomau/public_html/templates/fztour/features/logo.phpand add Code: public $load_pos;at the very beginning of Code: class HelixUltimateFeatureLogo{}Let me if...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Custom.CSS file not applying to pages
Please use a custom.css file under this directory:Code: templates/your_template/css/custom.cssIt should work then. Also, check your index page HTML that the custom.css file is loaded there. It should...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Google and...
Bonjour,Je me rends compte que je n'ai pas répondu à la question: but can anyone explain why /components/, /modules/, and /plugins/ are removed from a vanilla Joomla install?La raison pour laquelle...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to turn off module cache
Thanks. System Page Cache Plugin is not enabled. I don't see a caching setting in module advanced tabs - please see attached screenshot. And global caching is off. There is no template override for...
View ArticleArabic Forum • شرح مشروع عملة ENA الرقمية (Ethena) | وما هي توقعاتها المستقبلية؟
شهدت عملة ENA الرقمية (Ethena)، ارتفاعاً قوياً حيث ظهرت بقوة في الساحة وأصبحت عملتها المستقرة منافس قوي للعملة مستقرة من Tether. لذلك سنتعرف على عملة ENA الرقمية وما هو مشروعها وتوقعاتها...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: joomla API endpoints to retrieve...
make could rebuild the url :-) if you can tell me in the api doc how to retrieve the alias of the category and the article!?Statistics: Posted by RvJoom — Tue Oct 15, 2024 8:30 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Debug help please
If you have backup files from Akeeba Backup, use the Kickstart utility and it will present all the prompts. Read the documentations first, if you have not used it before.thanks toivo, thats helpful....
View ArticleJoomla! 5.x Coding • Re: Query and display text containing apostrophe
Thanks to SharkyKZ for the awesome answer. htmlspecialchars() fixed my issue and everything is working great now.Statistics: Posted by pcsadmin — Tue Oct 15, 2024 8:44 am
View ArticleJoomla! 4.x Coding • Re: Help button in backend: window has no...
OK, in case anyone else has this problem, here's how I solved it ...This code goes in .../administrator/views/xxx/view.html.php:Code: public function display($tpl = null) { $this->item =...
View ArticleExtensions for Joomla! 5.x • Re: Article writing for users
With the 3rd party extension JCE editor (Pro) you can limit the users access their own folder in the /images/ folder based on their userid.Statistics: Posted by pe7er — Tue Oct 15, 2024 12:17 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: update from 5.1.2 to 5.1.4 not...
i found out the issue.My nginx.config, specifically the included admintools config, is preventing the update. temporarily removed the config and it works normally again.Statistics: Posted by smirre —...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Upgrade to J5.2 being blocked by...
i had similar issue, admintools was blocking the update process on my end:viewtopic.php?f=841&t=1011490Statistics: Posted by smirre — Wed Oct 16, 2024 7:44 am
View ArticleExtensions for Joomla! 4.x • Issue with Pending Orders After Updating to...
Hi everyone,I recently updated my website from Joomla 4.3.4 to 4.4.8. Along with this, I also updated VirtueMart to version 4.2.12. Since these updates, I’ve encountered a problem where customer...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.2.0
Updated two Joomla 5.1.4 localhost test sites on Wampserver and several remote Joomla 5.1.4 sitest smoothly to Joomla 5.2.0. Thank you to the teams and individuals involved in the development and...
View ArticleAdministration Joomla! 5.x • Re: StandardRules.php --> 2 warnings
Probably the problem was related to some module in a wrong position.After changing that, the warning disappears.Hope this help someone else.Thanks,MStatistics: Posted by mcanonic — Wed Oct 16, 2024...
View Article