Installation Joomla! 5.x • Best Commercial Property in Gurgaon
Experience the ultimate in convenience and luxury with Srishti Realtech's commercial property in Gurgaon. Our prime locations and state-of-the-art facilities make us the ideal choice for businesses...
View ArticleJoomla! 4.x Coding • Re: Custom field for module and display data like...
Replace addfieldpath with addfieldprefix="VPJoomla\Module\Faq\Form\Field".Now I recreated my field and it look like this:fields/FAQItemsField.phpCode: <?phpnamespace VPJoomla\Module\Faq\Field;use...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Removing non-joomla login
If your host has given you cPanel access, browse to the section Files and access Directory Privacy. That sets up password protection for directories like /administrator by configuring the .htaccess...
View ArticleJoomla! 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 ArticleJoomla! 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 ArticleExtensions 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 ArticleExtensions 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 ArticleExtensions 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 ArticleInstallation 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 ArticleMigrating and Upgrading to Joomla! 5.x • Re: <div...
'col-md-4' is Bootstrap 3 or 4 and comes from a 3rd party template in J3.Statistics: Posted by Per Yngve Berg — Wed Apr 10, 2024 4:08 am
View ArticleExtensions 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 ArticleAdministration 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 ArticleGeneral 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 ArticleTemplates 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 ArticleAdministration 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 ArticleGeneral 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 ArticleGeneral 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 ArticleExtensions 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 ArticleJoomla! 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 ArticleGeneral 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