View previous topic :: View next topic |
Author |
Message |
vag
Joined: 23 Sep 2002 Posts: 1
|
|
Back to top |
|
 |
michel v Site Admin
Joined: 25 Jan 2002 Posts: 799 Location: Corsica
|
Posted: Mon Sep 23, 2002 1:24 pm Post subject: |
|
|
Looks like your server incorrectly returns 'home/user/main.php' instead of 'main.php'.
You can work around that by using link_pages() with the last argument, like this: [php:1:f22315b3f8]<?php link_pages('<br />', '<br />', 'number', 'next page', 'previous page', '%', 'main.php'); ?>[/php:1:f22315b3f8]
Set the other arguments as you wish, but keep main.php for last argument. |
|
Back to top |
|
 |
offender
Joined: 25 May 2004 Posts: 5
|
Posted: Tue May 25, 2004 12:12 pm Post subject: |
|
|
Code: | <?php link_pages('<br />', '<br />', 'number', 'next page', 'previous page', '%', 'index.php'); ?> |
im trying to make this work.. but it doesn't... its not showing the number of pages...
how can i do that? |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 909 Location: Oslo, Norway
|
|
Back to top |
|
 |
offender
Joined: 25 May 2004 Posts: 5
|
Posted: Tue May 25, 2004 12:58 pm Post subject: |
|
|
im not vag, my site runs on index.php...
link_page do not show nothing...
and i need the pages... :/ |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 909 Location: Oslo, Norway
|
|
Back to top |
|
 |
offender
Joined: 25 May 2004 Posts: 5
|
Posted: Tue May 25, 2004 1:38 pm Post subject: |
|
|
these tags does not mean nothing! |
|
Back to top |
|
 |
offender
Joined: 25 May 2004 Posts: 5
|
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 909 Location: Oslo, Norway
|
|
Back to top |
|
 |
|