Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
Another template question
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: Previous  1, 2, 3, 4, 5  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Re: Another template question
PostPosted: 10/18/2006 4:10 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
australC_1xa.gif
hmmm still can't see it, but it doesn't matter. I'll work on that later.

Quote:
To adjust the color for the screenshot above, you would edit the posting_body.tpl file...


I can't find where to change it in the posting_body.tpl file

Ohh and I also can't change the size of the font in the welcome block
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Another template question
PostPosted: 10/18/2006 4:52 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
australC_1xa.gif
The 2 css files don't even match. I'd like to change that red font but no matter what I do it just won't change. Must be the way in which I created the new template
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Another template question
PostPosted: 10/18/2006 6:13 AM 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:16 AM
Location: St Pete, FL
peace.gif
You should see code like this in your posting_body.tpl file that is used to create the two drop-down boxes...

Code:
              <td><span class="genmed"> &nbsp;{L_FONT_COLOR}:
               <select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].val ue + ']', '[/color]');this.selectedIndex=0;" onMouseOver="helpline('s')">
                 <option style="color:black; background-color: {T_TD_COLOR1}" value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option>
                 <option style="color:darkred; background-color: {T_TD_COLOR1}" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option>
                 <option style="color:red; background-color: {T_TD_COLOR1}" value="red" class="genmed">{L_COLOR_RED}</option>
                 <option style="color:orange; background-color: {T_TD_COLOR1}" value="orange" class="genmed">{L_COLOR_ORANGE}</option>
                 <option style="color:brown; background-color: {T_TD_COLOR1}" value="brown" class="genmed">{L_COLOR_BROWN}</option>
                 <option style="color:yellow; background-color: {T_TD_COLOR1}" value="yellow" class="genmed">{L_COLOR_YELLOW}</option>
                 <option style="color:green; background-color: {T_TD_COLOR1}" value="green" class="genmed">{L_COLOR_GREEN}</option>
                 <option style="color:olive; background-color: {T_TD_COLOR1}" value="olive" class="genmed">{L_COLOR_OLIVE}</option>
                 <option style="color:cyan; background-color: {T_TD_COLOR1}" value="cyan" class="genmed">{L_COLOR_CYAN}</option>
                 <option style="color:blue; background-color: {T_TD_COLOR1}" value="blue" class="genmed">{L_COLOR_BLUE}</option>
                 <option style="color:darkblue; background-color: {T_TD_COLOR1}" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option>
                 <option style="color:indigo; background-color: {T_TD_COLOR1}" value="indigo" class="genmed">{L_COLOR_INDIGO}</option>
                 <option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="genmed">{L_COLOR_VIOLET}</option>
                 <option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="genmed">{L_COLOR_WHITE}</option>
                 <option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="genmed">{L_COLOR_BLACK}</option>
               </select> &nbsp;{L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].val ue + ']', '[/size]')" onMouseOver="helpline('f')">
                 <option value="7" class="genmed">{L_FONT_TINY}</option>
                 <option value="9" class="genmed">{L_FONT_SMALL}</option>
                 <option value="12" selected class="genmed">{L_FONT_NORMAL}</option>
                 <option value="18" class="genmed">{L_FONT_LARGE}</option>
                 <option  value="24" class="genmed">{L_FONT_HUGE}</option>
               </select>
               </span></td>

The background color seems to be T_TD_COLOR1, which is probably set in your Styles Admin Management:



Scroll down to the Table Cell Colour 1:



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: Another template question
PostPosted: 10/18/2006 6:33 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
australC_1xa.gif
Ok thanks, got it. Any idea how to fix the large text?
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Another template question
PostPosted: 10/18/2006 6:46 AM 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:16 AM
Location: St Pete, FL
peace.gif
I would need to see your index_body.tpl, overall_header.tpl, and av8rportal.css files to figure that out...

I'm heading for bed too, so I will try to get on this when I wake up...

munky2
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: Another template question
PostPosted: 10/19/2006 4:03 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
australC_1xa.gif
Wasn't sure if you wanted the links to them or not so here they are below. Just a bit of a pain that I can't change anything in the CSS file. It's probably my fault by the way I copied over the files.

http://www.theaussieaviator.net/downloads_folder/overall_header.tpl.tx t

http://www.theaussieaviator.net/downloads_folder/av8rportal.css.txt

http://www.theaussieaviator.net/downloads_folder/index_body.tpl.txt
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Another template question
PostPosted: 10/19/2006 5:00 AM 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:16 AM
Location: St Pete, FL
peace.gif
The first thing that I see that you probably need to add is this:

OPEN
av8rportal.css

FIND
Code:
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

AFTER, ADD
Code:
/* The user info/stats box on top of index page */
.infostat{ font-size : 10px; color : #000000; }
a.infostat{ text-decoration: underline; color : #006699;  }
a.infostat:visited { text-decoration: underline; color : #006699; }
a.infostat:hover{ text-decoration: underline; color : #DD6900; }

You will need to adjust the colors to match your av8rportal template...

Save and upload to your templates/av8rportal folder.  Be sure to create a good backup of the file before overwriting it...

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: Another template question
PostPosted: 10/19/2006 6:05 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
australC_1xa.gif
It didn't change anything
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Another template question
PostPosted: 10/19/2006 11:27 PM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
australC_1xa.gif
Now there's another problem, as seen in the screen shot below. Notice when you reply to a topic the preview of the last messages looks like the old template.

Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Another template question
PostPosted: 10/21/2006 6:41 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:16 AM
Location: St Pete, FL
peace.gif
The colors for your Preview window are set in Edit Styles in your ACP eXtreme Styles section.  Just click on Edit next to the av8rportal template...



This is the current cellpic3.gif color assigned to Table Header Class 2...



This is the colors set in Table Header Colour 2 along with the font colors set in Font Colour 1, 2, and 3:



This is the code in the includes/topic_review.php file that is controlling the colors:

Code:
$row_color = ( !($i % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
$row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];

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
 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  Next
Page 3 of 5


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0944s (PHP: 70% - SQL: 30%) - SQL queries: 57 - GZIP disabled - Debug on