↧
Sites & Infrastructure - Feedback/Information • Can't the forum disallow...
Given the latest idiot who is filling the forums with spam, why why why can’t the site be set to disallow same-day postings from new registrants?Statistics: Posted by gsmela — Wed Sep 25, 2024 8:46 pm
View ArticleSites & Infrastructure - Feedback/Information • Re: Why?
+1Statistics: Posted by gws — Wed Sep 25, 2024 8:53 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Migration from Joomla 4 to Joomla 5
This would also be a useful resource:https://docs.joomla.org/Joomla_4.4.x_to ... ep_by_StepStatistics: Posted by AMurray — Wed Sep 25, 2024 9:44 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: uploading midifiles
Did you specify the MIME types additional to accepted file extensions? i.e. : audio/midi , audio/x-midiStatistics: Posted by AMurray — Wed Sep 25, 2024 9:48 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Digital Marketing Software
Welcome to Autobotsoft.com – Your One-Stop Shop for Digital Marketing Solutions! In the ever-evolving digital landscape, standing out from the crowd necessitates more than a mere online presence. At...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Changing background color
Thank youThat template is really messy and gives me headache as a newbie. I may have to start again with a better structured template. Coming back to your point 1 which also will touch on another post...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: I can't upload big files
Admin / Media / options.Statistics: Posted by gws — Thu Sep 26, 2024 8:06 pm
View ArticleJoomla! 5.x Coding • Re: Jdatabase Change ID Menu In Frontend
The following code seems to work perfectly, now I don't know how to make a function, I have little knowledge in programming, if someone can help me, I would need the code below to be called depending...
View ArticleGeneral Questions/New to Joomla! 5.x • Login form
Hi,On this page: https://bajiplast.hu/index.php/en/In the login form, when I push the following buttons:"Forgot your password?""Forgot your username?""Create an account"the page doesn't scrolls down....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Login form
Works ok for me in firefoxStatistics: Posted by Webdongle — Fri Sep 27, 2024 7:57 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cannot use Microsoft Email Address...
The oauth extensions cover signing on to your website. They don’t deal with the email associated with the website configuration. Google have announced a similar approach will be implemented so...
View ArticleJoomla! 5.x Coding • Re: Error access joomla 5 framework from external php file
You can use AJAX component for this purpose https://docs.joomla.org/Using_Joomla_Ajax_Interface.Statistics: Posted by SharkyKZ — Fri Sep 27, 2024 8:22 pm
View ArticleAdministration Joomla! 3.x • Re: Joomla 3 and Recaptcha v2
As per the previous posts, this is caused by a reCAPTCHA / MooTools conflict.Assuming you can't immediately migrate to Joomla 4, the best solution is to upgrade Mootools in Joomla 3.The latest...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: embedding video code
https://www.joomlacontenteditor.net/sup ... deo-issuesStatistics: Posted by Webdongle — Sat Sep 28, 2024 6:58 pm
View ArticleJoomla! 5.x Coding • Error: Allowed memory size of
Hi!public_html/components/com_content/tmpl/categories/default_items.phpCode: foreach ($this->items[$this->parent->id] as $id => $item) :I want to see the contents of items.I write...
View ArticleJoomla! 5.x Coding • Re: Error: Allowed memory size of
It's a known that issue that developers refused to fix. Use dump() function instead. Or, if possible, install PHP debugging extension like XDebug.Statistics: Posted by SharkyKZ — Sat Sep 28, 2024 7:21...
View ArticleExtensions for Joomla! 5.x • Re: Breezing Forms / Crosstec => GONE?
Unfortunately, it seems they have abandoned everything. Their forum and support stoped working since the end of last year. They did not answer their emails for support or questions. It is a pity,...
View ArticleExtensions for Joomla! 5.x • Re: How can I link podcast from Apple to News...
https://extensions.joomla.org/extension/ideal-podcasts/ ?Statistics: Posted by Webdongle — Sat Sep 28, 2024 9:12 pm
View ArticleJoomla! 5.x Coding • Re: Displaying a list of materials in a list of categories
Code: use Joomla\CMS\Factory;$db = Factory::getContainer()->get('DatabaseDriver');$query = $db->getQuery(true);$id_cats = array_column($this->items[$this->parent->id],...
View ArticleExtensions for Joomla! 5.x • Re: Component in an article
Regular Labs had "Components Anywhere" but I see there's only a version for J3 not J4 or J5.For the sake of context what component do you want to include in an article? Is it something that could be...
View Article