The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Dark_vb - Free skin from CompleteGFX.com Details »» | |||||||||||||||||||||||||||
Dark_vb - Free skin from CompleteGFX.com
Developer Last Online: Oct 2009
PLEASE click "Mark as Installed" link located to the right! Thank you!
When this skin gets 100 installs, I will release another free skin! EDIT: 100 Installs reached, Green One has now been released! ************************************************** *** *-----------------------------------------------------------------------* *-----------------------------------------------------------------------* | Name: Dark_vb | Version: 3.8.1 | Developer: CompleteGFX.com | Published: 18 Nov 2006 *-----------------------------------------------------------------------* *-----------------------------------------------------------------------* ************************************************** *** Index:
************************************************** *** 1. Skin Details ************************************************** *** This is my first publicly released style. This was my original layout for my gaming website. When I upgraded, I decided it was time for a new design. So instead of letting my work go to waste, I decided to release this to you for free. Please rate this style. :up: Includes:
Demo:
************************************************** *** 2. Installation and Support ************************************************** *** Installation: The links below are guides (articles) hosted right here on vBulletin.org! PLEASE remember to THANK the authors of these guides! Great Installation Guides:
Support: If you need help please ask in the forums and NOT by PM. In order for me to give you support I ask that you please click the "Mark as Installed" link in the Mod Information box. Doing so, helps track the skin version you have installed and helps support go quicker. Also, when this skin reaches 100 installs, I will release another free skin! ************************************************** *** 3. More Free Skins ************************************************** *** 1. Dark_vb <-- CLICK 2. Zero <-- CLICK 3. Vivid Stripes <-- CLICK 4. Green One <-- CLICK 5. Sleek Passion <-- CLICK Show Your Support
|
Comments |
#72
|
|||
|
|||
EDIT: nvm i fixed it.
|
#73
|
|||
|
|||
When i use this code/mod:
https://vborg.vbsupport.ru/showthread.php?t=124749 The footer for those pages on your style alone is off center. Take a look at the screen shot |
#74
|
|||
|
|||
Quote:
You need to restore the "vBulletin skin by: CompleteGFX.com" link before you receive any help. This is apart of the license agreement, once you open the zip file you are bound legally by the agreement. Please restore the link or remove the skin (xml, images, syntax, etc) from your server. |
#75
|
|||
|
|||
Quote:
...I never removed the link... Look at the attached image...my previous images showed only the right side of my screen not the bottom center... :up::up: Soooooooooooooo....any ideas? |
#76
|
|||
|
|||
Quote:
If this is your website, then you need to add the link back. http://www.oonclan.com/index.php |
#77
|
||||
|
||||
installed..............
tnx unenergizer br gsmph |
#78
|
|||
|
|||
Quote:
Heres the code from the footer... Code:
$ad_location[ad_footer_start] <br /> <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div> <br /> $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> <td> <div align="center"> <div class="smallfont" align="center"> <!-- Do not remove this copyright notice --> Design Developed by <a href="http://www.completegfx.com/">CompleteGFX</a><br> $vbphrase[powered_by_vbulletin] <!-- Do not remove this copyright notice --> </div> <div class="smallfont" 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 --> $vboptions[copyrighttext] </div> </div> </form> </td> </tr> </table> <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[right]" width="100%"> <div class="smallfont"> <strong> <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$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> $template_hook[footer_links] <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if> <if condition="$vboptions[tosurl]"><a href="$vboptions[tosurl]">$vbphrase[terms_of_service]</a> -</if> <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> </strong> </div> </td> </tr> </table> $ad_location[ad_footer_end] <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> |
#79
|
|||
|
|||
No, thank you! Glad you like the skin.
|
#80
|
|||
|
|||
So any idea on how to fix this?
|
#81
|
|||
|
|||
I was able to fix the error my self. There was a missing tag in your style templates. I was able to find it and fix it.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|