Jump to content

Download: Blueberry Light 3.1


Wilford Tibbetts

Recommended Posts

Posted

index.php?app=downloads&module=display&s


File Name: Blueberry Light 3.1
File Submitter: Wilford Tibbetts
File Submitted: 13 Jun 2010
File Updated: 08 Dec 2010
File Category: Color-Theme Skins

Name: Blueberry Light
Compatable: 3.1.x
Colors: Varying shades of blue.

Created this for a friend of mine to her specifications, and thought I would offer it here for others to use. If you have any questions or comments, please click the Support Topic link and I'll be more than glad to help. I hope you enjoy my second ever skin. :D

New skins will be forth-coming. I hope... :P

Adding(or removing) stats/online list to the top.

So for those that wish to re-add/remove the online list to the top, it's quite simple to do(just click the spoiler button to open the instructions):

Go to your AdminCP --> Look & Feel --> click on Blueberry Light 3.1 --> Templates --> Board Index --> boardindexTemplate. At the very top, above:

{parse  js_module="board"}

Add(copy & paste):

<ul  id='stat_links'  class='filter_bar rounded'>

        <li><a  href="{parse  url="app=core&amp;module=search&amp;do=active"  base="public"}"  title="{$this->lang->words['today_active_cont']}">{$this-

>lang->words['new_active_cont']}</a></li>

        <li><a  href="{parse  url="app=forums&amp;module=extras&amp;section=stats&amp;do=leaders"  base="public"}"  title="{$this->lang->words['sm_forum_leaders_title']}">{$

this->lang->words['sm_forum_leaders']}</a></li>

        <li><a  href="{parse  url="app=forums&amp;module=extras&amp;section=stats"  base="public"}"  title="{$this->lang->words['sm_all_posters_title']}">{$this-

>lang->words['sm_today_posters']}</a></li>

        <li><a  href="{parse  url="app=members&amp;section=view&amp;module=list&amp;max_results=20&amp;sort_key=posts&

amp;sort_order=desc&amp;filter=ALL"  base="public"}"  title="{$this->lang->words['sm_overall_posters_title']}">{$

this->lang->words['sm_overall_posters']}</a></li>

</ul>

<div id='board_statistics' class='statistics  general_box  clearfix'>

        <if test="showTotals:|:$this->settings['show_totals']">

                <div id='stats'>

                <h2>{$this->lang->words['board_stats']}</h2>

                        <dl>

                        <dt>{$this->lang->words['total_posts']}</dt>

                                <dd>{$stats['info']['total_posts']}</dd>

                        <dt>{$this->lang->words['total_members']}</dt>

                                <dd>{$stats['info']['mem_count']}</dd>

                        <dt>{$this->lang->words['newest_member']}</dt>

                                <dd><a  href='{$stats['info']['last_mem_link']}'    title='{$this->lang->words['view_profile']}'>{$stats['

info']['last_mem_name']}</a>{parse  template="user_popup"   group="global"  params="$stats['info']['last_mem_id'],$stats['

info']['last_mem_seo']"}&nbsp;</dd>

                        <dt>{$this->lang->words['online_at_once']}</dt>

                             <dd>{$stats['info']['most_online']}<br  /><span  class='extra'>{$stats['info']['most_time']}</span>

</dd>

                        </dl>

                </div>

        </if>

        <if test="showActive:|:$this->settings['show_active']">

                <div id='active_users' class='stats_list'>

                        <h2>

                             {$stats['TOTAL']}  {$this->lang->words['active_users_text']}  <span>{$this->lang->words['active_users']}</span><br  />

                                <span class='desc'>{parse  expression="sprintf(  $this->lang->words['active_users_detail'],  $stats['MEMBERS'],  $stats['GUESTS'], $stats['ANON'] )"}  |  {$this->lang->words['show_by']}: <a  href='{parse  url="app=members&amp;module=online&amp;sort_order=desc"  base="public"}'>{$this->lang->words['oul_click']}</a>

  {$this->lang->words['or']}  <a  href='{parse  url="app=members&amp;module=online&amp;sort_key=name&amp;sort_order=asc&amp;show_mem=reg"

        base="public"}'>{$this->lang->words['oul_name']}</a>

</span>

                        </h2>

                        <if test="activeNames:|:count($stats['NAMES'])">

                                <p>

                                        <span class='name'>{parse  expression="implode(  ",</span> <span class='name'>",  $stats['NAMES']  )"}</span>                                   

                                </p>

                        </if>

                </div>

        </if>

        <if test="calendarEventsOuter:|:$calendar_events">

        <div id='cal_events' class='stats_list'>

        <h2>{$this->lang->words['upcoming_events']}</h2>

                <if test="calendarEventsInner:|:is_array(  $calendar_events  )">

                        <p>

                                <span class='name'>{parse  expression="implode(  ",</span> <span class='name'>",  $calendar_events  )"}</span>

                        </p>

                <else />

                        <p>{$calendar_events}</p>

                </if>

        </div>

        </if>


        </if>


</div>

<br>



Then click save, and you're done! Hope you all enjoy! :D


Click here to download this file

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...