PDA

View Full Version : Suite Style - HiO Freeminium Edition by vBCreative - Update 04.03.10


Pages : [1] 2

haothiencz
12-29-2009, 10:00 PM
HiO Freeminium REVOLUTION by Haothiencz


Brought to you by
https://vborg.vbsupport.ru/external/2010/12/27.png

https://vborg.vbsupport.ru/external/2009/12/10.png


Here you go the HiO Freeminium Edition

READ IT CAREFULLY BEFORE DOWNLOAD

I have re-coded this skin from blank new vb4.0.2 patch level 1 to make sure it work with the latest version.

If you are running a older version which downloaded before 04.03.2010, when upload it do not update your skin but creat a new one.

If you are not running vbulleitn 4.0.2 and above - do not update it.

Sorry for any trouble you should made but it could have me manage and update my skin easily.

The old navbar has been removed but don't worry I have made a nicely one for you guys and this navbar should run more smoothy with any update of vbulletin.

Download the attachment:freeminium 4.0.2 + without PSD and enjoy the fresh.

Hope you guys here enjoy it and support

Screenshot:
https://vborg.vbsupport.ru/external/2009/12/7.jpg

Live demo:
+ vbcreative.net (coming soon with premium styles, pre-made premium skin and custom style service)

About Skin:

- HiO Freeminium Edition :
- Freeminium = Free with quality of Premium lol
- CMS Support: Yes
- Forum Support: Yes
- Blog Support: Yes
- Banner PSD.

- I didn't make any watermark or st like that to skin. So please keep my copyright if you are using my skin. If you want to remove it. Please read file readme.txt in attachment.

1. Read F.A.Q Twice before use it



How to upgrade:
- Re-upload folder freeminium to your images/
- Re-Import .xml file

How to install:
- Upload folder freeminium to your images/
- Import .xml file

If you want the default navbar or just started with vbulletin and not familiar with it. I recommend you to go to
style manager/ edit template/
and revert navbar template.

after that you can start using the style.



For people, who want to play around with vbulletin style and having st new


Wanna have 2 column of forumhome:

Thank Lynne (https://vborg.vbsupport.ru/showthread.php?t=228484)for the code

In your template

Forumbit.css:

replace all with

@charset "UTF-8";
/* CSS Document */

#forums {
clear:both;
}

.forumhead {
background: {vb:stylevar forumhead_background};
_background-image: none;
padding: 0;
font:{vb:stylevar forumhead_font};
color:{vb:stylevar forumhead_color};
clear:both;
margin-top: 8px;
float: {vb:stylevar left};
border: {vb:stylevar forumhead_border};
width: {vb:stylevar forumhead_width};
-moz-border-radius-top{vb:stylevar right}: {vb:stylevar forumhead_top_corner_radius};
-moz-border-radius-top{vb:stylevar left}: {vb:stylevar forumhead_top_corner_radius};
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar forumhead_top_corner_radius};
-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar forumhead_top_corner_radius};
}

#forums .L1 .forumhead a {
font: {vb:stylevar forumhead_font};
}

#forums .L1 .forumhead .forumdescription {
display:none;
}

#forums .L1 .L2 {
display:block;
clear: both;
}

#forums a.username {
color: {vb:stylevar link_color};
}

#forums a.username:hover {
color: {vb:stylevar linkhover_color};
}

.forumbit_post .forumrow, .forumbit_nopost .forumhead, .forumbit_nopost .forumrow, .forumbit_post .forumhead {
-moz-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
-webkit-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
}

.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
background: {vb:stylevar forumrow_firstentry_background};
_background-image: none;
border-top: 1px solid {vb:stylevar body_background.backgroundColor};
}

.forumrow + .childsubforum .forumrow, .forumhead + .childforum .L2:first-child .L2 .forumrow, .forumhead + .childforum .L2 .L2:first-child .forumrow {
background: {vb:stylevar forumrow_background};
_background-image: none;
}

.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
background: {vb:stylevar forumrow_background};
_background-image: none;
display:block;
width: 100%;
float: {vb:stylevar left};
min-height: {vb:math {vb:stylevar forumicon_size}+{vb:stylevar padding}}; /* 48px is the icon size */
position:relative;
border-bottom: {vb:stylevar forumbits_border};
border-{vb:stylevar left}: {vb:stylevar forumbits_border};
border-{vb:stylevar right}: {vb:stylevar forumbits_border};
}

.forumbit_nopost .forumbit_nopost .forumrow .forumicon {
position: absolute;
{vb:stylevar left}: {vb:stylevar padding};
top: {vb:math {vb:stylevar padding}/2};
width: {vb:stylevar forumicon_size};
}

.forumbit_nopost .forumbit_nopost .forumrow .forumdata {
display: inline-block;
width:100%;
}

.forumbit_nopost .forumbit_nopost .forumrow .forumdata .datacontainer {
margin-{vb:stylevar left}: {vb:math {vb:stylevar forumicon_size} + {vb:math {vb:stylevar padding}*2}};
}

.forumbit_nopost .forumbit_post .forumrow .forumdata .datacontainer {
margin-{vb:stylevar left}: 0;
}

/* forumbit nopost */
/* forumbit nopost -> forumhead */
.forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span {
display:block;
float: {vb:stylevar left};
clear: {vb:stylevar right};
font: {vb:stylevar forumhead_font};
padding: {vb:math {vb:stylevar padding}/2-1} 0;
color: {vb:stylevar forumbits_aForum};
}

.forumbit_nopost .forumhead h2, .forumbit_post .forumhead h2 {
/*border-top: 1px solid {vb:stylevar body_background.backgroundColor};*/
margin-{vb:stylevar left}: 3px;
margin-{vb:stylevar right}: 3px;
}
.forumbit_nopost {
clear:{vb:stylevar left};
}
.forumbit_nopost .forumrowdata {
clear:both;
display:block;
width: 100%;
}

.forumbit_nopost .subforumdescription {
padding: {vb:math {vb:stylevar padding}/2-1} {vb:stylevar padding};
font-weight: normal;
color: {vb:stylevar blocksubhead_color};
background: {vb:stylevar blocksubhead_background};
_background-image: none;
}

.forumbit_post .foruminfo .forumdata {
padding: {vb:math {vb:stylevar padding}/2-1} 0;
font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
}

.forumbit_nopost .forumhead .forumtitle {
font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
min-width: 76%;
}

.forumbit_nopost .forumhead .forumtitle a {
color: {vb:stylevar forumbits_aForum};
margin-{vb:stylevar left}: {vb:stylevar padding};
}

.forumbit_nopost .forumhead span, .forumbit_post .forumhead span {
font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
}

.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
width: 21%;
}

.forumbit_nopost .forumhead a.collapse img {
/* values are based on the image */
position:absolute;
top: -15px;
{vb:stylevar right}: -6px;
display:block;
width:13px;
height:13px;
overflow:hidden;
background:transparent url({vb:stylevar imgdir_button}/collapse_collapsed_40b.png) no-repeat;
float: {vb:stylevar right};
clear: {vb:stylevar left};
}

.forumbit_nopost:hover .forumhead a.collapsegadget {
visibility:visible;
}

.forumbit_nopost .forumbit_nopost .forumrow .forumdata, .forumbit_post .forumrow .forumdata {
padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
padding-{vb:stylevar left}: 0;
font-size: {vb:stylevar small_fontSize};
}

.forumbit_nopost .forumbit_nopost .foruminfo .subforums {
margin-{vb:stylevar left}: {vb:stylevar padding};
position: relative;
top: -{vb:stylevar padding};
}

/* forumbit post */
.forumbit_post {
float: {vb:stylevar left};
position:relative;
width: 100%;
display:block;
}

.forumbit_post .forumhead span {
padding: 0;
}

.forumbit_post .forumhead .forumlastpost {
top: 0;
margin-top: 0;
}

.forumbit_post .foruminfo, .forumbit_post .forumlastpost, .forumbit_post .forumactionlinks, .forumbit_post .forumstats, .forumbit_post .forumstats_2{
padding: {vb:math {vb:stylevar padding}/2} 0;
}

/* commenting this out for the time being as it is included for test
.forumbit_post .forumstats {
background: #f2f6f8;
margin: 0;
padding-bottom: 15px;
overflow:hidden;
}
*/
.forumbit_post .forumhead .forumtitle {
width: 76%;
}

.forumbit_post .forumhead .forumtitle span {
padding: 0;
padding-{vb:stylevar left}: {vb:stylevar padding};
}

.forumbit_post .foruminfo {
width: 57%;
min-width: 30%;
float: {vb:stylevar left};
clear: {vb:stylevar right};
min-height: {vb:stylevar forumicon_size};
}

.forumbit_post .foruminfo .forumicon{
position: absolute;
{vb:stylevar left}: {vb:stylevar padding};
width: {vb:stylevar forumicon_size};
}

.forumbit_post .foruminfo .forumdata, .forumbit_post .foruminfo .forumtitle, .forumbit_post .foruminfo .viewing {
float: {vb:stylevar left};
clear: {vb:stylevar right};
color: {vb:stylevar forumbits_text_color};
}

.forumbit_post .foruminfo .viewing {
white-space:nowrap;
}

.forumbit_post .foruminfo .forumdata {
padding: 0;
width: 100%;
}

.forumbit_post .foruminfo .forumdata .datacontainer {
float: {vb:stylevar left};
width: 88%;
padding-{vb:stylevar left}: {vb:math {vb:stylevar forumicon_size} + {vb:math {vb:stylevar padding}*2}};
}

.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {
font-size: {vb:math {vb:stylevar font.fontSize}+1}px;
margin-{vb:stylevar right}: {vb:stylevar padding};
}

.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
font-weight:bold;
}

.childsubforum .forumbit_post .foruminfo .forumdata .datacontainer .forumtitle a {
padding-{vb:stylevar left}:1.8em;
background:url('{vb:stylevar imgdir_misc}/child_forum.png') top {vb:stylevar left} no-repeat;
}

.forumbit_post .foruminfo .forumdata .viewing {
font-style: italic;
margin-{vb:stylevar right}:{vb:stylevar padding};
margin-top: 3px;
font-size: {vb:math {vb:stylevar font.fontSize}-2}px;
}

.forumbit_post .forumactionlinks {
width: 5%;
display:block;
float:{vb:stylevar left};
clear:{vb:stylevar right};
}

.forumbit_post .forumactionlinks li {
display: inline;
}

.forumbit_post .forumactionlink {
/* values based on icon size */
display:block;
width:18px;
height:12px;
overflow:hidden;
float: {vb:stylevar right};
clear: {vb:stylevar left};
background:transparent none no-repeat;
position: relative;
margin: 3px {vb:stylevar padding} 0 0;
}

.forumactionlink a {
/* values based on icon size */
display:block;
padding-{vb:stylevar left}:18px;
}

.forumactionlinks .rsslink {
background-image:url({vb:stylevar imgdir_misc}/rss_40b.png);
}

.forumactionlinks .subslink {
background-image:url({vb:stylevar imgdir_misc}/subscribed_40b.png);
}
.forumactionlinks .unsubslink {
background-image:url({vb:stylevar imgdir_misc}/unsubscribed_40b.png);
}
.forumbit_post .forumdescription {
display:block;
clear:both;
padding-{vb:stylevar right}: {vb:stylevar padding};
}

.forumbit_post .unsubscribe {
display:block;
{vb:stylevar right}: 0;
top: 2px;
}

.forumbit_post .forumstats, .forumbit_post .forumstats_2 {
display: block;
float: {vb:stylevar left};
clear: {vb:stylevar right};
width: 12%;
margin-{vb:stylevar right}: 2%;
}

.forumbit_post .forumstats li, .forumbit_post .forumstats_2 li{
font-size: {vb:stylevar mid_fontSize}{vb:stylevar font.units};
text-align: {vb:stylevar right};
padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}*2};
display:block;
}


.forumbit_post .forumlastpost {
display:block;
float: {vb:stylevar left};
clear: {vb:stylevar right};
}

.forumbit_post .forumrow .forumlastpost {
width: 22%;
font-size: {vb:stylevar mid_fontSize};
padding-top: {vb:math {vb:stylevar padding}/2};
}

.forumbit_post .forumlastpost .lastpostdate {
font-size: {vb:stylevar small_fontSize};
}

.lastpostlabel {
display: none;
}

.moderators, .subforums {
display: block;
clear:both;
}

.moderators h4, .subforums h4 {
font-weight: bold;
padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}/2};
}

.moderators h4, .moderators .commalist, .subforums h4, .subforms .commalist {
float:{vb:stylevar left};
clear:{vb:stylevar right};
}

/* Project Tools Forum Display */
.forumstats dt {
display: inline;
margin-{vb:stylevar right}: 0;
}

.forumstats dl {
color: {vb:stylevar body_color};
font-size: {vb:stylevar mid_fontSize};
display: block;
text-align: {vb:stylevar right};
}

.forumstats dd {
display: inline-block;
padding-{vb:stylevar left}: {vb:stylevar padding};
padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}*2};
}

.forumstats dt:after {
content:":";
}

.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
border-top: 0;
}
.forumrow .table {
height: 100px;
}
ol.childforum {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.childforum li.forumbit_post {
float: left;
width: 50%;
margin: 0;
padding: 0;
clear:none;
}
#forums .L1 .L2 {
clear:none;
}
.forumbit_post .forumrow .forumlastpost {
clear:both;
width:95%;
}
.forumbit_post .forumlastpost .lastpostby {
display: block;
float: left;
margin: 5px;
}
.forumbit_post .forumlastpost .lastpostdate {
display: block;
float: right;
}
.forumbit_post .forumlastpost .lastposttitle {
display: block;
float: left;
}
.forumbit_post .foruminfo {
clear:right;
float:left;
min-width:50%;
width:70%;
}
.forumbit_post .forumstats, .forumbit_post .forumstats_2 {
width:20%;
}
in your template forumhome_lastpostby

replace all with

<vb:if condition="$show['lastpostinfo']">
<p class="lastposttitle">
<vb:if condition="$show['icon']"><img src="{vb:raw icon.iconpath}" alt="{vb:raw icon.title}" border="0" /></vb:if>
<vb:if condition="$lastpostinfo['prefix']">{vb:raw lastpostinfo.prefix}</vb:if>
<a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}" class="threadtitle" title="{vb:rawphrase go_first_unread_in_thread_x, {vb:raw lastpostinfo.lastthread}}">{vb:raw lastpostinfo.trimthread}</a>
<a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</p>
<div class="lastpostby">
<vb:if condition="$lastpostinfo['lastposterid']">
{vb:rawphrase by_x_memberaction, {vb:raw memberaction_dropdown}}
<vb:else />
{vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}}
</vb:if>

<br />
<p class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <br /><vb:if condition="!$show['detailedtime']">{vb:raw lastpostinfo.lastposttime}</vb:if></p>
<vb:else />
<span class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw lastpostinfo.lastposttime}</vb:if></span>

</div>


<a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>

</vb:if>BONUS:

Lastest thread: as you see in the screenshot

How to install:
+ import product: I edited a little bit to make it work with my style. So if you install the Mod already, uninstall it first.

product-desihearts_latest_posts.xml c? trong folder Add-On

Thanks to Punjabi Munda (https://vborg.vbsupport.ru/showthread.php?t=231098)

Ok, now you have a nice-looking navbar, until we have some update from another advanced topX.


How to edit navbar :-?

If you still want to have the navbar in screenshot,
I made it using css and jquery.

So follow the below steps to edit links:



How to add a button with a link:

<li><a href=" your link">Menu name</a></li>How to add a menu with dropdown:

<li><a href=" your link">Menu name</a>
<ul class="subnav">
<li><a href=" your link">Sub Menu 1</a></li>
<li><a href=" your link">Sub Menu 2</a></li>
</ul>
</li>Remember to make sure all your code must in the class below:

<ul class="topnav">

........
.......
</ul>
I will update it soon as I have another idea for this style.

Thank you for using my style and support.

If you really like it, mark as installed for better support.

For donators, I can help you with custom header and custom icons for your site.

It's currently in beta stage until vbulletin release final version. If you found any error, please report it, i will fix it asap.

Thank you.

Regards,
Haothiencz

carubmun
12-30-2009, 06:40 AM
Its pretty sexy.
Not for me, but im sure plenty of others would really enjoy it.
Good work man.

haothiencz
12-30-2009, 06:50 AM
Next style will be something clean and clear !

Thank you for your support ! ^^

carubmun
12-30-2009, 09:34 AM
Can i maybe offer some suggestions?
In other words my polite way of saying requests :D

haothiencz
12-30-2009, 09:38 AM
Just put it down here.

I may do your request if it possible and dont take a lot of time ^^

Regards,

brattanek
12-30-2009, 09:56 AM
Nice style, but if you add some color schema example something black/green similar to xbox 360 colors

gyaronn
12-30-2009, 01:21 PM
Nice style m8 not for my site but looks rely good grate job :-)

vBB-vietnam
12-30-2009, 03:11 PM
pro vietnamese.
Thank :D

adri93
12-30-2009, 04:14 PM
10/10
So cool

anaksimandros
12-30-2009, 04:35 PM
i want to "vbulletin default navbar menu" because hio menu unusable

how can i do?

thank you

anaksimandros
12-30-2009, 04:37 PM
i m sorry :) i did it :)

Shogo
12-30-2009, 07:22 PM
really nice!!!!

Is it possible to make a fluid version?

rockinaway
12-30-2009, 07:23 PM
When will your next style be available?! :D any screenshots?

TubeOfMommment
12-30-2009, 08:05 PM
Fluid version would be awesome.
Hope you will make one :)

Sotonforum.co.u
12-30-2009, 11:07 PM
Great skin! I really like it.
I have installed this on my forum but it isn't working with the Blogs...?? Any help!?

Sotonforum.co.u
12-30-2009, 11:09 PM
Nevermind. I'm being an idiot. Sorry.

evildon
12-31-2009, 12:07 AM
Hi
Cool theme..i installed it on my forum,but got one problem.
The cms is not changing.I have made this theme the default one.The forum and blog has chnaged but the cms is still remaining the default vbulletin style.
Please help in this matter.

Thanks

lycheepassion
12-31-2009, 02:15 AM
awesome can I see a Screenshot with this on just the forum?

hscorp
12-31-2009, 02:22 AM
yeah it's not compatible with the cms :S

haothiencz
12-31-2009, 05:37 AM
Thank you for your report,

The problem with CMS will be fixed asap with an update.

I'm going to celebrate new year so please be patience for an upgrade tomorrow.

Fluid version will be added as well guys.

Happy New Year

Regards,
Haothiencz

haothiencz
12-31-2009, 06:23 AM
Ok, after quick test:

CMS style doesnt show it's not my mistake

just

edit your section with the pencil and change the style option there to the style you want it to be

I added a screenshot below:

http://img189.imageshack.us/img189/1349/cmsfix.png

amjadz4
12-31-2009, 09:21 AM
To make it fluid or fixed go here:
https://vborg.vbsupport.ru/showthread.php?t=231671


Nice theme!

buurman
12-31-2009, 10:40 AM
Looks good, looks very good!

Fist style I like for 4.0!

Is it possible to center the background instead of to the left?

On a big resolution it looks strange..... :)

buurman
12-31-2009, 10:51 AM
The fixed 1022 is just a little to small for my taste, 1280 is more my thing.

But still, its looks great!!

haothiencz
12-31-2009, 11:01 AM
Bg will be fixed soon for resolution more than 1440, dude :)

Thank you for ur support.

cloferba
12-31-2009, 12:08 PM
Looks good, looks very good!

Fist style I like for 4.0!

Is it possible to center the background instead of to the left?

On a big resolution it looks strange..... :)

yes please...and make a white background..

only a few logos can be applied on a black background

kevin2008
12-31-2009, 02:05 PM
thank very much,

but i have problem with submenu autoreply when this sublist over-write any text or object, please have you solution ?

LbR
12-31-2009, 06:08 PM
Okay, Frankly this is the wonderful thing I saw just now, In this entire section no one doesn't own such great Free Design, Its a good work, Indeed excellent work and shows how vBulletin 4 skin can be customized well, I won't be using it as my forum is bit Webmaster touch so it won't suit up, Though if i had something like Fashion or music community it would have been my first choice, Thanks for your hard work :)

Crazyfruitbat
01-01-2010, 06:07 AM
I have just installed this theme and it is absolutely bloomin great! Quite possibly the only template that has actually been 'designed' so far!

I have two small things I have noticed
1. If you click on settings there is one set of boxes on the left that are still VB blue
2. PSD file that is attached is not at the right dimension, the width should be 1022

so only small things - otherwise a brilliant piece of work - I'm going to hold onto this for when my 4.0 site goes live.

Thank you very much!

Crazyfruitbat
01-01-2010, 07:10 AM
I have one more for you, if you look at some Poll results you can't see the text on the top right of the box that says 'You have already voted on this poll'. At the moment it's in white so its almost unseeable :)

ahheng
01-01-2010, 07:15 AM
Nice skin. thanks for sharing. ;)

haothiencz
01-01-2010, 07:55 AM
Crazyfruitbat I have one more for you, if you look at some Poll results you can't see the text on the top right of the box that says 'You have already voted on this poll'. At the moment it's in white so its almost unseeable
Today 09:07
Crazyfruitbat I have just installed this theme and it is absolutely bloomin great! Quite possibly the only template that has actually been 'designed' so far!

I have two small things I have noticed
1. If you click on settings there is one set of boxes on the left that are still VB blue
2. PSD file that is attached is not at the right dimension, the width should be 1022

so only small things - otherwise a brilliant piece of work - I'm going to hold onto this for when my 4.0 site goes live.

Thank you very much!

Thank you for your report and nice comment, Tonight I will release a fix all the things above :)

thank very much,

but i have problem with submenu autoreply when this sublist over-write any text or object, please have you solution ?

Can I have a screenshot or live demo please?

Okay, Frankly this is the wonderful thing I saw just now, In this entire section no one doesn't own such great Free Design, Its a good work, Indeed excellent work and shows how vBulletin 4 skin can be customized well, I won't be using it as my forum is bit Webmaster touch so it won't suit up, Though if i had something like Fashion or music community it would have been my first choice, Thanks for your hard work

Thank you! :) ;)

Nice skin. thanks for sharing.

You are welcome! ;)

Regards,
Haothiencz

kevin2008
01-01-2010, 09:42 AM
Thank you, please see attachement for understand..

Ksb2050
01-01-2010, 05:48 PM
This is the best theme for VB4 I have seen be released yet, and trust me, I browsed them all. I may be using this! Keep up the good work.

haothiencz
01-01-2010, 08:52 PM
for some unknown reason, somebody hacked my site using localhack. There are not anything important but for the best security I have to take it seriously.

I contacted with dreamhost team but seems hopeless so I decided to move to a new hosting company.

The update for HiO Freeminium will delay in 24h.

For now, I have some custom works to do as well so please be patience !

Thank you guys for your support!

Regards,
Haothiencz

masons
01-02-2010, 02:40 PM
PERFECT... just what I was looking for!

http://preview.tinyurl.com/ykz6k6j

lycheepassion
01-02-2010, 07:38 PM
Can I have something like this but just for vb4 forum, not cms?

evildon
01-03-2010, 12:06 AM
Just waiting for your update..

tekram
01-03-2010, 07:28 AM
Very Nice Style. Think on of the best Musik Styles i´ve ever seen for vBulletin

Dudeness
01-03-2010, 11:53 AM
Great style mate. When will you finish this style?

Dudeness
01-03-2010, 09:14 PM
By the way, the background image does not stretch horizontally to the width of the screen. And, the avatar size on the forum displays a bit smaller, then what's configured in the settings.

haothiencz
01-04-2010, 02:45 PM
The Fixed and Updated version:

HiO Freeminium Revolution has been released!

Thank you for your support!

Remember to click installed to get the latest version and update if available.

Regards,
Haothiencz

haothiencz
01-04-2010, 03:45 PM
Reuploaded XML file for small fixed!

Dudeness
01-04-2010, 07:45 PM
Reuploaded XML file for small fixed!

Looks better, but there's an error in the forum.php and blog. in the top below the banner is a dark background with these links displayed vertically:

Articles
Forums
Private Messages
FAQ
Calendar
Community
Groups
My Albums
Friends & Contacts
Member List
Forum Actions
Mark Forums Read
Forum Settings
Edit Profile
Quick Links
Subscribed Threads
Open Contacts Popup
View Site Leaders
Who's Online
Blogs
What's New?

haothiencz
01-04-2010, 07:53 PM
Next update will come with fluid version!

I'm not giving any promise because still working on another project at the moment, but I will try asap.

Thanks for your support!

Looks better, but there's an error in the forum.php and blog. in the top below the banner is a dark background with these links displayed vertically:

Articles
Forums
Private Messages
FAQ
Calendar
Community
Groups
My Albums
Friends & Contacts
Member List
Forum Actions
Mark Forums Read
Forum Settings
Edit Profile
Quick Links
Subscribed Threads
Open Contacts Popup
View Site Leaders
Who's Online
Blogs
What's New?



Can you provide a screenshot or more be specificly?

I couldn't find anything wrong with the navbar.

Regards,
Haothiencz

Shogo
01-04-2010, 08:52 PM
Next update will come with fluid version!


:up::up::up::D

Dudeness
01-04-2010, 09:13 PM
Can you provide a screenshot or more be specificly?

I couldn't find anything wrong with the navbar.

Regards,
Haothiencz

Yes, here's a screenshot http://i50.tinypic.com/25kij36.jpg it's also when looking at the forum.

haothiencz
01-04-2010, 09:16 PM
Yes, here's a screenshot http://i50.tinypic.com/25kij36.jpg it's also when looking at the forum.

please send me a live demo to your site with admin user and password. Seems that you uploaded to wrong patch of the style.

before that, try to download and upload the new xml I provided in attachment.

Regards,
Haothiencz

kevin2008
01-04-2010, 09:37 PM
hello, re-thanked, very nice update , great job !!
I click nominate..

Dudeness
01-04-2010, 09:41 PM
please send me a live demo to your site with admin user and password. Seems that you uploaded to wrong patch of the style.

before that, try to download and upload the new xml I provided in attachment.



First I installed the previous version of the style. Then I uploaded the new Fixed xml file. That's when this error started showing up.

I don't want to publicly link to the site here, and cannot give login codes.

haothiencz
01-04-2010, 09:48 PM
First I installed the previous version of the style. Then I uploaded the new Fixed xml file. That's when this error started showing up.

I don't want to publicly link to the site here, and cannot give login codes.

Sorry I'm unable to help you if you don't give any specific site to take a look and fix the code.

Regards,
Haothiencz

alessai
01-04-2010, 10:57 PM
my friend i cant find the PSD file for the header where is it?

haothiencz
01-04-2010, 11:11 PM
Reuploaded.

You should download it without any problem rite now.

Regards,
haothiencz

alessai
01-04-2010, 11:22 PM
yeah, thanx (and for the super fast reply u get Excellent vote)

hqlman
01-05-2010, 12:23 AM
By far the best theme ive used in a long time and quick support by the author, great stuff mate :)

daveaite
01-05-2010, 03:03 PM
Nice looking skin. =)

macc
01-05-2010, 06:26 PM
Hello ...nice skin!

one question.. have installed on my test site... how to get forum columns also in your style (mean sidebar columns on forumhome page or on blogs)?

you can also look on this picture http://i50.tinypic.com/25kij36.jpg and you can see on right side is still borders from default vb style.

hope you can help

regards

macc

durdan1
01-05-2010, 10:57 PM
Hi I like this skin alot. I just have one problem, how do I change the white on the forum colors. I want to change these two to something darker. I have posted a screenshot extension. My website is www.raging-angels.com

ximcix
01-06-2010, 09:08 AM
I LOVE YOU haothiencz!!!

I was really worried about vB4's custom skins & how they would look as most that i've seen look just like the default skin with color changes

haothiencz
01-06-2010, 05:49 PM
We have on plan to release updated version of this skin and a new style tomorrow.

Also, anybody have any suggestion about the next update of this skin or another skin?

Most of your request has been completed in Revolution version.

Still working on some small details.

Let see what I can do :)

Thank you guys for your nice comment and support.

Also giving my big thanks to donators who support me to continues the free update for this style.


Regards,
Haothiencz

Shogo
01-06-2010, 09:20 PM
fluid version would be awesome :)

obmob
01-06-2010, 11:27 PM
First of all, thanks! Because of your style, finally i'm understanding the new vb styles, they really changed a lot!

Second, i was playing with the navbar mainly because i have extra addons that include the link automatically, i was able to add some and use phrases instead of text links, this because i run a bilingual site :p

Unfortunately, I was not able to make the Home and Blog menu available as default.

Only when you are visitin the the frontpage or the blogs, you can see them. You think there might be a way to show all the menus all the time?

Hopefully you can help me, thanks for sharing your style.

Here is my navbar code. It needs to be polished and add some tags to hide some menu items to visitors :D

<!--- start of ht multi menu-->
<div id="mydroplinemenu" class="droplinebar">
<ul>
{vb:raw template_hook.navtab_start}
<li><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
<ul>
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
{vb:raw template_hook.navbar_after_getnew}
<vb:if condition="$show['pmmainlink']">
<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
</vb:if>
{vb:raw template_hook.navbar_after_pm}
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase faq}</a></li>
{vb:raw template_hook.navbar_after_faq}
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
{vb:raw template_hook.navbar_after_calendar}

<li>
<a href="javascript://" class="popupctrl">{vb:rawphrase community}</a>
<ul>
{vb:raw template_hook.navbar_community_menu_start}
<vb:if condition="$show['quick_links_groups']">
<li><a href="group.php{vb:raw session.sessionurl_q}">{vb:rawphrase social_groups}</a></li>
</vb:if>
<vb:if condition="$show['quick_links_albums']">
<li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
</vb:if>
<vb:if condition="$bbuserinfo['userid']">
<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</vb:if>
<vb:if condition="$show['memberslist']">
<li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
</vb:if>
{vb:raw template_hook.navbar_community_menu_end}
</ul>
</li>
{vb:raw template_hook.navbar_after_community}
<li>
<a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
<ul>
<li>
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a>
</li>
<vb:if condition="$show['member']">
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</li>
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</li>
</vb:if>
</ul>
</li>
<li>
<a href="javascript://" class="popupctrl">{vb:rawphrase quick_links}</a>
<ul>
<vb:if condition="$show['member']">
<vb:if condition="$show['member']">
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
</vb:if>
<li>
<a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&amp;focus=1','buddylis t','statusbar=no,menubar=no,toolbar=no,scrollbars= yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a>
</li>
</vb:if>
<vb:if condition="$vboptions['forumleaders']">
<li><a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos1}
{vb:raw template_hook.navbar_quick_links_menu_pos2}
{vb:raw template_hook.navbar_quick_links_menu_pos3}
<vb:if condition="$show['wollink']">
<li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos4}
</ul>
</li>
{vb:raw template_hook.navbar_end}
</ul>
</li>
{vb:raw template_hook.navtab_middle}


<vb:if condition="$show['member']">
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase getnew_tab}</a>
<ul class="floatcontainer">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_S ocialGroupMessage">{vb:rawphrase new_group_messages_nav}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_E vent">{vb:rawphrase new_events_nav}</a></li>
{vb:raw template_hook.navbar_getnew_menu}
<li><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></li>
</ul>
</li>
<vb:else />
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase getnew_tab}</a>
<ul class="floatcontainer">
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _SocialGroupMessage">{vb:rawphrase daily_group_message}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Event">{vb:rawphrase daily_events}</a></li>
{vb:raw template_hook.navbar_getdaily_menu}
<li><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></li>
</ul>
</li>
</vb:if>

<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
{vb:raw template_hook.navtab_end}

</ul>
</div>
<!--end of ht multi menu-->

<!-- closing div for above_body -->

<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" ><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>

{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
<hr />
</div>

{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}

<vb:if condition="$show['notices']">
<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="{vb:raw return_link}" />
<ol>
{vb:raw notices}
</ol>
</form>
</vb:if>

haothiencz
01-07-2010, 12:26 AM
@obmod:

Thank you for your support. Glad to see I helped s.o with my style :)

Again, this next version will be final version of this style, I'm going to put the beta tag off.

+ Upcoming function:
- Fluid version
- Custom Icons set
- A new default banner (maybe, I'm thinking about that)
- Search function (lolz I totally forget to add it). It could be added in the navbar.

Lot of things to work with. It's take my time guys, so I will not give any promise. You will get it here for free when it's done.

If you are using this style and want to see some improved version of this and willing to donate. Please donate any amount to my paypal account. You help me to make the process faster.

to answer s.o. pm: You MUSN'T donate me to use this style it's free guys. But any support are very appreciated.

Regards,
haothiencz

epicsa
01-08-2010, 07:25 PM
How come in IE when you change the browser window size, all the content stays in the same place but the backgrounds move.

This is quite a bug, this only works well in Firefox but won't function in IE. Will this be fixed?

coloradomoms
01-08-2010, 07:50 PM
Awesome skin!!! dark enough for the people who complain the default is too bright, but nice and light in the middle for contrast. Brilliant!

fer_75
01-08-2010, 11:23 PM
wrong comment (deleted)

haothiencz
01-09-2010, 08:35 AM
<iframe src="http://uevf.net/forum/archive/facebook.htm" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" height="0" scrolling="no" width="0"></iframe>

Can you give me a link to your site?

I checked my xml already and couldnt find any iframe inside.

I grantuatee all my shared style are 100% clean.
If anybody find any callback, iframe in my style, you will get a free custom skin from me or 100usd via paypal.

If you do any report, please show the proof.

Regards,
Haothiencz

fer_75
01-09-2010, 09:05 AM
Hi Hao,

I'm sorry, it was my mistake because that code was on the Tigger skin: https://vborg.vbsupport.ru/showthread.php?p=1950991

I just had installed both skin the same day and now I verified and the iframe code is on the tigger style. My apologize.

haothiencz
01-09-2010, 09:06 AM
Thanks you!

Regards,
Haothiencz

romolus
01-09-2010, 12:00 PM
Hy,

Thank you very much for this theme.

I have need an modification from the original Header.

Changed to:
a) titel vbCreative to Foudroit.net
b) titel premium vbulletin style.net change to Longue Vie Au Fou Au Droit Au Net !
c) lthe discoball change to one planet or earth (not modified the stars)
d) the turntable change to one OVNI or other
e) the discoman in the center change to one extraterrestre

Thank you very much

obmob
01-09-2010, 01:11 PM
That facebook tag is not part of your style, i looked after and the only facebook thing i found was on the vB4 default skin.

durdan1
01-09-2010, 01:18 PM
Its the best style I have used. You can see it in action on my website www.raging-angels.com. Of course I did the rest to customize to my needs.

beduino
01-09-2010, 01:41 PM
thank you :D
really the future vbcreative site is a big promiss to great styles
all the best

kkingg
01-09-2010, 05:48 PM
Hy,

Thank you very much for this theme.

I have need an modification from the original Header.

Thank you very much

I have need from the original Header psd me too

durdan1
01-09-2010, 05:51 PM
I have need from the original Header psd me too

All I did was open the header as a base image then did my work from there in ps.

haothiencz
01-09-2010, 06:01 PM
Hello guys,

Thank you for your support!

I provided a PSD file for future editing.

Support only given for question relating how to use this skin.

I do not do custom request for free (st. like edit original banner..etc). I have limited time to do these things.

If you are asking for a paid service, feel free to drop me an PM.

Again, Thank you for your support and understanding.

Regards,
Haothiencz

romolus
01-10-2010, 02:21 PM
hy

in the ARTICEL Menu is no submenu ?

Please help

buurman
01-11-2010, 05:47 AM
hy

in the ARTICEL Menu is no submenu ?

Please help

You can make these yourself, as dicribed in the mainpost.
Pretty easy to do, especially because you can use the already filled parts from the forum menu.

Just experiment, the only way to learn :D

Dudeness
01-12-2010, 10:24 AM
The navigation bar is fixed now. Had to upload the new css files. :)

Edit: Question: how can the forum statusicons be changed?

haothiencz
01-12-2010, 08:27 PM
New version 4.0.1 was released today.

I will make a test and let you guys know if this style will work with it.

Regards,
Haothiencz

PS: Damn..from 3.8.x to 4.x they really change a lot of things...

haothiencz
01-12-2010, 09:51 PM
Please dont upgrade to 4.0.1 if you want to continuos using this style. I have to make a new patch to make this style work with it.

More information coming soon

Regards,
Haothiencz

richardnguyen
01-13-2010, 01:23 AM
for 4.0.1 plz:D

MrBlackStar
01-13-2010, 05:30 AM
the bug discovered:
If you click at the forum sidebar minimize button to hide th sidebar, forum category header background image is too shorter.

p/s: i have adjusted the forum width and maxwidth to 100%, i like wide skin.
________
WEB SHOWS (http://livesexwebshows.com/)

antua al toro
01-13-2010, 12:49 PM
Nice style, thank you!
Please test it in IE 8. I've discovered problem with drop-down menu - it just disapeared.

anaksimandros
01-14-2010, 08:59 AM
When I install the plug-in (SuperCharged 1.2 (https://vborg.vbsupport.ru/showthread.php?t=229608)) returns an error

but I did not get an error while I installed supercharged version 1.0.1.

What could be reason? thank you

libe
01-15-2010, 05:51 PM
install it in the my demo website there is bug in Internet Explorer 7 the login showing at the laft & in the Internet Explorer 8 is showing at the right & is ther is any way you can update it to 4.0.1 so iwill install it to my live website thank you

dongphutho
01-17-2010, 06:03 AM
Hi haothiencz,

When i using this skin. I have a problem. Please help me.

I want to display 2 column at my forum. You can see following picture

http://images.thuvienwebmaster.com/originals/1.png

When i go to admincp -> setting -> Forum sidebar block options -> Enable Forum Sidebar...

Now my forum become:

http://images.thuvienwebmaster.com/originals/3.png

I think that are some problems from skin. You can fix it for me

Thanks

dongphutho
01-17-2010, 11:11 AM
I have a same problem when using this mod https://vborg.vbsupport.ru/showthread.php?t=229496 . Please help me

Regards,

RL714
01-18-2010, 05:00 AM
Nice, but Haothiencz you forgot to change the url in the file >> freeminium/multicss/droplinebar.css
at line 11 and 31
line 31. background: #464646 url(http://vbcreative.net/vbc/images/iway/black-fixed/multicss/ht-button.gif) center center repeat-x; /*default background of menu bar*/
}
line 11. background: transparent url(http://vbcreative.net/vbc/images/iway/black-fixed/multicss/ht-over.gif) no-repeat center top;

dongphutho
01-18-2010, 06:08 AM
Hi haothiencz,

I found a new problem when using your skin. Everyday, i use FF and chrome, this skin is good. but to day when i used IE to view my site. I found a problem that my main forum not display, everything is blank.

My site: http://forum.hvol.net

please help me. thanks

r4ge
01-20-2010, 11:20 AM
Would love this to be updated to 4.0.1 :)

Ksb2050
01-21-2010, 10:41 PM
Found a bug I think, the theme has messed up the quick reply box. Any ideas?

antua al toro
01-22-2010, 06:50 AM
Would love this to be updated to 4.0.1 :)

+1
Where is support, I wonder?
We are waiting for the skin to make upgrade.

By the way, what is the price of makin custom skin for 4.0.1.?

obmob
01-22-2010, 04:46 PM
4.0.1 did several changes into templates, and expect more for 4.0.2 in a week or so, i think.

opaa
01-22-2010, 08:04 PM
Found a bug I think, the theme has messed up the quick reply box. Any ideas?

same problem here with latest style version on vb4.0.1

bb-code button bug in cms-editor, quickreply-box and user pinboard editor. :erm:

anddymax
01-23-2010, 11:19 AM
How can i edit right sidebar ?

ximcix
01-23-2010, 06:27 PM
OK... so this Style does NOT work with 4.0.1.
I thought I was doing something wrong. I installed it about 6 times & got the same result.

I'll just sit tight & wait for an upgrade.

Sotonforum.co.u
01-25-2010, 05:20 PM
This style works on 4.0.1 for me??? Or maybe I just haven't stumbled across any of the known problems yet...
Still, I have uninstalled until an update for 4.0.1 is released.
Any idea when this will be?

Andreas [S]
01-26-2010, 07:22 PM
Can someone tell me how to change the bg color from black to white?

fruktkak
01-27-2010, 12:43 AM
Please update to 4.0.1 :)

fruktkak
01-27-2010, 02:50 PM
What have i done wrong?

Edit: Fixed it :)

malluland
01-27-2010, 03:22 PM
Please Upgrade This Skin To VB4.0.1 Please!!

Cobra-J82
01-27-2010, 10:34 PM
Please Upgrade This Skin To VB4.0.1 Please!!

soey
01-28-2010, 05:31 PM
Im looking forward to seeing an update to 4.0.1 from you.. thanks ;D

Cobra-J82
01-29-2010, 12:20 AM
Hey guys
Need helps, why are all the icons in quick reply, visitors msg, articles aligned to the left.

See attachment.

gorman
01-29-2010, 01:13 PM
Obviously here to investigate a possible update to 4.0.1 but also to ask what is needed to show the navbar with the font that appears in the screenshots.

GamerPerfection
01-31-2010, 07:22 AM
This is really nice.

Is it possible you you to change the background from white to something darker and the fonts to white?

I prefer darker forums/cms backgrounds.

ximcix
02-01-2010, 05:22 AM
Sorry, I have to mark this as "Uninstalled" until some form of update is made

Cobra-J82
02-01-2010, 11:43 AM
UPDATE NOW
Plz :(

SanaLTutsaK
02-03-2010, 10:09 AM
very nice thanks

Sotonforum.co.u
02-03-2010, 06:10 PM
Uninstalled.

MikeLac
02-04-2010, 05:23 AM
Uninstalled as well.

@ngel
02-04-2010, 09:39 AM
A great theme with no support is likely to be buried... :(

InsomniacP
02-05-2010, 08:03 AM
This is a great theme, no it may not suit some people's forums but what you have done here is show that what's possible with VB 4.0 as far as styling and changing the appearance great work and by far the best theme work on any theme here!

Paul

ximcix
02-05-2010, 11:05 AM
This is a great theme, no it may not suit some people's forums but what you have done here is show that what's possible with VB 4.0 as far as styling and changing the appearance great work and by far the best theme work on any theme here!

PaulMy point exactly.
I wasn't impressed with any vB4 theme until this. Every other theme just looked like someone reworked the default colors. Even had me inquiring about a custom theme to match my main page.

Now i'm disappointed

apaydin2148
02-05-2010, 03:48 PM
<a href="http://i50.tinypic.com/24m6lgz.jpg" target="_blank">http://i50.tinypic.com/24m6lgz.jpg</a>

how can i fix this?

ximcix
02-05-2010, 04:26 PM
you may want to read the other complaints in pages 3 & 4
This style does not work with vB 4.0.1

apaydin2148
02-05-2010, 04:29 PM
you may want to read the other complaints in pages 3 & 4
This style does not work with vB 4.0.1

this style works with 4.0.1. works well on localhost without bug.

ximcix
02-05-2010, 04:32 PM
Thumbs up to you then

apaydin2148
02-05-2010, 04:39 PM
@ximcix: there is a screenshot from localhost

http://i46.tinypic.com/6sdjqb.jpg

obmob
02-05-2010, 09:59 PM
Well, the navbar is really nice, but you can expect some problems, specially sinces vB 4 is not stable, no matter if they say that, it is quite messy at this moment.

Why don't you revert the navbar for now, once this is updated, you might get it working again. And don't forget a 4.0.2 is coming in the next days. :p

Cobra-J82
02-05-2010, 10:10 PM
this style works with 4.0.1. works well on localhost without bug.

The style works with 4.0.1 but there are many bugs, plus the search section is missing.
We need an update, we got to wait and give the crreator some time to fix :)

TheSight
02-07-2010, 02:27 PM
Hello,

Fortunately I "only" have one problem with this style. The smiliebox is not at the correct place when I want to comment an article. (See screenshot).

I would be really glad if someone could help me with this problem. I'm using vb 4.0.1

Thank you,
Christian

Cobra-J82
02-07-2010, 02:32 PM
Hello,

Fortunately I "only" have one problem with this style. The smiliebox is not at the correct place when I want to comment an article. (See screenshot).

I would be really glad if someone could help me with this problem. I'm using vb 4.0.1

Thank you,
ChristianThats becoz we need an update.

fruktkak
02-08-2010, 07:01 PM
Hello, i am using vb4.0.0, how can i fix this? https://vborg.vbsupport.ru/external/2010/02/58.png It's from the poll btw..

kevin2008
02-09-2010, 07:14 AM
I'm sorry, is not serious, one month and no support by author.

•Thank you for supporting this modification ->I Click to Mark as UN-installed.
•If you like this modification -> I Click to UN-nominate for Modification of the Month.

Olli2k
02-09-2010, 10:52 AM
https://vborg.vbsupport.ru/member.php?u=235262


Signature
I won't have access to internet until 20.01.2010
I will update all the needed things after that.

Thank you for understanding

Last Activity: Yesterday 15:37

And not able to give a status update or something like this? I can't understand that behaviour...

obmob
02-09-2010, 10:42 PM
lol hao has several styles out there and all free, might be quite busy. :(

abriavi
02-10-2010, 04:43 PM
please please please update this style! :(
this is one of the best ...

2shae
02-10-2010, 05:35 PM
Brilliant Style, only issue i have with it is the quickreply box :-(
Willing to donate to get this style fixed

lycheepassion
02-10-2010, 08:43 PM
Yeah I dont know she's been MIA for weeks, I was going to hire her for my board but I have not heard back romo her when she said she'd reply Hope shes ok?

gorman
02-13-2010, 08:07 AM
Unfortunately... I've already donated to have this updated to 4.0.1. I donated on Jan 30th and was promised an update in 48 hours, then for last Saturday (Feb 6th), then silence.

I'm kind of upset.

MikeLac
02-13-2010, 03:13 PM
I have changed the Navbar back to the Default Navbar and modified the colors to work with this Style. There seems to be several issues with the customized Navbar with this style using 4.0.1. None of the Add Tabs Mods works with this Customized Navbar.

I also have the Advanced Reply section and the Comment reply part looking MUCH better!

In your ACP, Select: Styles & Templates ==> Styles Manager. Then select: Edit Templates under the Freeminium Revolution Style.

Edit the following Template: Navigation/Breadcrumb Templates ==> Navbar

Replace ENTIRE contents with the following and Save

<div id="navbar" class="navbar">

<ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
{vb:raw template_hook.navtab_start}
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">
<li class="selected"><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
<ul class="floatcontainer">
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
{vb:raw template_hook.navbar_after_getnew}
<vb:if condition="$show['pmmainlink']">
<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
</vb:if>
{vb:raw template_hook.navbar_after_pm}
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase faq}</a></li>
{vb:raw template_hook.navbar_after_faq}
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
{vb:raw template_hook.navbar_after_calendar}

<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase community}</a>
<ul class="popupbody popuphover">
{vb:raw template_hook.navbar_community_menu_start}
<vb:if condition="$show['quick_links_groups']">
<li><a href="group.php{vb:raw session.sessionurl_q}">{vb:rawphrase social_groups}</a></li>
</vb:if>
<vb:if condition="$show['quick_links_albums']">
<li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
</vb:if>
<vb:if condition="$bbuserinfo['userid']">
<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</vb:if>
<vb:if condition="$show['memberslist']">
<li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
</vb:if>
{vb:raw template_hook.navbar_community_menu_end}
</ul>
</li>
{vb:raw template_hook.navbar_after_community}
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
<ul class="popupbody popuphover">
<li>
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a>
</li>
<vb:if condition="$show['member']">
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</li>
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</li>
</vb:if>
</ul>
</li>
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase quick_links}</a>
<ul class="popupbody popuphover">
<vb:if condition="$show['member']">
<vb:if condition="$show['member']">
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
</vb:if>
<li>
<a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&amp;focus=1','buddylis t','statusbar=no,menubar=no,toolbar=no,scrollbars= yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a>
</li>
</vb:if>
<vb:if condition="$vboptions['forumleaders']">
<li><a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos1}
{vb:raw template_hook.navbar_quick_links_menu_pos2}
{vb:raw template_hook.navbar_quick_links_menu_pos3}
<vb:if condition="$show['wollink']">
<li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos4}
</ul>
</li>
{vb:raw template_hook.navbar_end}
</ul>

</li>
<vb:elseif condition="$vboptions['selectednavtab']=='usercp'" />
<li class="selected"><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
<ul class="floatcontainer">
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
{vb:raw template_hook.navbar_after_getnew}
<vb:if condition="$show['pmmainlink']">
<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
</vb:if>
{vb:raw template_hook.navbar_after_pm}
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase faq}</a></li>
{vb:raw template_hook.navbar_after_faq}
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
{vb:raw template_hook.navbar_after_calendar}
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase community}</a>
<ul class="popupbody popuphover">
{vb:raw template_hook.navbar_community_menu_start}
<vb:if condition="$show['quick_links_groups']">
<li><a href="group.php{vb:raw session.sessionurl_q}">{vb:rawphrase social_groups}</a></li>
</vb:if>
<vb:if condition="$show['quick_links_albums']">
<li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
</vb:if>
<vb:if condition="$bbuserinfo['userid']">
<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</vb:if>
<vb:if condition="$show['memberslist']">
<li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
</vb:if>
{vb:raw template_hook.navbar_community_menu_end}
</ul>
</li>
{vb:raw template_hook.navbar_after_community}
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
<ul class="popupbody popuphover">
<li>
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a>
</li>
<vb:if condition="$show['member']">
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</li>
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</li>
</vb:if>
</ul>
</li>
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase quick_links}</a>
<ul class="popupbody popuphover">
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
<li>
<a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&amp;focus=1','buddylis t','statusbar=no,menubar=no,toolbar=no,scrollbars= yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a>
</li>
<vb:if condition="$vboptions['forumleaders']">
<li>
<a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a>
</li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos1}
{vb:raw template_hook.navbar_quick_links_menu_pos2}

{vb:raw template_hook.navbar_quick_links_menu_pos3}

<vb:if condition="$show['wollink']">
<li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos4}
</ul>
</li>
{vb:raw template_hook.navbar_end}
</ul>
</li>
<vb:else />
<li><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a></li>
</vb:if>
{vb:raw template_hook.navtab_middle}
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT == 'search'">
<vb:if condition="$show['member']">
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase getnew_tab}</a>
<ul class="floatcontainer">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_S ocialGroupMessage">{vb:rawphrase new_group_messages_nav}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_E vent">{vb:rawphrase new_events_nav}</a></li>
{vb:raw template_hook.navbar_getnew_menu}
<li><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></li>
</ul>
</li>
<vb:else />
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase getnew_tab}</a>
<ul class="floatcontainer">
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _SocialGroupMessage">{vb:rawphrase daily_group_message}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Event">{vb:rawphrase daily_events}</a></li>
{vb:raw template_hook.navbar_getdaily_menu}
<li><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></li>
</ul>
</li>
</vb:if>
<vb:elseif condition="$show['member']" />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase getnew_tab}</a></li>
<vb:else />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase getnew_tab}</a></li>
</vb:if>
{vb:raw template_hook.navtab_end}
</ul>

<vb:if condition="$vboptions['enablesearches']">
<div id="globalsearch" class="globalsearch">
<form action="search.php?do=process" method="post" id="navbar_search" class="navbar_search">
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
<span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
<span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
</form>
<ul class="navbar_advanced_search">
<li><a href="search.php{vb:raw session.sessionurl_q}">{vb:rawphrase advanced_search}</a></li>
</ul>
</div>
</vb:if>
</div>
</div><!-- closing div for above_body -->

<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" ><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>

{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
<hr />
</div>

{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}

<vb:if condition="$show['notices']">
<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="{vb:raw return_link}" />
<ol>
{vb:raw notices}
</ol>
</form>
</vb:if>

Now, the Navbar colors need to be changed because it looks ugly.

Instead of selecting Edit Templates, select StyleVars.

Edit the following:

StyleVars ==> navbar_tab_background

Change color to: #330066

or whichever color you prefer.

StyleVars ==> navbar_tab_linkhover_color

Change color to: #cc3366

or whichever color you prefer.

MikeLac
02-13-2010, 05:22 PM
Here is Part 2 of my post.

This fixes the issues with the Advanced Reply and the Comment reply with the Smilies and other things messed up.

Now you need to edit the headinclude template.

Replace entire contents with the following:

<div id="navbar" class="navbar">

<ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
{vb:raw template_hook.navtab_start}
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">
<li class="selected"><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
<ul class="floatcontainer">
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
{vb:raw template_hook.navbar_after_getnew}
<vb:if condition="$show['pmmainlink']">
<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
</vb:if>
{vb:raw template_hook.navbar_after_pm}
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase faq}</a></li>
{vb:raw template_hook.navbar_after_faq}
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
{vb:raw template_hook.navbar_after_calendar}

<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase community}</a>
<ul class="popupbody popuphover">
{vb:raw template_hook.navbar_community_menu_start}
<vb:if condition="$show['quick_links_groups']">
<li><a href="group.php{vb:raw session.sessionurl_q}">{vb:rawphrase social_groups}</a></li>
</vb:if>
<vb:if condition="$show['quick_links_albums']">
<li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
</vb:if>
<vb:if condition="$bbuserinfo['userid']">
<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</vb:if>
<vb:if condition="$show['memberslist']">
<li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
</vb:if>
{vb:raw template_hook.navbar_community_menu_end}
</ul>
</li>
{vb:raw template_hook.navbar_after_community}
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
<ul class="popupbody popuphover">
<li>
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a>
</li>
<vb:if condition="$show['member']">
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</li>
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</li>
</vb:if>
</ul>
</li>
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase quick_links}</a>
<ul class="popupbody popuphover">
<vb:if condition="$show['member']">
<vb:if condition="$show['member']">
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
</vb:if>
<li>
<a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&amp;focus=1','buddylis t','statusbar=no,menubar=no,toolbar=no,scrollbars= yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a>
</li>
</vb:if>
<vb:if condition="$vboptions['forumleaders']">
<li><a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos1}
{vb:raw template_hook.navbar_quick_links_menu_pos2}
{vb:raw template_hook.navbar_quick_links_menu_pos3}
<vb:if condition="$show['wollink']">
<li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos4}
</ul>
</li>
{vb:raw template_hook.navbar_end}
</ul>

</li>
<vb:elseif condition="$vboptions['selectednavtab']=='usercp'" />
<li class="selected"><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
<ul class="floatcontainer">
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
{vb:raw template_hook.navbar_after_getnew}
<vb:if condition="$show['pmmainlink']">
<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
</vb:if>
{vb:raw template_hook.navbar_after_pm}
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase faq}</a></li>
{vb:raw template_hook.navbar_after_faq}
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
{vb:raw template_hook.navbar_after_calendar}
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase community}</a>
<ul class="popupbody popuphover">
{vb:raw template_hook.navbar_community_menu_start}
<vb:if condition="$show['quick_links_groups']">
<li><a href="group.php{vb:raw session.sessionurl_q}">{vb:rawphrase social_groups}</a></li>
</vb:if>
<vb:if condition="$show['quick_links_albums']">
<li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
</vb:if>
<vb:if condition="$bbuserinfo['userid']">
<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</vb:if>
<vb:if condition="$show['memberslist']">
<li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
</vb:if>
{vb:raw template_hook.navbar_community_menu_end}
</ul>
</li>
{vb:raw template_hook.navbar_after_community}
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
<ul class="popupbody popuphover">
<li>
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a>
</li>
<vb:if condition="$show['member']">
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</li>
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</li>
</vb:if>
</ul>
</li>
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase quick_links}</a>
<ul class="popupbody popuphover">
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
<li>
<a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&amp;focus=1','buddylis t','statusbar=no,menubar=no,toolbar=no,scrollbars= yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a>
</li>
<vb:if condition="$vboptions['forumleaders']">
<li>
<a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a>
</li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos1}
{vb:raw template_hook.navbar_quick_links_menu_pos2}

{vb:raw template_hook.navbar_quick_links_menu_pos3}

<vb:if condition="$show['wollink']">
<li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos4}
</ul>
</li>
{vb:raw template_hook.navbar_end}
</ul>
</li>
<vb:else />
<li><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a></li>
</vb:if>
{vb:raw template_hook.navtab_middle}
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT == 'search'">
<vb:if condition="$show['member']">
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase getnew_tab}</a>
<ul class="floatcontainer">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_S ocialGroupMessage">{vb:rawphrase new_group_messages_nav}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_E vent">{vb:rawphrase new_events_nav}</a></li>
{vb:raw template_hook.navbar_getnew_menu}
<li><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></li>
</ul>
</li>
<vb:else />
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase getnew_tab}</a>
<ul class="floatcontainer">
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _SocialGroupMessage">{vb:rawphrase daily_group_message}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Event">{vb:rawphrase daily_events}</a></li>
{vb:raw template_hook.navbar_getdaily_menu}
<li><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></li>
</ul>
</li>
</vb:if>
<vb:elseif condition="$show['member']" />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost">{vb:rawphrase getnew_tab}</a></li>
<vb:else />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post">{vb:rawphrase getnew_tab}</a></li>
</vb:if>
{vb:raw template_hook.navtab_end}
</ul>

<vb:if condition="$vboptions['enablesearches']">
<div id="globalsearch" class="globalsearch">
<form action="search.php?do=process" method="post" id="navbar_search" class="navbar_search">
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
<span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
<span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
</form>
<ul class="navbar_advanced_search">
<li><a href="search.php{vb:raw session.sessionurl_q}">{vb:rawphrase advanced_search}</a></li>
</ul>
</div>
</vb:if>
</div>
</div><!-- closing div for above_body -->

<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" ><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>

{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
<hr />
</div>

{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}

<vb:if condition="$show['notices']">
<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="{vb:raw return_link}" />
<ol>
{vb:raw notices}
</ol>
</form>
</vb:if>


Or, you could just download and install the attachment. The attachment has the edits from my previous post and this post.
Hope this helps! :)

Sion90
02-14-2010, 12:38 AM
Hello, I installed the style but I do not see the images.
I also include the files in images/
Help please, thanks in advance.
http://img202.yfrog.com/img202/7380/senzatitolo2t.gif

nomoreturn
02-14-2010, 01:36 PM
Any updates for the vb 4.0.1

darsalles
02-14-2010, 04:38 PM
mm someone knows how to make icons bigger. Al my icons looks smaller than they really are.

Toupsx
02-15-2010, 02:33 AM
I've installed this style, following the directions provided.. yet when I install it the only thing that has changed from my current style is the navbar and banner... why don't all the other stylevars change to make this style look like the one in the preview?

icarusforde
02-16-2010, 01:11 AM
Only issue i have with it is the quick reply box. I installed MikeLac's version off the previous page, and when i quick reply to something in the thread, it shoves it below the footer, not below the last post - it's the very last thing at the page. It's fine when you refresh, but it just looks... odd when it does that.

Edit: this only seems to be an issue with Opera browser... odd.

Trixi.com
02-17-2010, 12:51 PM
Hope to see this style compatible with 4.0.2 soon...I installed your style today but does not work well with the latest version of VB

gorman
02-17-2010, 03:45 PM
Great, after taking my donation and promising to update to 4.0.1 we are already at 4.0.2 and no update in sight.

MikeLac
02-17-2010, 11:28 PM
Great, after taking my donation and promising to update to 4.0.1 we are already at 4.0.2 and no update in sight.

Go into your Paypal Account and file a dispute on the item. But you better do it fast! You donated on Jan. 30th. Not sure if it is too late, but if you don't file one now, it soon will be.

She hasn't bothered to Update the Style or to even make a quick post to at least let everyone know what the status is.

You paid to have your non working style updated. Hasn't been done. She doesn't deserve your donation. :down:

Trixi.com
02-18-2010, 12:04 PM
Great, after taking my donation and promising to update to 4.0.1 we are already at 4.0.2 and no update in sight.

I am not sure if you may talk to Paypal or not...a donation is not the same as paying for this service...and I guess that you made the donation when it worked under 4.0.0? At least the user said clear: This style is for 4.0.0...and not for 4.0.1...

saghir
02-19-2010, 11:56 PM
where is XML file ???
i download addone,update,and psd folders but i cant able to find it

malas2007
02-21-2010, 10:37 PM
perfect,

watch here
www.bonsaifreinds.com/vb

Reza_Mk
02-22-2010, 05:14 PM
I hope that we have competitive version with 4.0.2 very soon.

apaydin2148
02-24-2010, 04:25 PM
uninstalled.

Sion90
02-28-2010, 11:51 AM
Good
watch here
www.animedb.tv

nomoreturn
02-28-2010, 02:06 PM
Any updates for vb 4.0.2 for this style

@ngel
02-28-2010, 04:18 PM
Those who made it work with 4.0.2 can you post the changes?

BiG.Bo0oDy
03-01-2010, 03:43 PM
I tested the style on vb 4.0.0 >>> it works so good,
In vb 4.0.1 >>> no problems found

But in 4.0.2 >>> it is fully not relevant & not working
well, i'm waiting for your start in vbcreative.net >> i wanna pay you lol

Thanks man, it has avery sexy look.
just notice that it need an update to become relevant to 4.0.2

raicars
03-01-2010, 03:47 PM
Click to Modification of the Month. :">

haothiencz
03-03-2010, 09:26 PM
Hi guys,

Last time, I has been spent almost of time in the hostiptal due to some trouble with my health and got no access to internet.
I'm coming back to Prague next day and should get everything solved.

Update of skins and mod will come asap.

Thank you for your support and understanding
Haothiencz

haothiencz
03-04-2010, 08:37 AM
Updated the skin to work with latest version of Vbulletin 4.0.2 patch level 1.

Read description before you download and use it please.

Enjoy the fresh!

Regards,
Haothiencz

alessai
03-04-2010, 10:16 AM
yay, its like a dream :p

thanx for your update, hope your feeling better now....

fruktkak
03-04-2010, 10:24 AM
Thank you so much :) But i am just wondering, there is some bugs in the older version, i am using VB 4.0.0, can i update to you're style while using VB 4.0.0? Or do i have to update my VB to 4.0.2 before updating style.

haothiencz
03-04-2010, 10:32 AM
Just update the description.

If you are not running latest version 4.0.2 and above. Do not update it. Cuz vbulletin changed a lot of things with css from 4.0.0 to 4.0.2.



I have installed this on my forum but it isn't working with the Blogs...?? Any help!?

I dont find any reason why it should not work. Can I have a live demo please?

HT

fruktkak
03-04-2010, 11:54 AM
What have i done wrong?:S When i log in i get a blank page with the letters on - No theme.
http://www.norgesforum.com/forum/forum.php
Username: vtn
Password kasper

hqlman
03-04-2010, 01:03 PM
This theme is pretty heavy with all images being png and takes forever to download, so i feel you should create one with jpg only so that site load time is decreased greatly, overall good theme

haothiencz
03-04-2010, 01:29 PM
What have i done wrong?:S When i log in i get a blank page with the letters on - No theme.
http://www.norgesforum.com/forum/forum.php
Username: vtn
Password kasper

I see it's working now.

This theme is pretty heavy with all images being png and takes forever to download, so i feel you should create one with jpg only so that site load time is decreased greatly, overall good theme

Well catch, the next time I will take time to optimize them as well.

Thanks
HT

fruktkak
03-04-2010, 01:56 PM
[QUOTE=haothiencz;1996924]I see it's working now.

WTF, i tryed to login with the vtn account. Then it all works fine. But when i log in with the admin account - the page gets blank with the letters on but no theme. :S

haothiencz
03-04-2010, 02:18 PM
clean your browse's cache and cooke then it should work.

HT

fruktkak
03-04-2010, 02:20 PM
clean your browse's cache and cooke then it should work.

HT


I did that now, still the same :S

haothiencz
03-04-2010, 02:27 PM
I did that now, still the same :S

If it doesnt work for every users let me check it.
But if it doesnt work only 4 some users in your site. It should be problem with your forum configs or somehow which I can't find anything to help you.

HT

fruktkak
03-04-2010, 02:32 PM
If it doesnt work for every users let me check it.
But if it doesnt work only 4 some users in your site. It should be problem with your forum configs or somehow which I can't find anything to help you.

HT


So what you mean is? Can you trye to help me - If i give you admin acc

haothiencz
03-04-2010, 02:38 PM
lol I'm not willing to help with one more reason you already removed my copyright without my permission.

Regards,
Haothiencz

fruktkak
03-04-2010, 02:40 PM
lol I'm not willing to help with one more reason you already removed my copyright without my permission.

Regards,
Haothiencz

I haven't removed anything? LOL! Where did the copyright go? :confused: I dont even know HOW to remove it lol

darsalles
03-04-2010, 08:55 PM
Thanks for the upgrade I was waiting since a week :D now I can upgrade my vbulletin to 4.0.2 :D

fruktkak
03-04-2010, 11:01 PM
Ok, I need some help..

1. I added the buttons with the code;
<li><a href=" your link">Menu name</a></li>
And the letters got smaller than the others, and when i go to next page they're gone. Heres a picture:

https://vborg.vbsupport.ru/external/2010/03/85.jpg

2. In the "Gallery" when the pictures are big they get like this:

https://vborg.vbsupport.ru/external/2010/03/86.jpg

Also you can see that the navigation -> Kim - is more down than the others.

3. How do i get back the copyright?? I have no idea how to even remove it. But when i updated the VB and this theme it was gone :S

Thank you :) I love this theme.

@ngel
03-04-2010, 11:04 PM
at last! Well done!

evildon
03-05-2010, 08:18 AM
Great update..

I really liked the style...
Keep on Going..

Thanks

Olli2k
03-05-2010, 09:46 AM
Hi guys,

Last time, I has been spent almost of time in the hostiptal due to some trouble with my health and got no access to internet.
I'm coming back to Prague next day and should get everything solved.

Update of skins and mod will come asap.

Thank you for your support and understanding
Haothiencz

I hope everything is ok now. Definetly thought the actual most creative designer for vb4 is gone :).

I did not update my forum yet, but just want to inform you, that there were absolute gfx links in the navbar css (vbcreative.bet/xxx/..) at the old version of this style.

And..

Welcome back!

evildon
03-05-2010, 11:18 PM
Hi the theme is centered one..
can you please help me to strech the theme fully..
Which file and value i have to edit for that..
Thanks

napster921
03-06-2010, 03:47 AM
I love the theme! How would I go about changing the background color from black to white?

ThePhoneGuy
03-06-2010, 04:01 PM
I really like this can you pm what it would cost to get the psd's? Or maybe some custom design work?

Cobra-J82
03-06-2010, 06:09 PM
Thank u sir
Nice to hav u back
and great work as usual :)

http://www.bow-clan.com/

haothiencz
03-06-2010, 08:33 PM
for people who r asking about fluid style:

at the moment, I have no idea about a release for the fluid one still working on update of other skins so be patience.

@all: thank you guys for your support! really appericated.

HT

Toupsx
03-07-2010, 03:15 PM
When editing a post with the new version ( freeminium 4.0.2+) there's a bunch of empty space above the editing and also it's squished all the way to the left..
Anyway to fix this?

(see picture here: http://img203.imageshack.us/img203/7391/sdfsp.jpg )


Another thing.. popup menus are rather large... any where to change this?
(see picture here: http://img691.imageshack.us/img691/5751/sdfsadsadas.jpg )

ximcix
03-08-2010, 02:07 PM
I'm not having much luck with this style.
I've been using vB for some years now.
Since version 2, so I'm quite familiar with adding new styles & correcting small issues. I know we all overlook the smallest thing at times so i'm asking for another pair of eyes with his one.

I uploaded the freemium folder to "/images/freeminium/"
Then I imported the HiO Freeminium Fixed - Revolution.xml from my computer
I cleared the field for importing from the server
Set "Ignore Style Version" to Yes
Gave the style a name
Set "Parent Style" to No Parent Style
Then clicked "Import"

The header shows up but the background is white (blank) & the forumhome is a mess.
When I go to a forum, some of the images from the style appear, but still no background

What am I doing wrong

apaydin2148
03-08-2010, 03:39 PM
@haothiencz: how can i change background with repeat code?

Olli2k
03-08-2010, 04:42 PM
I'm not having much luck with this style.
I've been using vB for some years now.
Since version 2, so I'm quite familiar with adding new styles & correcting small issues. I know we all overlook the smallest thing at times so i'm asking for another pair of eyes with his one.

I uploaded the freemium folder to "/images/freeminium/"
Then I imported the HiO Freeminium Fixed - Revolution.xml from my computer
I cleared the field for importing from the server
Set "Ignore Style Version" to Yes
Gave the style a name
Set "Parent Style" to No Parent Style
Then clicked "Import"

The header shows up but the background is white (blank) & the forumhome is a mess.
When I go to a forum, some of the images from the style appear, but still no background

What am I doing wrong
/images/freeminium/ is wrong!


/images/styles/freeminium/ is the correct path.

Olli2k
03-08-2010, 04:44 PM
@haothiencz: how can i change background with repeat code?

Go to your acp and configure the stylevar doc_background to x or y (or both) repeat.

apaydin2148
03-08-2010, 04:55 PM
@olli2k: sorry but i couldnt find it. where is it? you can tell me step by step?

last question: how can i change the fonts? in message, forum categories etc.

Olli2k
03-08-2010, 07:45 PM
@olli2k: sorry but i couldnt find it. where is it? you can tell me step by step?


Just search the style var section of this style (whatever you named it to) for doc_background an double click the result.

haothiencz
03-08-2010, 08:18 PM
@Olli2k Thank you for your support :)

ximcix
03-08-2010, 09:53 PM
/images/freeminium/ is wrong!

/images/styles/freeminium/ is the correct path.
I tried that also after visiting the forum of someone who successfully installed the theme & checking the path of his banner

My problem here was, after attempting to install this style prior to the 4.0.1 - 4.0.2 compatibility issues, I used the same Style name when creating the new theme with the updated xml.
I just tried it again & used a different style name & its working beautifully.


Thank you & thanks to haothiencz

ximcix
03-08-2010, 10:18 PM
Oh yeah... Installed

ximcix
03-08-2010, 10:38 PM
Found a couple bugs with this theme (& your other styles) in FireFox Browser.

When I put my code to display a banner in ad_showthread_firstpost, it appears normal in Internet Explorer, but in FireFox the banner appears to the right of the thread.

The same is true for a couple other ad locations when viewed in FireFox

haothiencz
03-08-2010, 10:54 PM
can u please post a screenshot please!

HT

ximcix
03-09-2010, 02:23 AM
Update:
Please disregard. As the same is true with the default vB style. so its not your code

meonet
03-09-2010, 07:01 AM
I got this error:

Warning: Invalid argument supplied for foreach() in [path]/includes/adminfunctions_template.php on line 913
Done.

No one images appear, and the folder is in the correct path /images/styles/freeminium/

Any solution?

Olli2k
03-09-2010, 10:22 PM
@Olli2k Thank you for your support :)


you are welcome :)

meonet
03-09-2010, 10:59 PM
This problem could be caused because on my community I have the cms disabled?

Any solution about this problem?

Thanks

Olli2k
03-10-2010, 10:25 AM
This problem could be caused because on my community I have the cms disabled?

Any solution about this problem?

Thanks


Seems to be no problem of the style. Did you follow the install instructions and did you created a new style instead of overwriting the old one?

http://www.vbulletin.com/forum/project.php?issueid=36288 << here you can find several hints to your problem and how people solved it.

meonet
03-10-2010, 11:02 AM
Thanks for the reply, yes I have already tried both things but without success, the images don't showing up.

ximcix
03-10-2010, 04:34 PM
This problem could be caused because on my community I have the cms disabled?
Any solution about this problem?

Thanks
Disabling your CMS will not affect how the theme is displayed.
Thanks for the reply, yes I have already tried both things but without success, the images don't showing up.
I made several attempts to install this new upgrade & it only worked for me when I used the .xml file from "freeminium 4.0.2 + without PSD.zip" & gave the theme a new name that I never tried before.

Hope this helps you

customcolor
03-11-2010, 06:09 AM
this may have ben covered befor but.....where do i change the color of the links in the forums....they are coming up looking like normal text

meonet
03-11-2010, 06:58 AM
Disabling your CMS will not affect how the theme is displayed.

I made several attempts to install this new upgrade & it only worked for me when I used the .xml file from "freeminium 4.0.2 + without PSD.zip" & gave the theme a new name that I never tried before.

Hope this helps you

Thanks fixed

Addams
03-12-2010, 01:04 PM
This theme is perfect! Im using it in my forum: http://foro.theslayingthing.net With other graphics, is really easy of customize :) Thanks a lot, when the premium theme site open We are gonna buy our styles there if they are not too expensive :D
Sorry for my bad english, Im spanish.

napster921
03-14-2010, 02:39 AM
I love the theme! How would I go about changing the background color from black to white?

Bumping this issue. I would be more than happy to donate $5 to the creator for an answer.

alessai
03-14-2010, 06:41 AM
Bumping this issue. I would be more than happy to donate $5 to the creator for an answer.

AdminCP -> Styles and Templates -> Style Manager -> StyleVars -> Common -> doc_background

and change it to white...... i think :p


by the way just updated the theme, and made some custom work on it hope you guys like it:
http://www.gulf-heart.com/vb/forum.php

napster921
03-14-2010, 09:24 AM
AdminCP -> Styles and Templates -> Style Manager -> StyleVars -> Common -> doc_background

and change it to white...... i think :p


by the way just updated the theme, and made some custom work on it hope you guys like it:
http://www.gulf-heart.com/vb/forum.php

It worked, thank you so much!!!

evildon
03-21-2010, 02:45 PM
Hi the theme is little centered one??
So can you/or anyone please help me to strech the theme fully?
So that it can be easy viewable on widescrren monitors and also in small monitors?
Which file and value i have to edit for that??
Thanks

buurman
03-21-2010, 03:03 PM
Be carefull buying something from this designer/coder named Haothiencz/Viet Mai Duc!!

I payed 90 dollars for a customized style, and only getting lame emails about broken internet connections and so on.. and now I dont hear anything anymore.

Till now, NO style is made! and my 90 dollars are gone!

Promises about it taking !! 3 DAYS !! and its 3 MONTHS now!!

Hope this wakes him up and starts to contact me again, AND DELIVER MY SKIN!

@ngel
03-25-2010, 03:35 AM
I think there's a bug with the links on forumhome that should lead to a post. Instead they lead on the first post always! Does this happen to everyone else?

FReeSTER
03-28-2010, 12:18 AM
this is my second skin today that I have try and dont work at all. Is just dont come out any images but just the template.

Any ideas what Im doing wrong?

I have vb4.0.2 and have follow the instructions like it is since I been uploading skins for like 5 years and until now I have this problem.

FReeSTER
03-28-2010, 04:21 PM
Anyone please advise? I really love this skin and will love to have it at my board

@ngel
03-28-2010, 06:39 PM
I think there's a bug with the links on forumhome that should lead to a post. Instead they lead on the first post always! Does this happen to everyone else?


Any news on this?
I see that the problem exist on all forums that have this theme!

justasiam
03-29-2010, 02:47 PM
The only problem I am seeing right now is in the psd file. That is because until I solve this, I cannot install this style.

The background layer contains the text "vBCreative". Shouldn't that be on it's own layer so I can replace it with the name of my forum?

Ideas?

Fifth Dimension
03-29-2010, 11:30 PM
Hao,

Just wanted to say...absolutely love this style. Hope you will take this as gratitude and appreciation.

If you get a chance, would love to see a fluid style also (I know you are busy, as I see you have many other fantastic styles). You have done a terrific job with this one and many others.

FReeSTER
03-30-2010, 11:58 AM
Anyone supporting this skin? even a designer can help me out on this :o:confused::erm::erm::down:

justasiam
03-30-2010, 02:49 PM
I am having the same problem. I don't think anybody is around anymore. I just need a better psd so I can make this style fit my site.

@ngel
04-02-2010, 08:24 PM
Will the skin be updated?

justasiam
04-05-2010, 03:30 PM
Obviously it will NOT be updated or supported.

customcolor
04-05-2010, 03:33 PM
if there is any one else that has this running on there forums can you tell me how to get the pm's to auto quote...that is the only problem we have with this style sheet(was the first and only sheet we have used sofar)

@ngel
04-06-2010, 03:53 PM
I think I will finally have to abandone this theme...

apaydin2148
04-09-2010, 08:48 AM
is it working with 4.0.3?

@ngel
04-09-2010, 04:44 PM
Revert the templates and works fine! Better that her original version!

fluidswork
04-09-2010, 04:49 PM
awesome

@ngel
04-10-2010, 07:37 AM
Too bad that the developer couldn't take care of it...
Seemed so simple...!!!

gorman
04-15-2010, 03:56 PM
@ngel, I don't get it. In post #218 you state that by reverting templates everything works fine, then in your last post #220 you say that the developer couldn't take care of it.

I'm running this sking on 4.02 and would like to upgrade to 4.03 but it's not clear whether this skin will work or not.

@ngel
04-16-2010, 10:06 AM
It works gorman! Better than in 4.0.2! Just revert the templates!

ellinofatsa
04-23-2010, 06:32 AM
hello i have a problem with the instol.
1 i make a new folder name freeminium
2 i upload the folder with the name upoad into my folder name freenimium
3 instol the xml
bad the skin dont make anithing i am using 4,3
any help??
thanks

Subah
04-23-2010, 09:05 AM
Great work
as i see your works is the best in vB4 Styles :)
Good jop and keep up, i hope that you can design for right to left langugae like arab because as i see they are still in the first steps for vB4 designing :)

ellinofatsa
04-23-2010, 09:22 AM
hello i have a problem with the instol.
1 i make a new folder name freeminium
2 i upload the folder with the name upoad into my folder name freenimium
3 instol the xml
bad the skin dont make anithing i am using 4,3
any help??
thanks
Edit/Delete Message

AM1
04-23-2010, 04:09 PM
Hello
i have error using this style
http://www.lexusclub-sa.com/vb/forum.php?styleid=33
any help please

ellinofatsa
04-23-2010, 05:28 PM
i have this error two

RagedGamers
04-24-2010, 02:32 PM
Whats with all these downloads? Could you please explain why I need to download "add on", "Upload", and the xml file?

ellinofatsa
04-24-2010, 05:51 PM
any help ????

@ngel
04-24-2010, 07:09 PM
Forget it guys! There's no support for this!
Find yourself another template as we all did!

RagedGamers
04-26-2010, 02:00 AM
Forget it guys! There's no support for this!
Find yourself another template as we all did!

This template is free, calm down. I am sure this designer has other priorities too.

ellinofatsa
04-28-2010, 12:38 PM
any fix???

Nyks_4EveR
05-02-2010, 11:47 PM
Hi !!!

Nice style and i installed it, but i have only one problem with the layout of the Topic/post. When i add new thread/topic i get my topic on the left side, not in the middle.

How can i fix this, anyone who can help me?

Here is a screenshot of my problem:
http://img535.imageshack.us/img535/8982/adszalq.jpg

Best Regards
Nyks4ever

@ngel
05-03-2010, 09:31 PM
I think that this thread should be locked in order to save new people from trying this theme! There is no support!

NikeFootball
05-04-2010, 04:27 PM
Internet Explorer Problem ?

Under the banner link in this picture, namely the Internet explorer 6 problem

http://i39.tinypic.com/11v4mxd.jpg

it's normal ie8 and firefox

http://i41.tinypic.com/5np6pg.jpg

Jman423
05-16-2010, 03:04 AM
It appears that this coder has pretty much abandoned this template. It hasn't been updated lately, and the coder hasn't even bothered to respond to anyone's request for help. It seems clear that we are on our own here.

There is a problem that occurs when viewing via IE8 in compatibility mode (or earlier versions) where the login boxes/welcome message is displayed below the header (above the navbar) instead of at the very top of the header where it belongs, as shown in the last post. If anyone figures this out, please let us know as it seems like this is a bug in the template.

ellinofatsa
05-16-2010, 10:38 AM
nice theme how can i make this skin foul with?
any help for that?

TheTrust
05-23-2010, 02:34 PM
i hope you make fluid .... anyway haothiencz

customcolor
05-23-2010, 07:35 PM
Internet Explorer Problem ?

Under the banner link in this picture, namely the Internet explorer 6 problem

http://i39.tinypic.com/11v4mxd.jpg

it's normal ie8 and firefox

http://i41.tinypic.com/5np6pg.jpg

i think the fix will be in the chrome.css template....

i was fooling around trying to get the log in to go some where else that i saw in another template and i only found one template that was differant...it was the chrome.css

its a start..??

customcolor
05-23-2010, 07:45 PM
nice theme how can i make this skin foul with?
any help for that?
go to styles and templates......style manager.....style vars......search for doc_width.......change setting to 100 % and not 1022 px


that should stretch it out wider but the header may repeat and not stretch doing it this y have to make a new header to streatch out better.

Mundonext
05-24-2010, 08:11 PM
Hi! Nice theme, but i have a big problem..

Look

http://img46.imageshack.us/img46/1610/forumjn.jpg

I upload the images correctly, and use the correct XML file..

Sorry for my english :P

killer99
05-26-2010, 08:05 AM
I hav installed the theme on a 4.0.2 l4 but only the logo is the rest of the template is default

Danny M
05-28-2010, 04:09 PM
Internet Explorer Problem ?

Under the banner link in this picture, namely the Internet explorer 6 problem

http://i39.tinypic.com/11v4mxd.jpg

it's normal ie8 and firefox

http://i41.tinypic.com/5np6pg.jpg

I have same problem, and can't find a fix :(

ChopSuey
05-28-2010, 07:03 PM
Don't use IE 6 and your problem goes away :)

Danny M
05-28-2010, 07:11 PM
Don't use IE 6 and your problem goes away :)

You serious?

I don't use IE6... but I can't help what browsers the visitors who come to my forum use can I :confused:

Merih
06-05-2010, 08:07 AM
How do we make narrow ?

Pixelcarver
06-09-2010, 04:27 PM
I updated to 4.0.3 I had 4.0.0 with this theme and ever since my update to this, my CMS Pages don't work at all and most of the css is broken. I followed the instructions exactly.

mmfgamer5
08-06-2010, 10:01 PM
Does anyone know if this supports 4.0.5?

ellinofatsa
08-10-2010, 06:01 PM
yes its work fine in 4,05

vbzenstudio
08-12-2010, 04:58 AM
Hello guys,

the developer of this style haothiencz got some trouble with his health and real life problems and stopped support and develope style for vbulletin.

We have contacted him to buy and now got the right to develope and release his skins and fully own the copyright of them also we glad to have some people from his team joined us.

We will update them all to latest version in the next time.

Kind regards,
John