vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - Avenger Blue Style by TheLastSuperman (https://vborg.vbsupport.ru/showthread.php?t=269253)

Skyrider 09-04-2011 06:31 PM

It seems all deleted message are bright white. Not sure if this has been noticed by you already or posted by someone else.

clutchthese 09-04-2011 07:01 PM

TheLastSuperman,

That didn't fix the template for arcade.php. Do you have any other suggestions?

TheLastSuperman 09-04-2011 07:09 PM

Quote:

Originally Posted by mitch84 (Post 2241919)
ok, thank you

Your Welcome ;).

Quote:

Originally Posted by FF|Skyrider (Post 2241939)
It seems all deleted message are bright white. Not sure if this has been noticed by you already or posted by someone else.

It has a few pages back... it should be updated in the newest version, if your using a older version update the stylevars:

postbit_deleted_background & threadbit_deleted_background

To this color:
Code:

#182032
:cool:

- Although a new version is about to be released with a nice revision to forumhome :cool: so bear with me and I'll have it released soon :cool:.

Preview :D:


Asap :p

Edit:

Updated on 9/04/2011

- New ForumHome Category Description css, rounded corners w/ inset shadow effect.
- New ForumHome Category Description hover effect.
- Adjusted forumhome and threadbit hover effects, removing the 1px top border added on the last update.
- ForumHome New Appearance:
http://www.innovationbyinstinct.com/...rumHomeNew.png
- ForumHome New Category Description Hover:
http://www.innovationbyinstinct.com/...ptionHover.png
- ForumHome New Hover Effect:
http://www.innovationbyinstinct.com/...meNewHover.png

TheLastSuperman 09-04-2011 07:15 PM

Quote:

Originally Posted by clutchthese (Post 2241944)
TheLastSuperman,

That didn't fix the template for arcade.php. so you have any other suggestions?

Also, i'm not sure if it has anything to do with the template or not, but every now and then, i can't log into the admincp... i am able to login, but it continues to go back to the login screen. it never actually goes to the admincp.

Hmm ensure your URL is set correctly in Settings > Options > Site Name / URL / Contact Details

Do you have: Always use Forum URL as Base Path set to yes or no AND have you made any changes to the three settings below that?

... If that didn't solve it then tell me this, if you copy all of the css from additional.css then paste it into the arcades css template does that sort it?

clutchthese 09-04-2011 10:27 PM

I made sure the URL is correct. I also copied the additional.css and it did not fix the template. :(

I'll update the current build with the just released and report back.

TheLastSuperman 09-04-2011 10:47 PM

Quote:

Originally Posted by clutchthese (Post 2241990)
I made sure the URL is correct. I also copied the additional.css and it did not fix the template. :(

I'll update the current build with the just released and report back.

Yes please do so, I know I've sorted that in the past it's simply been ages but it was something rather simple in order for it to display correctly otherwise it could be something else in your case however I doubt that ;).

haidm 09-05-2011 03:04 AM

Quote:

Originally Posted by TheLastSuperman (Post 2241897)
Can you link me to the mod your using for the usergroup colors? This may or may not be adjustable in that by default however I'll need to know which mod before offering up suggestions on how to fix respectively.

This is mod Spiders in What's Going on and I have a problem with color of spiders in this style.

gOOvER 09-05-2011 04:53 AM

Quote:

Originally Posted by haidm (Post 2242066)
This is mod Spiders in What's Going on and I have a problem with color of spiders in this style.

I think, the color of spiders looks good :)


@TheLastSuperman
I found a little design Error.

Try to add a URL in the Editor with the URL Button. The Screen is to white. :) You can't see really good, what you enter :)

TheLastSuperman 09-05-2011 06:06 AM

Quote:

Originally Posted by haidm (Post 2242066)
This is mod Spiders in What's Going on and I have a problem with color of spiders in this style.

I'll check that one out tomorrow when I check in on gOOvER :cool:.

Quote:

Originally Posted by gOOvER (Post 2242086)
I think, the color of spiders looks good :)


@TheLastSuperman
I found a little design Error.

Try to add a URL in the Editor with the URL Button. The Screen is to white. :) You can't see really good, what you enter :)

Take 4 of these CSS Definitions into additonal.css with one glass of water and schedule your next appointment with the nurse up front :p

Code:

.cke_dialog_body {
        background-color: #2b3851 !important;
        border: 1px solid #32415f !important;
        color: rgb(205, 205, 205) !important;
}

.cke_dialog_contents {
        background-color: #2b3851 !important;
        border: 1px solid #2b3851 !important;
        color: rgb(205, 205, 205) !important;
}

.cke_dialog_footer {
        background-color: #2b3851 !important;
        border: 1px solid #2b3851 !important;
        color: rgb(205, 205, 205) !important;
}

.cke_dialog_ui_button {
        background-color: #2b3851 !important;
        border: 1px solid #32415f !important;
        color: rgb(205, 205, 205) !important;
}

:D

haidm 09-05-2011 11:01 AM

1 Attachment(s)
I have problem with:
- Remember me check box.
- Replies, Views column color when mouse over.

TheLastSuperman 09-05-2011 04:53 PM

Quote:

Originally Posted by haidm (Post 2242140)
I have problem with:
- Remember me check box.
- Replies, Views column color when mouse over.

Remember me - is that on CMS or Forum?

That is actually the hilite color used... your thinking it should not be so neon-ish aren't you? I might change however you can adjust manually by searching in the stylevars for imod then it should come up two imodhilite stylevars, edit imodhilite_backgroundColor to the color you desire ;).

Reycer 09-05-2011 10:26 PM

First of all, great Style. Very Sleek.

Secondly, I'm having the same issue as this:
https://vborg.vbsupport.ru/showpost....0&postcount=75
This happened for me on the Classifieds Mod. When I clicked on MicroClassifieds link, I got the same issue.

I have a custom page: HERE
That won't show up at all.

Any thoughts?

Reycer 09-06-2011 12:44 AM

1 Attachment(s)
There must be a setting somewhere else, or I'm to tired to be looking, but where in the heck is the color called for in the picture below. It isn't in the Stylevars. I've got to change it, that red is extremely hard on the eyes.

(See pic below)

haidm 09-06-2011 01:10 AM

Quote:

Originally Posted by TheLastSuperman (Post 2242284)
Remember me - is that on CMS or Forum?

Remember me in forum.

clutchthese 09-06-2011 02:35 AM

TheLastSuperman,

Unfortunately the update of the theme didn't fix he issue with Arcade.

I await your reply! I Love the theme. The colors are perfect.

TheLastSuperman 09-06-2011 03:23 AM

Quote:

Originally Posted by Reycer (Post 2242394)
There must be a setting somewhere else, or I'm to tired to be looking, but where in the heck is the color called for in the picture below. It isn't in the Stylevars. I've got to change it, that red is extremely hard on the eyes.

(See pic below)

Quote:

Originally Posted by haidm (Post 2242403)
Remember me in forum.

Quote:

Originally Posted by clutchthese (Post 2242422)
TheLastSuperman,

Unfortunately the update of the theme didn't fix he issue with Arcade.

I await your reply! I Love the theme. The colors are perfect.

Reycer those links should not be the color shown in your screenshot... not sure why it's like that unless it's a mod or something else you've recently changed or installed perhaps?

haidm I'm not sure why it would show that way, I'll review the css and template area again otherwise I may need access to see why your site is behaving differently.

clutchthese I'm not sure what else to try unless you can give me access to check into it further.

WEBDosser 09-06-2011 03:51 AM

Quote:

Originally Posted by clutchthese (Post 2242422)
TheLastSuperman,

Unfortunately the update of the theme didn't fix he issue with Arcade.

I await your reply! I Love the theme. The colors are perfect.

You might find the problem is with arcade files them self.. there are some colours hard coded into arcade files.

gOOvER 09-06-2011 06:23 AM

1 Attachment(s)
Sorry for delay. I was busy. See the result in the Pic. I think, it looks good. Only the Textcolour is a bit to light :)

Quote:

Originally Posted by TheLastSuperman (Post 2242096)
I'll check that one out tomorrow when I check in on gOOvER :cool:.



Take 4 of these CSS Definitions into additonal.css with one glass of water and schedule your next appointment with the nurse up front :p

Code:

.cke_dialog_body {
        background-color: #2b3851 !important;
        border: 1px solid #32415f !important;
        color: rgb(205, 205, 205) !important;
}

.cke_dialog_contents {
        background-color: #2b3851 !important;
        border: 1px solid #2b3851 !important;
        color: rgb(205, 205, 205) !important;
}

.cke_dialog_footer {
        background-color: #2b3851 !important;
        border: 1px solid #2b3851 !important;
        color: rgb(205, 205, 205) !important;
}

.cke_dialog_ui_button {
        background-color: #2b3851 !important;
        border: 1px solid #32415f !important;
        color: rgb(205, 205, 205) !important;
}

:D


Neal-UK 09-06-2011 07:33 AM

Love this style, but I use vBGallery and VBAdvanced Links Directory and the background and some collapse buttons are not showing.

clutchthese 09-06-2011 09:20 AM

Quote:

Originally Posted by Neal-UK (Post 2242480)
Love this style, but I use vBGallery and VBAdvanced Links Directory and the background and some collapse buttons are not showing.

I think he has a fix for this now. He was able to fix it on my site. Stay tuned for an update. :)

haidm 09-06-2011 03:23 PM

I still have this effect when you told that you removed this: Threadbit hover effects now have a light blue 1px border at the top.

Reycer 09-06-2011 04:54 PM

So no fix yet for the white pages, and the page that won't work at all?

TheLastSuperman 09-06-2011 07:01 PM

Updated on 9/06/2011

- Updated stylevars for document background as body css in additional.css was not being parsed correctly by all modifications.
- New CMS, Forum, and Blog Widget/Sidebar shadow effects on the inner content themselves.
- Other misc. updates to styling.

Quote:

Originally Posted by gOOvER (Post 2242471)
Sorry for delay. I was busy. See the result in the Pic. I think, it looks good. Only the Textcolour is a bit to light :)

Will sort that on the next update :cool:.

Quote:

Originally Posted by Neal-UK (Post 2242480)
Love this style, but I use vBGallery and VBAdvanced Links Directory and the background and some collapse buttons are not showing.

Should show now, please download and install the new .xml file uploaded today and let me know ;).

Quote:

Originally Posted by clutchthese (Post 2242499)
I think he has a fix for this now. He was able to fix it on my site. Stay tuned for an update. :)

TY TY :D.

Quote:

Originally Posted by haidm (Post 2242631)
I still have this effect when you told that you removed this: Threadbit hover effects now have a light blue 1px border at the top.

I may have added it back in since the last revision, will officially decide whether it's 100% in or out on next update :cool:.

Quote:

Originally Posted by Reycer (Post 2242673)
So no fix yet for the white pages, and the page that won't work at all?

Not sure if you referring to the Arcade or others? White Pages?

When you say white pages, "Blank White Pages" comes to mind for me, meaning nothing is showing at all otherwise if it was just missing the background try the new xml and let me know.

____________


Everyone else please remember that most if not all issues on custom mod pages will be related to the modification css itself or in this case it simply not parsing the body definition included in addtional.css so I had to update the stylevar accordingly.

Reycer 09-06-2011 10:33 PM

Quote:

Originally Posted by TheLastSuperman (Post 2242730)



Not sure if you referring to the Arcade or others? White Pages?

When you say white pages, "Blank White Pages" comes to mind for me, meaning nothing is showing at all otherwise if it was just missing the background try the new xml and let me know.

Refer to this post HERE. I don't have the arcade mod. It was doing the exact same thing only with the classifieds mod. Take a look HERE

EDIT: The update fixed all of my problems except for the red font color. Gonna have to work on that one for a bit, thanks for the update!

haidm 09-06-2011 10:58 PM

I still have problem with remember me check box in new version.

TheLastSuperman 09-07-2011 12:25 AM

Reycer,

Glad it's sorted but still not sure about the thread colors, when you do find a solution to that let us all know what the culprit was? I suspect it's some sort of mod or css added recently so check there.

Quote:

Originally Posted by haidm (Post 2242803)
I still have problem with remember me check box in new version.

Shoot me over some access info via pm so I can have a quick look? Will be quicker to trace down and sort :cool:.

Brandon Sheley 09-07-2011 03:50 AM

very nice style, did I miss a live demo?
I looked on your site but didn't see one

thanks

Kaspersku 09-07-2011 03:51 AM

Great skin ! Can you change color this skin? More lighter color?

Digital Jedi 09-07-2011 04:33 AM

I just wanted to say, aside from the skin itself, this is my favorite part. :D

Sean James 09-07-2011 04:48 AM

Very very nice skin mate, very nice indeed. I can see you put a lot of work into this style.

gOOvER 09-07-2011 08:28 AM

Last Update -> GREAT Work TheLastSuperman !!!! All works and look fine :)

haidm 09-07-2011 01:17 PM

1 Attachment(s)
Can you make logo is align left and Wolcome, ... is move above like default style?

TheLastSuperman 09-07-2011 05:00 PM

Quote:

Originally Posted by Kaspersku (Post 2242860)
Great skin ! Can you change color this skin? More lighter color?

I have a few more styles up my sleeve so perhaps one of them will be to your liking :cool:.

Quote:

Originally Posted by Digital Jedi (Post 2242871)
I just wanted to say, aside from the skin itself, this is my favorite part. :D

Simple enough, large enough too imo :cool:.

Quote:

Originally Posted by Sean James (Post 2242876)
Very very nice skin mate, very nice indeed. I can see you put a lot of work into this style.

Coming from you = all smiles here :D.

Quote:

Originally Posted by gOOvER (Post 2242923)
Last Update -> GREAT Work TheLastSuperman !!!! All works and look fine :)

Awesome ;).

Quote:

Originally Posted by haidm (Post 2243002)
Can you make logo is align left and Wolcome, ... is move above like default style?

For your sticky color and the Header aligned to the left (like default) please search this thread, information about how to change both are available you'll simply need to pick out a new sticky color instead of the bright blue - I did use the info you sent via PM and correct your login though, whatever your using to make all the fonts larger was the culprit however it's customized just for your site ;).

Edit: Also haidm, info on how to adjust the Welcome (toplinks) is also within a post ;).

haidm 09-07-2011 05:21 PM

Thank you very much, TheLastSuperman. So, what about move the login panel to header like default style?

TheLastSuperman 09-07-2011 06:24 PM

Quote:

Originally Posted by haidm (Post 2243090)
Thank you very much, TheLastSuperman. So, what about move the login panel to header like default style?

The bottom part of my post here has details on that :cool: - https://vborg.vbsupport.ru/showpost....0&postcount=34

K4GAP 09-07-2011 09:30 PM

Quote:

Originally Posted by haidm (Post 2243002)
Can you make logo is align left and Wolcome, ... is move above like default style?

IMHO what makes this style so unique is that it looks NOTHING like the default style. So, why would you want it to be like the default? Just curious.

rollerman 09-07-2011 11:31 PM

Looks very nice. I haven't been skin shopping in a while and some of my members are asking for new and different stuff, so this should fit the bill nicely.

I'll be installing soon, and I'll report back and mark installed as appropriate.


Thanks for all the hard work. It's clear you put a lot of thought and effort into this one. :up:

Neal-UK 09-18-2011 12:01 PM

I appear to have lost my editor buttons with the style. The text box to post a reply to a post is just blank, I can only type in it.

EDIT: Seems ok in the fixed width version, the fluid one seems to have the issue.

TheLastSuperman 09-19-2011 09:13 PM

Quote:

Originally Posted by Neal-UK (Post 2247487)
I appear to have lost my editor buttons with the style. The text box to post a reply to a post is just blank, I can only type in it.

EDIT: Seems ok in the fixed width version, the fluid one seems to have the issue.

Really? Hmm that just sounds odd, only because this is how I do the style for each release:
  • Make changes/fixes in the Fixed version, this is what I deem the "Master Style" for this dark blue style.
  • Export the Fixed.xml version.
  • Import the Fixed.xml version under a different name i.e. adding - Fluid behind the name, now edit the stylevars for width and margins then export as the Fluid.xml.

That's why your reply is so baffling... I'll have a updated version later this week, when yuou receive the update notice do me a favor and check right away? Thanks!

Neal-UK 09-19-2011 09:27 PM

Quote:

Originally Posted by TheLastSuperman (Post 2248025)
Really? Hmm that just sounds odd, only because this is how I do the style for each release:
  • Make changes/fixes in the Fixed version, this is what I deem the "Master Style" for this dark blue style.
  • Export the Fixed.xml version.
  • Import the Fixed.xml version under a different name i.e. adding - Fluid behind the name, now edit the stylevars for width and margins then export as the Fluid.xml.

That's why your reply is so baffling... I'll have a updated version later this week, when yuou receive the update notice do me a favor and check right away? Thanks!

Well the weird thing is the buttons in the editor show again. They disappeared from the fixed width also in the end. I thought it was my computer, but it did it on other computers I use at work also.


All times are GMT. The time now is 01:03 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.01660 seconds
  • Memory Usage 1,869KB
  • 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
  • (3)bbcode_code_printable
  • (33)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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