Difference between revisions of "Print page numbers"

From TMM Wiki
Jump to navigationJump to search
(Created page with '{{CARMA1 Manual | show_template_functions_section = true }} = print_page_numbers = * Purpose: Output page number links to content instead of just 'next' and 'previous' links * U…')
 
Line 21: Line 21:
 
! Default Value
 
! Default Value
 
! Example
 
! Example
|-
 
| '''list'''
 
| '''Defines what type of data you want carma_list to return.'''
 
| '''actors, locations, categories, groups, producers, orientation, type, quality, gender, race, hair, pubic, tits, dick, or body'''
 
| '''None.'''
 
| '''list="actors"'''
 
|-
 
| galid
 
| Only get the matching list for this gallery
 
| Any valid gallery I.D. number
 
| None.
 
| galid="123"
 
 
|-
 
|-
 
| [[count]]
 
| [[count]]
| Maximum number of results to display (Click link for details)
+
| How many of the content do we display per page
 
| Zero or any whole number greater than zero
 
| Zero or any whole number greater than zero
 
| 50
 
| 50
| count=20
+
| count=$params.count
 
|-
 
|-
 
| [[start]]
 
| [[start]]
| Hide all results lower than this number (Click link for details)
+
| What number did the content start displaying at
 +
| Any whole number greater than zero
 +
| ''None.'' (Doesn't hide any results)
 +
| start=$params.start
 +
|-
 +
| [[tpl]]
 +
| Template to use for showing the output
 
| Any whole number greater than zero
 
| Any whole number greater than zero
 
| ''None.'' (Doesn't hide any results)
 
| ''None.'' (Doesn't hide any results)
 
| start=10
 
| start=10
 
|-
 
|-
| siteid
+
| [[show_pages]]
| The site the items belong to
+
| The amount of page numbers to display to the users
| Any valid site I.D. number
+
| Any whole number greater than zero
| None.
+
| ''9.'' (Doesn't hide any results)
| siteid="123"
+
| show_pages=9
 
|-
 
|-
| section
+
| [[current_page]]
| The section to get items from
+
| The current page that is being shown
| A comma-delimited list of section I.D.s or a specific section I.Ds.
+
| Any whole number greater than zero
| None.
+
| Will be calculated on the fly
| section="123"
+
| current_page=5
 
|-
 
|-
| active
+
| [[total_pages]]
| Limit the search to active content (requires siteid and section variables to be set)
+
| Total amount of pages that exist
| 1
+
| Any whole number greater than zero
| None. (Does not limit to active content.)
+
| Will be calculated on the fly
| active="1"
+
| total_pages=65
|-
 
| order
 
| Which order to sort the gals in
 
| active, caption, name
 
| name
 
| order="active"
 
|-
 
| alpha_letters
 
| Only grab the list starting with these letters
 
| A comma-delimited list of letters
 
| None.
 
| alpha_letters="A,B,C"
 
|-
 
| var
 
| The Smarty variable to assign data too
 
| Any valid Smarty variable
 
| carma_list
 
| var="my_variable"
 
 
|}
 
|}
  
Line 93: Line 69:
 
each field being one of the fields in the corresponding database table.
 
each field being one of the fields in the corresponding database table.
  
== Example ==
+
== Example Template ==
 
<pre>
 
<pre>
{carma_list siteid=$siteid count=500 order="name ASC" list="actors,locations,groups,categories" }
+
<div class='video_pages'>
 +
  <div class='video_pages-big'>PAGE {$params.current_page} OF {$params.total_pages}</div>
 +
   
 +
  {if $params.current_page > 1 }
 +
    <div class='video_pages-big'><a href='{rebuild_link using="GET" without="start,count"}&start=0&count={$params.count}'>&lt;&lt; FIRST</a></div>
 +
    <div class='video_pages-big'><a href='{rebuild_link using="GET" without="start,count"}&start={math equation="x-y" x=$params.start y=$params.count}&count={$params.count}'>&lt; PREVIOUS</a></div>
 +
  {else}
 +
    <div class='video_pages-big'>&lt;&lt; FIRST</div>
 +
    <div class='video_pages-big'>&lt; PREVIOUS</div>
 +
  {/if}
 +
     
 +
  {foreach from=$page_numbers item=page_info}
 +
    {if $params.current_page == $page_info.page}
 +
      <div class='video_pages-active'>{$page_info.page}</div>
 +
    {else}
 +
      <div class='video_pages-small'><a href='{rebuild_link using="GET" without="start,count"}&start={$page_info.start}&count={$params.count}'>{$page_info.page}</a></div>
 +
    {/if}
 +
  {/foreach}
 +
     
 +
  {if $params.current_page < $params.total_pages }
 +
    <div class='video_pages-big'><a href='{rebuild_link using="GET" without="start,count"}&start={math equation="x+y+1" x=$params.start y=$params.count}&count={$params.count}'>NEXT &gt;</a></div>
 +
    <div class='video_pages-big'><a href='{rebuild_link using="GET" without="start,count"}&start={math equation="(x-1)*y" x=$params.total_pages y=$params.count}&count={$params.count}'>LAST &gt;&gt;</a></div>
 +
  {else}
 +
    <div class='video_pages-big'>NEXT &gt;</div>
 +
    <div class='video_pages-big'>LAST &gt;&gt;</div>
 +
  {/if}
 +
</div>
 +
</pre>
  
<form method="get" action="index.php">
+
== Example Function Call ==
<input type="hidden" name="section" value="{$secid}">
 
Actor: <select size="5" name="actors">
 
        {foreach from=$carma_list.actor item=actor}
 
          <option value="{$actor.actorid}">{$actor.name}</option>
 
        {/foreach}
 
      </select> <br>
 
Category: <select size="5" name="category">
 
            {foreach from=$carma_list.category item=category}
 
              <option value="{$category.catid}">{$category.name}</option>
 
            {/foreach}
 
          </select> <br>
 
  
Group: <select size="5" name="actors">
+
<pre>
            {foreach from=$carma_list.group item=group}
+
{print_page_numbers start=$params.start count=$params.count total=$carma_content_count}
              <option value="{$group.gid}">{$group.name}</option>
 
            {/foreach}
 
          </select> <br>
 
       
 
Location: <select size="5" name="actors">
 
            {foreach from=$carma_list.location item=location}
 
              <option value="{$location.locid}">{$location.name}</option>
 
            {/foreach}
 
          </select> <br>
 
<input type="submit" name="searching" value="Search">
 
 
</pre>
 
</pre>

Revision as of 12:33, 8 June 2010

CARMA
  Template Functions
CARMA Template Functions
carma_actor_photo_name
carma_comments_display
carma_comments_form
carma_count
carma_favorite
carma_gal_custom
carma_get_extended
carma_list
carma_list_favorites
carma_list_gals
carma_list_third_party_content
carma_list_videos
carma_login_log
carma_most_viewed
carma_newest
carma_news
carma_poll
carma_retrieve_sections
carma_search
carma_actors_search
carma_show_gal
carma_show_video
carma_top_actors
carma_top_rated
carma_upcoming
print_page_numbers
Template Function Aliases
carma_comment_display
carma_display_comment
carma_display_comments
carma_extended
carma_extended_data
carma_get_extended_data
carma_list_all
Common Parameters
assign
assign_prefix
count
data_only
display_on_assign
start
tpl

print_page_numbers

  • Purpose: Output page number links to content instead of just 'next' and 'previous' links
  • Usage: {carma_list list="actors,locations"}
  • Required: list
  • Optional: galid, var, count, start, siteid, section, active, order, alpha_letters
  • Version: 1.4 or greater
  • Default Templates Used: page_numbers
  • Variables created: $first_page, $last_page, $current_page, $total_pages, $page_params

Parameters

(Required parameters in bold)

Parameter Description Possible Values Default Value Example
count How many of the content do we display per page Zero or any whole number greater than zero 50 count=$params.count
start What number did the content start displaying at Any whole number greater than zero None. (Doesn't hide any results) start=$params.start
tpl Template to use for showing the output Any whole number greater than zero None. (Doesn't hide any results) start=10
show_pages The amount of page numbers to display to the users Any whole number greater than zero 9. (Doesn't hide any results) show_pages=9
current_page The current page that is being shown Any whole number greater than zero Will be calculated on the fly current_page=5
total_pages Total amount of pages that exist Any whole number greater than zero Will be calculated on the fly total_pages=65

Description

This function retrieves a list of actors, locations, categories or groups. By default CARMA retrieves all actors, locations, categories, and groups stored in the CARMA database. If only want to retrieve a list matching a specific gallery, define galid in the call to carma_list. The variables are stored in an array. For example, actors are stored as $carma_list.actor[], categories are stored as $carma_list.category[]. Each item in the array is again an array with each field being one of the fields in the corresponding database table.

Example Template

<div class='video_pages'>
  <div class='video_pages-big'>PAGE {$params.current_page} OF {$params.total_pages}</div>
    
  {if $params.current_page > 1 }
    <div class='video_pages-big'><a href='{rebuild_link using="GET" without="start,count"}&start=0&count={$params.count}'><< FIRST</a></div>
    <div class='video_pages-big'><a href='{rebuild_link using="GET" without="start,count"}&start={math equation="x-y" x=$params.start y=$params.count}&count={$params.count}'>< PREVIOUS</a></div>
  {else}
    <div class='video_pages-big'><< FIRST</div>
    <div class='video_pages-big'>< PREVIOUS</div>
  {/if}
       
  {foreach from=$page_numbers item=page_info}
    {if $params.current_page == $page_info.page}
      <div class='video_pages-active'>{$page_info.page}</div>
    {else}
      <div class='video_pages-small'><a href='{rebuild_link using="GET" without="start,count"}&start={$page_info.start}&count={$params.count}'>{$page_info.page}</a></div>
    {/if}
  {/foreach}
       
  {if $params.current_page < $params.total_pages }
    <div class='video_pages-big'><a href='{rebuild_link using="GET" without="start,count"}&start={math equation="x+y+1" x=$params.start y=$params.count}&count={$params.count}'>NEXT ></a></div>
    <div class='video_pages-big'><a href='{rebuild_link using="GET" without="start,count"}&start={math equation="(x-1)*y" x=$params.total_pages y=$params.count}&count={$params.count}'>LAST >></a></div>
  {else}
    <div class='video_pages-big'>NEXT ></div>
    <div class='video_pages-big'>LAST >></div>
  {/if}
</div>

Example Function Call

{print_page_numbers start=$params.start count=$params.count total=$carma_content_count}