vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   Sexy Times - Black and Pink (https://vborg.vbsupport.ru/showthread.php?t=213763)

Sofia 05-14-2009 10:00 PM

Sexy Times - Black and Pink
 
1 Attachment(s)
Sexy Times - Black and Pink - 3.8.3






Installation
  • Upload "sexytimes" to your "images" folder
  • Import "sexy-times-style.xml" via ACP

- Added PSD Logo, Buttons and Background tcat

kamrul 05-15-2009 04:19 PM

nice share.

Wayne Luke 05-15-2009 04:41 PM

Not too bad. How are you doing the rounded corners? Image? Just asking because they look a little fuzzy to me. Could be the uploaded images though.

Sofia 05-15-2009 04:53 PM

Quote:

Originally Posted by Wayne Luke (Post 1811323)
Not too bad. How are you doing the rounded corners? Image? Just asking because they look a little fuzzy to me. Could be the uploaded images though.

Hello Wayne.

Rounded corners are fuzzy ? I don't know. I make it with photoshop (PSD is included in the folder 'PSD')

Sofia.

kjetterman 06-01-2009 12:45 AM

One of the best skins I have seen in awhile! Truly beautiful and girly! We need more girly skins! Thank you!! :)

mikey1991 06-01-2009 06:08 AM

Just wondering, Sofia, how'd you get the categories to appear transparent?

Great work as always, I've not used this, but marked it installed for you anyway ;)

Sofia 06-01-2009 06:18 AM

Quote:

Originally Posted by mikey1991 (Post 1821145)
Just wondering, Sofia, how'd you get the categories to appear transparent?

Great work as always, I've not used this, but marked it installed for you anyway ;)

Categoriies images are PNG. And in the template level1_no_post, I've this:

HTML Code:

<table><tr>
<img src="tcat_left.png"...>
<td class="tcat">forumtitle</td>
<img src="tcat_right.png"...>
</tr>
</table>

:)

Hasann 06-02-2009 11:52 PM

you're so sexy Sofia.. :p

LisaJH 06-04-2009 08:17 AM

For some reason it wont work for me :(

Sofia 06-04-2009 08:31 AM

Quote:

Originally Posted by LisaJH (Post 1823200)
For some reason it wont work for me :(

What's your problem? :)

mgcom 06-04-2009 10:19 PM

installed - thanks

LisaJH 06-06-2009 05:00 AM

Quote:

Originally Posted by Sofia (Post 1823206)
What's your problem? :)

Like it stuff's up my web site.. Its hard to explain lol... Im gona try it again in a new style and see if it works... I upload the files to the right spot but for some reason i cant install styles :s

kkingg 06-07-2009 12:36 PM

1 Attachment(s)
thanks installed but I have problem in forumhome

Sofia 06-07-2009 02:22 PM

Quote:

Originally Posted by kkingg (Post 1825044)
thanks installed but I have problem in forumhome

You can do this:

in the template forumhome_forumbit_level1_nopost,

find:

HTML Code:

<thead>
<tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>

</thead>
      </tr>

Replace by:
HTML Code:

<thead>
<tr align="center">
      <td class="thead" width="7%">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="175">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>

</thead>
      </tr>

In the template forumhome_lastpostby,

Replace all your code by:

HTML Code:

<table cellpadding="0" cellspacing="0" border="0" style="width:280px;">
<tr align="$stylevar[left]">
<td>
<if condition="$show['lastpostinfo']">
<div class="smallfont" align="$stylevar[left]">
    <div style="clear:both">
        <if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if>
        <a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
    </div>
    <div<if condition="is_browser('ie', 6)"> style="float:$stylevar[left]"</if>>
        <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    </div>
    <div align="$stylevar[right]">
        $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
        <a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
    </div>
</div>
<else />
<div class="smallfont" align="$stylevar[right]">
    $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
    <a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</div>
</if>
</td>
</tr>
</table>


kkingg 06-09-2009 08:20 AM

thanks sofia

Sofia 06-09-2009 09:54 AM

Quote:

Originally Posted by kkingg (Post 1826218)
thanks sofia

You're welcome :)

ShawneyJ 06-23-2009 09:25 AM

love the style. please how do i make the Table Border appear on forumhome? thx

Pcwolfx? 06-23-2009 08:27 PM

Oww sexy nice skin Boss :p

ShawneyJ 06-27-2009 01:25 AM

Quote:

Originally Posted by jaycob (Post 1835468)
love the style. please how do i make the Table Border appear on forumhome? thx

"G" Thx :rolleyes:

rmadeat 06-27-2009 03:41 AM

installed - thanks

ShawneyJ 06-29-2009 10:52 PM

still not Supported, whys it ticket lol!

Sofia 06-29-2009 10:58 PM

Quote:

Originally Posted by jaycob (Post 1839888)
still not Supported, whys it ticket lol!

Sorry. You must edit your CSS (Style Manager >> Choose the style - Main CSS) and the class is "tborder".

In the template forumhome_level1_nopost, the table must include the class tborder (class="tborder")

ShawneyJ 07-02-2009 04:50 AM

Quote:

Originally Posted by Sofia (Post 1839891)
Sorry. You must edit your CSS (Style Manager >> Choose the style - Main CSS) and the class is "tborder".

In the template forumhome_level1_nopost, the table must include the class tborder (class="tborder")

yep thanks, i no where to change the Table Border thats why i asked, i changed it and nothing happened.

so your saying the next step is to add class="tborder" in template forumhome_level1_nopost.
is class="tborder" the full code to place in level1_nopost please? or is there more to that code like <td class="tborder">, sorry i looked in default style and it hasn't got class="tborder" in forumhome_level1_nopost.
actually are you able to just write here what to look for in forumhome_level1_nopost please? and add the code there eg: find
Code:

<td class="thead"
and place above or below
Code:

class="tborder"
this would be great thanks ;)
is not dont stress.
thx

EidolonAH 07-02-2009 07:21 AM

Brilliant gradient wave effect, this is making me consider finishing off an old project of mine I never completed, it's a pink Theme intended for 'adult' sites, I figured no-one would really want it so I stopped developing it.
Great Theme, I love it.

thedudleys 07-02-2009 08:57 PM

I love it but will you be making this for 3.8.3 anytime?

Sofia 07-02-2009 08:59 PM

Quote:

Originally Posted by thedudleys (Post 1841633)
I love it but will you be making this for 3.8.3 anytime?

Tomorrow, I'll update it ;)

Sofia 07-02-2009 09:48 PM

Updated.

Bugs fixed.

- Last Post columns
- Tables borders

ShawneyJ 07-03-2009 08:44 AM

Quote:

Originally Posted by jaycob (Post 1841192)
yep thanks, i no where to change the Table Border thats why i asked, i changed it and nothing happened.

so your saying the next step is to add class="tborder" in template forumhome_level1_nopost.
is class="tborder" the full code to place in level1_nopost please? or is there more to that code like <td class="tborder">, sorry i looked in default style and it hasn't got class="tborder" in forumhome_level1_nopost.
actually are you able to just write here what to look for in forumhome_level1_nopost please? and add the code there eg: find
Code:

<td class="thead"
and place above or below
Code:

class="tborder"
this would be great thanks ;)
is not dont stress.
thx



god i just want my forum to look good using this skin lol. its just not happening...8 days!

Sofia 07-03-2009 08:56 AM

Quote:

Originally Posted by jaycob (Post 1841870)
god i just want my forum to look good using this skin lol. its just not happening...8 days!

Download and re-install the new XML. ;) Tables have borders now.

ShawneyJ 07-03-2009 10:52 AM

Quote:

Originally Posted by Sofia (Post 1841875)
Download and re-install the new XML. ;) Tables have borders now.


ahhhh sweet thanks mate ;)

ITNM 07-08-2009 04:22 PM

1 Attachment(s)
Hi, Sofia thank you very much for the style!!! :D

Can you please fix this small bug I've attach you the image below :) on the forum display
it will be very nice from you :rolleyes:

Friendly, ITNM

glencf 12-22-2009 06:33 PM

my girl is gonna love this skin on our forum's it's just perfect ty kindly

andreaburty 12-29-2009 07:35 PM

Love the skin, but I need a bit of help. I uploaded it all as stated int eh read me file but my home page looks like this:

https://vborg.vbsupport.ru/external/2009/12/12.jpg

All of the other pages look fine, but not this one. Help please.


All times are GMT. The time now is 10:26 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.01466 seconds
  • Memory Usage 1,823KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_html_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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