forked from e107inc/guestbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
122 lines (95 loc) · 4.98 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
-----------------------------------------------------------------------------------------------------------+
GUESTBOOK PLUGIN
-----------------------------------------------------------------------------------------------------------+
original: Andrew Rockwell 2003
http://2sdw.com
-----------------------------------------------------------------------------------------------------------+
updates: Richard Perry 2005
http://www.greycube.com
-----------------------------------------------------------------------------------------------------------+
updates: Chris Engelhard en Jan Feyen 2006
http://www.zwartemarkt.org
-----------------------------------------------------------------------------------------------------------+
updates: Christian Reyer 2007
http://www.planet-comander.de
Fix Some Bugs
Added German Language
-----------------------------------------------------------------------------------------------------------+
updates: Christian Reyer 2007
http://www.planet-comander.de
Fix Some Bugs
-----------------------------------------------------------------------------------------------------------+
updates: Titanik 2007
http://upc.utc.sk
-----------------------------------------------------------------------------------------------------------+
updates: Rainer Janz 2007
http://www.platinwebservice.de
-----------------------------------------------------------------------------------------------------------+
4.0
Added e_notify.php for email notification for new guestbook entry
Added function "Activation after Admin Verification" (for
Added new Admin Menu for viewing and activate or delete new guestbook entries
Added Notification in Preferences for email notification if admin verification is enabled
changed/added LAN defines in German.php and English.php
Added functions to active, block and delete entries in admin menu
fixed update tables in plugin.php for versions older 3.74
changed hardcoded notifications in plugin.php to language files
changed all Files to utf-8
3.74
Added Danish language (thanks to Black Muddler)
3.73
Remove verification code for logged User
Added French language (thanks to Laurent ROBIN (Lolo))
Added Russian language (thanks to Panarin.A.V)
3.72
Added e_status
Removed hide_profile (it's in users setting)
Added page title
Added German language (thanks to Wolfgang Habon)
Added Dutch language (thanks to Jens Orie)
3.7
Added Message Content for delete
3.6
Added editing time to Admin setting
Added hide profile to Admin setting
Added insert ip to db
Added Slovak Language
-----------------------------------------------------------------------------------------------------------+
We added an image code verification option.
You can enable it in the admin screen of this great plugin.
-----------------------------------------------------------------------------------------------------------+
Installation:
- Upload the guestbook folder to e107_plugins folder
- Goto to Admin Area, Plugin Manager, Install Guestbook
- Goto to Admin Area, Guestbook, to change the default settings
-----------------------------------------------------------------------------------------------------------+
Upgrading from the old guestbook version 2.x:
- Delete guestbook folder, upload new guestbook folder
- Goto the Admin Area, Links, Remove guestbook.php from the link so its just e107_plugins/guestbook/
-----------------------------------------------------------------------------------------------------------+
If $GBOOKSTYLE is defined in your e107 theme.php then the Guestbook will use that layout.
If not it will use the default layout set within the guestbook_class.php
The available options are:
{GUEST_NAME} = Posters name
{GUEST_COMMENT} = Posters comment
{DATE} = Date and Time when entry was made
{URL_IMG} = Link to posters website as an image
{URL_TEXT} = Link to posters website as text
{EMAIL_IMG} = Link to posters email address as an image
{EMAIL_TEXT} = Link to posters email address as text
{PROFILE_IMG} = Link to a registered posters profile as an image
{PROFILE_TEXT} = Link to a registered posters profile as text
{EDIT_IMG} = Link for editing guestbook entries as an image
{EDIT_TEXT} = Link for editing guestbook entries as text
{DELETE_IMG} = Link for deleting guestbook entries as an image
{DELETE_TEXT} = Link for deleting guestbook entries as text
{IP_ADMIN} = Posters IP address viewable by admins only
{IP_PUBLIC} = Posters IP address viewable by everyone
-----------------------------------------------------------------------------------------------------------+