Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 11-29-2000 Last Update: Never Installs: 0
 
No support by the author.

The [Send A Private Message] link is white... I have a white background, and well... that makes it invisible. All the rest of the links on the whole board (including the others in the PM window) are the right color... anyone know how to fix this?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 11-29-2000, 07:24 PM
Guest
 
Posts: n/a
Default

Edit the templates. I don't know what they're in - install the template search and search for them.
Reply With Quote
  #3  
Old 11-29-2000, 08:32 PM
Guest
 
Posts: n/a
Default

ok, I found the template... this is what it has in it:


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD><TITLE>$bbtitle - Private Messaging: $username</title>
$cssinclude
</head>
<body bgcolor="#7d7092" text="#000000" id=all leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000000" vlink="#000000" alink="#000000">
$header

<table border="0" width="100%"><tr>
<td valign="top" align="left"><a href="index.php"><img src="$titleimage" border="0"></a></td>

<td valign="middle" align="center" nowrap>
$fivelinks
<P><A HREF="private.php?action=newmessage&password=$password&reply=false"><FONT face="verdana, arial, helvetica" size="2"  class="thtcolor">[Send A Private Message]</font></A><FONT face="verdana,arial,helvetica" size="1" ><BR>
<a href="private.php?action=editignore&password=$password">[ Edit Ignore List ]</a><BR>
<a href="private.php?action=editfolders&password=$password">[ Edit Folders ]</a><BR></font><FONT face="verdana, arial, helvetica" size="2" ><FORM action="private.php" METHOD="POST">
Jump To: <SELECT name="thefolder"><OPTION value="-1">Sent Items</OPTION>
<OPTION value="0">Inbox</OPTION>$folderjump</SELECT><INPUT type="hidden" name="action" value="getmsgs"><INPUT type="hidden" name="password" value="$password"> <INPUT type="Submit" name="submit" value="Go!"></FORM></font></td>
</tr></table>

<table border="0" width="100%" cellpadding="2">
<tr><td width="60%">
<FONT face="verdana, arial, helvetica" size="2" ><b><a href="index.php">$bbtitle</A> <FONT face="verdana,arial,helvetica" size="1" ><b>></b></font> <a href="private.php">Private Messages</a> <BR>$username > $foldername</b></font></td>
<FORM action="private.php" METHOD="POST"><INPUT type="hidden" name="action" value="domove"><INPUT type="hidden" name="table" value="$table"><INPUT type="hidden" name="password" value="$password">
<td><FONT face="verdana, arial, helvetica" size="2" ><INPUT type="submit" name="submit" value="Delete"> or <SELECT name="thefolder">
<OPTION value="0">Inbox</option>$folderjump</SELECT> <INPUT type="Submit" name="submit" value="Move"></font></td>
</tr>
</table>


<table border=0 cellpadding=4 border=0 cellspacing=1 width="100%">
<tr bgcolor="#FFFFFF">
<td colspan=3>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><FONT face="verdana,arial,helvetica" size="1" >?</font></td>
<td width="100%" align="center">
<FONT face="verdana,arial,helvetica" size="1"  color="#afa3c5"><B>Message Title</B></font></td>
</tr></table></td>

<td align=center nowrap><FONT face="verdana,arial,helvetica" size="1"  color="#afa3c5"><B>$sender</B></font></td>
<td align=center nowrap>
<FONT face="verdana,arial,helvetica" size="1"  color="#afa3c5"><B>Date/Time Sent</B></font></td>
<td align=center nowrap>
<FONT face="verdana,arial,helvetica" size="1"  color="#afa3c5">?</font></td>
</tr>

$privmsgsbit

</form>
<TR bgcolor="#FFFFFF">
<TD valign="middle" width="100%" colspan="7">

<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>

<td valign="middle"><FONT face="verdana,arial,helvetica" size="1" >?</font></td>

<td width="100%" valign="middle" align="right">
<FONT face="verdana,arial,helvetica" size="1"  color="#afa3c5"><b>
All times are $timezone. All dates are in Month-Day-Year format.</b></font></td>

</tr></table>

</table>

<table border="0" width="100%" cellpadding="2">
<tr>
<td width=30% valign="top"><A HREF="private.php?action=newmessage&password=$password&reply=false"><FONT face="verdana, arial, helvetica" size="2"  class="thtcolor">[Send A Private Message]</font></a></td>
<td width="70%" valign="top">$forumjump</td>
</tr></table>

<center><table border=0><tr>
<td><img src="$pmnewfolder" border=0 alt="New Message"></td>
<td><b><FONT face="verdana,arial,helvetica" size="1" >New Message</font></b></td>
<td><img src="$pmfolder" border=0 alt="Old Message"></td>
<td><b><FONT face="verdana,arial,helvetica" size="1" >Old Message</font></b></td>
</tr>
<tr>
<td><img src="$pmnewfolderrt" border=0 alt="New Replied To Message"></td>
<td><b><FONT face="verdana,arial,helvetica" size="1" >New Replied To Message</font></b></td>
<td><img src="$pmfolderrt" border=0 alt="Old Replied To Message"></td>
<td><b><FONT face="verdana,arial,helvetica" size="1" >Old Replied To Message</font></b></td>
</tr>
</table></center>

$footer

</body>
</html>


what should I do with it?
Reply With Quote
  #4  
Old 11-29-2000, 11:11 PM
Guest
 
Posts: n/a
Default

In privatemsglist and showprivmsg templates

find:

<normalfont class="thtcolor">

change it to:
<normalfont class="thtcolor2">

That will fix it (there's a couple instances in each template.
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 11:02 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03656 seconds
  • Memory Usage 2,225KB
  • Queries Executed 17 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (3)postbit
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete