Gossamer Forum
Home : Products : DBMan : Installation :

DBMan search results in SSI page

Quote Reply
DBMan search results in SSI page
Hi

I have been playing around with SSI and DBMan with the aim of getting the titles of last six items entered into the database to show up on a SSI page and while I've not got it working I have found this out:

If one has JPD's what's new mod one can create a SSI variable for the current date like this:

Code:
<!--#config timefmt="%d-%b-%Y"-->

<!--#set var="DBMAN_DATE" value="${DATE_LOCAL}"-->

And then have the six newest records show up using this:

Code:
<!--#include virtual="/cgi-bin/db.cgi?db=default&uid=default&Date-lt=$DBMAN_DATE&view_records=1&mh=6" -->

However it does not work for records added on the current day :-(

So I've now decided to work with the record ID's - displaying the six highest numbered like this:

Code:
<!--#include virtual="/cgi-bin/db.cgi?db=default&uid=default&keyword=*&mh=6&sb=1&so=ascend&view_records=View+Articles" -->

Now to the point of this post... I want to pull the titles from DBMan into a SSI page but without the HTML headers and footers (but with some of the HTML) and do this with out breaking any other functionality of DBMan.

Could this be done by having a variable in the URI string which is used on the SSI page, say ssi=1, and the not printing some things in sub html_view_success if ssi=1?

I suspect this a daft way of doing it - has anyone else got any good ideas regarding how I could get this working?

Chris




Subject Author Views Date
Thread DBMan search results in SSI page Chris Croome 4633 Jun 5, 1999, 8:01 AM
Post Re: DBMan search results in SSI page
JPDeni 4512 Jun 4, 1999, 9:41 PM
Post Re: DBMan search results in SSI page
dahamsta 4511 Jun 5, 1999, 12:23 PM
Post Re: DBMan search results in SSI page
Chris Croome 4510 Jun 5, 1999, 12:26 PM
Post Re: DBMan search results in SSI page
Chris Croome 4508 Jun 5, 1999, 12:30 PM
Post Re: DBMan search results in SSI page
Alex 4498 Jun 5, 1999, 3:43 PM
Post Re: DBMan search results in SSI page
dahamsta 4525 Jun 5, 1999, 3:54 PM
Post Re: DBMan search results in SSI page
Chris Croome 4535 Jun 6, 1999, 1:58 AM
Post Re: DBMan search results in SSI page
Crowe 4515 Mar 17, 2000, 9:56 PM
Post Re: DBMan search results in SSI page
Crowe 4539 Mar 18, 2000, 6:02 AM