 | Re: Another template question |  |
Posted: 10/18/2006 4:10 AM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
|

|
|
|
|
 |
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 |
|
|
 | Re: Another template question |  |
Posted: 10/18/2006 4:52 AM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
|

|
|
|
|
 |
| 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 |
|
|
 | Re: Another template question |  |
Posted: 10/18/2006 6:13 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:16 AM
Location: St Pete, FL
|

|
|
|
|
 |
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"> {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> {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:
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Another template question |  |
Posted: 10/18/2006 6:33 AM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
|

|
|
|
|
 |
| Ok thanks, got it. Any idea how to fix the large text? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Another template question |  |
Posted: 10/18/2006 6:46 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:16 AM
Location: St Pete, FL
|

|
|
|
|
 |
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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Another template question |  |
Posted: 10/19/2006 4:03 AM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Another template question |  |
Posted: 10/19/2006 5:00 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:16 AM
Location: St Pete, FL
|

|
|
|
|
 |
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 |
|
|
 | Re: Another template question |  |
Posted: 10/19/2006 6:05 AM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
|

|
|
|
|
 |
| It didn't change anything |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Another template question |  |
Posted: 10/19/2006 11:27 PM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 5:16 PM
Location: Upside down
|

|
|
|
|
 |
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 |
|
|
 | Re: Another template question |  |
Posted: 10/21/2006 6:41 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:16 AM
Location: St Pete, FL
|

|
|
|
|
 |
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'];
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|