Aqua-Soft vB3 Skin Re-Released

Just so you know I can't remove threads on vbulletin.com or any other forum I posted it at... So please don't go on where I should remove it. The post is like 6mo old.

Since you want the IPB version, wait for me to release the first version of it. Once you do donate you get updated versions for either VB or IPB. You don't even have to donate that much, just what you think the skin is worth thats all I ask.

Basically just waiting on Matt and the vBulletin team to finish up their programs so I can start skinning.

#299530

wow, that's ****ed up. I register on your forum just to download your skin and now i have to pay? **** THAT. DELETE YOUR THREAD ON VBULLETIN.ORG

Go ahead and make your own TEMPLATE then .. WOW ... Can't beleive that some people are really that cheap.

I sent in a donation. I love it and would be a great addition to our forum. So do I just wait for an email for the TEMPLATE after donation is sent?

#299749

Yea, I usually email it out to you within the hour. I already sent yours out. Enjoy :) Do let me know if you need help with anything.

#299752

Just so you guys know, the skin for vb3.5 will not have anything removed. It will be commented out, that way you guys can simple uncomment the stuff you would like to have on your forum, and not be limited to what I have decided should be displayed here.

I'm all for suggestions/feedback/ anything.

great news.. Im looking forward

-it would be cool to have the possibility to see subforums

-messengers icons are something that look good (why not to implement skype? it would be something new)

-post icons are disabled.. i think you could bring it back with a nice design..

thats all for now.. :cool:

keep up the outstanding job Timan

#300132

Thanks for the suggestions, if they added skype to vb3.5 then I'll add it of course, the post icons will be there in the next version, they just won't show up on this forum, (I'll comment them out). When you mean messenger icons, do you mean on the postbit?

#300133

When you mean messenger icons, do you mean on the postbit?

yes.. images instead of Icq Msn / txt ( if you like it simple like that it can stay as it is.. ) :cool:

thanks for the feedback

#300143

Paypal ready, IPB waiting for the update (damn, it will broke MY skin, I can feel it). I'm so gonna pay for this skin. And just for one forum (you can guess it's a mac forum. ;) ) Nice work !

#300627

Thats why I had hotmail accounts banned, because morons sign up with these free email accounts and post retarded stuff.

-- Stay on Topic, garbage posts will be deleted if needed. --

#300828

I have a question , what would be the complete code to add another button to header menu..?

I tried it on my own with no luck... :slant:

thanks in advance for any hint...

post-25145-1121420515_thumb.jpg

test.JPG
test.JPG

#300934

In the stylesheet (main css).

#toolbar #tbcal:active { background: url(../../images/as/toolbara_bg.gif) #f4f4f4; }
#toolbar #tbcal a { display: block; background: url(../../images/as/tb_cal_a.gif) no-repeat top center; }
#toolbar #tbcal a:active { display: block; background: url(../../images/as/tb_cal_b.gif) no-repeat top center; }

Basically rename #tbcal to something else, like #tbsearch if you were to add a search button.

Then you're going to change the image src to something else tb_cal_a.gif is the image you see by default, tb_cal_b.gif is the image when you click the menu in the toolbar.

So lets pretend you're adding a search item. You'll end up with something like this.

#toolbar #tbsearch:active { background: url(../../images/as/toolbara_bg.gif) #f4f4f4; }
#toolbar #tbsearch a { display: block; background: url(../../images/as/tb_search_a.gif) no-repeat top center; }
#toolbar #tbsearch a:active { display: block; background: url(../../images/as/tb_search_b.gif) no-repeat top center; }

Then once you add that to the stylesheet (main css), you're going to open up the template for Navbar

which is in Navigation / Breadcrumb Templates > Navbar.

Once there you'll see a list, of items like

$vbphrase[calendar]

so just change that to whatever you had in the stylesheet (main css). Like this

Search

Thats pretty much it.

Also the images in the toolbar have a Matte of #F0F0F0, if you want the perfect bg for transparent gifs'.

#300947

@Timan your support is outstanding..

thanks alot for your help,

take care

#300968

In the stylesheet (main css)....

Thats pretty much it.

Also the images in the toolbar have a Matte of #F0F0F0, if you want the perfect bg for transparent gifs'.

Thanks for the info, added a Gallery and Store link to our site. :)

#301479

Yep, if you want I'll add a gallery icon to the next version for those who have mods for galleries :)

#301483

I just noticed that I'm not getting the edit|quote|reply on all posts, just the first of each thread. What did I do?

Also, any chance of getting all 3 colors for this style, like you have here, in the future? How about a style quick change button also?

TIA

#301528

Hmm, you should. Might be a problem with your user group permission actually.

#301563

:confused: eh... how would I find out/fix it? I'm a bit new to all this so type slow :P

#301643

Thanks for the great skin!! :D

I just donated and can't wait to get it.

Meanwhile, I have a question. Is it possible to make the skin fixed width?

#301956

It sure is :)

In the Main CSS change the following.

#container { margin-left: auto; margin-right: auto; width: 99%; min-width: 770px; }

To whatever you want, 770px is prob best, since its the max width you can have on a 800x600 window. :)

#301958

i'd love to donate but too bad i dont have any paypal :( but your skin is trully amazing ;) one of the best Aqua skin i've ever seen.

great job, Timan !

#301982

How can I display custom fileds in the member list? I modified the 'memberlist' template adding following codes:

{if condition="$show['customfields']"}{

td class="gradaquag" align="center" style="border-left:1px solid #C0C0C0;" nowrap="nowrap"}$customfieldsheader{/td}{/if}

it didn't work.

ps. { & } --> < & >

#304626

Will you be updating this for VB3.5?

#304763

I've posted that I will be updating the skin for vb3.5

I am going to re-write a majority of the stuff, make it clean, and more customizable for the people who donated for the skin. :)

#304787

I'm thinking about donating for this skin (if I still got something on my paypal, that is), it's looking very good but would it be a lot of work to replace the pictures for "User CP", "FAQ" and the other ones with text only (similar to the standard skin)?

Anyway keep up the good work!

#304862

Hey Yor,

Have a look at the bottom of the skin, where it says Home | Forums Resources Disclaimer About... you can add that to the top of the page instead of the imaged toolbar, its fairly easy to do, and if you want I could send you the modified toolbar if that is what you wanted.

Tim

#304863

Timan,

Could you reply to my previous question?

I want to display custom field in the member list, but I don't know how to do.

#304865