- Code: Select all
############################################################## ## MOD History]http://www.phpbb.com/mods/[/url] for the ## latest version of this MOD. Downloading this MOD from other sites could cause malicious code ## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered ## in our MOD-Database, located at: [url=http://www.phpbb.com/mods/]http://www.phpbb.com/mods/[/url] ############################################################## # #-----[ SQL ]------------------------------------------------- ## Insert the folowing code into your database# CREATE TABLE phpbb_notes (id int(8) not null,text text); INSERT INTO phpbb_notes (id,text) VALUES('1','Text'); ##-----[ UPLOAD ]-------------------------------------------------# copy admin/admin_notpad.php to admin/admin_notepad.phpcopy templates/SubSilver/admin/admin_notepad.tpl to templates/SubSilver/admin/admin_notepad.tpl ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM
after installing, and trying to make an entry, i got the ctracker error and it told me to do this
- Code: Select all
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename]------------------------------------------#/forum/admin/admin_notepad.php ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1); ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('noteme'); ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
i made an entry and it worked fine, i made a few post and tried to go back to my ACP and got a white screen with errors. i can get into my forum and make post, but i have the same error at the top of the page, here is the error
[code]Parse error]
what can i do?