Joomla! 3.x Coding • Dropdown list in sublayout
I'm using a file upload sublayout in a backend component, where the user selects a value from a dropdown list that is later used to tag the uploaded file(s).However, the dropdown list is weirdly...
View ArticleAdministration Joomla! 5.x • Re: Unable to enter as administrator
So when you enter your admin username and password and select the Login button the page just reloads with no message of any kind, right? If I use dud credentials I get a Username and password do not...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: New to joomla
start with the documentation: https://docs.joomla.org/Portal:Beginnersinstalling Joomla: https://docs.joomla.org/J4.x:Installing_Joomla (while the docs are for J4, the J5 install is the...
View ArticleJoomla! 4.x Coding • Re: LayoutHelper::render('joomla.searchtools.default',...
Thanks Mark, I will check your suggestion. Right now, I have no forms defined so this sounds like a good direction. Will report back.Statistics: Posted by JanoD — Wed Jun 05, 2024 8:33 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Access changelog for old versions
OP is talking about extension changelogs https://docs.joomla.org/Adding_changelo ... ifest_file.Thanks for that. Something I missed and need to start using right now!Statistics: Posted by ceford — Wed...
View ArticleAdministration Joomla! 4.x • Error after update to Joomla 4.4.5 Cannot use...
HalloError after update to Joomla 4.4.5 Cannot use object of type Joomla\CMS\Object\CMSObject as arrayError appears when I try to place a banner ad or add a new directory for banners Component. After...
View Articleextensions.joomla.org - Feedback/Information • Re: Cant add reviews and menu...
I created a ticket to the JED team by reviews JED there but still no answer back. The github solutions there seems not much activity too. So thats maybe why there is no reviews anymore on JED and its...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: my article are not visible in...
HelloFor my experience, after a migration for J5, if the field publish_down is set to "0000-00-00 00:00:00", you can have problem.Prefer "NULL".Statistics: Posted by Georgie232 — Wed Jun 05, 2024 9:17...
View Articleextensions.joomla.org - Feedback/Information • Re: Cannot leave reviews on...
Chacapamac did you solve this problem for you? I also have problem with doing reviews..Statistics: Posted by darb — Wed Jun 05, 2024 9:18 am
View ArticleGeneral Questions/New to Joomla! 5.x • Cake Walk London - Eggless Cake Shop
Discover Cake Walk London, your premier eggless cake shop Enjoy delicious, beautifully crafted cakes for all occasions, made without eggs but full of flavor and creativity. Order now!Read More:...
View ArticleJoomla! 5.x Coding • Re: Plugin to notify users of new articles
Prefix placeholder is "#__", so it should be #__fields (two underscores), not #_fields.Statistics: Posted by SharkyKZ — Thu Jun 06, 2024 8:59 am
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: SEF URLs...
Create a menu item for those Articles or for the categories.Statistics: Posted by Webdongle — Thu Jun 06, 2024 9:12 am
View ArticleInstallation Joomla! 5.x • Re: IIS pecular problem. Site will not update...
Thank you. I am using the same template on other sites hence I did not do this. But worth trying! I will post back later.Statistics: Posted by kircubbin123 — Thu Jun 06, 2024 9:12 am
View ArticleGeneral Questions/New to Joomla! 4.x • Re: text style
what "dot" is "the dot" Do you mean a fullstop(period) to end a sentence? More information is required, please.If you want to change your font then do that in the CSS. But we need some relevant...
View ArticleJoomla! 5.x Coding • How to enqueue success message from media action plugin
Hi!I created a media action plugin, that sends images on upload to an API and then fetches the optimized version and saves that instead. So far, everything works perfectly, there is just one little...
View ArticleAdministration Joomla! 4.x • Re: Daily notifications of Joomla update
Is set to 'Default' correctlyStatistics: Posted by xplosion — Fri Jun 07, 2024 7:34 am
View ArticleJoomla! 5.x Coding • verifyPassword with custom PHP throws error "Class...
Hello,I have a custom PHP to verify en username/password.Until Joomla 4.5.5 it worked fine, after upgrading to Joomla 5.1.1 it throws an error (http 500) with message "Could not find class".This is...
View ArticleJoomla! 4.x Coding • Re: I can't get the <update> mechanism to work.
In your manifest file you have:Code: <name>GeoTracker - Shows The Latest Visitors On A Google Map</name>[/codeI think it should be your extension element name: mod_geotrackerStatistics:...
View ArticleGeneral Questions/New to Joomla! 1.5 • Re: Login Problem / Migrate
Welcome to Joomla forum!Is your Authentication Plugin enabled?Is your "User - Joomla" plugin enabled?Check in the database the #__extensions table.Hi, and thanks :-)From my understanding, it says...
View ArticleExtensions for Joomla! 4.x • Re: The default J4 Tag
I don't think this affects site indexing. Anyways, this is coming from .btn class CSS. You can create an override of layouts/joomla/content/tags.php to use different classes. Or add custom CSS. I see...
View Article