Joomla! 5.x Coding • Re: Converting J3 MVC component to J5
Depending on the complexity of your component you may be better off starting from scratch with this:https://manual.joomla.org/docs/get-started/Statistics: Posted by ceford — Mon Aug 26, 2024 5:16 pm
View ArticleExtensions for Joomla! 5.x • Modify Profile display in Membership Pro
I am using MembershipPro which interacts with the Joomla user_id. They have a 'Profile' which displays information of much more importance to our users and our site and allows the user to make...
View ArticleExtensions for Joomla! 5.x • Re: Modify Profile display
Did you see their documentation at:https://docs.joomdonation.com/membershi ... ofile-dataStatistics: Posted by gsmela — Mon Aug 26, 2024 6:07 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Can't Login to Joomla 5.x backend - 0...
Hello,I've seen some other folks have this same issue. I upgraded to 5 a while back, and now when I try to log in to admin backend it says:An error has occurred.0 Event onUserLogin only accepts...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Can't Login to Joomla 5.x backend...
Hi. According to what I've read elsewhere in the forum about "0 Event onUserLogin only accepts Boolean results", there's a suggestion to look at Akeeba Admin Tools if it is not using the latest...
View ArticleLanguage - Joomla! 5.x • Re: Indonesian Language Pack J 5.1.3.1 is ready
I would say the best thing is to contact with the Translation team https://volunteers.joomla.org/teams/cor ... ation-team but also your translation should be added to the Joomla Translation project on...
View ArticleTemplates for Joomla! 5.x • Re: Template free for musicians
It's the content that makes the look 'n' feel of a site not the Template. There are some template systems that have a few extra bells and whistles but in the end it comes down to the content. Also...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Multilingual site :: Linking...
Check that each language's 'Archives' menu item is created and linked correctly using the Associations' tab. Ensure K2 items are also associated across languages. Verify menu and category settings for...
View ArticleAdministration Joomla! 4.x • Re: Joomla Update does not work
https://docs.joomla.org/Installing_Joom ... bian_Linux may have information that is helpful, especially the part about file Ownership?Statistics: Posted by Webdongle — Tue Aug 27, 2024 8:20 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Basic Joomla 5 with Gantry 5...
Open the articles concerned and edit them. I would say that Gantry 5 is anything but basic.Joomla doesn't have "pages" as such located on the server. All content is in the database, and when you...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: [Deprecation] Listener added for a...
please post the FPA, yes.Statistics: Posted by AMurray — Tue Aug 27, 2024 9:31 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Plugin update fail - backend blocked
As a post-script:#_extensions is the table, where "#_" is your table prefix. The prefix wouldn't be "J25_". It would be a mix of letters (5 or 6 if I recall correctly). You normally would set that...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Update database structure problem
Post size needs to be equal or higher than upload size limit. The FPA shows:Max. Upload Size: 512M | Max. POST Size: 128MI don't know they need to be 512M (seems a bit excessive).Set both to...
View ArticleJoomla! 5.x Coding • Re: Latex for Joomla?
No, Joomla only includes article editors such as TinyMCE and CodeMirror.You would need an extension, for example https://extensions.joomla.org/extension/jatex/.The developers want to keep the core...
View ArticleAdministration Joomla! 4.x • Selecting a Background Image in Module Options
When we select a background image in Module/Options/Select a Background Image it automatically adds:#joomlaImage://local-images/along with width and height info.How do I eliminate this as it is...
View ArticleGeneral Questions/New to Joomla! 5.x • No menu appears in the BackEnd
When I log in with a user with ‘SuperUser’ privileges in the BackEnd, neither the side menu nor the header options appear.Statistics: Posted by bohigas — Wed Aug 28, 2024 5:28 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: No menu appears in the BackEnd
I have already solved the problem.By mistake I had deleted the ‘Super Users’ group from the ‘Special’ access level.I have accessed the ‘Viewlebels’ database table and added code 8 in the ‘Rules’ field...
View ArticleGeneral Questions/New to Joomla! 5.x • Reset admin password instruction don't...
Hello, I've been trying to login to my admin page and for whatever reasons i cannot. Then I used instruction from clicking Forgot your login details? https://docs.joomla.org/How_do_you_reco ......
View ArticleMigrating and Upgrading to Joomla! 4.x • After upgrade to J4.4.8, menu...
After upgrading from 4.4.7 to 4.4.8, I get an error if opening the menu "Content / Site Modules" in the administration backend:Code: { "error": "Invalid Redirect Uri (or) Invalid Client ID" }I checked...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Reset admin password instruction...
https://docs.joomla.org/How_do_you_reco ... assword%3F methods should work. Did Method 2 not work? Did you copy the example hashed password (not the plain text password) into the Password field, as...
View Article