Administration Joomla! 5.x • Re: I am puzzeled by the blog sample data
It is implemented as an override. Go to System / Templates / Cassiopeia Details and Files and then html / mod_custom / banner.phpOverrides are preserved during updates.Statistics: Posted by ceford —...
View ArticleJoomla! 5.x Coding • Re: ACL on form fields
In the form (or form override) you could fetch the the group the user is in, then use an if statement to display the field or not?Or have two forms, one to be seen with one view level and the other to...
View ArticleAdministration Joomla! 5.x • Re: Permissions for someone working on the site?
You could give full access or1. In global config create a new User group with Public as Parent.2. In global config Allow for that new Group, Site login and Administrator Login.3. In Users >>>...
View ArticleAdministration Joomla! 4.x • "Third-party cookie will be blocked"...
I am on Joomla 4.4.1. With recent releases of chrome, I see this warning 50+ times on my site:Third-party cookie will be blocked. Learn more in the Issues tab.The details from the Issues tab is as...
View ArticleAdministration Joomla! 5.x • Re: TinyMCE sandboxes scripts in iframes
I confirm it. I put to article:<iframe src="https://drive.google.com/file/d/gkhbjfblkjgdf/preview" width="2000" height="700" allow="autoplay"></iframe>and TinyMCE adds sandbox="" attribute...
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 Min Requirements Concern.
Make a backup with akeeba, use akeeba backup and their kickstart.php to install on wampserver on your pc. Then update it via wampserver,make a backup when updated and then install that backup on live...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Problem with .htaccess file vol.2
I'm using this one now https://docs.joomla.org/Preconfigured_htaccess and still have problems. Many buttons in administrator are dead, and the styling with lists is distorted.Statistics: Posted by...
View ArticleInstallation Joomla! 5.x • Re: Trying to install joomla 5 on Pi
Hi AllI've gone away and learnt a lot about running a LAMP system and I've made some tweaks to my Pi set up and FPA is reporting a lot more is work, but it's still failing before I create the...
View ArticleExtensions for Joomla! 5.x • Re: extension for booking of physical...
Can't you use an extension for booking hotel rooms?I will have to, if there is no better option. The "hook" is a predefined booking period: "per week", "per months". The extentions that I tested do...
View ArticleInstallation Joomla! 5.x • Re: In which NGINX directory must add the...
I set it this exact way, and I got the following error...Note that there is no "autoload_psr4.php" file.http://130.162.233.174/installation/index.phpScreenshot 2024-05-01 at 2.38.21 PM.pngStatistics:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Some newbie questions...
First of all, i would like to thank all of you, and Pavel, for the time you gave me. Thank you so much.My hosting solved the problem. When i wrote them, they answered:"It seems to be a known problem...
View ArticleJoomla! 5.x Coding • Multiple grids, checks not working
I've got two grids in the same form (in different tabs), but my buttons with "listCheck" and the grid.checkAll boxes no longer work. How can I re-establish them?Statistics: Posted by MarkRS — Wed May...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Pagination issues:
<<, <, >, >>These arrows are from Font Awesome. J4 uses Font Awesome 5, J5 uses Font Awesome 6. Check if the Font Awesome right version is connected in your template.Without URL not...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Contact form?
If you will use com_contact - do not forget to enable Captcha. Maybe even HCaptcha.Which Captcha extension can you recommend? One that is compatible with the built-in Joomla form.Statistics: Posted by...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: No contacts in the admin panel...
Very sorry about interfering with this topic. If you would like me to start a new one, just say so and I'll do so.I searched and could not find com_contact_contacts however, I did find something with...
View ArticleGeneral Questions/New to Joomla! 5.x • HOW CAN I RECOVER MY STOLEN BITCOIN....
To be honest, whether lost bitcoin can be found or not depends on how it was lost and because of this, one needs a professional recovery expert like Fastfund Rcovery who will help you get back your...
View ArticleExtensions for Joomla! 5.x • Re: move the mountain (K2)
Hello nexai, your idea seems relevant.joomlacoding.com is registered and will be up today.More freelancers with more ideas are welcome.I also ask for official Joomla support for joomlacoding...
View ArticleGeneral Questions/New to Joomla! 5.x • multi-factor authorization
Hello. Im am using Multi Factor authorization. Sometimes it takes many minutes before the authentication code appears in my email inbox, while other message come in fluently. I do not believe I can...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Publishing test site?
Use Akeeba, even to move the site files between folders on the same server/web hosting account. I would expect the only thing to note would be the path to /tmp or /cache might change, but within...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: After update to Joomla! 5.1.0...
Finally found a way to get those embeds back. Go to file -> Joomla/plugins/editors/tinymce/src/PluginTraits/DisplayTrait.phpChange line 463, 464 code as followsCode: 'sandbox_iframes' => false,...
View Article