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)

jordanjj 02-16-2007 01:17 PM

Quote:

Originally Posted by Ic3m4n (Post 1183454)
Great Style. I am using it as my default now. I've never edited a style before, how do I make it so all the user data is on the left hand side. Like the username, post count, user title. Like how http://www.sitepoint.com/forums/showthread.php?t=459186 does it.

What templates would I need to edit and would a lot of changes need to be made?

Hello,

You do not need to edit your templates to get this. I had this problem awhile back.

Goto your admin panel > Vbulletin Options > Style & Language Settings. Then scroll down to 'Use Legacy (Vertical) Postbit Template' & Click Yes.

Ic3m4n 02-16-2007 05:56 PM

Quote:

Originally Posted by jordanjj (Post 1183872)
Hello,

You do not need to edit your templates to get this. I had this problem awhile back.

Goto your admin panel > Vbulletin Options > Style & Language Settings. Then scroll down to 'Use Legacy (Vertical) Postbit Template' & Click Yes.

Worked Perfectly.

Thanks

Ic3m4n 02-16-2007 06:05 PM

OK I think I may have a bug with the Drop Down menus on http://community.cellular-blowout.com

When you log in the DHTML drop down menus appear. The Quicklinks and others only work some of the time. The drop down shows but the links aren't clickable and when I try to click them I get a JS error in IE and nothing happens in Firefox.

In IE, after I get the error, if I click on a forum thread link while still on the same page I got the error on the link takes me to the "who posted" page instead of to the thread itself.

Can someone take a look and see if they can duplicate these errors and maybe a solution?

Thanks

CyberAlien 02-17-2007 06:17 PM

Javascript menu code is global, not style dependant. Check your file clientscript/vbulletin_menu.js

Ic3m4n 02-18-2007 06:45 PM

We'll there is definitely some incompatibility directly related to the theme. I set it so users can select between the default template and the evo template and there are none of these issues when I use the default template. It is only there with the evo template.

There has to be some conflict going on somewhere.

I even tried disabling all plugins the the issue persists.

CyberAlien 02-18-2007 07:05 PM

You seems to be using some kind of SEO mod and you modified header template of default style to link to js files via full urls instead of relative urls. Try to do those changes to CA Evo's header template.

Ic3m4n 02-18-2007 08:16 PM

I tried to add the full path to all JS calls and I also changed the CSS to be infile and not external. Still, same issues.

I also deactivated VBSEO and the problems did not go away.

slowly 02-18-2007 09:19 PM

cool!

Ic3m4n 02-18-2007 10:01 PM

I keep going over it all and looking at the code and what I really can't understand is how some links in a drop down do not work while others in the exact same drop down do work.

Have a look at the LinkBacks drop down for an example.

WrestleMania36 02-19-2007 06:48 PM

what about a black version ? :D

CyberAlien 02-20-2007 07:18 AM

Quote:

Originally Posted by Ic3m4n (Post 1185585)
I keep going over it all and looking at the code and what I really can't understand is how some links in a drop down do not work while others in the exact same drop down do work.

Me nether. I've compared all code in your default template and CA Evo installation and it seems to be almost the same.

Few suggestions:
1. Try disabling all hacks.
2. Try removing javascript in footer template. Maybe it causes conflict with one of hacks.

Ic3m4n 02-20-2007 02:27 PM

Doh I should have tried the JS code removal. Turns out it was the JS from IndexTools that was causing the issues.

Thanks for the help.

volarium 02-21-2007 04:58 PM

Here's mine!

http://pjfl.info

adnedarn 02-22-2007 03:57 AM

Hello, I'm still having the problem with the floating gray color. It seems instead of post by post being white or gray background, every cell is alternating? Any Idea how to solve that?
Thanks kindly,
Andrew

dirtycrow 02-22-2007 04:40 AM

awesome any hope of say a black and gold one?

CyberAlien 02-22-2007 04:58 AM

Quote:

Originally Posted by adnedarn (Post 1188058)
Hello, I'm still having the problem with the floating gray color. It seems instead of post by post being white or gray background, every cell is alternating? Any Idea how to solve that?
Thanks kindly,
Andrew

Can you show example of problem?

Quote:

Originally Posted by dirtycrow (Post 1188077)
awesome any hope of say a black and gold one?

No, sorry, I'm not planning to add any new color schemes.

adnedarn 02-22-2007 05:50 AM

Opps, I went and copied the example but forgot to paste it. It was in a previous post found here
Thanks, andrew

adnedarn 02-22-2007 05:56 AM

Here is a up to date example:

CyberAlien 02-22-2007 05:56 AM

Looks like you messed up postbit_legacy with some mod. Post that template (as attachment)

edit: second screenshot looks fine. problem fixed?

adnedarn 02-22-2007 06:02 AM

I'm sorry. Thanks for your help!!!

edit: the floating gray is there. We fixed the left things changing size already... Let me draw arrows... will post in a second.

adnedarn 02-22-2007 06:05 AM

Here you go

CyberAlien 02-22-2007 06:13 AM

Find this:
Code:

        <td class="alt1" valign="bottom" style="border-top: 0px;">
                <if condition="$post['signature']">

and replace with this:
Code:

        <td class="alt1 alt-noimage" valign="bottom" style="border-top: 0px;">
                <if condition="$post['signature']">


adnedarn 02-22-2007 06:18 AM

BINGO! thank you sir!

Barakat 02-23-2007 09:43 AM

since so long i did not browse the styles section ...

thanks thanks realy nice

CyberAlien 03-01-2007 06:47 PM

Updated for vBulletin 3.6.5.

There aren't any actual template changes, just xml files are updated.

NathanMc 03-01-2007 08:35 PM

I can't seem to get it too work with my vRewrite enabled, the main page works perfectly, but forum display and showthread are really messed up.

http://www.jointcity.com/phpBB2/f-got-thc-11.html/

CyberAlien 03-01-2007 08:45 PM

You are not allowed to remove copyright in footer. Please put it back.

To fix problem you should edit style variables to use absolute path to images instead of relative path.

NathanMc 03-01-2007 09:01 PM

I didn't mean to remove anything, I installed it with a parent..can you give me the code to add to my footer please and I'll add it. And I'll give that a try with the absolute path. Thanks.

EDIT: Infact..I don't see how it's deleted at all, I see it on there.

Grunt 03-02-2007 03:41 AM

I've been following adnedarn's and CA's posts regarding signature alignment (Thanks guys for this mod) and thought I'd summarize for anyone wanting to do the same.

To align the signature to the bottom of the post (legacy postbit), replace the default postbit legacy code with the attached.

Grunt 03-02-2007 03:45 AM

On another note, when viewing a page with this style and I scroll the IE window, the body bg seems to 'flash'. Is that something which is perhaps caused by a display setting on my PC, or is it inherent when using a repeating background image such as the one used in this style?

CyberAlien 03-02-2007 06:46 AM

Quote:

Originally Posted by NathanMc (Post 1193660)
I didn't mean to remove anything, I installed it with a parent..can you give me the code to add to my footer please and I'll add it. And I'll give that a try with the absolute path. Thanks.

You should also apply absolute path to images in css and in replacements.

Quote:

Originally Posted by Grunt (Post 1193880)
On another note, when viewing a page with this style and I scroll the IE window, the body bg seems to 'flash'. Is that something which is perhaps caused by a display setting on my PC, or is it inherent when using a repeating background image such as the one used in this style?

Works fine for me. Thanks for posting postbit with signature mod. :)


edit: updated style to 1.0.3.
Changes: changed two images that didn't look good.

mljask 03-04-2007 12:14 AM

thank you for the greaaaat style:)

imranbaig 03-05-2007 04:40 AM

I love these skins. Is there way to remove designed by? I'm willing to give some donations :)

CyberAlien 03-05-2007 05:48 AM

Quote:

Originally Posted by imranbaig (Post 1195976)
I love these skins. Is there way to remove designed by? I'm willing to give some donations :)

Yes, it can be done for a small fee. PM me url of your forum where you want to remove it.

farooqaaa 03-10-2007 02:54 AM

This is nice one!

thanks!

johnstires 03-10-2007 09:54 PM

How do I get this to work with vba cmps? It works fine on my forums, but in no way works with my vba cmps template. Will it work?

CyberAlien 03-11-2007 05:49 AM

It will work with vba. The only difference is that you won't see rounded corners on index.php because templates for vba aren't included.

johnstires 03-12-2007 02:11 AM

This is how the default vba looks:

http://www.prenatalyogacenter.com/cm....php?page=test

What am I missing? It looks great on my forums.

CyberAlien 03-12-2007 07:03 AM

I don't see it. Probably style selection isn't allowed to users.

johnstires 03-13-2007 02:33 AM

Quote:

Originally Posted by CyberAlien (Post 1201393)
I don't see it. Probably style selection isn't allowed to users.

Okay now I'm just flat out confused. Why is it showing a different style for unregistered users as opposed to admins? I can't even figure out how to make a blanket change to my vbadvanced style? I can't even get your style to alter my whole site by changing the default style in the vbulletin options.


All times are GMT. The time now is 06:57 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.01777 seconds
  • Memory Usage 1,819KB
  • 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
  • (2)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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