Blue Professional

Filez

New Member
admincp > styles & templates > style manager > skin > edit templates > header ....now find what your looking for.
 

networker007

New Member
the template doesnt display the Human Verification !!!

something wrong here. i ve tryed
  1. Image Verification
  2. Question & Answer Verification
  3. reCAPTCHAâ„¢

nothing displayed...

anyone help can help me???
 

uBulletin

New Member
networker007 said:
the template doesnt display the Human Verification !!!

something wrong here. i ve tryed
  1. Image Verification
  2. Question & Answer Verification
  3. reCAPTCHAâ„¢

nothing displayed...

anyone help can help me???

Its never worked on the Nulled relises just remove it in the ACP.
 

Filez

New Member
you wish for it to work? and uBulletin stop givng bad information jackass..it can fixed ....no wonder n00bs get confused with n00b helpers like yourself.
 

Filez

New Member
here is the right version with human verify all that needs to be done is go into the header and edit the link code for what you want. Also added 3 securtiy tokens that were missing.
 

networker007

New Member
how can i change the footer style in this template. i wanna all the lines not bold - i wanna it solid - thx for help.

look here:
 

Filez

New Member
just go into your footer template and find the text and make sure the word strong is not there or <b> </b>.
 

networker007

New Member
there is no <strong> or <b> but it is bold

here my footer:

Code:
<br />
	<div class="tb" align="center">
	<!-- 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 -->

	Powered by vBulletin® Version 3.7.X<br>
        Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
<br /><br>
	$vboptions[copyrighttext]<br>
        <em>xxx</em>
	</div>

$spacer_close
<!-- /content area table -->

<form action="$vboptions[forumhome].php" method="get">
	
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
	<if condition="$show['quickchooser']">
		<td class="tfoot">
			<select name="styleid" onchange="switch_id(this, 'style')">
				<optgroup label="$vbphrase[quick_style_chooser]">
					$quickchooserbits
				</optgroup>
			</select>
		</td>
	</if>
	<if condition="$show['languagechooser']">
		<td class="tfoot">
			<select name="langid" onchange="switch_id(this, 'lang')">
				<optgroup label="$vbphrase[quick_language_chooser]">
					$languagechooserbits
				</optgroup>
			</select>
		</td>
	</if>
	<td class="tfoot" align="$stylevar[align=right]" width="100%">
		<div class="smallfont">
			
				<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
				<if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
				<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
				<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
				<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
				<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
				<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
			
		</div>
	</td>
</tr>
</table>

<br />



</form>

<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();
//-->
</script>
 

Filez

New Member
the only other thing I can think of is it may be you mod that was added as it displays near all that as well and may have bleed over. try searching phrases for you mods yeah know the three you have advertising in your footer.
 

networker007

New Member
ok, i will trying in the next few hours. i am searching in the phrases for the adverts, know the tree (what tree?) and then? where can i change? Change the style in the mods directly? pls give me an example how you would proceed.

thx brother
 

Filez

New Member
I would use XML Blueprint and look through the code as it is there somewhere. then if not I would examine the mod it self. then I would do what was needed from there.
 

Filez

New Member
go to header template and scrool down to where it shows this and remove what it is you want.



HTML:
<link rel="shortcut icon" href="favicon.ico" />



<!-- content table -->
$spacer_open

$_phpinclude_output

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

 <TR>
<a href="http://www.www.mco">  <----remove this
	<img src="webdevpros.net/wdp_vbluesleek/logo.jpg" width="266" height="77" border="0" alt="WebDevPros.Net - Home"></a>
      </tr>
    </table></td>
  </tr>
</table></template>
	</templategroup>
</style>
 
Top