By: handoko
Date: 2009-11-17
Time: 03:36
|
mergeblock TBS 2.02 on TBS 3.4Dear All,
Anyone know what are the different between using mergeblock TBS 2.02 and using mergeblock TBS 3.4? i want to limit record displayed using mergeblock TBS 3.4 & using plugin navbar when i use mergeblock TBS 2.02 it is simple, just adding parameter on this method. Rgds |
By: Skrol29
Date: 2009-11-17
Time: 09:47
|
Re: mergeblock TBS 2.02 on TBS 3.4Hi Handoko,
MergeBlock() is quite the same between TBS 2 and TBS 3. But Since TBS 3, the MergeNavigationBar() method no more exits and is replaced by a plug-in. You'll found all the details on how to convert NavBars (and more) between v2 and v3 at this page: http://www.tinybutstrong.com/support/tbs_v3_whatsnew.htm#unsupported |
By: handoko
Date: 2009-11-17
Time: 10:37
|
Re: mergeblock TBS 2.02 on TBS 3.4Thanks srkrol,
yes i have read this.... |
By: Skrol29
Date: 2009-11-17
Time: 17:46
|
Re: mergeblock TBS 2.02 on TBS 3.4Ok, sorry I understand better your question after a second reading.
You're rigth, MergeBlock() used to have arguments to perform a limitation by page of record. Those parameters has been migrated into a plug-in since TBS 3. You have to use the By-Page plug-in instead. You'll see that the By-Page plug-in has the same features and quite the same syntax then the old MergeBlock(). |