vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   CA Evo (unlimited color schemes, vbadvanced support) (https://vborg.vbsupport.ru/showthread.php?t=131631)

larryw 11-30-2006 02:06 PM

I'm pretty sure.

larryw 11-30-2006 02:11 PM

Sorry, all forum's are listed to behave as a forum.

JimmyN 12-01-2006 03:26 AM

*installed*

Thanks for this one :D

CyberAlien 12-01-2006 07:48 AM

Quote:

Originally Posted by dreck (Post 1128739)
Maybe I am missing it? I was looking at the demo site, & couldn't find a multi quote button?

You can't see it on demo because only registered users can reply, so guests don't see quote, multi-quote and reply buttons.

CyberAlien 12-01-2006 08:01 AM

Quote:

Originally Posted by larryw (Post 1128746)
Sorry, all forum's are listed to behave as a forum.

Try forumhome template in attachment. Also replace images/ca_evo/misc/scripts_index.js and all scripts_index.js for other color schemes with one in attachment (change extension from .txt to .js) and make sure you refresh page, so browser would reload js file.

dreck 12-01-2006 12:57 PM

Quote:

Originally Posted by CyberAlien (Post 1129266)
You can't see it on demo because only registered users can reply, so guests don't see quote, multi-quote and reply buttons.

duh, i should have know that. :)

*Install*

Thanks, dreck

CyberAlien 12-03-2006 12:56 PM

Style updated and version number changed to 1.0.1.

Changes:
- fixed bug causing forums to be hidden if first forum is not a category
- fixed bug causing subforums to be displayed above topics list without spacing.
- now new topics in topics list have different link color than read topics, same as it is with forums on forum index.

If you are updating from old version then the only file that you do need to update is forumdisplay, all other template changes are not important. New version of that template is in attachment.

needtheend 12-07-2006 08:26 PM

peterska2's modification called "left side bar in all pages" doesnt work on this style.. modification's link https://vborg.vbsupport.ru/showthread.php?t=128702

could you please try to fix it?..

CyberAlien 12-07-2006 09:28 PM

At the end of header template add this:
Code:

<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
        <td width="180" style="padding-right: 10px; padding-top: 10px;" valign="top">

<ca-hdr>
        <td class="tcat" width="100%">
                Heading
        </td>
</ca-hdr>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top-width: 0;">
<tr>
        <td class="alt1">Content</td>
</tr>
<tr>
        <td class="alt2">Content</td>
</tr>
<tr>
        <td class="alt1">Content</td>
</tr>
<tr>
        <td class="alt2">Content</td>
</tr>
<tr>
        <td class="alt1">Content</td>
</tr>
<tr>
        <td class="alt2">Content</td>
</tr>
</table>

        </td>
        <td valign="top"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td>

at the beginning of footer template add this:
Code:

        </td></tr></table></td>
</tr>
</table>

and in "EXTRA" css add this:
Code:

.content-row td.content-row {
        padding: 0;
        border-width: 0;
}

and adjust that code in header as needed.

Yomismito 12-08-2006 08:41 PM

CyberAlien, not found correctly on showthread :confused:

CyberAlien 12-08-2006 08:47 PM

Quote:

Originally Posted by Yomismito (Post 1134802)
CyberAlien, not found correctly on showthread :confused:

Sorry, I don't understand. What are you talking about?

needtheend 12-08-2006 09:13 PM

Quote:

Originally Posted by Yomismito (Post 1134802)
CyberAlien, not found correctly on showthread :confused:

Quote:

Originally Posted by CyberAlien (Post 1134806)
Sorry, I don't understand. What are you talking about?

it is okay for the main page. (your codes for left side column) But when we click a thread , the modification doesnt work correctly. Could you please fix it? I want to use your style with this modification. The codes you gave us above doesnt work in showthread pages..

Yomismito tried to say this.

DannyMilner 12-08-2006 09:18 PM

ooo... Very very nice! Thanks for sharing

CyberAlien 12-08-2006 09:20 PM

Ok, done. I've fixed code in my post above.

Yomismito 12-08-2006 10:07 PM

Thank you, sorry for my bad english :hurt:

needtheend 12-09-2006 08:10 AM

Thanx. thats ok

CyberAlien 12-11-2006 12:40 PM

Small update:
- fixed incorrect image locations for red, purple and green color schemes. Some images were refering to ca_evo directory instead of correct directory for that color scheme.

Affected files: ca_evo_green.zip, ca_evo_purple.zip, ca_evo_red.zip

If you are using old version you don't need to reupload file, but you can simply replace all "images/ca_evo/" entries with correct entries for color scheme you are using in following css templates: td.inlinemod, .panel, .panelsurround, .alt1, .alt2, .alt3.

joopss 12-12-2006 05:00 AM

Thank you

Yomismito 12-17-2006 07:44 PM

Hi! I've another questionnn:
How can I add a banner after the first post in a thread on this theme?
When a try to do this, the new block with Ads appears bellow the left column :confused:
Thank u

CyberAlien 12-19-2006 10:44 AM

Use spacer_open and spacer_close templates before and after ad code

baerwurz 12-19-2006 02:31 PM

Nice Style.

Hoy can I fix the width of the last Post Box on Forumhome?

CyberAlien 12-19-2006 02:39 PM

Edit template forumhome_forumbit_level1_nopost

baerwurz 12-19-2006 03:09 PM

Quote:

Originally Posted by CyberAlien (Post 1141609)
Edit template forumhome_forumbit_level1_nopost

You mean this?

Code:

<td class="thead" width="175" nowrap="nowrap">$vbphrase[last_post]</td>
I?ve changed it to width=300 but nothing happened?

CyberAlien 12-19-2006 03:37 PM

Yes. Also try changing width of other table cells in that row.

baerwurz 12-19-2006 04:15 PM

I´m to stupid. I don´t get it work. :ermm:

NameClan.com 12-19-2006 06:19 PM

this is nice :)

needtheend 12-23-2006 09:43 AM

Quote:

Originally Posted by needtheend (Post 1134084)
peterska2's modification called "left side bar in all pages" doesnt work on this style.. modification's link https://vborg.vbsupport.ru/showthread.php?t=128702

could you please try to fix it?..

It works now with your new codes. but there is a problem about table width like this.. could you please fix it?

https://vborg.vbsupport.ru/

karabalsagun 12-25-2006 04:18 PM

CyberAlien, I'm so surprised to find you here. I wasn't know you're also a vbulletin designer. I'm using your phpBB templates for years :)

Last week I do a vbulletin upgrade after that my members go crazy.. didn't like the themes I installed.

Today I install CA Evo theme and thats it :) riot is over...

You're the man ;)

PS: Why don't you port Morpheus to vbulletin

CyberAlien 12-26-2006 05:52 PM

Quote:

Originally Posted by needtheend (Post 1143918)
It works now with your new codes. but there is a problem about table width like this.. could you please fix it?

http://img204.imageshack.us/img204/2895/sorueu6.th.jpg

Sorry for late reply.

In postbit_legacy find this:
Code:

        <td class="alt2 alt-noimage" style="border-top: 0px" valign="bottom">
                $post[onlinestatus]

and replace with this:
Code:

        <td class="alt2 alt-noimage" style="border-top: 0px" valign="bottom">
                <img src="$vboptions[cleargifurl]" width="150" height="1" border="0" alt="" />
                $post[onlinestatus]


adonfun 12-26-2006 10:36 PM

I like it! :)

needtheend 12-27-2006 05:34 AM

Thank you cyberalien.

needtheend 12-27-2006 07:39 AM

Quote:

Originally Posted by CyberAlien (Post 1145404)
Sorry for late reply.

In postbit_legacy find this:
Code:

        <td class="alt2 alt-noimage" style="border-top: 0px" valign="bottom">
                $post[onlinestatus]

and replace with this:
Code:

        <td class="alt2 alt-noimage" style="border-top: 0px" valign="bottom">
                <img src="$vboptions[cleargifurl]" width="150" height="1" border="0" alt="" />
                $post[onlinestatus]


There is the same error in firefox. But it works fine in explorer

ForumOrtami 12-29-2006 06:18 AM

how is this to correct Problem?

PS : I m sorry. 1 dont speak english enough.

I Have VB 3.6.4..

Quantnet 12-29-2006 07:01 AM

Very nice style indeed. I make this one the default style for my forum. My users seem to get use to the phpbb subSilver style so this one will make them feel at home.

I have a question. When i got a new PM, i have a bar under the navbar showing me that i have new PM. which template do i edit this ?

thanks

Seroc 12-29-2006 08:07 AM

Thank you very much - this is a very nice template.

CyberAlien 12-29-2006 08:19 AM

Quote:

Originally Posted by Quantnet.org (Post 1146809)
Very nice style indeed. I make this one the default style for my forum. My users seem to get use to the phpbb subSilver style so this one will make them feel at home.

I have a question. When i got a new PM, i have a bar under the navbar showing me that i have new PM. which template do i edit this ?

thanks

This code in navbar template:
Code:

<!-- pm notification -->
<if condition="THIS_SCRIPT != 'private' && $show['member'] && $show['pmstats'] && $vbulletin->userinfo['pmunread']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
        <tr>
                <td class="panelsurround" align="center">
                <div class="panel">
                        <div class="pm-new" style="width:$stylevar[formwidth]; text-align: center;">
                                <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase>
                        </div>
                </div>
                </td>
        </tr>
</tbody>
</table>
<br />
</if>
<!-- / pm notification -->

Quote:

Originally Posted by ForumOrtami (Post 1146791)
how is this to correct Problem?

PS : I m sorry. 1 dont speak english enough.

I Have VB 3.6.4..

In template forumhome_forumbit_level1_nopost assign width to table cells in this code:
Code:

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

Hovewer even if you assign exact width, browsers might not render table exactly as you instructed because some content might force browser to expand certain rows.

ForumOrtami 12-29-2006 10:50 AM

okee no problem..thanksssss;)

Quantnet 12-29-2006 01:18 PM

Thanks so much, CyberAlien.
I now am able to get the new PM notification mod to work with your style and it looks really nice.
I look forward to your next style release.

Quantnet 12-29-2006 08:49 PM

I download the buttons.psd file and tried to get just one button out of the bunch but i guess i don't know Photoshop enough to do it.
Can you show me how to extract one button out ? When i tried to disable other layer containing other buttons, i have one button i want but the size is whole frame...

Just want to replace the text on Report button to THANKS
Thanks

al7bar 12-30-2006 12:25 AM

problem with quotes . when i do a quote there is no box surronding that quote like before ..
I makes reading messages hard

example http://linerider.ca/forums/showthrea...5500#post15500


All times are GMT. The time now is 01:32 PM.

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.03546 seconds
  • Memory Usage 1,833KB
  • 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
  • (10)bbcode_code_printable
  • (12)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