editing phpbb

Any problem with PHP can be disscused here
Locked
jasondsouza
Posts: 348
Joined: Thu Jan 12, 2006 8:24 pm
Contact:

editing phpbb

Post 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


--jasondsouza
ME working on a very new site. (Coming soon)
Come to my web Site
SHAdmin
Posts: 2095
Joined: Sat Dec 18, 2004 11:28 am
Contact:

Post 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.
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post 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 :)
Image
norulez
Posts: 96
Joined: Sun Dec 25, 2005 5:33 am

Post by norulez »

Go to http://www.phpbbhacks.com/

and search for your desire hack.Have fun.
jasondsouza
Posts: 348
Joined: Thu Jan 12, 2006 8:24 pm
Contact:

Post by jasondsouza »

thanks nishanth and ignas
--jasondsouza
ME working on a very new site. (Coming soon)
Come to my web Site
Locked