Page 1 of 1
editing phpbb
Posted: Wed May 17, 2006 1:14 pm
by jasondsouza
does anyone know anything on how to edit a phpbb forum so that i can add special effects to my phpbb forum like background sound etc. when i edited the index.php file many errors were encountered.
Help me Please
Posted: Wed May 17, 2006 5:11 pm
by SHAdmin
To add any kind of html based coding into phpbb, do not touch the phpbb core files. You may go to the templates directory and change there whatever you like.
For example,
If you need to change something on the main page and you are using subSilver template, then you must go to /templates/subSilver/ directory and make changes as required in those .tpl files.
In general the index_body.tpl, overall_header.tpl and overall_footer.tpl make up the complete home/index page of the phpbb forums system.
Posted: Wed May 17, 2006 7:37 pm
by Lixas
And also one important notice that maybe you know allready: Do backup of your file that you are editing. In case of doing mess you will be able to restore files without needing to reinstall whole forum. Good luck with editting

Posted: Thu May 18, 2006 1:59 am
by norulez
Go to
http://www.phpbbhacks.com/
and search for your desire hack.Have fun.
Posted: Thu May 18, 2006 11:44 am
by jasondsouza
thanks nishanth and ignas