Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Misty Details »
Misty
Mod Version: 1a, by K4GAP (Designer) K4GAP is offline
Developer Last Online: Mar 2021 I like it Show Printable Version Email this Page

vB Version: 4.2.0 Rating: (1 vote - 5.00 average) Installs: 6
Released: 16 Mar 2013 Last Update: 24 Mar 2013 Downloads: 86
Not Supported Re-usable Code Translations  

This is my first attempt at releasing one of my styles.

Installation:
---------------------------------------------------------------
UNZIP the content of your zip folder named "Misty" to your desktop.

Upload the contents of the "upload" folder to your forum root.

Install the XML file in to your styles section of the admincp.
---------------------------------------------------------------

---------------------------------------------------------------
1st Update: 3/24/2013
New version is "Misty2"

If updating .... remove all folders associated with initial release before uploading new files.

If installing for the first time ... upload the images folder into your forums root.
Then install the XML file into your styles section of the admincp.
---------------------------------------------------------------

NOTE: The height of the logo determines the height of the header banner so, when replacing the existing "Living In Kentucky" logo, be sure to keep the height dimension the same.

If I missed anything (and I'm sure I probably did) don't hesitate to let me know.

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Comments
  #2  
Old 16 Mar 2013, 00:17
K4GAP K4GAP is offline
 
Join Date: Mar 2008
This style gets the majority of it's images from the default image folders. If you for some reason don't have those folders, you will have missing images in this style.

I am in the process of completely redoing this style. I have learned a lot from the first release. The update will be in the day or so. The update will require removing the initial release along with all it's folders and the xml.

1st Update: 3/24/2013
New version is "Misty2"

Photos added: 3/28/2013

Top of style ...



Bottom of style ...



Enjoy
__________________


Last edited by K4GAP; 28 Mar 2013 at 11:02. Reason: Update
Reply With Quote
  #3  
Old 23 Mar 2013, 03:27
justicechick's Avatar
justicechick justicechick is offline
 
Join Date: Oct 2012
Love this style but there are a few images missing... But the major thing for me is that it doesnt show my forum stats. I'm still using it for the moment but not sure how long my members will like not being able to view who is online and other stats. LOL.

Here is a list of the images that I have noticed missing though.
User Offline
User Online
User Invisible
Multi-Quote
Report Post
IP address
Add to reputation.

Once again, great syle though.

Last edited by justicechick; 23 Mar 2013 at 05:11.
Reply With Quote
  #4  
Old 23 Mar 2013, 05:26
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Originally Posted by justicechick View Post
Love this style but there are a few images missing... But the major thing for me is that it doesnt show my forum stats. I'm still using it for the moment but not sure how long my members will like not being able to view who is online and other stats. LOL.

Here is a list of the images that I have noticed missing though.
User Offline
User Online
User Invisible
Multi-Quote
Report Post
IP address
Add to reputation.

Once again, great syle though.
This style gets most of it's images from the default images folder that you don't have. I'll throw one together for you and post when I'm done.
__________________

Reply With Quote
  #5  
Old 23 Mar 2013, 06:59
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Why no colour in it at all
Reply With Quote
  #6  
Old 23 Mar 2013, 09:01
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Originally Posted by ForceHSS View Post
Why no colour in it at all
It's different.

I like it.

I thought just maybe someone else may like it.

It's free.

It looks better than some I've seen on here.

I enjoy sharing / helping.

?
__________________

Reply With Quote
  #7  
Old 23 Mar 2013, 09:06
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Originally Posted by justicechick View Post
Love this style but there are a few images missing... But the major thing for me is that it doesnt show my forum stats. I'm still using it for the moment but not sure how long my members will like not being able to view who is online and other stats. LOL.

Here is a list of the images that I have noticed missing though.
User Offline
User Online
User Invisible
Multi-Quote
Report Post
IP address
Add to reputation.

Once again, great syle though.
This will help with a few of the images ...
Attached Files
File Type: zip images.zip (52.8 KB, 6 views)
__________________

Reply With Quote
  #8  
Old 23 Mar 2013, 13:39
justicechick's Avatar
justicechick justicechick is offline
 
Join Date: Oct 2012
Here is what I had to add the forum home templete to get the Whats going on to appear.

Found and removed everything after the <--------Whats going on -------->

replace with the following:

<div id="wgo" class="collapse wgo_block block">
<h2 class="blockhead">{vb:rawphrase whats_going_on}</h2>
<div class="blockbody formcontrols floatcontainer">
{vb:raw template_hook.forumhome_wgo_pos1}
<vb:if condition="$show['loggedinusers']">
<!-- logged-in users -->
<div id="wgo_onlineusers" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
<div>
<p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
<p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
<vb:if condition="$activeusers">
<ol class="commalist" id="wgo_onlineusers_list">
<vb:each from="activeusers" value="loggedin">
<li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>
</vb:each>
</ol>
</vb:if>
</div>
</div>
<!-- end logged-in users -->
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos2}
<!-- Start Members Today -->
<vb:if condition="$show['wgo_members']">
<div id="wgo_wgo_members_users" class="wgo_subblock section collapse">
<h3 class="blocksubhead"><a href="{vb:raw wgo_members.url}"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vbhrase wgo_members_alt_title}"/></a>{vb:raw wgo_members.whotitle}</h3>
<a class="collapse" id="collapse_wgo_members_list" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b{vb:raw wgo_members.collapse}.png" alt="" title="{vb:rawphrase collapse_expand}" /></a>
<div id="wgo_members_list" {vb:raw wgo_members.style}>
<p>{vb:raw wgo_members.visitors}</p>
<vb:if condition="$vboptions['wgo_members_names']">
<vb:if condition="$wgo_members['totaltoday'] == 0">
{vbhrase no_members_list}
<vb:else />
<ul class="commalist" id="wgo_wgo_members_list">
<vb:if condition="$wgo_members['template_hook']">
{vb:raw wgo_members.template_hook}
<vb:else />
<vb:each from="wgo_members_list" value="row">
<li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw row}}" title="{vb:raw row.wrdate}">{vb:raw row.musername}</a>{vb:raw row.markinv}{vb:raw row.comma}</li>
</vb:each>
</vb:if>
</ul>
</vb:if>
<vb:else />
{vbhrase member_list_disabled}
</vb:if>
</div>
</div>
</vb:if>
<!-- End Members Today -->
{vb:raw template_hook.forumhome_wgo_pos6}
<vb:if condition="$show['upcomingevents']">
<div id="wgo_events" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
<ol>
{vb:raw upcomingevents}
</ol>
</div>
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos3}
<vb:if condition="$show['birthdays']">
<!-- today's birthdays -->
<div id="wgo_birthdays" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
<ol class="commalist">
<vb:each from="birthdays" value="row">
<li><a href="{vb:link member, {vb:raw row}}">{vb:raw row.username}</a><vb:if condition="$row['age']"> ({vb:raw row.age})</vb:if>{vb:raw row.comma}</li>
</vb:each>
</ol>
</div>
<!-- end today's birthdays -->
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos4}
<div id="wgo_stats" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
<div>
<dl>
<dt>{vb:rawphrase threads}</dt>
<dd>{vb:raw totalthreads}</dd>
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw totalposts}</dd>
<dt>{vb:rawphrase members}</dt>
<dd>{vb:raw numbermembers}</dd>
<vb:if condition="$show['activemembers']">
<dt>{vb:rawphrase active_members}</dt>
<dd>{vb:raw activemembers}</dd>
</vb:if>
</dl>
<p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
{vb:raw template_hook.forumhome_wgo_stats}
</div>
</div>
<div id="wgo_legend" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
<div>
<dl id="icon_legends" class="icon_legends">
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
<vb:if condition="$vboptions['showlocks']"><dt><img src="{vb:stylevar imgdir_statusicon}/forum_lock-16.png" alt="{vb:rawphrase forum_is_closed_for_posting}" /></dt><dd>{vb:rawphrase forum_is_closed_for_posting}</dd></vb:if>
<dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
{vb:raw template_hook.forumhome_icon_legend}
</dl>
</div>
</div>
{vb:raw template_hook.forumhome_wgo_pos5}
</div>
</div>
<!-- end what's going on box -->

{vb:raw ad_location.board_below_whats_going_on}
<vb:if condition="$show['sidebar']">
</div>
</div>

<div id="sidebar_container" class="<vb:if condition="$show['sidebarposition'] == 'left'">sidebarleft</vb:if><vb:if condition="$close_sidebar"> sidebar_closed</vb:if>">
<a id="sidebar_button_link" href="#">
<vb:if condition="$show['sidebarposition'] == 'left'">
<img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded-left.png<vb:else />tab-collapsed-left.png</vb:if>" alt="" />
<vb:else />
<img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded.png<vb:else />tab-collapsed.png</vb:if>" alt="" />
</vb:if>
</a>
<ul id="sidebar" <vb:if condition="$close_sidebar">class="sidebar_hidden"</vb:if> >
{vb:raw sidebar}
</ul>
</div>
</vb:if>
<script type="text/javascript">
<!--
vbphrase['doubleclick_forum_markread'] = "{vb:rawphrase doubleclick_forum_markread}";
init_forum_readmarker_system();
//-->
</script>
{vb:raw footer}
</body>
</html>


You can check out a demo of the completion here. http://vbtest4.theflirtingretreat.com
Reply With Quote
  #9  
Old 23 Mar 2013, 15:53
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Glad you got it like you want it. I personally don't care for the WGO section.
__________________

Reply With Quote
  #10  
Old 24 Mar 2013, 15:15
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Real name: Mark Daniel Martinez
I think you accidentally deleted your screenshot.
__________________
City of Geek | Eon Press Presents | YouTube | TikTok
Reply With Quote
  #11  
Old 24 Mar 2013, 18:18
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Originally Posted by Digital Jedi View Post
I think you accidentally deleted your screenshot.
Thank you,
Added demo link.
__________________

Reply With Quote
  #12  
Old 24 Mar 2013, 20:05
justicechick's Avatar
justicechick justicechick is offline
 
Join Date: Oct 2012
Your demo link isnt showing the misty theme.
Reply With Quote
  #13  
Old 24 Mar 2013, 21:47
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Originally Posted by justicechick View Post
Your demo link isnt showing the misty theme.
Thank you, it's fixed now, I had it hidden for some reason

I hide the styles I'm working on until they are finished.
I am currently working on a gaming style so it will be listed within the next week or so.
__________________


Last edited by K4GAP; 24 Mar 2013 at 22:35. Reason: after thought
Reply With Quote
  #14  
Old 24 Mar 2013, 22:28
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Real name: Mark Daniel Martinez
Originally Posted by GaryT View Post
Thank you, it's fixed now, I had it hidden for some reason
Think of it as a dramatic reveal.
__________________
City of Geek | Eon Press Presents | YouTube | TikTok
Reply With Quote
  #15  
Old 24 Mar 2013, 22:39
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Originally Posted by Digital Jedi View Post
Think of it as a dramatic reveal.
OH NO !!!

My in-laws are here for a week so PLEASE ....NO MORE DRAMA!!!

I'm learning as I go so maybe one day I'll get it all right
__________________

Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 18:41.

Layout Options | Width: Wide Color: