Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] Is there any chance of you helping me integrate phpbb forum software into my personal site?
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Re: [Solved] Is there any chance of you helping me integrate phpbb forum software into my personal site?
PostPosted: 04/18/2007 5:24 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:29 AM
Location: Birmingham, UK.
greatbrE.gif
Is there any way of changing the light blue to the new blue colour and also change the black text to white so that it matches how the other headers look? http://www.christopher-powell.co.uk/forum/links.php Suppose I’d have to make the Submit Your Site link white too headbang
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: Is there any chance of you helping me integrate phpbb2 forum software into my personal website..
PostPosted: 04/18/2007 10:16 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:29 AM
Location: St Pete, FL
peace.gif
Ok, check it now.  I created a new class in your overall_header.tpl file named cattitle2 and assigned it to the "Submit Your Site" link because there were no link classes created where you could read the text on that background.  I originally assigned it to white, but it was difficult to see that there was a clickable link there, so I changed it to gray.  You can change it to any color that you want though...

So this is what I did:

OPEN
overall_header.tpl

ADD
Code:
/* Forum category titles */
.cattitle2      { font-weight: bold; font-size: {T_FONTSIZE3}px; letter-spacing: 1px; color : #FFFFFF; }
a.cattitle2     { font-weight: bold; font-size: {T_FONTSIZE3}px; letter-spacing: 1px; text-decoration: none; color : #CCCCCC; }
a.cattitle2:hover{ text-decoration: underline; }

OPEN
link_exchange.tpl

FIND
Code:
<td class="catHead" height="25"><div align="center"><span class="genlarge">{LINK_EXCHANGE} </span><span class="gensmall"><b>- <a href="{U_LINK_EXCHANGE_SUBMIT}" alt="LINK_EXCHANGE_SUBMIT">{LINK_EXCHANGE_SUBMIT}</a></b></span></div> </td>

REPLACE WITH
Code:
<th class="thTop" height="25"><div align="center">{LINK_EXCHANGE}<b>- <a href="{U_LINK_EXCHANGE_SUBMIT}" class="cattitle2" alt="LINK_EXCHANGE_SUBMIT">{LINK_EXCHANGE_SUBMIT}</a></b></div></th>

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Is there any chance of you helping me integrate phpbb forum software into my personal site?
PostPosted: 04/19/2007 3:48 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:29 AM
Location: Birmingham, UK.
greatbrE.gif
Kewl.

What I'd like to do is Change the text from
Quote:
DJ Chris Powell - Link Exchange-


to just the
Quote:
Submit Your Site
link

Also how do I change the Submit Your Site link to white? I'd just like to see how it looks headbang
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: Is there any chance of you helping me integrate phpbb2 forum software into my personal website..
PostPosted: 04/19/2007 4:14 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:29 AM
Location: St Pete, FL
peace.gif
To change it to white, do this:

OPEN
overall_header.tpl

FIND
Code:
a.cattitle2     { font-weight: bold; font-size: {T_FONTSIZE3}px; letter-spacing: 1px; text-decoration: none; color : #CCCCCC; }

REPLACE WITH
Code:
a.cattitle2     { font-weight: bold; font-size: {T_FONTSIZE3}px; letter-spacing: 1px; text-decoration: none; color : #FFFFFF; }

FFFFFF is white and 000000 is black in hex code.  Of course as you could see, CCCCCC is gray...

To make it so that it only says Submit your Site, do this:

OPEN
link_exchange.tpl

FIND
Code:
<th class="thTop" height="25"><div align="center">{LINK_EXCHANGE}<b>- <a href="{U_LINK_EXCHANGE_SUBMIT}" class="cattitle2" alt="LINK_EXCHANGE_SUBMIT">{LINK_EXCHANGE_SUBMIT}</a></b></div></th>

REPLACE WITH
Code:
<th class="thTop" height="25"><div align="center"><b><a href="{U_LINK_EXCHANGE_SUBMIT}" class="cattitle2" alt="LINK_EXCHANGE_SUBMIT">{LINK_EXCHANGE_SUBMIT}</a></b></div></th>

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Is there any chance of you helping me integrate phpbb forum software into my personal site?
PostPosted: 04/19/2007 4:32 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:29 AM
Location: Birmingham, UK.
greatbrE.gif
Sorry NR I meant this

What I'd like to do is Change the text from
Quote:
DJ Chris Powell - Link Exchange-


to just
Quote:
Link Exchange -


but then have the Submit Your Site link to show in-line after
Quote:
Link Exchange -


This is what I mean... had a long day mate  crybaby

I'll try the colour change now
I found this colour chart earlier http://www.immigration-usa.com/html_colors.html headbang
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: Is there any chance of you helping me integrate phpbb2 forum software into my personal website..
PostPosted: 04/19/2007 4:58 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:29 AM
Location: St Pete, FL
peace.gif
We also have a couple of Hex Code picker utlities installed here.  Here are two links to choose from:
To remove DJ Chris Powell from the header, you can do this:

OPEN
links.php

FIND
Code:
$page_title = '' . $sitename . 'Link Exchange';

REPLACE WITH
Code:
$page_title = 'Link Exchange';

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Is there any chance of you helping me integrate phpbb forum software into my personal site?
PostPosted: 04/19/2007 6:07 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:29 AM
Location: Birmingham, UK.
greatbrE.gif
I’ve just overwritten my links page for the website with the phpBB links exchange one  violent1

I don't have a backup of the website links page either  crybaby
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: Is there any chance of you helping me integrate phpbb2 forum software into my personal website..
PostPosted: 04/19/2007 9:36 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:29 AM
Location: St Pete, FL
peace.gif
Which file did you overwrite?  I have backups of your files...

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Is there any chance of you helping me integrate phpbb forum software into my personal site?
PostPosted: 04/20/2007 4:49 AM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:29 AM
Location: Birmingham, UK.
greatbrE.gif
I've overwritten the links page that was in /htdocs with the phpBB Exchange Links page. I didn't mean to do this but that dam smartFTP loaded up with the wrong folder  violent1 if I never have had such I long day I would have been more awake and would've changed to the correct folder  Boo hoo!

I don't suppose you have a backup of the file below, then NR

http://www.christopher-powell.co.uk/links.php
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: Is there any chance of you helping me integrate phpbb2 forum software into my personal website..
PostPosted: 04/20/2007 1:39 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:29 AM
Location: St Pete, FL
peace.gif
No, I don't have a backup for that links.php file.  I do have a backup of the links.php file stored in your forum.  But that doesn't seem to have a problem...

http://www.christopher-powell.co.uk/forum/links.php

Where did this other links.php file come from???

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 8 of 10


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.1152s (PHP: 54% - SQL: 46%) - SQL queries: 57 - GZIP disabled - Debug on