Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 12, 2012, 05:55:59 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
149667
Posts in
21100
Topics by
7538
Members
Latest Member:
ionline
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
Guestbook v2.5 released
Pages:
1
[
2
]
3
4
...
6
Go Down
Author
Topic: Guestbook v2.5 released (Read 38256 times)
webtigger
Offline
Posts: 14
Re: Guestbook v2.2 released
«
Reply #25 on:
March 11, 2008, 03:50:00 PM »
And up...
Does anyone have a solution for these problems? It seems that these spam-entries cannot be seen via the admin-backend of wb, but how the f#Q!* do they get in the database?
«
Last Edit: March 11, 2008, 03:52:40 PM by webtigger
»
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7663
Re: Guestbook v2.3 released
«
Reply #26 on:
March 12, 2008, 11:11:30 AM »
Hello,
just released the Final version of Guestbook 2.3.
Changelog since 2.2
v2.3 Mar 11, 2008
- added alt tag to smileys
- replaced all "<br>" with "<br />"
- replaced some "&" with "&" to get valide output code
- fixed hardcoded pathes to /admin directory
- fixed hardcoded pathes to /pages directory
- made guestbook form stylable with frontend.css
- added support for WB 2.7 captcha
- added excerpt search to the modul
- fixed code for using frontend.css/backend.css
- fixed code for editing frontend.css/backend.css
- Added default index.php to all folders to prevent directory spoofing
So i hope you like this new version.
Have fun
Matthias
«
Last Edit: March 27, 2008, 08:16:27 AM by ruebenwurzel
»
Logged
ja
Offline
Posts: 24
Re: Guestbook v2.3 released
«
Reply #27 on:
March 13, 2008, 05:28:39 PM »
Thank you Matthias for the update. Followed your steps and
it works perfectly!
«
Last Edit: March 29, 2008, 12:29:20 PM by ja
»
Logged
>> ja's web - Spanish Website Baker site - Sitio en español de Website Baker <<
>> CuatroG.es - Next Gen Mobile Technology Web- Sitio de Cuarta Generación de móviles <<
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7663
Re: Guestbook v2.4 released
«
Reply #28 on:
March 27, 2008, 07:59:26 AM »
Hello,
just released the Final version of Guestbook 2.4.
Changelog since 2.3
v2.4 Mar 26, 2008
- Added code for using styles in body to gstbk_page.php (only required for WB 2.6.x)
- Added again update script for the update from 1.x to 2.x
- Added ini_set to view.php for valid SESSION_ID Separator
So i hope you like this new version.
Have fun
Matthias
«
Last Edit: April 06, 2008, 10:35:49 PM by ruebenwurzel
»
Logged
francois83
Offline
Posts: 9
French Translation
«
Reply #29 on:
April 04, 2008, 07:49:06 PM »
In the attachment the french language file.
François
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7663
Re: Guestbook v2.5 released
«
Reply #30 on:
April 06, 2008, 10:34:08 PM »
Hello,
just released the Final version of Guestbook 2.5.
Download
http://addons.websitebaker.org/pages/modules/page-modules.php
Changelog since 2.4
v2.5 Apr 06, 2008
- added support for edit CSS functions of WB 2.7
- added ` quotes for all DB queries table names and fields to prevent issues with MySQL special chars like -
- changed mechanism to prevent files from beeing accessed directly (redirect instead off displaying an error message)
- added French language file
Requirements:
- To get the css files displayed in the head section of your template and not in the body section, add the following code to the head section of the index.php from your template:
Code:
<?php
if(
function_exists
(
'register_frontend_modfiles'
)) {
register_frontend_modfiles
(
'css'
);
}
?>
This code only works in WB 2.6.7 and WB 2.7, if you use a lower version of WB, you don't need to make changes in your template. The css will be displayed in the body tag as it was in previous versions.
- The latest release uses the integrated edit module CSS functions of the WB 2.7 core (introduced with WB 2.7 RC3). To add this feature to WB 2.6.x, one needs to copy the files
/framework/module.functions.php
and
edit_module_files.p
hp
from a WB 2.7 (RC3 or higher) to the WB 2.6.x installation. In addition one needs to define 3 language variables in the WB language files:
Code:
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
How to update
If you use a 2.x Version of guestbook:
- Make a lokal copy of the frontend.css from the guestbook modul
- Install the new version over the existing one
- adapt the new frontend.css with the styles from your lokal copy
If you use a 1.x Version of guestbook:
- Please copy the styles from the guestbook options to a lokal file.
- Install the new version over the existing one
- call once in your browser the update_to_2_0.php wich you find in modules/guestbook dir.
- Go to the options of guestbook and hit "Edit Css". Add your lokal stored styles to frontend.css.
What needs to be done:
- Email Notification links needs to be adapted
So i hope you like this new version.
Have fun
Matthias
«
Last Edit: April 06, 2008, 10:45:04 PM by ruebenwurzel
»
Logged
vasy
Offline
Posts: 83
Re: Guestbook v2.5 released
«
Reply #31 on:
April 18, 2008, 02:26:15 PM »
Hi
I have compledet the installation but now when i try to post a entry in the guestbook. The form has been messed up. I can no longer see the Namn, Mail, Message text that was infront of each column.
And there is also no text on the buttons and the smileys are gone
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7663
Re: Guestbook v2.5 released
«
Reply #32 on:
April 18, 2008, 03:03:39 PM »
Hello,
1.) was it a clean new install or a upgrade?
2.) If new clean install try tu uninstall and reinstall. There seems something going wrong during installation.
Matthias
Logged
vasy
Offline
Posts: 83
Re: Guestbook v2.5 released
«
Reply #33 on:
April 18, 2008, 04:56:24 PM »
Hi
It was a upgrade
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7663
Re: Guestbook v2.5 released
«
Reply #34 on:
April 18, 2008, 07:42:31 PM »
Hello,
so if it was a upgrade, did you follow the steps written above? Also upgrade only overwrites files if the original modul also was installed via WB backend on this server. If the previous version was uploaded via ftp, upgrade via wb backend could not replace the files. So please also check if on your server now only the latest files from the guestbook 2,5 package.
Matthias
Logged
deejvince
Offline
Posts: 10
Guestbook bug in IE6
«
Reply #35 on:
April 19, 2008, 02:05:54 PM »
Hi,
There's a strange bug in guestbook module, when viewed in IE6, the 'sign guestbook' link is not shown until mouse over....
any idea on how to fix this?
here is a link to my site:
http://www.avivitbibi.com/newsite/pages/E0E5E3E5FAE9F0E5/EEE8E5F4ECE9ED-EEEEECE9F6E9ED.php
Regards,
Deejvince
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7663
Re: Guestbook v2.5 released
«
Reply #36 on:
April 19, 2008, 03:34:36 PM »
Hello,
cannot reproduce this in IE6. All works here in IE6 as aspected.
was it a clean new install or a upgrade of guestbook?
Matthias
Logged
deejvince
Offline
Posts: 10
Re: Guestbook v2.5 released
«
Reply #37 on:
April 27, 2008, 10:43:19 PM »
Hi,
Its an upgrade.
Started with 1.9, upgraded to 2.0 RC1 then 2.5.
Maybe it has something to do with the template css ?
i'm not sure it should influence because the addon should have it's own styling..
Regards,
Deejvince
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7663
Re: Guestbook v2.5 released
«
Reply #38 on:
April 28, 2008, 05:11:49 AM »
Hello,
so did you follow the advices how to update?
Matthias
Logged
Moscha
Offline
Posts: 4
Re: Guestbook v2.5 released
«
Reply #39 on:
May 29, 2008, 04:02:59 PM »
Im using WebsiteBaker for an Intranet Site
Strange Problem with Guestbook 2.5 and IE7 (Firefox 2 works OK)
Only Comment Out the String
"echo str_replace($fvars, $fvalues, $guestbook_footer);"
in view.php helpled.
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7663
Re: Guestbook v2.5 released
«
Reply #40 on:
May 29, 2008, 04:29:52 PM »
Hello,
think the issue is not the guestbook code, think you better should look at your template and the css. Removing the code you described above means, that the previous next links didn't now work anymore.
Matthias
Logged
Moscha
Offline
Posts: 4
Re: Guestbook v2.5 released
«
Reply #41 on:
May 30, 2008, 07:12:35 AM »
Hmm... the Intranet-Site is almost finished and no other Pages/Page-Modules is showing this Bug and it's only with ie7.
I'll try to search, but do to my really "basic-beginner-skills" it seems to be a longer story
Logged
babsy
Offline
Posts: 311
Re: Guestbook v2.5 released
«
Reply #42 on:
June 02, 2008, 10:09:08 AM »
HI.. i am having trouble with the guestbook rights? i installed it, and changed it a bit trough "edit plus" but now suddenly i can´t change anything, no mather where i go in, i get to to know that i have no rights? and i can´t either change the css in the admin area, its a bit weird, and i have tried to change the rights but no luck? anyone have any idea why ?
Logged
thorn
Offline
Posts: 980
Security Vulnerability Guestbook below v2.6
«
Reply #43 on:
July 01, 2008, 06:53:22 PM »
Hello,
we have fixed a security vulnerability in the guestbook module. All versions below 2.6 are affected.
Simply install the version 2.6 from the addons repository over your existing version to solve the issue. Remember to backup changes in the module settings if you have applied any changes there.
thorn.
Logged
Projekte
mentor77
Offline
Posts: 16
Re: Guestbook v2.5 released
«
Reply #44 on:
July 04, 2008, 02:38:37 PM »
Hi.
I have a problem with the new version 2.6. If I install it, i can't do an entry into the guestbook, only a blank site will be shown if I click on "add entry".
Can you help me? With v2.5 it works.
Thx in advance!
Torsten
Logged
thorn
Offline
Posts: 980
Re: Guestbook v2.7 released
«
Reply #45 on:
July 04, 2008, 04:16:02 PM »
Hello,
Guestbook v2.7 released.
This one fixes an SQL-issue which could trigger an error on some servers.
thorn.
Logged
Projekte
spiderwebb
Offline
Posts: 8
Re: Guestbook v2.7 released
«
Reply #46 on:
July 12, 2008, 10:34:13 AM »
Quote from: thorn on July 04, 2008, 04:16:02 PM
Hello,
Guestbook v2.7 released.
This one fixes an SQL-issue which could trigger an error on some servers.
thorn.
I have the same blank screen problem where do I get 2.7 the addon site only has 2.6
regards
Phillip
Logged
thorn
Offline
Posts: 980
Re: Guestbook v2.5 released
«
Reply #47 on:
July 12, 2008, 02:56:46 PM »
Hello,
http://addons.websitebaker.org/pages/modules/page-modules.php
shows me
Quote
Guestbook downloads: 12523 | type: zip | size: 63.1 kB
A small guestbook. Supports Captcha to prevent spam. Supported languages: English, French, German, Dutch, Danish. See the module thread of the WB forum for further information.
Note: All module versions below v2.6 have a security vulnerability. Please upgrade.
Licence: GNU-GPL, Author: Philipp M. Dolder, B. Wijs, M. Gallas, Woudloper,
Version: 2.7 (Jul 04, 2008)
thorn.
Logged
Projekte
mvanselow
Offline
Posts: 2
Re: Guestbook v2.5 released
«
Reply #48 on:
July 17, 2008, 09:58:58 AM »
Hi folks, I am using the Guestbook in actual version 2.7. Everything ist fine, but.... The captcha function is not changable by Web Interface, but only changing the 0 to 1 in the Mysql Database filed works fine. After changing something new, perhaps mail address puts this 1 again to a 0.
I loke commandlines, but some other guys may not.
Good work, thank you
Matthias
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7663
Re: Guestbook v2.5 released
«
Reply #49 on:
July 17, 2008, 10:28:36 AM »
Hello,
changing the captchas works only in combination with WB version 2.7
Matthias
Logged
Pages:
1
[
2
]
3
4
...
6
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
-----------------------------
English
-----------------------------
=> Help & Support
-----------------------------
General
-----------------------------
=> WebsiteBaker Website Showcase
-----------------------------
English
-----------------------------
=> Modules
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
-----------------------------
General
-----------------------------
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
-----------------------------
General
-----------------------------
=> Security Announcements
-----------------------------
Deutsch (German)
-----------------------------
=> Hilfe/Support
-----------------------------
General
-----------------------------
=> Documentation
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
=> Module & Snippets
-----------------------------
English
-----------------------------
=> Archive (posts up to 2007)
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Deutsch (German)
-----------------------------
=> jQuery
=> Tutorials
=> Templates & Design
-----------------------------
English
-----------------------------
=> jQuery
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
===> Suggestions
-----------------------------
Deutsch (German)
-----------------------------
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
===> Vorschläge
-----------------------------
English
-----------------------------
===> Software bugs
-----------------------------
Deutsch (German)
-----------------------------
===> Softwarefehler
=====> Module / Extensions
-----------------------------
English
-----------------------------
=====> Modules / Extensions
-----------------------------
Deutsch (German)
-----------------------------
===> Erfahrungs und Testberichte
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...