Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Design > Need Help?

add a link?

Ask us questions relavent to Web Design and Computers.
Also support for Bluepearl Design and webclans.net hosting.

    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 05-28-2007, 09:36 AM   #1 (permalink)
 
Title: Bluepearl Veteran
Join Date: Oct 2005
Age: 36
Posts: 432
Rep Power: 4 Sohlside is on a distinguished road
Send a message via ICQ to Sohlside Send a message via MSN to Sohlside Send a message via Yahoo to Sohlside
add a link?

Here it is. I want to add a link to a pHpBB2 forum pointing to a gallery MOD. I looked in the overall_header file and every other header file I could find and didn't see anything that resembled an anchored link. Can someone tell me where to find the file for this part of the page please...

__________________
"Intelligence is knowing a tomato is a fruit. Wisdom is not using it in a fruit salad."
Sohlside is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2007, 10:05 AM   #2 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: add a link?

What software is this? phpBB?

U got a link to the site so i can suss out the source code
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2007, 10:21 AM   #3 (permalink)
 
Title: Bluepearl Veteran
Join Date: Oct 2005
Age: 36
Posts: 432
Rep Power: 4 Sohlside is on a distinguished road
Send a message via ICQ to Sohlside Send a message via MSN to Sohlside Send a message via Yahoo to Sohlside
Re: add a link?

Quote:
Originally Posted by Sean View Post
What software is this? phpBB?

U got a link to the site so i can suss out the source code
yeah, phpBB2. the link is Trailblazers for Christ :: Index
__________________
"Intelligence is knowing a tomato is a fruit. Wisdom is not using it in a fruit salad."
Sohlside is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2007, 10:27 AM   #4 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: add a link?

Thx, just registered, what is the style name? there is about 12 of them lol
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2007, 10:35 AM   #5 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: add a link?

found the code here:

Code:
		<div id="header-center">
			<b>Trailblazers for Christ</b><br />
			Southside Christian Community Center Youth
		</div>
	</div>
	<div id="navigation">
			&nbsp;<a href="faq.php">FAQ</a>&nbsp; |
			&nbsp;<a href="search.php">Search</a>&nbsp; |
			&nbsp;<a href="memberlist.php">Memberlist</a>&nbsp; |
			&nbsp;<a href="groupcp.php">Usergroups</a>&nbsp; |
			&nbsp;<a href="profile.php?mode=editprofile">Profile</a>&nbsp; |
			&nbsp;<a href="privmsg.php?folder=inbox">Private Messages</a>&nbsp; |
			&nbsp;<a href="login.php?logout=true&amp;sid=3b6dc3ecfdfa45caa13f773c16e5f019">Log out (Sean)</a>&nbsp;
	</div>
	<div id="content">
Check in your index_body.tpl file to see if it is in there?
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2007, 04:17 PM   #6 (permalink)
 
Title: Bluepearl Veteran
Join Date: Oct 2005
Age: 36
Posts: 432
Rep Power: 4 Sohlside is on a distinguished road
Send a message via ICQ to Sohlside Send a message via MSN to Sohlside Send a message via Yahoo to Sohlside
Re: add a link?

Thanks Sean. That did the trick. The style is phpbb10theme from themebase. Sorry I didn't think to include that. What I'd like to do is have it so that the link exists no matter what style I use. To do that will I have to find that portion of code in every style I want to use and edit it or is there some other way? Now that I've seen where the needed file exists that sounds like a dumb question but I'm going to ask anyway. Otherwise I'll never learn.
__________________
"Intelligence is knowing a tomato is a fruit. Wisdom is not using it in a fruit salad."
Sohlside is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2007, 04:58 PM   #7 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: add a link?

Unfortunately u have to edit every style and add your own custom URL's
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2007, 06:26 PM   #8 (permalink)
 
Title: Bluepearl Veteran
Join Date: Oct 2005
Age: 36
Posts: 432
Rep Power: 4 Sohlside is on a distinguished road
Send a message via ICQ to Sohlside Send a message via MSN to Sohlside Send a message via Yahoo to Sohlside
Re: add a link?

I was afraid you were going to say that. I'll give it a shot but I may be coming to you as a customer before this is all over. Thanks again for the help, bro.
__________________
"Intelligence is knowing a tomato is a fruit. Wisdom is not using it in a fruit salad."
Sohlside is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2007, 07:02 PM   #9 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: add a link?

Quote:
Originally Posted by Sohlside View Post
I was afraid you were going to say that. I'll give it a shot but I may be coming to you as a customer before this is all over. Thanks again for the help, bro.
No problem Sohl anytime
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: add a link?
Thread Thread Starter Forum Replies Last Post
Link Cenetering in IE but not Firefox LC Interactive Need Help? 2 06-14-2007 01:41 PM
cool link.... goldingurl Cool Links 8 02-19-2006 09:35 AM
change link in phpbb Sohlside Need Help? 6 01-16-2006 06:00 PM
Blue Pearl Template Help secret1980 Need Help? 16 04-18-2005 05:06 PM
link Mapex Clanzi2K 8 01-20-2005 07:15 PM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 09:54 PM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52