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)

TheLastSuperman 12-04-2011 04:29 PM

Quote:

Originally Posted by EuroBeat2 (Post 2273923)
I checked your style on iPad and fluid occupy only 2/3 of the screen. You might want check it out.

EB

I was able to fixit with overwriting section in additional css per you message at https://vborg.vbsupport.ru/showpost....&postcount=255

You might want to consider putting that fix in your .xml file.

Tx

It was already planned for inclusion Euro :cool:.

Quote:

Originally Posted by Vicros (Post 2274444)
I just wanna say that this is one of the best styles for vB4. Im liking the style u did for TechieAnalyst as well. Im hoping maybe one day we can get something like that.

Techinanlyst forums... one coder started but never finished, I then started over from scratch w/ a completely default style and made the transparent style you see up now, a white style is also planned which is basically going to be a transparent white theme instead of transparent black and at one point the backgrounds randomly changed which has since been removed but considering we worked around the background changing mod and you can choose a default background or upload your own. I ended up loving it and had several and I mean several of my close friends who run gaming communities bug the fire out of me for a copy of the style but it's 100% custom i.e. paid for so I wouldn't ever simply re-release it respectively - I would have to start from scratch to make anything similar which was a little bit of a undertaking... making that style was actually my first real challenge in a while regarding styles, made it fun again yet also tuned me into just how complex doing a quality transparent style can be :cool:.

Quote:

Originally Posted by sjsteve33171 (Post 2274529)
Really like this skin, Installed it and love it. Very good job.

Thanks!

I'll have the updated 4.1.8 version out today, it's Sunday so a little time off during the Holiday season is a must :p.

belowthebelt 12-04-2011 07:54 PM

Updated to the new version, now my logo is not clickable, how do I enable the logo to click on it taking members back to the home page?

Thanks.

Ben5150VH 12-05-2011 10:58 AM

Hi I like this style a lot but one thing how can I add my logo lol if it been post on this I m sorry if you can help on this thanks

TheLastSuperman 12-05-2011 12:46 PM

Quote:

Originally Posted by belowthebelt (Post 2274655)
Updated to the new version, now my logo is not clickable, how do I enable the logo to click on it taking members back to the home page?

Thanks.

I posted earlier in the thread regarding that, luckily for you there's info in the 2nd post just for the new version out today.

Quote:

Originally Posted by Ben5150VH (Post 2274852)
Hi I like this style a lot but one thing how can I add my logo lol if it been post on this I m sorry if you can help on this thanks

Edit stylevars and find titleimage, edit accordingly.

________________

Updated on 12/5/2011
- Changed Forum Description to rgb(205, 205, 205) instead of the same "Orange" as the forum titles on forumhome.
- Moved Thread and post counts under forum description on forumhome, colored as rgb(205, 205, 205) and included a shrunken version of the stats image in front, followed by the wording "# threads containing # posts"
- Corrected Blog comment background issues.
- Added in transparent 1x1px transparent image and new <div> to make the logo clickable again. *Please note this is not a default feature, to make the logo clickable you must edit template header and find:

Code:

                    <div class="ablogo" align="center">
<div class="abimage"><a name="top" href="{vb:link forumhome}"><vb:comment><img src="images/avenger_blue/misc/home.png" width="960px" height="150px" alt="{vb:raw vboptions.bbtitle}" /></vb:comment></a></div>
</div>

Remove the <comment> codes as shown in red:

Code:

                    <div class="ablogo" align="center">
<div class="abimage"><a name="top" href="{vb:link forumhome}"><vb:comment><img src="images/avenger_blue/misc/home.png" width="960px" height="150px" alt="{vb:raw vboptions.bbtitle}" /></vb:comment></a></div>
</div>

This is how the code should now look:

Code:

                    <div class="ablogo" align="center">
<div class="abimage"><a name="top" href="{vb:link forumhome}"><img src="images/avenger_blue/misc/home.png" width="960px" height="150px" alt="{vb:raw vboptions.bbtitle}" /></a></div>
</div>


*IMPORTANT*

To install the 4.1.8 Version:

1) Upload the contents of the UPLOAD Folder.
2) If for example you want the Fixed style installed then import the file:
*Please note, if you do not use the vBulletin Suite and have the Forum Classic version you only need to install the file vbulletin-style_Avenger_Blue_Fixed-Forum.xml.
a) Import the vbulletin-style_Avenger_Blue_Fixed-Forum.xml file first.
b) Merge in the vbulletin-style_Avenger_Blue_Fixed-CMS.xml (Options when uploading a style allow you to merge into a existing style, choose to merge this into the new style you just created using the Forum.xml.
c) Merge in the vbulletin-style_Avenger_Blue_Fixed-Blog.xml into the style, this has now updated the style for all three major products and the installation is complete!
3) Enjoy!

Ben5150VH 12-05-2011 05:57 PM

ok i got the logo up now i get this the logo moves to the left when i sign in than move to the middle when I'm not weird what do i have to do here ?
thanks again

http://www.van-halen.net/forum/attac...7&d=1323111252
http://www.van-halen.net/forum/attac...8&d=1323111148
Quote:

Originally Posted by TheLastSuperman (Post 2274869)
I posted earlier in the thread regarding that, luckily for you there's info in the 2nd post just for the new version out today.



Edit stylevars and find titleimage, edit accordingly.

________________

Updated on 12/5/2011
- Changed Forum Description to rgb(205, 205, 205) instead of the same "Orange" as the forum titles on forumhome.
- Moved Thread and post counts under forum description on forumhome, colored as rgb(205, 205, 205) and included a shrunken version of the stats image in front, followed by the wording "# threads containing # posts"
- Corrected Blog comment background issues.
- Added in transparent 1x1px transparent image and new <div> to make the logo clickable again. *Please note this is not a default feature, to make the logo clickable you must edit template header and find:

Code:

                    <div class="ablogo" align="center">
<div class="abimage"><a name="top" href="{vb:link forumhome}"><vb:comment><img src="images/avenger_blue/misc/home.png" width="960px" height="150px" alt="{vb:raw vboptions.bbtitle}" /></vb:comment></a></div>
</div>

Remove the <comment> codes as shown in red:

Code:

                    <div class="ablogo" align="center">
<div class="abimage"><a name="top" href="{vb:link forumhome}"><vb:comment><img src="images/avenger_blue/misc/home.png" width="960px" height="150px" alt="{vb:raw vboptions.bbtitle}" /></vb:comment></a></div>
</div>

This is how the code should now look:

Code:

                    <div class="ablogo" align="center">
<div class="abimage"><a name="top" href="{vb:link forumhome}"><img src="images/avenger_blue/misc/home.png" width="960px" height="150px" alt="{vb:raw vboptions.bbtitle}" /></a></div>
</div>


*IMPORTANT*

To install the 4.1.8 Version:

1) Upload the contents of the UPLOAD Folder.
2) If for example you want the Fixed style installed then import the file:
*Please note, if you do not use the vBulletin Suite and have the Forum Classic version you only need to install the file vbulletin-style_Avenger_Blue_Fixed-Forum.xml.
a) Import the vbulletin-style_Avenger_Blue_Fixed-Forum.xml file first.
b) Merge in the vbulletin-style_Avenger_Blue_Fixed-CMS.xml (Options when uploading a style allow you to merge into a existing style, choose to merge this into the new style you just created using the Forum.xml.
c) Merge in the vbulletin-style_Avenger_Blue_Fixed-Blog.xml into the style, this has now updated the style for all three major products and the installation is complete!
3) Enjoy!


TheLastSuperman 12-05-2011 06:13 PM

Quote:

Originally Posted by Ben5150VH (Post 2274949)
ok i got the logo up now i get this the logo moves to the left when i sign in than move to the middle when I'm not weird what do i have to do here ?
thanks again

Site link? Thanks ;)

Ben5150VH 12-05-2011 06:20 PM

<a href="http://www.van-halen.net" target="_blank">www.van-halen.net</a> register is close did you want me to open that?

TheLastSuperman 12-05-2011 06:28 PM

^ Can you make a quick account such as Demo and pass Demo or something along those lines? Once I login/logout and see the issue myself I may know more then you can simply delete the account ;).

Edit: And to be clear, you have the most recent version i.e. the one I released yesterday installed or no?
Edit Again: Nevermind, Thread/Post counts gave it away and answered that for me, do you mind installing the newest version then simply updating the stylevars for the titleimage then the statusicons? After that tell me if the logo shifts upon login/logout?

Ben5150VH 12-05-2011 06:32 PM

ok no problem ill used demo and demon as pw

Ben5150VH 12-05-2011 06:34 PM

i have vbb ver 4.18 and i know the style is the newest one


All times are GMT. The time now is 08:35 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.01597 seconds
  • Memory Usage 1,766KB
  • 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
  • (6)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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