[2.0.22] Profile guestbook
					Forumregels
			
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
		
		
	Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

- Wout -- w00t
 - Berichten: 815
 - Lid geworden op: 07 jan 2005, 12:57
 - Locatie: Eindhoven, NL
 
- Wout -- w00t
 - Berichten: 815
 - Lid geworden op: 07 jan 2005, 12:57
 - Locatie: Eindhoven, NL
 
http://www.phpbb.com/phpBB/viewtopic.ph ... highlight= is de enige andere profile guestbook naast die van mij 
			
			
									
									
						- Lady Elensar
 - Berichten: 592
 - Lid geworden op: 17 okt 2005, 00:48
 
Paul.. in de update staat het volgende:
Nu heb ik helemaal geen tabel die gb_time heet. 
 Wel één die 'time' heet. Dus ik heb de code in 
veranderd. Is dat goed? Anders weet ik niet wat ik moet doen eigenlijk...
-edit- En moet ik trouwens alle bestanden weer opnieuw uploaden? Dat maakt toch niet uit?
-edit- Mijn wijziging klopt dus niet, ik krijg een debug mode
-edit- Lol, hij doet het al.. de tabel terug veranderd naar 'time'
Wat een edits toch weer
 Maar het enige wat ik veranderd heb is 'gb_time' naar 'time'.. nu doet hij het prima 
.
			
			
									
									
						Code: Selecteer alles
ALTER TABLE `phpbb_profile_guestbook` CHANGE `gb_time` `gb_time` INT( 10 ) NOT NULL DEFAULT '0'
Code: Selecteer alles
ALTER TABLE `phpbb_profile_guestbook` CHANGE `time` `gb_time` INT( 10 ) NOT NULL DEFAULT '0'-edit- En moet ik trouwens alle bestanden weer opnieuw uploaden? Dat maakt toch niet uit?
-edit- Mijn wijziging klopt dus niet, ik krijg een debug mode
-edit- Lol, hij doet het al.. de tabel terug veranderd naar 'time'
Wat een edits toch weer
- Lady Elensar
 - Berichten: 592
 - Lid geworden op: 17 okt 2005, 00:48
 
- Lady Elensar
 - Berichten: 592
 - Lid geworden op: 17 okt 2005, 00:48
 
Ooooh, ik zie net dat de code:
wél zo moet zijn:
Maar dat zei je net toch?
Alleen nu is de post button half.. en ik heb nog een vraag: dat gedeelte met de tekst dat hij up to date is enzo, kan of mag dat ook weg?
			
			
									
									
						Code: Selecteer alles
ALTER TABLE `phpbb_profile_guestbook` CHANGE `gb_time` `gb_time` INT( 10 ) NOT NULL DEFAULT '0'
Code: Selecteer alles
ALTER TABLE `phpbb_profile_guestbook` CHANGE `time` `gb_time` INT( 10 ) NOT NULL DEFAULT '0'
Alleen nu is de post button half.. en ik heb nog een vraag: dat gedeelte met de tekst dat hij up to date is enzo, kan of mag dat ook weg?
- Lady Elensar
 - Berichten: 592
 - Lid geworden op: 17 okt 2005, 00:48
 
0.0.9 release, met een kritieke fix. Update zo snel mogelijk!Download op eerste pagina is geupdated.
			
			
									
									
						Code: Selecteer alles
##############################################################
## MOD Title: Profile guestbook
## MOD Author: paul999 < webmaster@paulscripts.nl > (paul sohier) http://www.paulscripts.nl
## MOD Description: With this mod, you have a profile guestbook.
## MOD Version: 0.0.9
##
## Installation Level: Intermediate
## Installation Time: 15 Minutes
## Files To Edit: 11
##		admin/admin_board.php
##		admin/admin_users.php
##		templates/subSilver/profile_view_body.tpl
##		templates/subSilver/profile_add_body.tpl
##		templates/subSilver/admin/board_config_body.tpl
##		templates/subSilver/admin/user_edit_body.tpl
##		includes/functions.php
##		includes/usercp_viewprofile.php
##		includes/usercp_register.php
##		language/lang_english/lang_admin.php
##		includes/constants.php
## Included Files: 5
##		includes/functions_guestbook.php
##		templates/subSilver/gb_post.tpl
##		templates/subSilver/gb_view.tpl
##		language/lang_english/email/guestbook.tpl
##		language/lang_englisg/lang_guestbook.php
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
############################################################## 
## Author Notes: In version 1.0.0 is nothing changed.
## In version 1.0.1 is only some lang changed.
## for update, see the update files, give by version 0.0.4
## (If you want to update to version 1.0.1,
## 	you must only replace the files, and change lang_main.php,
## 	with the new entry's)
## If you want to update from version 0.0.7 to 0.0.6,
## You must use the special file!
## After updating, you must delete the cache/profilemod.php!
## For updating to version 0.0.7, you must only replace the files!
##############################################################
## MOD History:
##
##	2006-06-06 - Version 0.0.9
##		- Critical fix. 
##
##	2006-04-24 - Version 1.0.6
##		- Handling for HTML from 2.0.20 added.
##		- Added enable/disable quick reply
##		- Fixed a bug by posting message and page_tail
##		- Small code changes.
##
##	2006-02-10 - Version 1.0.5
##		- Changed code for 2.0.19
##		- Some small code changes.
##		- Added check for " from phpbb 2.0.18.
##		- Fixed a lang problem
##
##	2005-09-30 - Version 1.0.4      
##		- (Never submitted!)
##		- Make changes for submitting
##		- Deleted cash add.
##
##	2005-09-30 - Version 0.0.7
##		- (Same as version 1.0.4) (Never released!)
##		- Make changes for submitting
##		- Deleted cash add.
##
##	2005-09-09 - Version 1.0.3
##		- Addes some requests:
##			- Points and cash mod support
##			- Quick reply
##			- Enable disable gb for each user.
##			- Can set min posts for posting a message
##		- Edit 8 small bugs.
##		- Edit some things for submitting
##
##	2005-09-09 - Version 0.0.6
##		- (Same as version 1.0.3)
##		- Addes some requests:
##			- Points and cash mod support
##			- Quick reply
##			- Eneble disable gb for each user.
##			- Can set min posts for posting a message
##		- Edit 8 small bugs.
##		- Edit some things for submitting
##		- Mod is now RC1
##
##	2005-08-12 - Version 0.0.5
##		- (Same as version 1.0.2)
##		- Make some changes for submitting(Only code in functions_guestbook.php)
##
##	2005-08-12 - Version 1.0.2
##		- Make some changes for submitting(Only code in functions_guestbook.php)
##
##	2005-07-28 - Version 1.0.1
##		- Make some changes for submitting
##
##	2005-07-27 - Version 1.0.0
##		- Make the mod install easymod compatible.
##		- New mod header.
##
##	2005-07-18 - Version 0.0.4
##		- Added guest name.
##		- Small bugfixes
##
##	2005-06-23 - Version 0.0.3
##		- Added version checker
##		- Added enable disable guest posting
##		- Added enable disable email on reply
## 		- Edit some bugs.
##		- Added new lang string(I was forgot one :D)
##
##	2005-06-22 - Version 0.0.2
##		- Edit some bugs.
##		- Guests can post also.
##		- Email has been send to user.
##		- Edit, quote and pagination has been replaced(They don't work :D)
##		- Lang updated. 
##
##	2005-06-22 - Version 0.0.1 
##		- first release.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################