This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

NicolasPaillard
NicolasPaillard

Here is my code : http://codepen.io/anon/pen/DEFdr

The pagination doesnt work and the link just refer to the /experiment/ page, so it doesnt nothing.

NicolasPaillard
Shahiem
Shahiem

Use this as url: /blog/:page?

NicolasPaillard
NicolasPaillard

Where ? (if you talk about the /experiments/ url i dont want to change it, if possible

Last updated

Daniel81
Daniel81

Your URL would be /experiments/:page?, so with your pagination in place the URL would end up like /experiments/1, /experiments/2, /experiments/3 etc

NicolasPaillard
NicolasPaillard

I do it, the pagination show links but now... there is nothing in page 2, 3, 4... it only show the page 1.

wlisrausr
wlisrausr

I have the same problem with Nicolas Paillard. Please someone help!

ruitiagomendes7890
ruitiagomendes7890

Helllo,

try using one component blogPost at the page and another on the partial created. To me mixing two or more blogPosts list retrieves this problem. At the partial use the conditional pagination IF / For and IF statements to wrap the html code. You can see this on the blog/posts/default.htm - bottom of page.

Hope it helps.

daftspunky
daftspunky

The Vanilla theme (RainLab.Vanilla) has an implementation of the blog and forum plugin that works. You can use this as a reference if you get stuck.

ladislauek5669
ladislauek5669

That is the problem: Vanilla Theme is not with complete URLs.

  • correct blog page URL: /blog/:page?
  • correct blog category page URL: /blog/category/:slug/:page?

It is necessary for the pagination works!!!

Last updated

daftspunky
118158454126281
118158454126281

i have the same problem.

118158454126281
118158454126281

wlisrausr said:

I have the same problem with Nicolas Paillard. Please someone help!

do you save this problem?

1-13 of 13

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.