Quantcast
Browsing all 2058 articles
Browse latest View live

Joomla! 5.x Coding • Re: Behavior-Backward Compatibility plugin unchecked:...

The purpose of the two comment lines was to get the use statement added.Code: // add this use statement after use statements in the beginning:// use...

View Article


Joomla! 5.x Coding • Re: About matching titles query

Which titles? Where? When?If you mean from the search bar in the list of articles in the administrator panel, it's in the the GetListQuery of the ArticlesModel in the com_content component.Yes,...

View Article


Extensions for Joomla! 3.x • Re: Hcaptcha shows only on contact page

Pretty sure that HCaptcha (or any other) should work with the core registration form.Use Multifactor or Two-factor authentication for the login form.Statistics: Posted by AMurray — Tue Apr 09, 2024...

View Article

Extensions for Joomla! 5.x • Re: i look for a seo plugin for Joomla 4

Joomla has built in SEO tools, you really don't need anything else.I suppose you could start here: https://extensions.joomla.org/category/ ... -metadata/ and find an extension but I don't think it's...

View Article

Extensions for Joomla! 4.x • Re: Custom Blog files not rendering when using...

To clarify, toivo means *lowercase* html, not uppercase HTML (particularly relevant to Linux-based servers.Statistics: Posted by AMurray — Tue Apr 09, 2024 9:59 am

View Article


Installation Joomla! 5.x • MySQL no longer works

It seems I can no longer access my Joomla project, because MySQL no longer works for me in Xampp.What do I do to mend this? I tried changing port in the config file, but that didn't do anything.I...

View Article

Extensions for Joomla! 5.x • Re: Blog

For "adding" documents I'm using Phoca Download. But you can simply upload them with Filezilla. It's up to your knowledge.Statistics: Posted by pl71 — Wed Apr 10, 2024 5:23 am

View Article

Administration Joomla! 4.x • Re: App update results in error

I suggest you do not change anything until you establish what the path is supposed to be. Look in System / Information / Folder Permissions and see what is there.How are doing the update? Why do you...

View Article


General Questions/New to Joomla! 4.x • Re: How to make work the language...

Hello everybody, I've created a custom template for my multilanguage website in Joomla 4. Hi. It looks like you made a mistake - your template contains js files (full bundles) from different versions...

View Article


Templates for Joomla! 5.x • Re: J5 Cassiopeia: How do I get internal...

Hello ghazal,Thanks for your advice.I started off with using built-in TinyMCE Editor to design my Tables. TinyMCE uses the attribute 'style' in-line per table or row. Then, I also found some clues on...

View Article

Administration Joomla! 4.x • Joomla 4.4.3 Admin panel Button click to Preview...

Joomla 4.4.3 Admin panel Button click to Preview article 404 Error code: Article not foundThe preview did not work when the article was not published and there was this error. The preview only works...

View Article

Migrating and Upgrading to Joomla! 5.x • Re: <div...

I'm using Cassiopeia.Hi. Use code from BS 5 examples https://getbootstrap.com/docs/5.2/layout/grid/For exampleCode: <div class="row"> <div class="col-lg-4"></div> <div...

View Article

General Questions/New to Joomla! 4.x • Re: Lack of print button: problems...

Thank you @Per Yngve BergAdding ?tmpl=component to the end of my example page URL https://www.rossmartin.co.uk/essential- ... ent-statusDoes strip out the menus etc but not the tabs. Thank you for...

View Article


General Questions/New to Joomla! 4.x • How to create Google Classroom Account

To create a Google Classroom account, visit classroom.google.com and sign in with your Google account. Click on the "+" button and select "Create class." Fill in the details and click "Create." Share...

View Article

General Questions/New to Joomla! 5.x • Pagination or "load more...

I was wondering if there is a built-in option in Joomla to add pagination into a category of articles? In my case, I'd like to show 6 articles at a time, and have a pagination menu at the bottom. OR,...

View Article


General Questions/New to Joomla! 5.x • Re: Pagination or "load more...

Yes, there is Pagination.Are you using Category Blog or List Menu Item Type?Statistics: Posted by Per Yngve Berg — Thu Apr 11, 2024 7:16 am

View Article

Extensions for Joomla! 4.x • Re: Table properties

Thank you.it can be more than complicated for a dummy like me...followed your suggestion until i need to apply the tables class...here I'm in difficult...like the table stripe class... but I don't...

View Article


Joomla! 4.x Coding • Re: Custom field for module and display data like...

Change the namespace in the field class to VPJoomla\Module\Faq\Site\Field. Make the same change in addfieldprefix attribute. Move the field file to src/Field.Statistics: Posted by SharkyKZ — Thu Apr...

View Article

General Questions/New to Joomla! 5.x • Re: Personalization of articles

You can use this to render a module position:Code: echo $this->getDocument()->getBuffer('modules', 'some-position');Statistics: Posted by SharkyKZ — Thu Apr 11, 2024 8:31 am

View Article

Administration Joomla! 3.x • Re: Host changed server and blank site with...

I suggest 1. Using Akeeba backup to make a copy of the site (you can omit the /joomla4 directory in Akeeba's settings).https://www.akeeba.com/compatibility.html2. Create a new directory and database...

View Article
Browsing all 2058 articles
Browse latest View live