Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 12:09:34 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
149635 Posts in 21099 Topics by 7537 Members
Latest Member: lotte2
* Home Help Search Login Register
Pages: 1 2 3 [4] 5 6   Go Down
Print
Author Topic: Guestbook v2.5 released  (Read 38235 times)
duke24

Offline Offline

Posts: 3


WWW
« Reply #75 on: December 02, 2008, 08:26:17 AM »

Thx Thorn,

it was to late yesterday Wink

best regards
Daniel
Logged
thorn

Offline Offline

Posts: 980


WWW
« Reply #76 on: December 10, 2008, 09:28:48 PM »

Hello,

just released guestbook v2.8.4
http://addons.websitebaker.org/pages/modules/page-modules.php



New key-features:

    * use of autogrow-textarea OR codepress in backend
    * use of geoip-module to show flags/countrynames (optional)
    * use of geoip-module to perform a WhoIs-Query for stored IP-Addresses (optional)

GeoIP-Module: http://www.websitebaker2.org/forum/index.php/topic,11174.msg66865.html#msg66865

Special thanks to Stefek, who helped me a lot with the CSS and styling.

Frontend:


Backend textarea / autogrow / codepress:


Backend Message-List:


Backend WhoIs-Query:


thorn.
« Last Edit: December 14, 2008, 06:37:42 PM by thorn » Logged

doc
Guest
« Reply #77 on: December 10, 2008, 09:36:40 PM »

Hi thorn,

wow, sieht echt gut aus, vielen Dank.

Gruss Christian
Logged
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4755



« Reply #78 on: December 11, 2008, 09:41:12 PM »

Hello Thorn,
it was a lot of fun to me contributing to your work on this.

I love the self-resizing ability of the textareas.
Have tested in all Browsers (on XP) and it works like a charm.

Should be standard for Modules where you have to adjust the HTML Output (like in Loops etc.).

This makes "baking" even more FUN!!

Regards,
Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
thorn

Offline Offline

Posts: 980


WWW
« Reply #79 on: December 11, 2008, 10:02:13 PM »

Hello,

the autogrow issues are fixed in 2.8.3
http://addons.websitebaker.org/pages/modules/page-modules.php

thorn.
Logged

thorn

Offline Offline

Posts: 980


WWW
« Reply #80 on: December 14, 2008, 06:42:43 PM »

Hello,

just released 2.8.4 containing another bugfix.
http://addons.websitebaker.org/pages/modules/page-modules.php
While hitting save with a growfield-textarea being empty, growfield sends "11\n11" as value from this textarea.
Applied all growfield changesets up to r10 to fix this.

thorn.
Logged

Mux
Guest
« Reply #81 on: December 17, 2008, 10:39:20 PM »

I found a little bug in the guestbook's email-notification. The backlink within the message is always shown as WB_Path/pages/(page of the guestbook)
So it only works correctly if the guestbook-page is in the root-directory.
cheers,
Mux

Logged
maverik

Online Online

Posts: 1541



WWW
« Reply #82 on: December 18, 2008, 04:25:41 AM »

hello

there is a mistake in info.php

Code:
$module_version = '2.8.3';



so long
Logged

Signatur wird geladen...
Ritschie

Offline Offline

Posts: 29


« Reply #83 on: December 20, 2008, 12:29:35 AM »

Hi,

I just updated from 2.7 and all is well at my test page which resides on a subdir of my normal page.

But on the normal page something seems to be gone wrong. The frontend.css doesn't seem to be loaded correctly (like giving up at gbtitle) on firefox 3.05 while everything looks fine with the IE 7.

The guestbook is at http://www.hsv-eishockeynachwuchs.de/pages/gaestebuch.php. Any idea?
Logged

Best regards / Gruß
Richard
thorn

Offline Offline

Posts: 980


WWW
« Reply #84 on: December 20, 2008, 12:38:38 AM »

Hello,

cleaning the browser-cache on firefox should help.

thorn.
Logged

Ritschie

Offline Offline

Posts: 29


« Reply #85 on: December 20, 2008, 02:35:15 PM »

Thank's a lot. It worked.
Logged

Best regards / Gruß
Richard
thorn

Offline Offline

Posts: 980


WWW
« Reply #86 on: December 26, 2008, 09:10:51 PM »

Hello,

I found a little bug in the guestbook's email-notification. The backlink within the message is always shown as WB_Path/pages/(page of the guestbook)
So it only works correctly if the guestbook-page is in the root-directory.
cheers,
Mux

Unfortunately, i can't reproduce this. -- Anyone else having this issue?

The link used in the eMail is build from
Code:
$link = WB_URL.PAGES_DIRECTORY.$row['link'].PAGE_EXTENSION;
with $row['link'] being the guestbook's link from DB-Table pages.
So, i can't see who this problem may occur.

thorn.
Logged

Mux
Guest
« Reply #87 on: December 27, 2008, 12:56:50 AM »

hello,
where can I find this code line? I thought there could be something wrong with the line from gstbk_save.php where I thought the email is built from...
Code:
//send mail
...
$mail_message = $MOD_GUESTBOOK['MAILMESSAGE'].'<a href="'.page_link(  '/'. page_filename( get_menu_title($page_id)) ).'" target="_blank">'.page_link(  '/'. page_filename( get_menu_title($page_id)) ).'</a>';

Mux
Logged
thorn

Offline Offline

Posts: 980


WWW
« Reply #88 on: December 27, 2008, 01:04:55 AM »

Hello,

looks like a old version of gstbk_save.php

The actual version has this code:
Code:
   //send mail
    if($admin_email!=''){
        $mail_subject = $MOD_GUESTBOOK['MAILSUBJECT'];
        $mail_message = $MOD_GUESTBOOK['MAILMESSAGE'];
        // append link to message
        $mail_message .= "<a href=\"$link\" target=\"_blank\">$link</a>";
        // add guestbook-text to message
        $mail_message .= "\r\n\r\n$name_clean_html [$ip_addr] ($email_clean_html - $homepage_clean_html)\r\n$message_clean_html";
        $wb->mail(SERVER_EMAIL,$admin_email,$mail_subject,$mail_message);
    }
   
    // close geoip-database
    if(defined('GEOIP_DATABASE_LOADED'))
        geoip_close($gi);

        // jump back to guestbook
        exit(header("Location: $link"));
   
}

Please check your module-version.

thorn.
Logged

Mux
Guest
« Reply #89 on: December 27, 2008, 12:55:05 PM »

ok, that's it. I don't know which version it was before, showed me 2.8.3 but perhaps for some reason the gstbk_save.php was even older...however, now it works well. thanks.

Mux
Logged
Achrist

Offline Offline

Posts: 37


« Reply #90 on: January 02, 2009, 09:34:05 AM »

Updated Danish language file for version 2.8.3 - please include in distribution.

/Allan
Logged
thorn

Offline Offline

Posts: 980


WWW
« Reply #91 on: January 02, 2009, 03:21:13 PM »

Hello,

thanks for the contribution. Will be added in next release.

thorn.
Logged

Bramus
Forum Team
*****
Offline Offline

Posts: 600


WWW
« Reply #92 on: January 19, 2009, 07:15:31 PM »

is there a bug that when you hit settings and then save them that they all disappear? so lost all the settings.

--EDIT--

Layout settings get lost after saving..
Logged

BRAMUS Internet Services
thorn

Offline Offline

Posts: 980


WWW
« Reply #93 on: January 19, 2009, 08:35:48 PM »

Hello,

what settings did you use: textarea, autogrow or codepress?

thorn.
Logged

Bramus
Forum Team
*****
Offline Offline

Posts: 600


WWW
« Reply #94 on: January 20, 2009, 12:22:23 PM »

Thorn, i just installed the module and when i go to the settings and for example remove the smiley's and when i save all the settings in the code area's are gone.

The standard is codepress. Should i change this to get it to work?
Logged

BRAMUS Internet Services
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4755



« Reply #95 on: January 20, 2009, 02:03:29 PM »

Hello Bramus.

A small test with another editor settet up for the Loops would be nice.
Let us know what happend.

BTW. Which Browser are you using?

Regards,
Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
thorn

Offline Offline

Posts: 980


WWW
« Reply #96 on: January 20, 2009, 02:28:27 PM »

Hello,

attached you will find guestbook 2.8.5

I just removed codepress support, and added support for editarea instead.
(Codepress is removed from SVN since changeset 910)

To make use of editarea, you have to install editarea from
http://www.websitebakers.com/pages/admin/admin-tools/editarea.php
ATTN: It is not a module. Unzip it, and transfer (FTP) the directory "editarea" into the include/ directory.

thorn.
« Last Edit: January 20, 2009, 02:32:26 PM by thorn » Logged

ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7661



WWW
« Reply #97 on: January 20, 2009, 07:28:55 PM »

Hello,

just tested guestbook 2.8.5 on WB SVN-Version 913. Works like a charm also the editarea inclusion is great. Have only one smaller display issue when i edit the css-files of the modul. The editarea window expands the WB backend. This also was in guestbook version 2.8.4. with the same WB version. Can anyone reproduce this?

Matthias
« Last Edit: January 20, 2009, 07:31:11 PM by ruebenwurzel » Logged
Ramon

Offline Offline

Posts: 2


« Reply #98 on: January 22, 2009, 10:46:24 PM »

I saw the same issue as reported by Bramus. After saving the settings the layout settings are gone and as a result the guestbook is not displayed anymore on the website. I've posted a seperate message on this a short while ago, before I saw this post.

Any idea how to fix it?
Logged
thorn

Offline Offline

Posts: 980


WWW
« Reply #99 on: January 22, 2009, 11:29:26 PM »

Hello,

@Bramus, Ramon
Did you test with 2.8.5? Did the layout-settings get lost with textarea or autogrow, too?

thorn.
Logged

Pages: 1 2 3 [4] 5 6   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!