Общие вопросы/Новичок в Joomla! 3.x • Ошибка в отображении сайта
Добрый день. Сайт разработан на версии 3.5.0.6. В какой-то момент в браузере стал выдавать Our website is cooming soon. Панель управления под администратором работает. Причем данную надпись браузер...
View ArticleJoomla! 4.x Coding • Manually sorting articles - ordering field
Can anyone explain why there seems to be no "Rebuild" button to save a manual sorting of Articles? I was looking at it to get manual sorting working on my custom component project, and to my surprise,...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: External auth scripts
After a lot of debugging I believe I have it coded to support J4 however all I get is a blank page whether logged in or not.Code: <?phpuse Joomla\CMS\Factory;ini_set('display_errors',...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Logo on iPhone is stretch
We have tried on two devices, and in incognito mode. Same problem every time, hm.In this case, I assume that this may be related to positioning. Try using Header and Logo height settings for different...
View ArticleJoomla! 5.x Coding • Re: Render front end form in the back end
Figured it out. I just needed to add identify the prefix as Site and the front end base_path to the config parameter when calling the getView function. Worked like a charm.So the call looks like...
View ArticleОбщие вопросы/Новичок в Joomla! 3.x • Re: Ошибка в отображении сайта
Благодарю! Пришлось восстанавливать файл index.phpВсе заработало.Statistics: Posted by Sergey+ — Tue Feb 06, 2024 6:02 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: upgrading to joomla 4, errors 0...
Hiwhen I type ari into the search box, I get System - ARI Docs ViewerThe funny thing is that last time I went through my extensions, I enabled that extension but when I enabled the yubikey, that was...
View ArticleLanguage - Joomla! 5.x • Error in localise.php installing mulitingual
I am trying to make my site multilingual but I anot get the language switcher to display the 2 languages (only its title so it proves the module is there in the correct place on the menu). en-GB is...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: #joomlaImage alt image problem
You add the alt tag when you insert the image. The Media form prompts you for Image Description (Alt Text). Fill it in with a few words to describe the image.Perhaps you need to clarify where you are...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla Pizza Bugs & Fun -...
@storagetutThe PBF2024 event will take place both locally and virtually.The locations will be published on https://www.pizza-bugs-fun.com/en/where-to-go.If you have the opportunity, you can also host...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 2 Line Main Navigation Menu
Thank you everyone for the suggestions!Always interesting to hear how people will approach an issue.I'll let you know what approach I use and post a link once there is an actual live web...
View ArticleJoomla! 4.x Coding • Re: Add new Joomla 4 user via api
Can you not just create the object? Something likeCode: $newUser = new \Joomla\CMS\User\User();I found the class by looking in an HTMLView at the code for getCurrentUser. netBeans made it easy to...
View ArticleAdministration Joomla! 5.x • Re: No Captcha in Joomla 5 - HELP!!!
install another captcha plugin. Recaptcha was removed - on purpose - for new installs.I use hCaptcha, which is the most similar to Google Recaptcha - it has its "click all the pics with bicycles"...
View ArticleTemplates for Joomla! 4.x • Re: CSS Help Needed - Cassiopeia
Good evening Pawl-ww, and thank you again.Found it and started to play: very helpful.One question: where was I supposed to find this info you provided me? I guess if you are writing a guide for this...
View ArticleExtensions for Joomla! 5.x • Re: Include core ReCaptcha into a module
There is no reCaptcha plugin in the J5 core.Statistics: Posted by JAVesey — Wed Feb 07, 2024 9:36 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Joomla 3.4 and PHP
Hello Toivo,How are you?Here’s my Issue.Reactny.comWarning: require_once(JPATH_LIBRARIES/import.legacy.php): failed to open stream: No such file or directory in...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: URL Rewrite Breaks Menu Items
Never known that before redoing the menu items should not have any affect. Unless you are using a menu system that hard codes the url and you redo them after declaring rewrite in .htaccess. I would...
View ArticleExtensions for Joomla! 4.x • Re: Styleware map alternative
Mod. Note: Relocated the Topic to the Extensions Forum. Not related to installation of Joomla.Sorry, thanks.Statistics: Posted by TheAnt — Thu Feb 08, 2024 7:52 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: upgrading to joomla 4, errors 0...
I'm able to revert the site froma backup (the host tells me to delete the app (site ) and then revert from backup, so that it is clean)funny thing ,I found that the adsmanger is no longer supported.I...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Problems updating from version...
Please post the results from the Forum Post Assistant (FPA) by following the instructions at https://forumpostassistant.github.io/docs/ so that our volunteer Joomla experts can review the...
View Article