General Questions/New to Joomla! 5.x • Re: public menu item —> restricted...
I presume you are familier with the Register to Read More for Articles. Make a Guest Menu Item that points to an Article that explained what you get access to after registrering.Thank you, but not...
View ArticleExtensions for Joomla! 4.x • Re: How can internal pages be linked from SP...
Reading documentation is always useful Thank you Pawel-ww.Believe me or not, I’m reading every guide I’m finding on the web, but this guide/article are written for user that already have skills, and...
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 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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Schema Plugin is missing in Joomla 5
To add Schema markup to your Joomla 5.03 site, follow these simple steps:Download a Schema plugin from a trusted source.Install the plugin via Joomla's extension manager.Enable and configure the...
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
Use $response->getBody() to read the body. It will be in the form of Psr\Http\StreamInterface object. Cast it to a string.Statistics: Posted by SharkyKZ — Fri Mar 29, 2024 10:20 pm
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Joomla 5 SEF...
Looks better indeed. There are still potential ownership issues, though.The PHP error log does not seem to have a path. As a workaround, go to the Logging tab of the Global Configuration and select...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: I'm new to Joomla 4 URL Help
Bitdefender says the site contains dangerous urls. Treat as hackedhacked 01.JPGStatistics: Posted by Webdongle — Fri Mar 29, 2024 10:43 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! 5.x • How to cache Joomla site?
It has been discussed probably a thousand times.What is the best approach for caching a small site like a blog updated weekly?Presently I have in Global Configuration:System Cache: ON - Conservative...
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! 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 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