Spliting article into multiple pages
-
Ibis Fernandez
- Posts: 67
- Joined: Tue 22. Jun 2004, 19:54
- Contact:
Spliting article into multiple pages
Is it even posible to have my HUGE articles be spread across multiple pages. like at the bottom or top part of the page have a menu for the various pages:
<< 1 2 3 4 5 >>
<< 1 2 3 4 5 >>
Ibis Fernandez
Cinestar Filmworks
http://flashfilmmaker.com
http://cinestarfilmworks.com
Author of Macromedia Flash Animation and Cartooning: A Creative Guide
Cinestar Filmworks
http://flashfilmmaker.com
http://cinestarfilmworks.com
Author of Macromedia Flash Animation and Cartooning: A Creative Guide
-
Ibis Fernandez
- Posts: 67
- Joined: Tue 22. Jun 2004, 19:54
- Contact:
Aw man!
Im no php whiz but wouldn't this be a simple matter of telling the script to only display x number of content parts per page and generate the menu based on the number of pages created... I dont know maybe it's the most diffult thing ever LOL... darn it after all that work. i was actually sure this was available as a feature. Provably wouldnt have gone this far if I knew ahead of time
.
Ibis Fernandez
Cinestar Filmworks
http://flashfilmmaker.com
http://cinestarfilmworks.com
Author of Macromedia Flash Animation and Cartooning: A Creative Guide
Cinestar Filmworks
http://flashfilmmaker.com
http://cinestarfilmworks.com
Author of Macromedia Flash Animation and Cartooning: A Creative Guide
-
Ibis Fernandez
- Posts: 67
- Joined: Tue 22. Jun 2004, 19:54
- Contact:
:(
Thats a horrible suggestion.
Ibis Fernandez
Cinestar Filmworks
http://flashfilmmaker.com
http://cinestarfilmworks.com
Author of Macromedia Flash Animation and Cartooning: A Creative Guide
Cinestar Filmworks
http://flashfilmmaker.com
http://cinestarfilmworks.com
Author of Macromedia Flash Animation and Cartooning: A Creative Guide
-
Pappnase
Until something "specific" comes along, you might try creating ~descending~ sub-categories with a simple breadcrumb template maybe?
The breadcrumb would look like this:
The site structure (using sub-categories) would be something like:
The breadcrumb would look like this:
So navigation through article would be clickable down the breadcrumbHome > Article Title > Article Page 1 > Article Page 2 > Article Page 3 > ETC.
The site structure (using sub-categories) would be something like:
These subcategories could be assigned a template that, in it's simplest form, used {BREADCRUMB} and {CONTENT} replacement tags only, in the MAIN section of template. The sub-categories would each have at least one "content part" for continuation of each subsequent article page (more "content parts" if needed).- index (website start)
--> - Article Title
----> - Article Page 1
------> - Article Page 2
--------> - Article Page 3
-----------> + ETC.
-
1996 328ti
- Posts: 317
- Joined: Mon 19. Apr 2004, 06:10
- Location: Greenville, SC USA
- Contact:
Re: :(
Why is it horrible? How else would people navigate from page to page?Ibis Fernandez wrote:Thats a horrible suggestion.
Using the << 1 2 3 4 5 >> idea, how about using basic html to link to the next article?
-
1996 328ti
- Posts: 317
- Joined: Mon 19. Apr 2004, 06:10
- Location: Greenville, SC USA
- Contact:
Now I see your point.
I have an article with several parts and it is longer than I would like.
I wonder if a solution would be to create a hidden sub category in the menu , break up the articles manually. Place the first article in the viewable category and the remaining articles in the hidden cub-category. Then use link articles or something like that. It's cumbersome but may work until something better comes along.
I have an article with several parts and it is longer than I would like.
I wonder if a solution would be to create a hidden sub category in the menu , break up the articles manually. Place the first article in the viewable category and the remaining articles in the hidden cub-category. Then use link articles or something like that. It's cumbersome but may work until something better comes along.
-
marco
No need to reinvent the wheel, there are already lots of scripts that do dynamic data pagination; here are a few links:
http://www.php-india.net/modules.php?na ... icle&sid=4
[First Page] Prev < | 6 | 7 | 8 | 9 | 10 | > Next [Last Page]
http://www.tonymarston.net/php-mysql/pagination.html
(<<first <prev 1 of 10 next> last>>)
This one has two examples, an easy one and a harder one.
http://www.devshed.com/c/a/PHP/Paginati ... -with-PHP/
You can find many, many more scritps doing a Google search for "php article pagination script" or something similar.
Somebody who knows php and wcms could probably easily integrate one of these existing scripts.
http://www.php-india.net/modules.php?na ... icle&sid=4
[First Page] Prev < | 6 | 7 | 8 | 9 | 10 | > Next [Last Page]
http://www.tonymarston.net/php-mysql/pagination.html
(<<first <prev 1 of 10 next> last>>)
This one has two examples, an easy one and a harder one.
http://www.devshed.com/c/a/PHP/Paginati ... -with-PHP/
You can find many, many more scritps doing a Google search for "php article pagination script" or something similar.
Somebody who knows php and wcms could probably easily integrate one of these existing scripts.
-
pixelpeter
- Posts: 45
- Joined: Fri 27. Feb 2004, 16:00
I've build a paginator
but it's just beta. The hardest thing to ge it to work is the reg-ex because I'm using ###NEXTPAGE### in the content to determine the next page. So the pagination is not really the problem 
Take a look at http://phpwcms.pixelpeter.de/index.php?paginatorexample
Take a look at http://phpwcms.pixelpeter.de/index.php?paginatorexample