General Questions/New to Joomla! 4.x • Re: Joomla inaccessible
Write-enable and edit the file configuration.php in the main Joomla folder and make the following changes:Code: public $error_reporting = 'maximum';public $debug = true;public $log_everything =...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Problem with setting blog
The Read more has split a <div> in the article Trasporti di alimenti.1. Open the article Trasporti di alimentiIn WYSIWYG mode:2. Delete the Read more line3. Add the Read more after the closing...
View ArticleJoomla! 5.x Coding • Re: Are Scheduled Tasks broken in Joomla 5.1.2?
I have no explanation for this, but it was solved after running tasks using the cli/joomla.php method. The site was initially Joomla 4 and upgraded to Joomla 5.It would be nice to have more...
View ArticleAdministration Joomla! 3.x • Re: 404 error administrator control panel 3.12
FPA would be useful. https://forumpostassistant.github.io/docs/Statistics: Posted by gws — Sat Aug 10, 2024 9:22 am
View ArticleAdministration Joomla! 5.x • Re: Menu URL Link with Anchor is not working as...
Thanks for the suggestion and looking into it.The category is published, and it works with a SEF URL as long as there is no #myanchor in it.Unfortunately I can't give you access, but I will try to...
View ArticleJoomla! 4.x Coding • Re: Can an instance of Table() class refer to a join of...
After some trials I found a solution. In my "customers" table I have a column "product_id" that refers to a (single) product that a customer purchased. Adding the following field to the form creates a...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: I can't stop Singapore traffic
If the host can't see traffic from Singapore perhaps the bot is spoofing a Singapore IP?Statistics: Posted by gws — Sat Aug 10, 2024 11:36 am
View ArticleAdministration Joomla! 4.x • Re: Cannot get parent item to link
Think I've worked it out.It's in Layout settings >>> Collapsible Dropdown.Statistics: Posted by terencio371 — Sun Aug 11, 2024 10:35 am
View ArticleExtensions for Joomla! 5.x • Facebook stream into Joomla 5
I have used BT Social Connect in my Joomla 3 installation but BT Social connect doesn't support J5. Any suggestion to an extension which does the job for free or to a low cost?Statistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 5.x • Article Title in Blog Layout
Hi,I have a blog layout with an override. The blog layout fetches the article title for the card using:Code: <?php echo JLayoutHelper::render('joomla.content.blog_style_default_item_title',...
View ArticleJoomla! 5.x • Nach Weiterleitung der IP gibt es Probleme
Hallo,Joomla 5.1.2 - PHP 8.2Ich habe Joomla unter der Server IP eingerichtet und nach Fertigstellung, dann von https://puttkammer.de auf die Server IP weitergeleitet. Rufe ich unter puttkammer.de die...
View ArticleJoomla! 5.x • Re: Nach Weiterleitung der IP gibt es Probleme [gelöst]
gelöst!den IP Eintrag in puttkammer.de in der configuration.php geändertStatistics: Posted by joachimF — Sun Aug 11, 2024 12:28 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Article Title in Blog Layout
As you may be aware, the layout file that renders the heading with <h2>...</h2> tag is blog_style_default_item_title.php that is located in the directory \layouts\joomla\content.The...
View ArticleThe Lounge • Re: Article Title in Blog Layout
Hi everybody.i am happy to join in this forum.Statistics: Posted by sribhavani — Sun Aug 11, 2024 12:36 pm
View ArticleTemplates for Joomla! 5.x • Re: Undefined function get_current_user() when...
I faced same issue on php 8.2 and enabled Debug it was pointing that php file= administrator/components/com_templates/src/Model/TemplateModel.php. So I have changed this line $user =...
View ArticleAdministration Joomla! 5.x • Re: Menu item and article titles can not be hidden
I have tried that and all other possible options (from Global Configuration as well) but it does not work. The title of the menu item can not disappear.As for the title of the feaured article, I...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: HTTP_REFERER not available when...
I have tried various browsers and in each case the requested URI appears to be lost. The problem appears to be when opening PDF's in a browser tab (have tried Chrome, FF, Edge, Safari).The issue can...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: I set the Update Channel to Next...
All not relevant. The question was asked before: "Did you run the Pre-Update Check?" What did you get, and why did you ignore it?I do not get the Pre-Update Check. I only get this after setting the...
View ArticleExtensions for Joomla! 5.x • Re: Facebook stream into Joomla 5
Hello,You could have a look on UP (Universal Plugin) and especially to https://up.lomart.fr/demo/action-facebook-timeline UP could offer much more, it's 143 helpful actions RegardsJFStatistics: Posted...
View ArticleTemplates for Joomla! 5.x • Re: Template Override com_finder results: Main...
Ok, some days later, no answers here.But someone on a German forum pointed the right way:plugins/finder/content/src/Extension/Content.phpFind the code of the first three lines and add the second...
View Article