Only show search results

J

Jmessick

Guest
I have a database that has 3100+ records. When some does a search for "state" it will show 30 records that were found. When you click on the last page ( page 1 page 2 page 3) It shows all of the records in the database. I've checked all my settings and everything seems to be right. Has anyone come accross this issue. You can look at what is doing at http://golfforms.net/Golf/modules.php?name=Events_Search&file=form&form_type=search&table_name=Search

try a search for CA then click on 10 to see what it is doing.

Any help would be greatful
 
R

Richard

Guest
Update: DaDaBIK Module v6.5d for PHP-Nuke 6.5 based on DaDaBIK v2.2.1 02062003

I have updated the DaDaBIK Module. The error that occured while displaying search results in page 2, 3 etc, has been eliminated.

Download: http://uwatau.de/modules.php?name=Downloads
Demo: http://uwatau.de/modules.php?name=Database_Interface

In fact you need to replace only the following files:

a) form.php
b) business_logic.php

Richard M.
http://uwatau.de - Nuke Tests

 
J

Jmessick

Guest
Thanks :)

I'll post the results here. Thanks for you help too
 
J

Jmessick

Guest
Thanks the update worked well. Thanks for your help.

Another question on the printer friendly page, it is not showing "printer friendly and the gif is missing, where is the html or code for this? I've looked arround and seen different coding but not able to get it to show the right path so the image will show up. I have even replaced the image with a different gif path (/image/Name.gif) any ideas?
 
R

Richard

Guest
Jmessick wrote:

> Thanks the update worked well. Thanks for your help.
>
> Another question on the printer friendly page, it is not
> showing "printer friendly and the gif is missing, where is the
> html or code for this? I've looked arround and seen different
> coding but not able to get it to show the right path so the
> image will show up. I have even replaced the image with a
> different gif path (/image/Name.gif) any ideas?


Look at your config.php file:

You will find these entries....

::
$cms_printer_icon = "modules/".$module_name."/images/cms_printer.gif";
$cms_friend_icon = "modules/".$module_name."/images/cms_friend.gif";
::

whereby $module_name is the name of the directory where installed your module.

Wishing you all the best,

Richard.
 
Top