Plugin Directory

Changeset 738001


Ignore:
Timestamp:
07/08/2013 11:25:12 PM (13 years ago)
Author:
barcinc
Message:

new inline page preview, updated description with link

Location:
barc-chat
Files:
1 deleted
3 edited
16 copied

Legend:

Unmodified
Added
Removed
  • barc-chat/tags/0.3.2/css/styles.css

    r736911 r738001  
    8383  background-color: lightgray;
    8484  position: relative;
     85  overflow: hidden;
    8586}
    8687
     
    8889  position: absolute;
    8990  right: 0;
     91}
     92
     93.layout_preview_inner .inline {
     94  position: absolute;
     95  left: 12px;
     96}
     97
     98.layout_preview_inner .page {
     99  position: absolute;
     100  left: 21px;
     101  top: -42px;
    90102}
    91103
     
    98110}
    99111
    100 .layout_preview_inner .bar.fade {
    101   background-color: #BFD9EB;
    102 }
    103 
    104 .layout_preview_inner .inline {
    105   position: absolute;
    106   left: 12px;
    107 }
    108 
    109112.layout_preview_inner .bar.long {
    110113  width: 80px;
     114}
     115
     116.layout_preview_inner .page .bar.long {
     117  width: 70px;
     118  margin-left: 5px;
    111119}
    112120
     
    119127}
    120128
     129.layout_preview_inner .page .bar.long.tall {
     130  margin-top: 10px;
     131  margin-bottom: 10px;
     132}
     133
    121134.preview_mini .layout_preview_outer {
    122135  display: inline-block;
  • barc-chat/tags/0.3.2/options.php

    r736911 r738001  
    6767        <div class="layout_preview_outer">
    6868          <div class="layout_preview_inner">
    69             <ul class="overlay">
    70               <li class="bar fade"></li>
    71               <li class="bar fade"></li>
    72               <li class="bar fade"></li>
    73               <li class="bar fade"></li>
    74               <li class="bar fade"></li>
    75               <li class="bar fade"></li>
    76               <li class="bar fade"></li>
    77               <li class="bar fade"></li>
    78               <li class="bar fade"></li>
    79               <li class="bar fade"></li>
     69            <ul class="page">
     70              <li class="bar long tall"></li>
     71              <li class="bar long"></li>
     72              <li class="bar long"></li>
     73              <li class="bar long"></li>
     74              <li class="bar long"></li>
     75              <li class="bar long"></li>
     76        <li class="bar long tall"></li>
    8077            </ul>
    8178          </div>
  • barc-chat/tags/0.3.2/readme.txt

    r736911 r738001  
    55Requires at least: 3.1
    66Tested up to: 3.5.1
    7 Stable tag: 0.3.1
     7Stable tag: 0.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 It’s the easiest way to add real-time commenting to your site! Barc’s simple tool combines social networking, instant messaging and customer support - and it’s all completely free without any ads!
    16 
    17 You can activate moderation features to Delete comments, Ban users, Wipe the chat or disable the guest feature.
    18 It’s easy to customize - you can change the look and feel to match your site with our customizer. Everything is managed through a cloud, so there are no special configurations or performance hits to your site. Barc is extremely fast, simple to install and is a compelling social solution for any WordPress site! Download the plugin to get started!
     15It’s the easiest way to add real-time commenting to your site! [Barc](barc.com)’s simple tool combines social networking, instant messaging and customer support - and it’s all completely free without any ads!
    1916
    2017##### Current Features:
     
    2724- Chat with people in different languages using real-time language translation
    2825- ‘Favorite’ Websites and get alerts whenever there’s new activity
     26
     27You can activate moderation features to Delete comments, Ban users, Wipe the chat or disable the guest feature.
     28It’s easy to customize - you can change the look and feel to match your site with our customizer. Everything is managed through a cloud, so there are no special configurations or performance hits to your site. Barc is extremely fast, simple to install and is a compelling social solution for any WordPress site! Download the plugin to get started!
     29
    2930
    3031[youtube http://www.youtube.com/watch?v=hCIPZ3wA7_Q&list=TLi57VjyrL2Xo]
     
    5354== Changelog ==
    5455
     56= 0.3.2 =
     57- Updated information in settings
     58
     59= 0.3.0 =
     60- More information in settings panel
     61
    5562= 0.2.2 =
    5663- New Settings Panel
  • barc-chat/trunk/css/styles.css

    r736911 r738001  
    8383  background-color: lightgray;
    8484  position: relative;
     85  overflow: hidden;
    8586}
    8687
     
    8889  position: absolute;
    8990  right: 0;
     91}
     92
     93.layout_preview_inner .inline {
     94  position: absolute;
     95  left: 12px;
     96}
     97
     98.layout_preview_inner .page {
     99  position: absolute;
     100  left: 21px;
     101  top: -42px;
    90102}
    91103
     
    98110}
    99111
    100 .layout_preview_inner .bar.fade {
    101   background-color: #BFD9EB;
    102 }
    103 
    104 .layout_preview_inner .inline {
    105   position: absolute;
    106   left: 12px;
    107 }
    108 
    109112.layout_preview_inner .bar.long {
    110113  width: 80px;
     114}
     115
     116.layout_preview_inner .page .bar.long {
     117  width: 70px;
     118  margin-left: 5px;
    111119}
    112120
     
    119127}
    120128
     129.layout_preview_inner .page .bar.long.tall {
     130  margin-top: 10px;
     131  margin-bottom: 10px;
     132}
     133
    121134.preview_mini .layout_preview_outer {
    122135  display: inline-block;
  • barc-chat/trunk/options.php

    r736911 r738001  
    6767        <div class="layout_preview_outer">
    6868          <div class="layout_preview_inner">
    69             <ul class="overlay">
    70               <li class="bar fade"></li>
    71               <li class="bar fade"></li>
    72               <li class="bar fade"></li>
    73               <li class="bar fade"></li>
    74               <li class="bar fade"></li>
    75               <li class="bar fade"></li>
    76               <li class="bar fade"></li>
    77               <li class="bar fade"></li>
    78               <li class="bar fade"></li>
    79               <li class="bar fade"></li>
     69            <ul class="page">
     70              <li class="bar long tall"></li>
     71              <li class="bar long"></li>
     72              <li class="bar long"></li>
     73              <li class="bar long"></li>
     74              <li class="bar long"></li>
     75              <li class="bar long"></li>
     76        <li class="bar long tall"></li>
    8077            </ul>
    8178          </div>
  • barc-chat/trunk/readme.txt

    r736911 r738001  
    55Requires at least: 3.1
    66Tested up to: 3.5.1
    7 Stable tag: 0.3.1
     7Stable tag: 0.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 It’s the easiest way to add real-time commenting to your site! Barc’s simple tool combines social networking, instant messaging and customer support - and it’s all completely free without any ads!
    16 
    17 You can activate moderation features to Delete comments, Ban users, Wipe the chat or disable the guest feature.
    18 It’s easy to customize - you can change the look and feel to match your site with our customizer. Everything is managed through a cloud, so there are no special configurations or performance hits to your site. Barc is extremely fast, simple to install and is a compelling social solution for any WordPress site! Download the plugin to get started!
     15It’s the easiest way to add real-time commenting to your site! [Barc](barc.com)’s simple tool combines social networking, instant messaging and customer support - and it’s all completely free without any ads!
    1916
    2017##### Current Features:
     
    2724- Chat with people in different languages using real-time language translation
    2825- ‘Favorite’ Websites and get alerts whenever there’s new activity
     26
     27You can activate moderation features to Delete comments, Ban users, Wipe the chat or disable the guest feature.
     28It’s easy to customize - you can change the look and feel to match your site with our customizer. Everything is managed through a cloud, so there are no special configurations or performance hits to your site. Barc is extremely fast, simple to install and is a compelling social solution for any WordPress site! Download the plugin to get started!
     29
    2930
    3031[youtube http://www.youtube.com/watch?v=hCIPZ3wA7_Q&list=TLi57VjyrL2Xo]
     
    5354== Changelog ==
    5455
     56= 0.3.2 =
     57- Updated information in settings
     58
     59= 0.3.0 =
     60- More information in settings panel
     61
    5562= 0.2.2 =
    5663- New Settings Panel
Note: See TracChangeset for help on using the changeset viewer.