| By: Jorge Date: 2004-01-04 Time: 07:01 | Intelligent Display by pagePerhaps someone could help?
 About Display by page, I'm trying to put something like
 
 | 1 | 10 | 20 | 30 | 40  41  42  43  44  45  46  47  48  49 | 50 | 60 | 70
 | 80 | 90 | 100
 
 if page is between 40and 49 for example instead of puting all available pages which could take a big amount of space in a page.
 
 This looklikes PHP code instead TBS code, I know...but perhaps someone could help?
 
 Thanks
 
 Jorge
 | 
	
      | By: Skrol29 Date: 2004-01-04 Time: 18:19 | Re: Intelligent Display by pageHello,
 The beta version 1.90b can do that.
 You can also do it with the 1.81 version by building a PHP array with the pages you want, and merge that array with the NaviationBar block.
 |