vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   CA Evo 3.8.3 - 25 colors (9 new colors) - Clean and easy to read (https://vborg.vbsupport.ru/showthread.php?t=214585)

EntranaRS 06-12-2009 12:40 PM

You should be able to fix that if you're installing it for a client.

Sofia 06-12-2009 02:01 PM

Quote:

Originally Posted by mikey1991 (Post 1828254)
Installing this on a clients board, the Forum is aligned fine in FireFox, but is malaligned in IE 8..

Like this:

https://vborg.vbsupport.ru/external/2009/11/16.png


Hi Mikey.

Arf, sorry... In forumhome_forumbit_level1_nopost

Find:

HTML Code:

    <tr align="center">
      <td class="thead" width="30">&nbsp;</td>
      <td class="thead" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td>
      <td class="thead" width="<if condition="is_numeric($stylevar[outertablewidth])">200<else />250</if>" nowrap="nowrap">$vbphrase[last_post]</td>
      <td class="thead" width="60" nowrap="nowrap">$vbphrase[threads]</td>
      <td class="thead" width="50" nowrap="nowrap">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="150" nowrap="nowrap">$vbphrase[moderator]</td>
      </if>
    </tr>

Replace by:

HTML Code:

<tr align="center">
      <td class="thead">&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>
    </tr>

In this style, I modified more than 120 templates. So it's possible there are some errors. Normally, the style works correctly

mikey1991 06-12-2009 02:51 PM

I don't doubt it Sofia, Thanks for the quick reply. I'll mark installed.

Daniel_HBK 06-12-2009 04:14 PM

Great!!!!!!!

anjaan7979 06-12-2009 09:06 PM

Quote:

Originally Posted by Sofia (Post 1828201)
Hummm... This problem is not due to my style I think... All is aligned to the left in the last post column.

Maybe it's an issue on my side then....not sure. I will PM you my site where the forum is installed if you can find anything please let me know. Thanks again :-)

|Jordan| 06-12-2009 09:23 PM

Quote:

Originally Posted by Sofia (Post 1828196)
This problem is due to templates "spacer_open" and "spacer_close". Sorry, but I can't edit these templates, because it would modify the whole style.

Ah thanks for pointing out the templates that were causing the problem.

I removed everything from both those templates and now the sidebar displays properly. I see what you mean by it affecting the style, the white background is no longer there. But for me, the sidebar is more important than the white background.

Sofia 06-12-2009 10:16 PM

Quote:

Originally Posted by |Jordan| (Post 1828598)
Ah thanks for pointing out the templates that were causing the problem.

I removed everything from both those templates and now the sidebar displays properly. I see what you mean by it affecting the style, the white background is no longer there. But for me, the sidebar is more important than the white background.

Ok, so this issue is fixed?

Sofia 06-12-2009 10:17 PM

Quote:

Originally Posted by anjaan7979 (Post 1828588)
Maybe it's an issue on my side then....not sure. I will PM you my site where the forum is installed if you can find anything please let me know. Thanks again :-)

Ok. I'll fix your problem directly on your website if you want.

rob01 06-13-2009 12:50 AM

wow i love your work!

PSiKoMaNYaH 06-13-2009 08:19 AM

thanks very nice , installed sofia :)

rtyagis 06-14-2009 03:36 AM

Nice style!! Thanks :up:

saxahan 06-14-2009 09:06 AM

They really worked hard.Thanks a lot.INSTALLED

anjaan7979 06-14-2009 06:29 PM

Quote:

Originally Posted by Sofia (Post 1828625)
Ok. I'll fix your problem directly on your website if you want.

Sure...Thanks!!!

I will PM you the details.

jakki 06-15-2009 04:02 AM

can u make header and userinformation as default style, becaz i want to put 468*60 banner at the top right side.

https://vborg.vbsupport.ru/

rangana1 06-16-2009 10:27 AM

thx bro i installed

sa3eka.com 06-20-2009 01:30 AM

nice Style

anjaan7979 06-21-2009 12:56 AM

Quote:

Originally Posted by rangana1 (Post 1830599)
thx bro i installed

eh? Developer is a female!

Rodimus 06-21-2009 03:27 PM

These styles look fantastic, but are these available as dark/black theme?

armthehomeless1 06-22-2009 05:52 AM

Quote:

Originally Posted by jakki (Post 1829923)
can u make header and userinformation as default style, becaz i want to put 468*60 banner at the top right side.

https://vborg.vbsupport.ru/

I also want to put a banner in the top right. Any assistance for a semi-noob :D

Sofia 06-22-2009 07:27 AM

Quote:

Originally Posted by jakki (Post 1829923)
can u make header and userinformation as default style, becaz i want to put 468*60 banner at the top right side.

http://www.collectpicture.com/thumb-F9F2_4A35D5BB.jpg

Quote:

Originally Posted by armthehomeless1 (Post 1834560)
I also want to put a banner in the top right. Any assistance for a semi-noob :D

I can do this:

In your header template, find and delete:


HTML Code:

<td align="$stylevar[right]" valign="bottom" width="100%" nowrap="nowrap" class="header-table-login">

<if condition="$show['member']">

    <div class="smallfont">
        <strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong><br />
        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>

        <if condition="$show['notifications']">
            <div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
            <if condition="$show['popups']">
                <script type="text/javascript"> vBmenu.register("notifications"); </script>
            <else />
                <script type="text/javascript" src="clientscript/vbulletin_notifications_nopopups.js?v=$vboptions[simpleversion]"></script>
                <script type="text/javascript"> vBulletin.register_control("vB_Notifications_NoPopups", "notifications");  </script>
            </if>
        <else /><if condition="$show['pmstats']">
            <div><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></div>
        </if></if>

        <if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
    </div>

<else />

        <!-- login form -->
        <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
        <tr>
            <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">$vbphrase[username]</label></td>
            <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
            <td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
        </tr>
        <tr>
            <td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
            <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
            <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
        </tr>
        </table>
        <input type="hidden" name="s" value="$session[sessionhash]" />
        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
        <input type="hidden" name="do" value="login" />
        <input type="hidden" name="vb_login_md5password" />
        <input type="hidden" name="vb_login_md5password_utf" />
        </form>
        <!-- / login form -->

</if>   

</td>

In your header template, find:

HTML Code:

    <tr class="tborder">
        <td class="alt1">
            $notices
        </td>
    </tr>

   
</form><td width="9" class="header-table-right"><img src="$vboptions[cleargifurl]" width="9" height="1" border="0" alt="" /></td></tr>
</table></td>
</tr>
</if>


Add below:

HTML Code:

<td align="$stylevar[right]" valign="bottom" width="100%" nowrap="nowrap" class="header-table-login">

<if condition="$show['member']">

    <div class="smallfont">
        <strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong><br />
        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>

        <if condition="$show['notifications']">
            <div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
            <if condition="$show['popups']">
                <script type="text/javascript"> vBmenu.register("notifications"); </script>
            <else />
                <script type="text/javascript" src="clientscript/vbulletin_notifications_nopopups.js?v=$vboptions[simpleversion]"></script>
                <script type="text/javascript"> vBulletin.register_control("vB_Notifications_NoPopups", "notifications");  </script>
            </if>
        <else /><if condition="$show['pmstats']">
            <div><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></div>
        </if></if>

        <if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
    </div>

<else />

        <!-- login form -->
        <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
        <tr>
            <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">$vbphrase[username]</label></td>
            <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
            <td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
        </tr>
        <tr>
            <td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
            <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
            <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
        </tr>
        </table>
        <input type="hidden" name="s" value="$session[sessionhash]" />
        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
        <input type="hidden" name="do" value="login" />
        <input type="hidden" name="vb_login_md5password" />
        <input type="hidden" name="vb_login_md5password_utf" />
        </form>
        <!-- / login form -->

</if>   

</td>


Sofia 06-22-2009 07:37 AM

Quote:

Originally Posted by Rodimus (Post 1834105)
These styles look fantastic, but are these available as dark/black theme?

Hi Rodimus.
No, sorry. Just light styles (white) are availables.

alnsmh.com 06-22-2009 07:53 AM

Thank you

torrentrockerz 06-22-2009 10:18 AM

Great work

ayee 06-22-2009 01:45 PM

Can I ask you what font you've used in the buttons psd ?

Sofia 06-22-2009 01:59 PM

Quote:

Originally Posted by ayee (Post 1834756)
Can I ask you what font you've used in the buttons psd ?

It's BauhausLight CTT Bold. You can find it here: http://www.font-cat.com/font-en-11631.html

daihlo 06-22-2009 02:26 PM

Installed this but when I use it, it deletes the button to go to any other mods such as V3arcade that are installed.
Does this need to be installed first or does it not work with V3arcade or other mods?

Thansk - daihlo

Sofia 06-22-2009 02:31 PM

Quote:

Originally Posted by daihlo (Post 1834801)
Installed this but when I use it, it deletes the button to go to any other mods such as V3arcade that are installed.
Does this need to be installed first or does it not work with V3arcade or other mods?

Thansk - daihlo

the button? Please give me a screen because I don't understand.

If you install a mod that requires template modifications and then you install a new style, you must edit your new style to apply these modifications.

ayee 06-22-2009 08:21 PM

Quote:

Originally Posted by Sofia (Post 1834769)
It's BauhausLight CTT Bold. You can find it here: http://www.font-cat.com/font-en-11631.html

Thank you very much :) Imho the default thank you and groan button doesn't match your template design

#EDIT,,

Sorry to bother you with this but I can't seem to get those new buttons look as sharp as yours do,, I mean like I've downloaded the font and copied one button and replaced the text with THANKS but all your text inside the buttons look so sharp and mine just looks fat en ugly xD

Sofia 06-22-2009 09:45 PM

Quote:

Originally Posted by ayee (Post 1835096)
Thank you very much :) Imho the default thank you and groan button doesn't match your template design

#EDIT,,

Sorry to bother you with this but I can't seem to get those new buttons look as sharp as yours do,, I mean like I've downloaded the font and copied one button and replaced the text with THANKS but all your text inside the buttons look so sharp and mine just looks fat en ugly xD

Ohh sorry. I f you want a post button, you must use this font: http://www.searchfreefonts.com/free/04b03.htm ;)

ayee 06-22-2009 10:14 PM

1 Attachment(s)
And again thank you very much :) just made the icons for post_thanks and post_groan I'll attach them here, incase someone might want to use them

Sofia 06-23-2009 09:43 AM

Quote:

Originally Posted by ayee (Post 1835167)
And again thank you very much :) just made the icons for post_thanks and post_groan I'll attach them here, incase someone might want to use them

Thank you, ayee. :) I'll add these buttons in my first post.

gfcon 06-24-2009 12:11 PM

Hi guys, great style, but none of the images are showing up, I'm using the Dark Blue, here's the link

My Forums

Any ideas?

Thanks
Graham

Sofia 06-24-2009 01:38 PM

Quote:

Originally Posted by gfcon (Post 1836374)
Hi guys, great style, but none of the images are showing up, I'm using the Dark Blue, here's the link

My Forums

Any ideas?

Thanks
Graham

You must upload your images: /images/ca_evo_db/

gfcon 06-24-2009 05:53 PM

My fault, I uploaded the images into the wroung folder:(

Sofia 06-24-2009 06:08 PM

Quote:

Originally Posted by gfcon (Post 1836561)
My fault, I uploaded the images into the wroung folder:(

No problem. You're welcome ;)

a9eel 06-24-2009 06:36 PM

woooooooooooooooooooow thx

a9eel 06-24-2009 06:46 PM

hi didnt work for me becouse my forume is in arabic ane the style is english forume :)

belindazhu 06-28-2009 11:44 PM

no, I tried, but it failed on my 3.8.3., why?

freewilley 06-29-2009 06:10 AM

this skin looks so good that I cant take my eyes off! thanks

Sofia 06-29-2009 09:12 AM

Quote:

Originally Posted by belindazhu (Post 1839215)
no, I tried, but it failed on my 3.8.3., why?

Just ignore the version ;)


All times are GMT. The time now is 10:58 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.02741 seconds
  • Memory Usage 1,891KB
  • 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
  • (5)bbcode_html_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete