problem with celebforum.to Version 16 template

Post Reply
dreamer29
Posts: 77
Joined: 22 Mar 2023, 00:53

problem with celebforum.to Version 16 template

Post by dreamer29 »

I tested the new template and noticed that it only downloads the first page
an example
old link
https://celebforum.to/threads/anne-wuensche.496/page=2
or
https://celebforum.to/threads/anne-wuensche.496/page-2

new link
https://celebforum.to/threads/anne-wuensche.496/?page=2
as you can see, there is now always a question mark in front of the page
lerizzle
Posts: 1
Joined: 23 Jan 2025, 04:15

Re: problem with celebforum.to Version 16 template

Post by lerizzle »

replace this in the [IncludedURLs] section:

URL000=/threads/[^/]+/page-\d+([^#]+)?$

with this:

URL000=/threads/[^/]+/\?page=\d+([^#]+)?$

after that it should work
Last edited by lerizzle on 23 Jan 2025, 04:41, edited 1 time in total.
Maksym
Site Admin
Posts: 2304
Joined: 02 Mar 2009, 17:02

Re: problem with celebforum.to Version 16 template

Post by Maksym »

I updated the template. Re-download it and create new projects with it:

celebforum.to downloader

Or use the above advice with your existing projects.
dreamer29
Posts: 77
Joined: 22 Mar 2023, 00:53

Re: problem with celebforum.to Version 16 template

Post by dreamer29 »

Thank you Maksym
Post Reply