The vB Geek

The vB Geek (http://www.thevbgeek.com/index.php)
-   Geek Article and Review System (http://www.thevbgeek.com/forumdisplay.php?f=26)
-   -   [How To] display review pages in forum? (http://www.thevbgeek.com/showthread.php?t=2019)

Asasi 08-28-2006 05:24 PM

[How To] display review pages in forum?
 
in my review type forum I have some threads that contains many pages but in forumdisplay page only display revire title and then click it it will go to first page of thread (review) how can I display pages and latest page in forumdisplay like forums .. like this : (pages 1,2,3,4,5...last page)

thanks a lot

The Geek 08-28-2006 06:50 PM

Try putting this in your GARS_threadbit template (after the title):

Code:

<if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]" border="0" /> $thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if>

Asasi 08-28-2006 06:57 PM

Quote:

Originally Posted by The Geek
Try putting this in your GARS_threadbit template (after the title):

Code:

<if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]" border="0" /> $thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if>

Thats it
thanks a lot


All times are GMT. The time now is 11:51 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.