It is pretty easy to change 'Index Page' title in phpBB2 and phpBB3 forum.
Before editing any of your files, ensure you make backup copies!
Change 'Index Page' title in phpBB3:
1. Edit \language\en\common.php
2. Look for: 'INDEX' => 'Index page',
3. Change 'Index page' to your title.
Change 'Index Page' title in phpBB2:
1. Edit \language\lang_english\lang_main.php
2. Look for: $lang['Index'] = 'Index';
3. Change 'Index page' to your title, for example: $lang['Index'] = 'My Website Adviser Blog';
* It is recommended to edit these files with web editor. Get Free Web Editor.
Enjoy,
My Website Adviser.
Showing posts with label Forum. Show all posts
Showing posts with label Forum. Show all posts
Thursday, January 24, 2008
Wednesday, August 1, 2007
Install Google Analytics on phpBB2 and phpBB3
Google Analytics is a free service offered by Google that generates detailed statistics about the visitors to a website.
With Google Analytics you can get detailed statistics about your phpBB forum.
You need enter Google Analytics code before </body> in the file:
phpBB 2: overall_footer.tpl file that located in /"forum folder"/templates/"template name".
phpBB 3: overall_footer.html file that located in /"forum folder"/styles/"style name"/template.
like this:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxxx-x";
urchinTracker();
</script>
</body>
Enjoy,
Create a website.
With Google Analytics you can get detailed statistics about your phpBB forum.
You need enter Google Analytics code before </body> in the file:
phpBB 2: overall_footer.tpl file that located in /"forum folder"/templates/"template name".
phpBB 3: overall_footer.html file that located in /"forum folder"/styles/"style name"/template.
like this:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxxx-x";
urchinTracker();
</script>
</body>
Enjoy,
Create a website.
Wednesday, July 18, 2007
How to Change Logo in phpBB2 Forum
There are a few simple steps how to change logo in phpBB forum. All these steps must take up to 5-10 minutes.
First, you must have a new logo.
That's it,
Enjoy.
Create Website.
First, you must have a new logo.
- Copy or upload with ftp client your new logo to /"forum folder"/templates/"your template"/images.
- Next step is to edit source code. Go to "/forum folder"/templates/"your template" and edit overall_header.tpl file. Look for this line: <a href="{U_INDEX}"><img src="templates/"your template"/images/topbanner.gif" width="700" height="60" border="0"></a> and change topbanner.gif to your logo file name. Moreover, you can change width and height of the logo.
That's it,
Enjoy.
Create Website.
Subscribe to:
Posts (Atom)