Results 1 to 8 of 8

Thread: AWS pages

  1. #1
    Registered Member incka's Avatar
    Join Date
    Aug 2003
    Location
    Wakefield, UK, EU
    Posts
    3,801

    AWS pages

    At the moment my AWS only does Next & Previous pages, how would I make it so every page had a link to all the pages in the category? Also is there any way to make AWS into AWS-SQL where I insert a new row with a node and name in and it produces the pages, instead of making new pages for each node?

  2. #2
    Registered intelliot's Avatar
    Join Date
    Jul 2004
    Posts
    309
    I think that'll just take some coding

    How are the next/prev links generated? You should be able to find the number of pages and then use a loop to output links to all of them.

  3. #3
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    If I've got time I'll post the everypage link thing later.
    Don't you just love free internet games ?

  4. #4
    Registered Member incka's Avatar
    Join Date
    Aug 2003
    Location
    Wakefield, UK, EU
    Posts
    3,801
    I'm not a PHP-Boffin, I got a code and only edited it slightly...

  5. #5
    Registered intelliot's Avatar
    Join Date
    Jul 2004
    Posts
    309
    Boffin? I had to go look that one up. "Chiefly British Slang" for a scientist. Interesting!

  6. #6
    Registered Member incka's Avatar
    Join Date
    Aug 2003
    Location
    Wakefield, UK, EU
    Posts
    3,801
    They are charictarised by having massives heads with wrinkely foreheads and make appearences on washing machine adverts as well as vic and bob comedy programs where they host cooking programs where one woman cut off her nose to make a dish that looked like Jesus. British humor.

  7. #7
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    Try this, it's what I got.

    PHP Code:
                Jump to page:<br> 
                <?php 
                
    if($pageCount 50) { $max_page_show $pageCount; } else { $max_page_show 50; } 
                for (
    $i=1$i $max_page_show+1$i++) { 
                    if(
    $i != $page) { ?><a class="reviews" href="<?php echo "http://www.mp3playerreviews.net/"?>reviews<?php echo $catURL?>/<? echo $i
    ?>/<?php echo $keyword?>"><?php } else { echo "<b>"; } echo $i; if($i != $page) {?></a><?php } else {echo "</b>";}?> | <?php 
                

                
    ?>
    Don't you just love free internet games ?

  8. #8
    Registered Member incka's Avatar
    Join Date
    Aug 2003
    Location
    Wakefield, UK, EU
    Posts
    3,801
    I think I will need to edit a bit cause I don't do my aws exactly the same, but thanks Mike

Similar Threads

  1. 1500 pages PR6 website for sale
    By sunny in forum The Marketplace
    Replies: 13
    Last Post: 10-30-2004, 06:34 AM
  2. SEO for picture heavy pages
    By paul in forum Search Engine Optimization
    Replies: 2
    Last Post: 06-03-2004, 12:31 AM
  3. How much is links from several PR9 pages worth?
    By incka in forum Search Engine Optimization
    Replies: 29
    Last Post: 05-12-2004, 03:09 AM
  4. Local Rank stuff...
    By chromate in forum Search Engine Optimization
    Replies: 41
    Last Post: 02-07-2004, 03:53 PM
  5. Dynamic pages and google limitation
    By johnn in forum Search Engine Optimization
    Replies: 2
    Last Post: 06-10-2003, 02:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •