vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Skin iammin (https://vborg.vbsupport.ru/showthread.php?t=195088)

spitb19 10-30-2008 10:00 PM

Skin iammin
 
This style is free as long as it retains the "Copyright/Designed by" notice at the bottom, contact me for removal (a very small donation).

Quote:

* Upload the folder +++++++++++++ to your forum root directory.
* Go to your Admin CP, Styles and Templates, Download/Upload Styles. Then browse to the folder you extracted the zip to and select the vbulletin-style-iammin380.xml file.
* Add a title and choose "no Parent Style" (unless you want to add it as a child style), Hit Import.
* Enjoy!
Please post questions to this style in this thread (and make sure you've clicked INSTALL). Please DO NOT contact me via PM or E-MAIL for support, all support will be given in this thread.


Code:

Copyright belongs to this style http://+++++++++++++.com
Welcome to the vBulletin community Viet Nam!
http://+++++++++++++.com


bond010007 10-31-2008 03:26 PM

thank you so much for that styles its really lovely

frst installed ;)

spitb19 10-31-2008 03:32 PM

10 downloads - 0 installs :(

bond010007 10-31-2008 03:57 PM

sorry i download in but i forget to click im really sorry

Si?uNoopy 10-31-2008 05:21 PM

<a href="http://+++++++++++++.com" target="_blank">http://+++++++++++++.com</a> :-? vietnamese vBulletin ??

ForYou 11-01-2008 12:31 AM

Hello ,

This is very nice style wrok without any problem on vb 3.8 but there is a problem when i click on @Community@ and then click on @Social Group@ Look how it look like !!

I hope there is solution ,

Regards

spitb19 11-01-2008 01:26 AM

I checked my style, but I don't see this error, you can see the picture. It may be because your gadget reasonable

http://img444.imageshack.us/img444/3570/19407449hd2.jpg

ForYou 11-01-2008 03:02 AM

Hello ,

I was solve this problem by upload the unknown_sg.gif !!

You will see this problem when you creat group without icon for this group ,

any way i thing you forget to put this @unknown_sg.gif@ in misc folder ,


Note : I need to ask you about some thing out of this theard !!
When i was visit your forum i see when i put the mouse over any link we will see some thing nice and cool !!:) what the code can i use to do like what you do in your forum !!?



Regards

Ohiosweetheart 11-01-2008 03:42 AM

Nice!

NAZIA 11-01-2008 04:33 PM

Thanks

mac-warez 11-01-2008 07:09 PM

i get no admincp link or really any links in the footer. that should be fixed

futureye 11-02-2008 06:42 AM

PHP Code:

.box_01 {
    
background-imageurl(skin/banking/box_01.jpg);
    
background-repeatno-repeat;
    
background-positionleft top;
}
.
box_03 {
    
background-imageurl(skin/banking/box_03.jpg);
    
background-repeatno-repeat;
    
background-positionright top;
}
.
boxcolorbar_01 {
    
background-imageurl(skin/banking/boxcolorbar_01.jpg);
    
background-repeatno-repeat;
    
background-positionleft top;
}
.
box_04 {
    
background-imageurl(skin/banking/misc/box_04.jpg);
    
background-repeatrepeat-y;
    
background-positionleft;


where I can found the (( skin/banking/misc/box_04.jpg ))

spitb19 11-02-2008 06:44 AM

Quote:

Originally Posted by mac-warez (Post 1657343)
i get no admincp link or really any links in the footer. that should be fixed

yes, i have been delete it because it isn't beautiful. if you want you can add this code in footer

Quote:

<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[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>
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
</strong>
</div>
</td>
</tr>
</table>
</form>

spitb19 11-02-2008 06:48 AM

Quote:

Originally Posted by futureye (Post 1657684)
PHP Code:

.box_01 {
    
background-imageurl(skin/banking/box_01.jpg);
    
background-repeatno-repeat;
    
background-positionleft top;
}
.
box_03 {
    
background-imageurl(skin/banking/box_03.jpg);
    
background-repeatno-repeat;
    
background-positionright top;
}
.
boxcolorbar_01 {
    
background-imageurl(skin/banking/boxcolorbar_01.jpg);
    
background-repeatno-repeat;
    
background-positionleft top;
}
.
box_04 {
    
background-imageurl(skin/banking/misc/box_04.jpg);
    
background-repeatrepeat-y;
    
background-positionleft;


where I can found the (( skin/banking/misc/box_04.jpg ))

oh, can you delete it because it use for style banking Yellow (i have been share in this forum). it isn't action in this style

safakuygur 11-08-2008 07:14 PM

very nice instaled

twgogo 11-09-2008 03:13 AM

I love it ~

mtv7s 11-13-2008 03:37 AM

Đẹp đó, VN no.1

Huy Ho?ng 12-06-2008 09:21 AM

Quote:

Originally Posted by mtv7s (Post 1664659)
Đẹp đ?, VN no.1

No speak vietnamese in vbulletin.org :D

ckusmez 12-13-2008 08:24 AM

although i activated moderator column, i can't see moderator column. can you help me ?

linhhon2003 12-13-2008 10:47 AM

Quote:

Originally Posted by ckusmez (Post 1684391)
although i activated moderator column, i can't see moderator column. can you help me ?

Did you want to appear as column moderator???

ckusmez 12-13-2008 02:00 PM

just look at the attached picture. i can't see moderator names. it's only dark grey area. what can i do ? Note: i edited this thema. buttons, background etc.


All times are GMT. The time now is 05:47 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.01318 seconds
  • Memory Usage 1,784KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)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