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.
Guestbook 1.0.1 released | fixes support for pre 0.13 cmsms versions
Re: Guestbook 1.0.1 released | fixes support for pre 0.13 cmsms versions
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
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.Piratos wrote: I need a function to display one entry (given is the entry_id) so i can display a result of module pisearch.
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
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.
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
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)
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)