>>
Site Map
>>
Forums
>>
Modules 7x
Forum module - topics in forum:
Modules 7x - Discussions regarding PHP-Nuke Modules. 7x
Add more pages under News
hello there,
I need help for News Module. In row:
<<$result = $db->sql_query("SELECT sid, catid, aid, title, time, hometext, bodytext, comments, counter, topic, informant, notes, acomm, score, ratings FROM ".$prefix."_stories $qdb $querylang ORDER BY sid DESC limit $storynum"); >>
you can set how many News you want to be displayed in page, when u remove <<$storynum>> and put numbers, 10, 20.. it will show 10, ie 20 News. But what if we have more then 100 News? It will be so big scroll.
Is there any way to split pages? To add some new code lines to do: Example: after 20 News on page, to have link to open next page.
In PHP I know how to make it, but not know how to include in PHPNUKE.
I hope you will understan me what I asked
Regards
Try
http://phpnuke-uk.net/downloadview-details-60-Page_Numbers_7.0.html
Thank you so much..
This scripts do just what I need
Thanks again