General Questions/New to Joomla! 5.x • Re: Backend Menu Items Acces Level
in adminMenus >>> Manage Options ... Permissions (tab)N.B.Best just allow login and login Administrator in Global config and then allow in the Menus >>> Manage Options ......
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Google and...
A google search for Google from reporting "Blocked by robots.txt"https://www.google.com/search?client=fi ... ots.txt%22Provided this AI result at the topWhen Google Search Console reports "Blocked by...
View ArticleGeneral Questions/New to Joomla! 5.x • Menu helper issue after restoring...
First the FPA output: thrown in /home/dannssmh/public_html/index.php on line 32Joomla! Instance :: Joomla! 5.1.4-Stable (Kudumisha) 27-August-2024Joomla! Platform :: Joomla Platform 13.1.0-Stable...
View ArticleTemplates for Joomla! 5.x • How to change the blockquote style?
I have some blockquotes in an article, but I don't like the style that my template uses. It has this vertical line in the picture:Blockquote.pngHow would I instead achieve something more like this...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Menu helper issue after restoring...
I did not delete the previous installation of Joomla. I just overwrote it. Should I have deleted all of the old folders and files before I did the Kickstart restore?Yes.LiveSite: Is Not Empty The...
View ArticleAdministration Joomla! 4.x • Re: The server returned a "500 - Whoops,...
Problem solved, thank you.Statistics: Posted by sfurgo — Sat Oct 12, 2024 1:03 am
View ArticleSecurity in Joomla! 5.x • Re: Internal Sabotage by personnel of Hosting Provider
Hello Pe7er and JAVesey,My questions are not about the Hosting Provider as an organisation, nor about illegal content from me.My questions are about any HP-employee with an opposing personal opinion,...
View ArticleJoomla! 3.x • Re: mod_fcgid: read data timeout geen administrator pagina
Hartelijk dank.De error reporting staat al op max en aan. Ook draait de site op wamp64 op mijn PC en daar werkt het allemaal gewoon met php 8.2.0Daarom is het zo vreemd. En ook dat het van de week...
View ArticleGeneral Questions/New to Joomla! 2.5 • site down, front end and admin side
Picking up an old Joomla site that is broken.Public and administrator sides report the following:Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in...
View ArticleGeneral Questions/New to Joomla! 2.5 • Re: site down, front end and admin side
Look at the red box at the top of this page for the Forum Post Assistant which will tell you how to post the information needed to help you.Statistics: Posted by gsmela — Sat Oct 12, 2024 9:02 pm
View ArticleAdministration Joomla! 5.x • Re: StandardRules.php --> 2 warnings
Please post the FPA Report - see the Forum Rules at top of the forum (Red box).The FPA gives use more information and helps us track what the error might be and gives us much more in depth technical...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Automatic restore admin page...
You wouldn't use any extension to actually reset the site, since the process requires you to wipe out the database.You need to write a PHP script and CRON job to:Drop (delete) the database, or purge...
View ArticleTemplates for Joomla! 5.x • Re: How to change the blockquote style?
Use your browser inspect function and determine the css rule currently styling the block quote. Create a user.css or whatever your template uses and restyle how you want.Thank you. I will try it out....
View ArticleAdministration Joomla! 4.x • Re: Acceptance of relative URLs for iFrame...
I think you're missing the leading forward slash ("/") so the value should be "/myfolder/index.php".I tried with and without forward slash. Neither works. In my existing J3/J4/J5 installations, I...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla\CMS\Object\CMSObject::$tagline
Thanks for the reply Per.Updated but no change.I discovered more in the log at public_html --> administrator --> logs --> com.knowres --> 2024-10-14 -->...
View ArticleGeneral Questions/New to Joomla! 1.5 • Re: site down, front end and admin side
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0Fatal error: Unknown: Failed opening required '/home/noint2/WP-LC/wp-lc1.php'...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Custom.CSS file not applying to pages
Please use a custom.css file under this directory:Code: templates/your_template/css/custom.cssIt should work then. Also, check your index page HTML that the custom.css file is loaded there. It should...
View ArticleExtensions for Joomla! 5.x • Article writing for users
I'm looking for a way users can write articles and blogs without having access to the Joomla site Media files.They should have their own file upload and storage and possible management.Any...
View ArticleJoomla! 5.x Coding • Re: Query and display text containing apostrophe
You must escape any and all user input. When displaying user content on HTML pages, use htmlspecialchars() https://www.php.net/manual/en/function. ... lchars.php. Inside views and layouts you can use...
View ArticleGeneral Questions/New to Joomla! 5.x • Debug help please
Hi, I gave a template support staff access to my site to help with a layout issue and it seems they did something (perhaps on purpose as it transpires they are disgruntled, but cant be certain). They...
View Article