Page 1 of 1

Help editing phpbb 2.0.11

Posted: Thu Jan 20, 2005 4:49 am
by rbaseball1234
Hi,

I've changed the name of my easyCMS aricles to read, "sports-blogs.php."
That being said, I have a few questions to ask. (Have yet to find answer on phpbb.com).

1. How do I edit my titles for each page within my mega tags?

Example: Currently my phpbb sports blogs main page says, Sports Forums: Sports Blogs....... I'd like to remove the Sports Forums from the title of that page and leave it as Sports Blogs.

2. How do I delete the sportsforums in the blogs url?

Example: currently it reads, http://www.domainname.com/sportsforums/sportsblogs.php

So in other words I'd like to have it read, http://www.domainname.com/sports-blogs.php

3. Same as all above applies for my links mod :)

Any help would be greatly appreciated.

Posted: Thu Jan 20, 2005 8:58 am
by feyd
  1. the "Sports Forums" should be referenced in the .tpl files inside the <title> container.
  2. fixing the url involves just moving the file to the correct directory, most often.
  3. huh?

Posted: Thu Jan 20, 2005 9:31 am
by Burrito
1) The tpl file that you're going to want to change is overall_header.tpl to change your <title> tag.
2) what feyd said... you can either move your files to a different folder or just create a virtual directory that points to your files in their current location.

when in doubt trust feyd :P

Burr

Posted: Thu Jan 20, 2005 4:50 pm
by rbaseball1234
Thanks :)