Remove bold

Filez

New Member
in footer find:
HTML:
<div align="center">
	<div class="smallfont" align="center">
	<!-- Do not remove this copyright notice -->
	$vbphrase[powered_by_vbulletin]
	<!-- Do not remove this copyright notice -->
	</div>




and remove this part
Code:
$vbphrase[powered_by_vbulletin]
 

Hoxxy

New Member
filez said:
in footer find:
HTML:
<div align="center">
	<div class="smallfont" align="center">
	<!-- Do not remove this copyright notice -->
	$vbphrase[powered_by_vbulletin]
	<!-- Do not remove this copyright notice -->
	</div>




and remove this part
Code:
$vbphrase[powered_by_vbulletin]

He justs wants it not bold not removed ;)

its not bold by default so look in phrases for "powered_by_vbulletin" (with out quotes). also check footer template for any surounding code. eg:
HTML:
<b> </b>

or 

<strong> </strong>
 

Filez

New Member
okies boss now he has two options lol should have slowed down a bit working in other things at same time. =)
 

ryu

New Member
Hoxxy said:
He justs wants it not bold not removed ;)

its not bold by default so look in phrases for "powered_by_vbulletin" (with out quotes). also check footer template for any surounding code. eg:
HTML:
<b> </b>

or 

<strong> </strong>

Yeah, I did, and it's still in bold.
 

ryu

New Member
Style: Cyborg-Red


PHP:
<br />
<div class="smallfont" 
<div align="center">
	<div class="smallfont" align="center">
	<!-- Do not remove this copyright notice -->
                       $vbphrase[powered_by_vbulletin]
	<!-- Do not remove this copyright notice -->
	</div>
	
	<div class="smallfont" align="center">
	
	$vboptions[copyrighttext]
	</div>
</div>
<div align="center">

<!-- /content area table -->

<form action="$vboptions[forumhome].php" method="get">
	
<table cellpadding="2" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
	<if condition="$show['quickchooser']">
<tr>

		<td>
			<select name="styleid" onchange="switch_id(this, 'style')">
				<optgroup label="$vbphrase[quick_style_chooser]">
					$quickchooserbits
				</optgroup>
			</select>
		</td>

</tr>
	</if>
	<if condition="$show['languagechooser']">
<tr>

		<td>
			<select name="langid" onchange="switch_id(this, 'lang')">
				<optgroup label="$vbphrase[quick_language_chooser]">
					$languagechooserbits
				</optgroup>
			</select>
		</td>	
        </tr>		

	</if>

</table>

</form>
	<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
	$cronimage
	<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
	<input type="hidden" name="s" value="$session[sessionhash]" />
	<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
	<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
	var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
	var utcOffset = new Date().getTimezoneOffset() / 60;
	if (Math.abs(tzOffset + utcOffset) == 1)
	{	// Dst offset is 1 so its changed
		document.forms.dstform.submit();
	}
//-->
</script>
<!-- / auto DST correction code -->

</if>
<script type="text/javascript">
<!--
	// Main vBulletin Javascript Initialization
	vBulletin_init();

	// Initialize 'Active' Table Cells
	//activecells_init();
//-->
</script>
      </div>
</div>
<div class="bottom_borderbg">
         <div class="bottom_border_right_pic"></div>
         <div class="bottom_border_left_pic"></div>
         <div class="bottom_border_middle_pic"></div>
</div>
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="c_footer" align="center">
      <tr>
            <td><div class="footer_left_pic"><a href="#top" onclick="self.scrollTo(0, 0); return false;"><img src="/designs/cyborg-red/sp.gif" alt="$vbphrase[top]" width="83" height="29" /></a></div></td>
            <td class="c_link ">				
                <a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> -
		<if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a></if>
		<if condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a><else /></if></td>
            <td> 
                 <div class="footer_middle_pic">
                      <div class="copyright">	
                      
	              <a href="removed"></a>
	              </div>
                 </div> 
            </td>
            <td class="c_link " >
                <if condition="$show['modcplink']"><a href="$modcpdir/index.php?$session[sessionurl]">$vbphrase[mod]</a> -<else /></if>
		<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> </if>
		<if condition="$vboptions[privacyurl]">- <a href="$vboptions[privacyurl]">Policy</a></if>
            </td>
            <td><div class="footer_right_pic"><a href="#top" onclick="self.scrollTo(0, 0); return false;"><img src="/designs/cyborg-red/sp.gif" alt="$vbphrase[top]" width="83" height="29" /></a></div></td>
     </tr>
</table>
 

Hoxxy

New Member
Second line you havent closed the code

HTML:
<div class="smallfont"
needs to be:
HTML:
<div class="smallfont">
See if that sorts it....
 

ryu

New Member
I closed it, but it's still in bold. Could it be the Additional CSS Definitions?

HTML:
/** Footer **/
.c_footer { background: url(/designs/cyborg-red/c_41.jpg);height:29px; }
.c_link { width:50% 10px tahoma; }
.footer_middle_pic { background: url(/designs/cyborg-red/c_44.jpg);height:29px; width:197px; }
.footer_left_pic { background: url(/designs/cyborg-red/c_40.jpg);height:29px; width:83px; }
.footer_right_pic { background: url(/designs/cyborg-red/c_47.jpg);height:29px; width:83px; }

.copyright { font:10px tahoma;padding-top:16px; }
img { border:0; }


.WWU002postbit td {padding-left:2px;padding-right:2px;}
.WWU002postbit img.i,.WWU002postbit img.im,.WWU002postbit img.il,.WWU002postbit img.ir {background-color:#FFFFFF;border-left:1px solid #808080;border-top:1px solid #808080;border-right:1px solid #C0C0C0;border-bottom:1px solid #C0C0C0;}
.WWU002postbit img.im {border-left:none;border-right:none;}
.WWU002postbit img.il {border-right:none;}
.WWU002postbit img.ir {border-left:none;}

/* Forum Images next to the Description for every Forum */
.ForumImages {
float: left; 
margin-right: 8px; 
margin-top: 2px; 
}
 

Filez

New Member
just to answer something for me do me a favor and remove $vbphrase[powered_by_vbulletin] and just put in powered by vbulletin and see if it is still bold?

dont just delete $vbphrase delete it all then type in what I suggested.
 

ryu

New Member
filez said:
just to answer something for me do me a favor and remove $vbphrase[powered_by_vbulletin] and just put in powered by vbulletin and see if it is still bold?

dont just delete $vbphrase delete it all then type in what I suggested.

Did that already, still in bold.
 

Filez

New Member
The only thing I can see is to upload the xml and see what its doing please post the xml for that theme. Thanks
 

ryu

New Member
Hoxxy said:
smallfont has its own section in your styles manager

Thanks for the help, but the problem was in $vbphrase[powered_by_vbadvanced_cmps]
I had replaced the phrase with <b>.
 

Filez

New Member
glad yeah got it fixed and it might help next time lo let us know you have something like that installed so we can assist better..... good job in fixing it.
 
Top