Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

Ezilon Directory   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 07-09-2004, 12:07 AM   #1 (permalink)
Inactive
 
Join Date: 05-05-04
Location: america
Posts: 653
iTrader: 0 / 0%
Latest Blog:
None

realestate is liked by somebodyrealestate is liked by somebodyrealestate is liked by somebodyrealestate is liked by somebodyrealestate is liked by somebody
Modifying php bb forum

I created a phpbb forum: www.classical.biz

There are obvious problems: How do I change the looks of the site. I don't mean dowloading styles. I want to remove logo, and replace it with my own. Modify text, add links etc. It is not enough to do this for homepage.
( www.linkexchange.info/forum was screwed.. )

Someone on phpbb forum told me i need to change .tpl files. I don't know if I am competent enough to do it. Even if i can do it, it would take a lot of time.
There must be an easy way. How do others do it? Does everyone edit .tpl? I don't think so.
realestate is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 07-09-2004, 12:17 AM   #2 (permalink)
v7n Mentor
 
imaginemn's Avatar
 
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,940
iTrader: 0 / 0%
imaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to all
Send a message via MSN to imaginemn Send a message via Yahoo to imaginemn Send a message via Skype™ to imaginemn
Modifying the template files is usually what you need to do unless you are adding a different style. The files are just html with some unique code embedded with the html. It usually looks like "{S_GROUPCP_ACTION}" or similar. You need to make sure you make a backup of your files and you keep these tags unless you don't need to display them. It's not as hard as it sounds.

If you are doing simple stuff most people should be able to do it. But it can get confusing if you don't know what you are looking for.

imaginemn
__________________
Need a project done? - Set Your Own Price!
Imagine Creative Services
- Design : Marketing : Multimedia : More
imaginemn is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-09-2004, 05:46 AM   #3 (permalink)
v7n Mentor
 
fishfreek's Avatar
 
Join Date: 10-13-03
Location: Virginia
Posts: 2,021
iTrader: 0 / 0%
Latest Blog:
None

fishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of light
Send a message via ICQ to fishfreek Send a message via AIM to fishfreek Send a message via MSN to fishfreek Send a message via Yahoo to fishfreek
Changing the language of the text can usually be done by editing the lang_main.php file in the language/lang_english/ folder. But yes if you want to edit the 'look' then you must do it by editing the .tpl files. This is where 99% of the HTML code is located.
fishfreek is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-11-2004, 08:46 AM   #4 (permalink)
Inactive
 
Join Date: 05-05-04
Location: america
Posts: 653
iTrader: 0 / 0%
Latest Blog:
None

realestate is liked by somebodyrealestate is liked by somebodyrealestate is liked by somebodyrealestate is liked by somebodyrealestate is liked by somebody
Thanks for responses. They were helpful. As you can see I was able to place a logo on www.classical.biz. But what I did: I deleted the file named "phpbb logo" and created another file with the same name. But now I want to be able to change file name also. I can't follow what refers to what. Ok, I see there are {..} type of commands. They are referencing to other files. But how can I know which file they are making references to. I need to see which files I need to modify. The rest should be easy.
realestate is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-11-2004, 08:52 AM   #5 (permalink)
Contributing Member
 
Join Date: 07-09-04
Posts: 203
iTrader: 0 / 0%
Latest Blog:
None

Pinyo is on the right pathPinyo is on the right pathPinyo is on the right path
usually editing overall_header.tpl and overall_footer.tpl in the templates > {template name} directory does it for me.
Pinyo is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-11-2004, 09:32 AM   #6 (permalink)
v7n Mentor
 
fishfreek's Avatar
 
Join Date: 10-13-03
Location: Virginia
Posts: 2,021
iTrader: 0 / 0%
Latest Blog:
None

fishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of light
Send a message via ICQ to fishfreek Send a message via AIM to fishfreek Send a message via MSN to fishfreek Send a message via Yahoo to fishfreek
YOu will find the logo in the overall_header.tpl file. Just do a find for phpbb_logo or what ever the filename was then edit that image tag to reflect what ever graphic you want.
fishfreek is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-11-2004, 11:32 AM   #7 (permalink)
Inactive
 
Spiral's Avatar
 
Join Date: 07-06-04
Location: Detroit, MI
Posts: 594
iTrader: 0 / 0%
Latest Blog:
None

Spiral is liked by somebodySpiral is liked by somebodySpiral is liked by somebodySpiral is liked by somebody
Send a message via AIM to Spiral Send a message via MSN to Spiral
One thing I suggest is to just play around with the tpl files before you post them. Make a small change, then upload it and see what you've done. Eventually you'll figure out what everything is and It becomes quite easy to edit.

I've managed to get all but one bug out of my custom template.
Spiral is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-17-2004, 05:38 PM   #8 (permalink)
Junior Member
 
Join Date: 07-17-04
Location: Los Angeles
Posts: 5
iTrader: 0 / 0%
Latest Blog:
None

Raybman is liked by many
Ways to customize phpBB...

I have found the phpBB.com web site very helpful on giving step by step instructions to customize the forum. Their Knowledge Base page is very easy to follow. To change the logo, go to the Styles section on that page. You will find many other instructions to change the look of the forum. If you use Dreamweaver, there are directions to give it the ability to edit the templates (.tpl files) that the forum uses. If you need to know what all the templates do, check out this list, it explains what each is used for. Be aware that the templates are not html files.

Good luck on your customization.
Ray
__________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Esparza Web Design | Ray's Adventures
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Raybman is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-21-2004, 01:37 AM   #9 (permalink)
Inactive
 
Join Date: 02-08-04
Posts: 164
iTrader: 0 / 0%
Latest Blog:
None

robert adams is liked by many
check out this tutorial I wrote to change the logo, etc.
http://www.ezhostingexpress.com/support/phpbbhelp1.txt

luck,
robert
robert adams is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-30-2004, 04:50 PM   #10 (permalink)
Inactive
 
Jonathan's Avatar
 
Join Date: 05-30-04
Location: fla
Posts: 52
iTrader: 0 / 0%
Latest Blog:
None

Jonathan is liked by many
Send a message via MSN to Jonathan
I just did the exact same thing, thanks for the help!

was so tired of the "logo here sign"
Jonathan is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Modifying Adsense stacy131 Contextual Networks 7 05-06-2008 01:40 AM
Modifying a (old) large Database Rick(4)F. Coding Forum 3 04-06-2007 12:50 PM
Modifying Listing in v7n Directory ssgupta V7N Directory Issues 9 12-14-2006 12:33 AM
modifying template Julie Blogging Forum 6 03-04-2006 08:24 AM
Modifying DreamWeaver? LazyJim Web Design Lobby 2 01-19-2004 10:31 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 06:52 PM.
© Copyright 2008 V7 Inc