Advertisement
How to add a pagination to a Joomla 4 module?
Moderators: ooffick, General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
-
- Joomla! Apprentice
- Posts: 11
- Joined: Tue Jul 28, 2020 3:09 pm
How to add a pagination to a Joomla 4 module?
Hi there....
How to add a pagination to a Joomla 4 module?
(mod_articles_category)
Thanks...
How to add a pagination to a Joomla 4 module?
(mod_articles_category)
Thanks...
Advertisement
-
- Joomla! Apprentice
- Posts: 18
- Joined: Fri Apr 08, 2016 9:19 am
Re: How to add a pagination to a Joomla 4 module?
Maybe this tutorial could help: https://web-eau.net/en/blog/how-to-add- ... mla-module
-
- Joomla! Apprentice
- Posts: 11
- Joined: Tue Jul 28, 2020 3:09 pm
Re: How to add a pagination to a Joomla 4 module?
I know but it doesn't work...
Thanks...
Thanks...
-
- Joomla! Explorer
- Posts: 376
- Joined: Thu Oct 29, 2009 8:28 am
- Location: UK
Re: How to add a pagination to a Joomla 4 module?
Could you say a bit more than "it doesn't work" please.
If you say what exactly is happening then it's easier to help.
If you say what exactly is happening then it's easier to help.
It's a community, the more we all contribute, the better it will be.
-
- Joomla! Apprentice
- Posts: 11
- Joined: Tue Jul 28, 2020 3:09 pm
-
- Joomla! Champion
- Posts: 6572
- Joined: Tue Aug 23, 2005 1:56 pm
- Location: South coast, UK
- Contact:
Re: How to add a pagination to a Joomla 4 module?
I think you need jquery for it to work and J4 doesn't load jquery by default.
https://gadsolutions.biz Electrical services
https://electrical-testing-safety.co.uk Testing services
https://electrical-testing-safety.co.uk Testing services
-
- Joomla! Apprentice
- Posts: 11
- Joined: Tue Jul 28, 2020 3:09 pm
-
- Joomla! Explorer
- Posts: 376
- Joined: Thu Oct 29, 2009 8:28 am
- Location: UK
Re: How to add a pagination to a Joomla 4 module?
Look on the web for websites called things like "You probably don't need JQuery at all".
It's (often) not hard to modify code using jquery to not use it.
It's (often) not hard to modify code using jquery to not use it.
It's a community, the more we all contribute, the better it will be.
-
- Joomla! Apprentice
- Posts: 11
- Joined: Tue Jul 28, 2020 3:09 pm
-
- Joomla! Apprentice
- Posts: 18
- Joined: Fri Apr 08, 2016 9:19 am
Re: How to add a pagination to a Joomla 4 module?
Here is another option based on JS with examples: https://github.com/obuisard/purePajinat ... mples.html
-
- Joomla! Apprentice
- Posts: 11
- Joined: Tue Jul 28, 2020 3:09 pm
Re: How to add a pagination to a Joomla 4 module?
It's hard to me to include it code in a module.Von Barron wrote: ↑Tue Oct 03, 2023 7:59 pm Here is another option based on JS with examples: https://github.com/obuisard/purePajinat ... mples.html
(Thanks for your answer)
-
- Joomla! Apprentice
- Posts: 18
- Joined: Fri Apr 08, 2016 9:19 am
Re: How to add a pagination to a Joomla 4 module?
The JS code isn't added in the module but in the "user.js" or "custom.js" file of your template.
Simply copy/paste it.
Simply copy/paste it.
-
- Joomla! Apprentice
- Posts: 11
- Joined: Tue Jul 28, 2020 3:09 pm
Re: How to add a pagination to a Joomla 4 module?
I know about it, but I can't get it to work!Von Barron wrote: ↑Wed Oct 04, 2023 6:28 am The JS code isn't added in the module but in the "user.js" or "custom.js" file of your template.
Simply copy/paste it.
-
- Joomla! Apprentice
- Posts: 18
- Joined: Fri Apr 08, 2016 9:19 am
Re: How to add a pagination to a Joomla 4 module?
The first tutorial works, I've tested it.
So maybe the issue wasn't in the code.
It seems complicated to describe all the steps for such feature on a forum if you don't know code.
If there's no extension available on JED, maybe you should ask (and pay) someone to do it for you.
So maybe the issue wasn't in the code.
It seems complicated to describe all the steps for such feature on a forum if you don't know code.
If there's no extension available on JED, maybe you should ask (and pay) someone to do it for you.
-
- Joomla! Apprentice
- Posts: 11
- Joined: Tue Jul 28, 2020 3:09 pm
Re: How to add a pagination to a Joomla 4 module?
I will try it again...
Advertisement