vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Abeer Multi Advanced Style (https://vborg.vbsupport.ru/showthread.php?t=179770)

egtrix 05-22-2008 08:19 AM

Quote:

Originally Posted by macc (Post 1526690)
Thanks for reply!

can you help me - show one exempel to add link in quick links in navybar and please for shoutbox!

regards

macc

macc I've added the code for adding new links to the main post, please have a look at it :)

Quote:

Originally Posted by nene94 (Post 1527119)
nice look, thanks:)

Thank you nene94 glad that you like it :)

Quote:

Originally Posted by Vtec44 (Post 1527446)
Nice work! I changed it a bit and installed in here.

Good work Vtec44, nice to see it in action :)

Quote:

Originally Posted by simonhind (Post 1527599)
its a good template, but it wont work with highend mods

Thank you simonhind but can you please let me know which mods that won't work with or which highend mods do you mean? :)

Newfarm 05-22-2008 08:31 PM

Awesome style you've made here.

Haven't really decided if it's something that'll fit my forum or not yet and it'll require a certain bit of customization and that brings me to my question.

I would need to change some of the button names (and functions for that matter) which is no real problem. However, there's the fancy looking "reflection" layer (button copy 5). Is there any way you could share some photoshop secrets in how to reproduce that one as it looks to be made either outside this psd or "simply" transformed to get it's look..

Either way, a very, very nice skin you've made :).

michaelcrook 05-22-2008 09:00 PM

This is an awesome theme. I just have one small issue. I can't find where the navbar stuff usually is; the links to "calendar" and such..I like to remove those. I looked in "navbar", but can't seem to find them?

slmoney 05-22-2008 10:30 PM

they are in the HEADER template

michaelcrook 05-22-2008 11:57 PM

slmoney: Yes, I found it a little bit ago, thanks :)

I also spotted a spelling error in one of the buttons: "Invisable" is misspelled. ;)

egtrix 05-23-2008 04:22 AM

Quote:

Originally Posted by Newfarm (Post 1528310)
Awesome style you've made here.

Haven't really decided if it's something that'll fit my forum or not yet and it'll require a certain bit of customization and that brings me to my question.

I would need to change some of the button names (and functions for that matter) which is no real problem. However, there's the fancy looking "reflection" layer (button copy 5). Is there any way you could share some photoshop secrets in how to reproduce that one as it looks to be made either outside this psd or "simply" transformed to get it's look..

Either way, a very, very nice skin you've made :).

Thank you Newfarm for your reply and really glad that you like Abeer Style :)
As for the buttons bar reflection, it's not a big secret and it's very easy to do, here is how you do it:
1- After changing the buttons text in the PSD file, copy the buttons bar with the buttons and the text layers and paste them under the original buttons bar.
2- Flatten all the pasted layers together so they will be one layer.
3- Then skew that layer so that the bottom part of the flattened button bar looks a bit larger than it's top line.
4- Then lower the opacity of this layer to 14%
and that's it :)

Quote:

Originally Posted by slmoney (Post 1528408)
they are in the HEADER template

Thanks for helping while I wasn't here slmoney :)

buguoeryi 05-23-2008 07:17 AM

Good

egtrix 05-23-2008 08:02 AM

Thank you :)

Newfarm 05-23-2008 09:13 AM

Thank you so much egtrix :).

steve1966 05-23-2008 02:13 PM

Very nice thank you

macc 05-23-2008 05:27 PM

Hello!

need some your help... can you explain how and where to change those dark borders colors to some more bright ...(do not mean dark blue color - only those dark grey or some like that - to make more bright)

will attach picture

your style is very nice and one of the best ....

regards

macc

www.belaplay.com/vb/libar

steve1966 05-23-2008 06:35 PM

Hi egtrix i have a question for you i have the arcade installed on my forum how can i replace the Archive and replace with my arcade button buton someone was going to make me a button for it but they are confused how i am going to add it

here is my arcade code

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

SuperTaz 05-25-2008 07:16 AM

Nice style. I will install when I get the time.

egtrix 05-25-2008 07:27 AM

Quote:

Originally Posted by Newfarm (Post 1528760)
Thank you so much egtrix :).

You are always welcome :)

Quote:

Originally Posted by steve1966 (Post 1529006)
Very nice thank you

Thank you as well and glad that you like it :)

Quote:

Originally Posted by macc (Post 1529208)
Hello!

need some your help... can you explain how and where to change those dark borders colors to some more bright ...(do not mean dark blue color - only those dark grey or some like that - to make more bright)

will attach picture

your style is very nice and one of the best ....

regards

macc

www.belaplay.com/vb/libar

Thank macc :)
To change the borders:

1- Go to your admincp ---> Styles & Templates --> Style Manager --> Abeer Style (all style options).

2- Scroll down to "Table Border" box

3- Change the "Background" color to what suits you.

To change the background color for the shoutbox, first before I explain how it can be done, let me tell you that it will affect all the cells in the forum that has the class of alt2.

Here is how you can change it:

1- Go to your admincp ---> Styles & Templates --> Style Manager --> Abeer Style (all style options).

2- Scroll down to "Additional CSS Definitions" the second box

3- Search for:
Code:

.alt2 {
        background-image: url(images/VA_Abeer/bg2.gif);
       
        background-color: #101f3b;
}

4- Change the background image that is denoted in red in the above step to whatever image you want or you can even remove it if you wish to use colors instead of images then save and that's it.

Quote:

Originally Posted by steve1966 (Post 1529275)
Hi egtrix i have a question for you i have the arcade installed on my forum how can i add the buton to it in the navbar next to the calender someone was going to make me a button for it but they are confused how i am going to add it


an easy way how can i add a new link to the navbar next to search?
the code i have is

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

Thank you steve1966 for your post. As for now you can't add the arcades link next to search because the top navbar is based on one cell for each link and they are not all placed in one cell (this will be fixed with the next update) but you can replace it with any of the present links and you can do so by editing the navbar template or just let me know which link you want to replace and I will give you the code.

egtrix 05-25-2008 07:27 AM

Quote:

Originally Posted by Warden-B- (Post 1530707)
Nice style. I will install when I get the time.

Many thanks Warden-B :)

steve1966 05-25-2008 09:23 AM

Quote:

Thank you steve1966 for your post. As for now you can't add the arcades link next to search because the top navbar is based on one cell for each link and they are not all placed in one cell (this will be fixed with the next update) but you can replace it with any of the present links and you can do so by editing the navbar template or just let me know which link you want to replace and I will give you the code.
thank you please can you make me a code i dont want the archive button or if that is not possible by what you say then the new posts at the top i will want to replace

slmoney 05-25-2008 04:41 PM

how is the fluid style coming? Can't wait to see it!

macc 05-25-2008 10:37 PM

Thanks egtrix for all you help!

regards

macc

stelthius 05-29-2008 10:47 AM

you always impress me with the qaulity of work you produce great peice of work mate thanks !

stelthius 05-29-2008 11:02 AM

Quote:

Originally Posted by Vtec44 (Post 1527446)
Nice work! I changed it a bit and installed in here.


Ruined the work of the great one what a shame buddy!

Hopless_Case79 05-30-2008 08:53 PM

Wow really nice style
thank you mr egtrix :up:

Marcel Adam 05-30-2008 11:18 PM

thank u

and good work

slmoney 06-04-2008 08:38 PM

Any luck yet with the Fluid version of this style?

egtrix 06-07-2008 06:48 PM

Quote:

Originally Posted by steve1966 (Post 1530773)
thank you please can you make me a code i dont want the archive button or if that is not possible by what you say then the new posts at the top i will want to replace

Sorry Steve for the dealy but I will post your code tomorrow as was very busy lately.

Quote:

Originally Posted by slmoney (Post 1531073)
how is the fluid style coming? Can't wait to see it!

The fluid version is coming in few days and it will have several changes as I will move all the navigation to the top in the blue navigation bar and I will change the code so you can easily add or remove buttons by editing the navbar template.

Quote:

Originally Posted by macc (Post 1531353)
Thanks egtrix for all you help!

regards

macc

You are always welcome :)

Quote:

Originally Posted by stelthius (Post 1534937)
you always impress me with the qaulity of work you produce great peice of work mate thanks !

Many thanks stelthius for the nice words :)

egtrix 06-07-2008 06:49 PM

Quote:

Originally Posted by Hopless_Case79 (Post 1536572)
Wow really nice style
thank you mr egtrix :up:

You are always welcome :)

Quote:

Originally Posted by Marcel Adam (Post 1536655)
thank u

and good work

Thank you and glad that you like it :)

slmoney 06-08-2008 02:13 AM

I can't wait! I love this style!

chennairam 06-08-2008 04:53 AM

WonderFul Skin

But i dont know To install This style without any bugs

any one help me

regards
Ram

chennairam 06-08-2008 06:29 AM

I install This style

Wonderful i never see like this style I love you Coder For this gift

But Small Suggest

User name in Post Very small Size

How can i increase The Size

PLs Any one Help me

regards
Ram

vbboarder 06-13-2008 08:08 PM

Beautiful style, amazing design, and great instructions! Thanks a bunch! :D

christicehurst 06-14-2008 07:57 AM

I got this error when installing it

XML Error: not well-formed (invalid token) at Line 1

Any idea what this means?

steve1966 06-16-2008 10:29 AM

Quote:

=egtrix;1543399]Sorry Steve for the dealy but I will post your code tomorrow as was very busy lately.


Hi have you had time to make the code for me yet thanks

shipfriends 06-17-2008 10:01 AM

looks great!!!!
i need fluid though.
didnt manage to have it working with vbadvanced yet.
how can i add another link in the top navigational bar? (or in any bar)
I need one clearly for my gallery instead within a drop down menu.
cheers again. this is really really good

ahmadatom 06-18-2008 03:40 PM

bravo:up:

very beautiful :eek:

MaXeL3G3ND 06-26-2008 01:01 PM

It's a cool template, but unfortunately some things are not done in the template,
so i had to find another that was more complete, even though the header template
was quite cool. ;)

setishock 06-28-2008 08:48 PM

It's nice for non coder types like me to be able to edit the header so easily. I've clicked installed even though I may not keep it. But ya never know. Stranger things have happened.

I installed it and it balked at vbadvance. No big really. Just edited the urls in the header templet and got it going. Thanks, looks good.

egtrix 07-06-2008 04:46 PM

Skin updated to vBulletin 3.7.2 and security token issue fixed

steve1966 07-06-2008 07:52 PM

Quote:

Originally Posted by egtrix (Post 1568276)
Skin updated to vBulletin 3.7.2 and security token issue fixed

any news on the code you said you could make ? thanks

TROLL 07-06-2008 09:31 PM

hey,
this skin looks very interesting, great work.

wondering if you were ever able to make it fluid?

also, is it possible to customize colors within the template? the bright yellow accents wont work for me so hopefully its possible to change them.

thanks a lot...
bryan

vbboarder 07-06-2008 09:35 PM

Thanks for the mod update! ;)

hpmustangs 07-07-2008 02:12 AM

looks badass ..

BTW how do you install this thing? any step by step install info?


All times are GMT. The time now is 01:33 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.01582 seconds
  • Memory Usage 1,829KB
  • 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
  • (1)bbcode_code_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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