Guestbook 1.0.1 released | fixes support for pre 0.13 cmsms versions

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Guestbook 1.0.1 released | fixes support for pre 0.13 cmsms versions

Post 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.
Piratos

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

Post by Piratos »

I need a function to display one entry (given is the entry_id) so i can display a result of module pisearch.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

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

Post 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

Piratos

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

Post 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.
Piratos

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

Post 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)
Post Reply

Return to “Modules/Add-Ons”