Help editing phpbb 2.0.11

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rbaseball1234
Forum Newbie
Posts: 3
Joined: Thu Jan 20, 2005 4:47 am

Help editing phpbb 2.0.11

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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?
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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
rbaseball1234
Forum Newbie
Posts: 3
Joined: Thu Jan 20, 2005 4:47 am

Post by rbaseball1234 »

Thanks :)
Post Reply