Administration Joomla! 5.x • Re: How do i change Joomla Administrator Login text
Language Override would be used to just change the text like "Username" or "password". Exactly what parts are you trying to change? You haven't mentioned it, only that you can't find the parts you're...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: DigiCert Global Root G2 (PayPal)
seems to me it's just advice about Paypal changing their SSL provider.I expect if anything, it would be up to the extension developer to change whatever they need to in order to accommodate Paypal's...
View ArticleExtensions for Joomla! 5.x • Re: To intergrate UPI payment gateway in joomla...
There's many of those on the JED.Payment Gateways:https://extensions.joomla.org/instant-s ... %20gatewayorPaid Membership/Subscriptionshttps://extensions.joomla.org/instant-s ... bscriptionStatistics:...
View ArticleExtensions for Joomla! 5.x • How to stop CComment inserting Comment button...
I am missing something obvious, I have created 7 articles with category/alias of Blog, but I do not want the Comment button or text box to appear. I cannot find any way to disable this, have looked at...
View ArticleGeneral Questions/New to Joomla! 4.x • Indexing articles with Sourcerer code...
Hi everybody,I have recently (mostly) successfully updated my J!4.4.6 site first to J!4.4.7 and later to J!4.4.8. Thanks to the team. Due to the pagination issue that was reported by Phil in...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: I have upgraded...
site is old, I saw post from more than 10 years ago).The new leaked google API is available on line. Might prove to be a good read.Statistics: Posted by gws — Thu Aug 29, 2024 7:04 pm
View ArticleLanguage - Joomla! 5.x • Re: Menu does not appear when Ι switch language
Welcome to Joomla forum!Did you create a Menu module for the English language,did you assign it to language "English",did you configure it to display the English menu,is it published,and in the same...
View ArticleExtensions for Joomla! 5.x • Re: How to stop CComment inserting Comment...
Disable the Plugin.Statistics: Posted by Per Yngve Berg — Thu Aug 29, 2024 8:05 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: After upgrade to J4.4.8, menu...
Thank you for the update. Well done!Statistics: Posted by toivo — Thu Aug 29, 2024 9:37 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: menu items
Write enable and edit the file configuration.php in the main Joomla folder. Make the following changes:Code: public $debug = '0';public $error_reporting = 'maximum';Those settings will add more...
View ArticleJoomla! 5.x Coding • Re: Reading data from an external database in a model
You can pass the database instance when creating the model. For example, when creating the model using the MVC factory:Code: $model = $factory->createModel('Items', 'Administrator', ['dbo' =>...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error: Call to a member function...
Hi Toivo, in the status-line from the edge-browser is a little Joomla-sign. When I clic on it, I get infos about the session. There it is.Greetings AndreStatistics: Posted by Andre-Christian — Sun Sep...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Indexing articles with Sourcerer...
FYIIt seems the aforementioned problem was caused by redundant custom functions in my php code (same function defined in different php files used in different custom forms). After introduction of...
View ArticleJoomla! 5.x Coding • Re: AI Semantic Search Integration with Joomla
Hi @nexai, your concept of an open source, AI source engine for Joomla sites sounds exciting! The suggestion that @SharkKZ has given you for creating a plugin to monitor page creation and deletion...
View ArticleGeneral Questions/New to Joomla! 2.5 • Re: Google AdSense ads are not showing...
I have the same problem, is there a solution?Statistics: Posted by gkarras — Sun Sep 01, 2024 3:37 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Smart Searh indexing error
@jsawWhile I was tracking down the articles that caused indexing errors on my website, I noticed that the indexing process started with the article with the lowest ID (e.g. 1) and continued with the...
View ArticleJoomla! 5.x Coding • Using JDatabse for Updating a record
I am trying to understand/learn the use of jDatabase on a Joomla 5.1 site, trying to follow the example in https://docs.joomla.org/J4.x:Inserting_ ... _JDatabase.I have successfully implemented Insert...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Issues with Joomla Admin Page and...
Welcome to the Joomla forum!The topic was moved to Joomla 3.x General Questions because the website uses Joomla 3, not Joomla 5.Please post the results from the Forum Post Assistant (FPA) by following...
View ArticleJoomla! 4.x Coding • Re: API Call not working.
This question would benefit from more detail so people can help you.Statistics: Posted by uaintgotthisid — Mon Sep 02, 2024 10:09 pm
View ArticleJoomla! 5.x Coding • Joomla API ENOTFOUND: Service is temporarily unavailable.
I'm trying to create a Make Integration with Joomla.But I'm getting the message:Code: ENOTFOUND: Service is temporarily unavailable.But that's not going to be true, my website is live and I can...
View Article