Welcome, Guest. Please login or register.
August 20, 2008, 05:18:05 PM

Login with username, password and session length
Search:     Advanced search
Please check out the Documentation available and use the advanced forum search, before posting in the forum - thanks.
Bitte lies zuerst die Dokumentation und benutze die Advanced Forensuche, bevor Du einen neuen Beitrag erstellst - danke.
Bekijk alstublieft eerst de Documentatie en gebruik de Advanced Forum Zoekfunctie, voor dat u een post maakt in het forum - Hartelijk dank.
60556 Posts in 9791 Topics by 5824 Members
Latest Member: blubb
* Home Help Search Login Register
+  Website Baker Community Forum
|-+  English
| |-+  Modules
| | |-+  Guestbook v2.5 released
Pages: 1 [2] 3 Go Down Print
Author Topic: Guestbook v2.5 released  (Read 8138 times)
ruebenwurzel
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #20 on: January 13, 2008, 01:58:41 PM »

Hello,

just released the Final version of Guestbook 2.2.

Changelog since 2.1

v2.2 Jan 13, 2008
 - Added URL from guestbook to E-Mail message (Thanks to benedikt_seidl)

So i hope you like this new version.

Have fun

Matthias
« Last Edit: March 27, 2008, 08:12:10 AM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
Achrist
Pending Apprentice Baker
**
Offline Offline

Posts: 20


« Reply #21 on: January 13, 2008, 04:26:32 PM »

Hi
I have attached a Danish language translation file, DA.php, which is compatible with rel. 2.2 and 2.1.

Feel free to include it in the next release.

Regards
Allan
Logged
ruebenwurzel
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #22 on: January 13, 2008, 06:25:25 PM »

Hello,

thanks for your addition, added your language file (without your extra variables) to the guestbook version 2.2.

Matthias
Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
escpro
Almost Master Baker
*****
Offline Offline

Posts: 247


schau ma moi

admin@club-38.de
WWW
« Reply #23 on: January 31, 2008, 11:29:56 AM »

hI @LL

I have 2.2 running but no direkt menue.
my path is www.mywb.de/kontakt/guestbook.php
so all runnings ok.... - but the email to admin sendings mails:
"Sie haben einen neuen Gästebucheintrag http://www.mywb.de/pages/guestbook.php"
and this is false...

In the gstbk_save.php is the code:

Code:
//send mail
if($admin_email!=""){
    $mail_subject = $MOD_GUESTBOOK['MAILSUBJECT'];
    $mail_message = $MOD_GUESTBOOK['MAILMESSAGE'].'<a href="[b]'.page_link(  '/'. page_filename( get_menu_title($page_id)) ).'[/b]" target="_blank">'.page_link(  '/'. page_filename( get_menu_title($page_id)) ).'</a>';
$wb->mail(SERVER_EMAIL,$admin_email,$mail_subject,$mail_message);
}

 
now i see the probs in this code .. can anyone help my.

Michael
Logged

webtigger
Pending Apprentice Baker
**
Offline Offline

Posts: 7


« Reply #24 on: February 13, 2008, 01:21:41 PM »

In addition to that problem with the ur in the mail-link, it seems that there is a bug that allowes a bot to insert entries in the guestbook-database (advertisements, etc.).

When I made a backup of my database yesterday, I saw a lot of advertise-entries in the database-table "mod_guestbook". I'm quite shure that i didn't saw just one of these entries in the admin-backend of the guestbook module, and by now I'm still only able to see theses entries using the sql-file or having a direct look at my database via phpMyAdmin.
To me, it looks like these entries are kind of "faded-out" on the module backend, even to the view of an admin-account...

Does anybody have an idea about how this could happen, or does WB (or maybe the guestbook-module) has a security bug?
« Last Edit: February 13, 2008, 01:28:30 PM by webtigger » Logged
webtigger
Pending Apprentice Baker
**
Offline Offline

Posts: 7


« 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
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« 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 "&amp;" 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

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
ja
Pending Apprentice Baker
**
Offline Offline

Posts: 21



WWW
« 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

ruebenwurzel
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« 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, 11:35:49 PM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
francois83
Pending Apprentice Baker
**
Offline Offline

Posts: 2


Email
« Reply #29 on: April 04, 2008, 08:49:06 PM »

In the attachment the french language file.

François
Logged
ruebenwurzel
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #30 on: April 06, 2008, 11: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.php 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, 11:45:04 PM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
vasy
Apprentice Baker
***
Offline Offline

Posts: 78


Email
« Reply #31 on: April 18, 2008, 03: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
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #32 on: April 18, 2008, 04: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

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
vasy
Apprentice Baker
***
Offline Offline

Posts: 78


Email
« Reply #33 on: April 18, 2008, 05:56:24 PM »

Hi

It was a upgrade

Logged
ruebenwurzel
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #34 on: April 18, 2008, 08: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

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
deejvince
Pending Apprentice Baker
**
Offline Offline

Posts: 12


« Reply #35 on: April 19, 2008, 03: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
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #36 on: April 19, 2008, 04: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

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
deejvince
Pending Apprentice Baker
**
Offline Offline

Posts: 12


« Reply #37 on: April 27, 2008, 11: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
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #38 on: April 28, 2008, 06:11:49 AM »

Hello,

so did you follow the advices how to update?

Matthias
Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
Moscha
Pending Apprentice Baker
**
Offline Offline

Posts: 4


« Reply #39 on: May 29, 2008, 05: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
Pages: 1 [2] 3 Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!