vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Color Help (https://vborg.vbsupport.ru/showthread.php?t=161120)

youradhere4222 10-25-2007 08:16 PM

Color Help
 
Hi,

I installed a hack, and it included a link on my navbar. The link is a blue-ish color, and I'd like it white. Can someone please look over my code and tell me what needs to be changed. This is the template for that specific modification, because it didn't require any template edits:

Quote:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[cybfrules]</title>
</head>
<body onload="return cyb_button_countdown();">
$header
$navbar
<if condition="(!$cfrulesagreed AND $cfrshowaccform)">
<form action="misc.php?do=cfrulesagree" name="agree_cfrules" method="post" onsubmit="return checkCheckBox(this);">
</if>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" align="$stylevar[left]"><if condition="($bbuserinfo[usergroupid]==6)"><a class="smallfont" style="float:$stylevar[right]" href="$admincpdir/options.php?do=options&dogroup=CFRules#editrules" title="$vbphrase[cybfrules_edit]" accesskey="E" target="_blank">$vbphrase[cybfrules_edit]</a></if>$vbphrase[cybfrules]</td>
</tr>
<if condition="(!$cfrulesagreed AND $cfrshowaccform)">
<tr>
<td align="center" valign="middle" bgcolor="#FFFFFF"><font color="#FFFFFF"><phrase 1="$bbuserinfo[username]">$vbphrase[cybfrules_agree_note]</phrase></font></td>
</tr>
</if>
<if condition="$vboptions['cybfrules_note1']!=''">
<tr>
<td class="panelsurround" align="center">
<div class="panel" align="$stylevar[left]">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td class="smallfont" align="$stylevar[left]">
$vboptions[cybfrules_note1]
</td>
</tr>
</table>
</div>
</td>
</tr>
</if>
<tr>
<td class="panelsurround" align="center">
<div class="panel" align="$stylevar[left]">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td class="smallfont" align="$stylevar[left]">
$vboptions[cybfrules_rules]
</td>
</tr>
</table>
</div>
</td>
</tr>
<if condition="$vboptions['cybfrules_note2']!=''">
<tr>
<td class="panelsurround" align="center">
<div class="panel" align="$stylevar[left]">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td class="smallfont" align="$stylevar[left]">
$vboptions[cybfrules_note2]
</td>
</tr>
</table>
</div>
</td>
</tr>
</if>
<if condition="(!$cfrulesagreed AND $cfrshowaccform)">
<tr>
<td align="center" valign="middle" style="background-color:#FFFFFF;color:#FFFFFF"><input type="checkbox" name="cfrulesagree" value="1" /><input type="hidden" name="$bbuserinfo[userid]" />&nbsp;<phrase 1="$vboptions[bbtitle]">$vbphrase[cybfrules_iagree_note]</phrase>&nbsp;&nbsp;<if condition="($vboptions[cybfrules_time]!='')"><input id="cfrules_counter" name="cfrules_counter" type="submit" style="width:80px;" value="$vboptions[cybfrules_time]" disabled="disabled" /><else /><input type="submit" style="width:80px" value="$vbphrase[submit]" /></if></td>
</tr>
</if>
</table>
<if condition="(!$cfrulesagreed AND $cfrshowaccform)">
</form>
<script language="JavaScript" type="text/javascript">
function checkCheckBox(f){
if (f.cfrulesagree.checked == false) {
alert("$vbphrase[cybfrules_not_agreed]");
return false;
} else {
return true;
}
}
<if condition="($vboptions[cybfrules_time]!='')">
var cyb_ms='0';
var cyb_s='$cyb_counter_time';
document.agree_cfrules.cfrules_counter.value='$cyb _counter_time';
function cyb_button_countdown() {
if (cyb_ms<=0)
{
cyb_ms='9';
cyb_s-='1';
}
if (cyb_s<=-1)
{
cyb_ms='0';
cyb_s+='1';
document.agree_cfrules.cfrules_counter.disabled=fa lse;
document.agree_cfrules.cfrules_counter.value="$vbp hrase[submit]";
} else {
cyb_ms-='1';
document.agree_cfrules.cfrules_counter.value=cyb_s +"."+cyb_ms;
setTimeout("cyb_button_countdown()",100);
}
}
</if>
</script>
</if>
<br />
$footer
</body>
</html>


All times are GMT. The time now is 02:22 AM.

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.01060 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete