Results 1 to 6 of 6

Thread: Total: # Displaying: # - #

  1. #1
    Join Date
    Jul 2002
    Posts
    8

    Default Total: # Displaying: # - #

    How would I add something like this to browse.php,

    Found Total: # Displaying: # - #

    Any Ideas.....?


    Regards,


    Blake

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    You can't, unless you hack it.
    But you can do this in search.php

  3. #3
    Join Date
    Jul 2002
    Posts
    8

    Default

    Where would i start, i really want to add this to my browse.php page, i'll back it up for future reference....

    Regards,


    Blake

  4. #4
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Here is a direction:
    1. You must count the query result, add this line in browse.php line 160
    PHP Code:
      $res $conn->Execute($links_obj->query);
      if(
    $res$num_links $res->RecordCount(); 
    2. Prepare template assignment line 213-214
    global $num_links;
    DisplayTemplate($theme_path."browse.html","\$categ ory_path,\$category_path_search_opt,\$category,".
    "\$header,\$footer,\$num_rows,\$pagination,\$cat,\ $link,\$content,\$start_number,\$ma,\$editor,\$fea tured_link,\$num_links");
    3. Add to template files. Put <%num_links%> variable to any place you desire in browse.html

  5. #5
    Join Date
    Jul 2002
    Posts
    8

    Default

    great, thanks alot.... is it possible to also put:

    Displaying # - #

    Regards,

    Blake
    Last edited by BlakeB; 06-11-2003 at 09:14 PM.

  6. #6
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Ok, it's fine
    Let me know if you have any problems.

Similar Threads

  1. Replies: 1
    Last Post: 04-20-2004, 09:09 AM
  2. Total Number of Links
    By Polo5 in forum v3.2
    Replies: 5
    Last Post: 12-22-2003, 11:01 AM
  3. Replies: 7
    Last Post: 05-14-2003, 07:26 PM
  4. Replies: 8
    Last Post: 12-29-2002, 05:38 PM
  5. numbers of links not displaying
    By Insyder in forum v5.x
    Replies: 1
    Last Post: 11-06-2001, 04:33 PM

Posting Permissions

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