Pages: [1]
Author Topic: Delete front pagination  (Read 280 times)
Customers
Full Member
*

Karma: 0
Posts: 32


on: Feb 14, 10, 04:06 AM

Hi,

I've the Trendy theme but i want to delete the front pagination.
How i can do that ?

Thks
Logged
Customers
Full Member
*

Karma: 0
Posts: 43


Reply #1 on: Feb 14, 10, 11:18 AM

I want to delete this too!
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #2 on: Feb 14, 10, 02:39 PM

this solution will work with any template: in your admin cp go to the "page blocks" tab, open the "GAMELIST" block's code, find the following lines inside it:
Code:
// if only we do need pagination
if( $games > $nMaxGames )
and replace the second one by
Code:
if( false ) //$games > $nMaxGames )

Logged
Customers
Full Member
*

Karma: 0
Posts: 32


Reply #3 on: Feb 15, 10, 02:12 AM

It will be fine  Grin

Thanks
Logged
Customers
Full Member
*

Karma: 0
Posts: 43


Reply #4 on: Feb 15, 10, 03:14 AM

Except that I want to remove it from front page only. I want  it work in categories Sad
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #5 on: Feb 15, 10, 05:00 AM

I expected this question Smiley
In this case the line should be
Code:
if( ($sScript=='cat.php')&&($games>$nMaxGames) )
Logged
Pages: [1]
 
Jump to: