General Questions/New to Joomla! 5.x • Re: public menu item —> restricted...
Use two Menu Items.One that points to Registration set as Guest.The other set as Registered. Only one of these two will show at a givende time.Statistics: Posted by Per Yngve Berg — Thu Mar 28, 2024...
View ArticleAdministration Joomla! 5.x • Re: Best way to store Joomla API token when...
Thank you. I'm using $env = parse_ini_file('.env');$token = $env["token"];It's simple and quick - and I guess it is as secure as .env is.Statistics: Posted by davidascher — Thu Mar 28, 2024 9:05 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Fatal error 4.4.3 to 5
Thank you! I'll try to fix the problem. It's quite difficult for me. I have been using Joomla for over 10 years on 5 sites without any serious problems.Statistics: Posted by ESHEila — Thu Mar 28, 2024...
View ArticleJoomla! 5.x Coding • Using the Webservices API to read an article
I've been attempting to use the sample code in a module at https://github.com/alexandreelise/Manua ... ervices.mdusing the Joomla Framework to read the text of a specific article.Things seem to go...
View ArticleJoomla! 4.x Coding • Re: Using Composer on Joomla 4
Thanks a lot to SharkyKZ.You saved my life.Statistics: Posted by tmisiunas — Thu Mar 28, 2024 10:03 pm
View ArticleExtensions for Joomla! 4.x • Re: How can internal pages be linked from SP...
I'd ask Joomshaper questions on the Joomshaper forum. The documentation is pretty straightforward.Statistics: Posted by AMurray — Thu Mar 28, 2024 10:20 pm
View ArticleAdministration Joomla! 3.x • Re: How do I send out notifications to...
You probably won't find any current solution for Joomla 3, which has long been End of Life. A quick Google search revealed many old forum posts of people asking about and wanting such a feature since...
View ArticleAdministration Joomla! 4.x • Re: Admin template not loading css
You have a vulnerable version of Acy Mailing installed and have been hacked.Can you please expand on that a bit? I installed the "free" version of ACYMailing a couple of weeks ago. Which version is it...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Joomla 5 SEF...
Are those menu items just links to individual Joomla articles, created using the Content component - Articles?Statistics: Posted by toivo — Fri Mar 29, 2024 11:23 pm
View ArticleInstallation Joomla! 4.x • Re: Folder Permissions all unwritable
The folders *are* writable - they are all as they are supposed to be - CHMOD 755 except "tmp" with elevated permissions 777 (should be 755). I don't think 'unwritable' folders is the main issue at...
View ArticleAdministration Joomla! 4.x • Back end loads bad if I turn OFF debug?
Currently running Joomla 4.4.3 on PHP8.2.We dialed up the PHP from 7.4 today when we installed a new version of Regular Labs Modals. We had the error reporting and debug on for a while because the...
View ArticleAdministration Joomla! 4.x • Re: Back end loads bad if I turn OFF debug?
Are you using, or can you restore the original default .htaccess file that comes with the Joomla download package? It's called htaccess.txt. Upload that and rename it to .htaccess (make the existing...
View ArticleExtensions for Joomla! 5.x • Re: JCE editor stripping PHP date code
Sourcer doesn't "add its own CSS" Your site uses whatever CSS you specify (i.e. custom CSS needs to go in the template's user.css file).Statistics: Posted by AMurray — Sat Mar 30, 2024 9:54 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Form with multiple selection criteria
Could you elaborate further on what you want, as the Moderator has removed your example link?What do you mean by "multiple selection criteria"? Have you seen the selection of d a look at the Form...
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
I tried casting to string and still don't get a usable result from $response->getBody()The result of that is NULL.I must still be missing something. Things work perfectly using curl.Statistics:...
View ArticleJoomla! 4.x Coding • Re: How to fix error 00 Call to a member function get()...
Joomla derives list view name by pluralizing the item view. If you stick with core MVC, that would be the convention to follow. But alternatively you can declare the list view name in your...
View ArticleExtensions for Joomla! 5.x • Filter Content Using Tags
I have tried several extensions and none are doing what I need. As my site gets more photo galleries, I'd like to offer the option to have pull-down menus on top to narrow down the search results for...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: navigate between sections in...
You can set classes in the Menu Item.Statistics: Posted by Per Yngve Berg — Sun Mar 31, 2024 3:30 pm
View ArticleAdministration Joomla! 5.x • Re: How to cache Joomla site?
Thanks, Peter.What about .htacces in this case? Is it OK to remain like that?Statistics: Posted by pl71 — Sun Mar 31, 2024 5:00 pm
View ArticleAdministration Joomla! 4.x • Re: Is there a way to disable messages when a...
HiHas this been sorted yet ?For me it throws up a screen with an edit profile button.That is worse than useless . . . I have manged to disable the forgot username and password with css which I found...
View Article