You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 41 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Chronicles Theme with color errors [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
lamur
Nuke Soldier
Nuke Soldier


Joined: Sep 14, 2004
Posts: 34


PostPosted: Mon Feb 07, 2005 12:43 pm Reply with quoteBack to top

First off, I looked for fixes to this, but couldnt find any. So any help is GREATLY appreciated (I typed this question in another forum and go no answer so here it is):
I am using the Chronicles theme. Which is very nice BTW. But when I go into my "Private Messages" with the Inbox, the "Sentbox, Outbox, and Savebox" are all colored red, which really blends into the wood background and it's very hard to see. I've looked in the Private_Message index.php but I am not sure what to change to make it the same color as the "Forum FAQ, Search, Memberlist, etc".
Does anyone know how to change this? Thanks!


Also, when you are in a forum, and you have the "Users Browsing this forum : " all the users names are colored a RED as well, and it blends in the same. Not sure how to change this as well... Thanks!
Find all posts by lamurView user's profileSend private message
teek5449
Sergeant
Sergeant


Joined: Nov 05, 2004
Posts: 148


PostPosted: Mon Feb 07, 2005 12:48 pm Reply with quoteBack to top

It should be in the forums stylesheet. Look for it in the themes/YOURTHEME/forums/forums.css file.

_________________
"If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut."
Albert Einstein, Observer, Jan. 15, 1950
Find all posts by teek5449View user's profileSend private message
lamur
Nuke Soldier
Nuke Soldier


Joined: Sep 14, 2004
Posts: 34


PostPosted: Mon Feb 07, 2005 1:37 pm Reply with quoteBack to top

Yea, I think though, if I change the settings in the forum.css file though. Wouldnt that effect the outlook of the rest of the site though?
Find all posts by lamurView user's profileSend private message
teek5449
Sergeant
Sergeant


Joined: Nov 05, 2004
Posts: 148


PostPosted: Tue Feb 08, 2005 10:59 am Reply with quoteBack to top

You need to track down a specific css selector that changes just the section that is effected.

_________________
"If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut."
Albert Einstein, Observer, Jan. 15, 1950
Find all posts by teek5449View user's profileSend private message
lamur
Nuke Soldier
Nuke Soldier


Joined: Sep 14, 2004
Posts: 34


PostPosted: Thu Feb 10, 2005 10:35 pm Reply with quoteBack to top

I can't find the correct one.. Does anyone have the chronicles theme with a fix?
Find all posts by lamurView user's profileSend private message
teek5449
Sergeant
Sergeant


Joined: Nov 05, 2004
Posts: 148


PostPosted: Fri Feb 11, 2005 7:00 am Reply with quoteBack to top

Nothing is wrong with the theme so there is no fix but if you want to post a link to your site Im sure we can find the proper selector.

_________________
"If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut."
Albert Einstein, Observer, Jan. 15, 1950
Find all posts by teek5449View user's profileSend private message
lamur
Nuke Soldier
Nuke Soldier


Joined: Sep 14, 2004
Posts: 34


PostPosted: Fri Feb 11, 2005 1:02 pm Reply with quoteBack to top

Thanks


Last edited by lamur on Sun Nov 06, 2005 8:37 am; edited 1 time in total
Find all posts by lamurView user's profileSend private message
lamur
Nuke Soldier
Nuke Soldier


Joined: Sep 14, 2004
Posts: 34


PostPosted: Thu Mar 03, 2005 5:44 pm Reply with quoteBack to top

anyone?
Find all posts by lamurView user's profileSend private message
shrek_rock
Captain
Captain


Joined: Nov 24, 2003
Posts: 709


PostPosted: Thu Mar 03, 2005 5:54 pm Reply with quoteBack to top

Look in your forum template folder for privmsgs_body.tpl. Open that file and the first table will have things like these {INBOX} {SENTBOX}

Look for the class it will look something like this <td><span class="cattitle">{INBOX} &nbsp;</span></td>

Now open the forum stylesheet and edit the color for that class..

_________________
Image

Image
Find all posts by shrek_rockView user's profileSend private messageSend e-mailVisit poster's website
lamur
Nuke Soldier
Nuke Soldier


Joined: Sep 14, 2004
Posts: 34


PostPosted: Thu Mar 03, 2005 6:27 pm Reply with quoteBack to top

Well I opened the stylesheet for the forum and the colors are a light blue, so I am thinking the Main Theme took over the colors.. But I looked in the maintheme/stylesheet.css and it don't even have .cattitle..... I must be missing something somewhere..
Find all posts by lamurView user's profileSend private message
shrek_rock
Captain
Captain


Joined: Nov 24, 2003
Posts: 709


PostPosted: Thu Mar 03, 2005 7:26 pm Reply with quoteBack to top

No, it may not be cattitle, that was an example. Copy and paste the codes from the privmsgs.tpl file and i will show you what the class is if they used any.

_________________
Image

Image
Find all posts by shrek_rockView user's profileSend private messageSend e-mailVisit poster's website
lamur
Nuke Soldier
Nuke Soldier


Joined: Sep 14, 2004
Posts: 34


PostPosted: Sun Mar 06, 2005 9:32 am Reply with quoteBack to top

Code:
 
<script language="Javascript" type="text/javascript">
   //
   // Should really check the browser to stop this whining ...
   //
   function select_switch(status)
   {
      for (i = 0; i < document.privmsg_list.length; i++)
      {
         document.privmsg_list.elements[i].checked = status;
      }
   }
</script>

<table border="0" cellspacing="0" cellpadding="0" align="center" width="100%">
  <tr>
   <td valign="top" align="center" width="100%">
     <table height="40" cellspacing="2" cellpadding="2" border="0">
      <tr valign="middle">
        <td>{INBOX_IMG}</td>
        <td><span class="cattitle">{INBOX} &nbsp;</span></td>
        <td>{SENTBOX_IMG}</td>
        <td><span class="cattitle">{SENTBOX} &nbsp;</span></td>
        <td>{OUTBOX_IMG}</td>
        <td><span class="cattitle">{OUTBOX} &nbsp;</span></td>
        <td>{SAVEBOX_IMG}</td>
        <td><span class="cattitle">{SAVEBOX} &nbsp;</span></td>
      </tr>
     </table>
   </td>
   <td align="right">
     <!-- BEGIN switch_box_size_notice -->
     <table width="175" cellspacing="1" cellpadding="2" border="0" class="bodyline">
      <tr>
        <td colspan="3" width="100%" class="row1" nowrap="nowrap"><span class="gensmall">{BOX_SIZE_STATUS}</span></td>
      </tr>
      <tr>
        <td colspan="3" width="100%" class="row2">
         <table cellspacing="0" cellpadding="1" border="0">
           <tr>
            <td bgcolor="#ffffff"><img src="themes/BlueBox/forums/images/spacer.gif" width="{INBOX_LIMIT_IMG_WIDTH}" height="8" alt="{INBOX_LIMIT_PERCENT}" /></td>
           </tr>
         </table>
        </td>
      </tr>
      <tr>
        <td width="33%" class="row1"><span class="gensmall">0%</span></td>
        <td width="34%" align="center" class="row1"><span class="gensmall">50%</span></td>
        <td width="33%" align="right" class="row1"><span class="gensmall">100%</span></td>
      </tr>
     </table>
     <!-- END switch_box_size_notice -->
   </td>
  </tr>
</table>

<br clear="all" />

<form method="post" name="privmsg_list" action="{S_PRIVMSGS_ACTION}">
  <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
   <tr>
     <td align="left" valign="middle">{POST_PM_IMG}</td>
     <td align="left" width="100%">&nbsp;<span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
     <td align="right" nowrap="nowrap"><span class="gensmall">{L_DISPLAY_MESSAGES}:
      <select name="msgdays">{S_SELECT_MSG_DAYS}
      </select>
      <input type="submit" value="{L_GO}" name="submit_msgdays" class="liteoption" />
      </span></td>
   </tr>
  </table>

  <table border="0" cellpadding="3" cellspacing="0" width="100%" class="forumline">
   <tr>
     <th width="5%" height="25" class="thCornerL" nowrap="nowrap">&nbsp;{L_FLAG}&nbsp;</th>
     <th width="55%" class="thTop" nowrap="nowrap">&nbsp;{L_SUBJECT}&nbsp;</th>
     <th width="20%" class="thTop" nowrap="nowrap">&nbsp;{L_FROM_OR_TO}&nbsp;</th>
     <th width="15%" class="thTop" nowrap="nowrap">&nbsp;{L_DATE}&nbsp;</th>
     <th width="5%" class="thCornerR" nowrap="nowrap">&nbsp;{L_MARK}&nbsp;</th>
   </tr>
   <!-- BEGIN listrow -->
   <tr>
     <td class="{listrow.ROW_CLASS}" width="5%" align="center" valign="middle"><img src="{listrow.PRIVMSG_FOLDER_IMG}" width="19" height="18" alt="{listrow.L_PRIVMSG_FOLDER_ALT}" title="{listrow.L_PRIVMSG_FOLDER_ALT}" /></td>
     <td width="55%" valign="middle" class="{listrow.ROW_CLASS}"><span class="topictitle">&nbsp;<a href="{listrow.U_READ}" class="topictitle">{listrow.SUBJECT}</a></span></td>
     <td width="20%" valign="middle" align="center" class="{listrow.ROW_CLASS}"><span class="name">&nbsp;<a href="{listrow.U_FROM_USER_PROFILE}" class="name">{listrow.FROM}</a></span></td>
     <td width="15%" align="center" valign="middle" class="{listrow.ROW_CLASS}"><span class="postdetails">{listrow.DATE}</span></td>
     <td width="5%" align="center" valign="middle" class="{listrow.ROW_CLASS}"><span class="postdetails">
      <input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" />
      </span></td>
   </tr>
   <!-- END listrow -->
   <!-- BEGIN switch_no_messages -->
   <tr>
     <td class="row1" colspan="5" align="center" valign="middle"><span class="gen">{L_NO_MESSAGES}</span></td>
   </tr>
   <!-- END switch_no_messages -->
   <tr>
     <td class="catBottom" colspan="5" height="28" align="right"> {S_HIDDEN_FIELDS}
      <input type="submit" name="save" value="{L_SAVE_MARKED}" class="mainoption" />
      &nbsp;
      <input type="submit" name="delete" value="{L_DELETE_MARKED}" class="liteoption" />
      &nbsp;
      <input type="submit" name="deleteall" value="{L_DELETE_ALL}" class="liteoption" />
     </td>
   </tr>
  </table>

  <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
   <tr>
     <td align="left" valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
     <td align="left" valign="middle" width="100%"><span class="nav">{PAGE_NUMBER}</span></td>
     <td align="right" valign="top" nowrap="nowrap"><b><span class="gensmall"><a href="javascript:select_switch(true);" class="gensmall">{L_MARK_ALL}</a> :: <a href="javascript:select_switch(false);" class="gensmall">{L_UNMARK_ALL}</a></span></b><br /><span class="nav">{PAGINATION}<br /></span><span class="gensmall">{S_TIMEZONE}</span></td>
   </tr>
  </table>
</form>

<table width="100%" border="0">
  <tr>
   <td align="right" valign="top">{JUMPBOX}</td>
  </tr>
</table>
Find all posts by lamurView user's profileSend private message
shrek_rock
Captain
Captain


Joined: Nov 24, 2003
Posts: 709


PostPosted: Mon Mar 07, 2005 7:13 am Reply with quoteBack to top

It does use cattitle

<td><span class="
cattitle">{INBOX} &nbsp;</span></td>

Since you said it's not in the forum stylesheet and not in the main stylesheet then look in overall_header.tpl, look to see if they put it there instead. If you can't find it you can just add a font tag to the texts like the following.

<td><font color="#0000ff">{INBOX} &nbsp;</font></td>



_________________
Image

Image
Find all posts by shrek_rockView user's profileSend private messageSend e-mailVisit poster's website
lamur
Nuke Soldier
Nuke Soldier


Joined: Sep 14, 2004
Posts: 34


PostPosted: Mon Mar 07, 2005 9:38 pm Reply with quoteBack to top

I did the font color ones, but it only changed the font of the CURRENT place. Meaning, I was in the Inbox and only the Inbox was that color, the rest were the same.
Find all posts by lamurView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.252 Seconds - 151 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::