Page 1 of 1

Guestbook 1.0.1 released | fixes support for pre 0.13 cmsms versions

Posted: Tue Jun 13, 2006 12:32 am
by Dee
An install method incompatible with CMS Made Simple versions older than 0.13 was used in version 1.0 of the Guestbook module.
This is fixed in 1.0.1, which can be downloaded here: http://dev.cmsmadesimple.org/frs/?group ... ase_id=496

No other changes to the module were made, so there is no need to upgrade if you're running Guestbook-1.0 with cmsmadesimple-0.13.

Changes: Moved install, upgrade and uninstall methods back to the Guestbook module class to support pre 0.13 cmsms versions.

Re: Guestbook 1.0.1 released | fixes support for pre 0.13 cmsms versions

Posted: Wed Jun 14, 2006 6:01 pm
by Piratos
I need a function to display one entry (given is the entry_id) so i can display a result of module pisearch.

Re: Guestbook 1.0.1 released | fixes support for pre 0.13 cmsms versions

Posted: Thu Jun 15, 2006 12:11 am
by Dee
Piratos wrote: I need a function to display one entry (given is the entry_id) so i can display a result of module pisearch.
I implemented this using a show_entry variable that can be given in the url, for example http://www.example.com/index.php?page=g ... ow_entry=2 will show only the entry with entry_id 2.
It's in the project's SVN, please check it out and let me know if this is the way you need it:

Code: Select all

svn checkout http://svn.cmsmadesimple.org/svn/gastbuch/branches/1.0-stable-branch


Re: Guestbook 1.0.1 released | fixes support for pre 0.13 cmsms versions

Posted: Thu Jun 15, 2006 7:44 am
by Piratos
Ok that works  but i have to define a page (here guestbook another languages have another name).

The best way is to work like module news - there is no need to define a page name.

I must know what you like to do an the version number where this is realized.

Re: Guestbook 1.0.1 released | fixes support for pre 0.13 cmsms versions

Posted: Thu Jun 15, 2006 8:50 am
by Piratos
Ok i have no time so i have decided it for you.

Pisearch 1.03 is out.

It is searching in your module too but only with version 1.0.2 or greater .

User of pisearch must set the parameter guestbookpage with the page alias to can display the correct page with the result - the default is guestbook.

Pisearch works as follow

1.  contents
2.  news
3. guestbook

if the number of results has peaked the limit searching is stopping. So it can happen that pisearch never grabs news and guestbook (you must than increment the limit)