Page 1 of 1

Multiple Pages (pagination)?

Posted: Dec 06, 2016 6:48 am
by PotatoHead
Hi,

I am using RAXO to display events, I have about 40 events to display.
I would like 12 events to show, then have "page 2", "page 3", ...
with 12 more - 12 more - etc

I cannot find how to achieve this, can you help?

Thanks

Re: Multiple Pages (pagination)?

Posted: Dec 06, 2016 5:31 pm
by Admin
For this purpose you can use one of our additional layouts:

Pagination
https://www.raxo.org/additional-layouts ... ayout.html

Re: Multiple Pages (pagination)?

Posted: Dec 07, 2016 1:34 am
by PotatoHead
Hi

I am using all-mode bricks,
that is the layout chosen by my client,

so are you telling me that allmode-bricks is limited to display a single page ?

thanks

Re: Multiple Pages (pagination)?

Posted: Dec 07, 2016 5:15 pm
by Lisa
Functions of each module template are described on the corresponding template page on our site.

Pagination function is available in two of our module layouts:
Pagination - https://www.raxo.org/additional-layouts ... ayout.html
Portal - https://www.raxo.org/additional-layouts ... ayout.html

Re: Multiple Pages (pagination)?

Posted: Dec 08, 2016 12:13 am
by PotatoHead
Hi Lisa, ok thanks for the reply,
so this style "allmode-bricks" is limited to 1 page,

the other styles you mention are not what my client wants, so is there any way to update or alter 'bricks' to allow joomla pagination again ?

Re: Multiple Pages (pagination)?

Posted: Dec 08, 2016 10:54 am
by Lisa
PotatoHead
Besides the built-in layouts that the module is packed with, and besides the additional layouts that you might want to acquire if they meet your needs, there is one more option for web developer like you - you can create your own module layouts exactly for your needs/design/client request tasks.

So if none of the templates we offer doesn't suit you, feel free to modify the existing ones or create your own. Module laouts' code is open, logically structured and well-commented to make it easier understand and alter them.
My recommendation is the following. Make a copy of the module layout that suits you most, and the add your modification. This is the easiest way to create your own template.
so this style "allmode-bricks" is limited to 1 page. .... so is there any way to update or alter 'bricks' to allow joomla pagination again
All-mode Bricks doesn't have a pagination option.
Pagination function in our module templates is made with jQuery and has nothing to do with Joomla pagination. These are two different things and they work in very different ways.

Re: Multiple Pages (pagination)?

Posted: Dec 09, 2016 11:51 am
by PotatoHead
Hi Lisa

thanks for your reply,
I personally like several of your templates but the decision is not mine :)

I should have said "joomla (style) pagination"

I will edit the template, thanks