Skip to content

Commit

Permalink
Merge pull request #323 from WildcardSearch/maintenance
Browse files Browse the repository at this point in the history
3.1.13 Release
  • Loading branch information
Mark Vincent authored Sep 23, 2018
2 parents b2adfe9 + 7f902ca commit 27931b4
Show file tree
Hide file tree
Showing 27 changed files with 950 additions and 76 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Advanced-Sidebox 3.1.12
## Advanced-Sidebox 3.1.13

<p align="center">
<img title="Advanced Sidebox Logo" alt="Advanced Sidebox Logo" src="http://i.imgur.com/4QWLq5V.png" />
Expand Down
215 changes: 215 additions & 0 deletions Upload/admin/styles/default/asb/global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
/*
* Plugin Name: Advanced Sidebox for MyBB 1.8.x
* Copyright 2014 WildcardSearch
* http://www.rantcentralforums.com
*
* this file contains style information for the ACP pages
*/

/* sidebox management */

div.container {
width: 100%;
background: #ffffff;
}

table.content {
text-align: center;
width: 100%;
table-layout: fixed;
border-collapse: collapse;
}

/* components */

div.draggable {
z-index: 50;
}

.custom_type, .box_type, .sidebox {
cursor: move;
font-size: 12px;
padding: 3px;
margin: 2px 1px;

-webkit-user-select: none; /* Safari*/
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Chrome and Opera */

border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.box_type {
background: #99e6ff;
border: 1px solid #0086b3;
/* text-align: center;
line-height: 15px;
text-shadow: 3px 3px 3px #070772; */
}

.custom_type {
background: #ffffbf;
border: 1px solid #b3b300;
/* width: 93%;
text-align: center;
line-height: 15px;
text-shadow: 3px 3px 3px #5a642f; */
}

.sidebox {
background: #bfffbf;
border: 1px solid #00b300;
line-height: 25px;
color: #000000;
position: relative;
}

.column {
border: 1px solid #aaaaaa;
}

td.hover {
background: #eeeeee;
}

.trashcan {
min-height: 80px;
}

.forum_column {
width: 225px;
min-height: 300px;
}

#addon_menu {
border: 1px solid #aaaaaa;
}

#custom_menu {
border: 1px solid #aaaaaa;
}

.column_head {
background: #aaaaaa;
color: #333;
font-size: 1.5em;
}

/* visibility chart */

.tooltip {
color: #000000;
outline: none;
cursor: help;
text-decoration: none;
position: relative;
}

.tooltip span {
display: none;
position: absolute;
top: 0px;
left: -300px;
width: 300px;

border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.tooltip:hover span {
display: inline;
}

.custom {
z-index: 99;
}

* html a:hover {
background: transparent;
}

.info {
background: #99ccff;
border: 1px solid #7396ff;
}

.info_icon {
position: relative;
float: left;
padding: 4px;
}

.del_icon {
position: relative;
float: right;
padding: 4px;
}

.box_info {
background: #cccccc;
color: #333;
border: 1px solid #888888;
}

.box_info td {
width: 10px;
height: 10px;
}

.script_header {
background: #ffffff;
color: #000;

height: 10px;
text-align: right;
padding-right: 10px;
}

.group_header {
background: #ffffff;
color: #000;
}

td.info_cell {
height: 10px;
width: 10px;
}

th.script_header {
color: #000;
height: 10px;
}

td.on {
background: #cfffbf;
}

td.off {
background: #ffffff;
}

/* footer menu */

.asb_label {
color: #333;
font-weight: bold;
margin: auto auto;
padding: 5px 0px;
border: 1px solid #aaaaaa;
text-align: center;

border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.asb_label a:hover,
.asb_label a:active {
color: #333;
text-decoration: none;
}
Binary file added Upload/admin/styles/default/images/asb/add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/admin/styles/default/images/asb/delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/admin/styles/default/images/asb/donate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/admin/styles/default/images/asb/edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/admin/styles/default/images/asb/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/admin/styles/default/images/asb/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/admin/styles/default/images/asb/manage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/admin/styles/default/images/asb/pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/admin/styles/default/images/asb/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/images/asb/left_arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/images/asb/right_arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/images/asb/see_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Upload/images/asb/transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 72 additions & 3 deletions Upload/inc/languages/english/admin/asb_addon.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,10 @@

$l['asb_recent_posts_no_posts'] = 'There are no posts to display.';

// pm's
// pms
$l['asb_private_messages'] = 'Private Messages';
$l['asb_private_messages_desc'] = "Lists the user's PM info";

$l['asb_pms_received_new'] = '{1}, you have <b>{2}</b> unread message(s).';
$l['asb_pms_received_new'] = '{1}, you have <b>{2}</b> unread message(s).';

$l['asb_pms_no_messages'] = 'Please {1} or {2} to use this functionality.';
Expand Down Expand Up @@ -316,7 +315,7 @@
$l['asb_goals_success_image_title'] = 'Success Image';
$l['asb_goals_success_image_description'] = 'enter an image URL here to display it when the goal has been met, leave it blank to show no image (default)';

// messages
// messages
$l['asb_goals_goal_reached'] = "We've done it! We've made {1} {2}!";
$l['asb_goals_progress_message'] = "of the way to our goal of {1} {2}!";
$l['asb_goals_progress_bar_title'] = "{1} of {2}";
Expand All @@ -330,4 +329,74 @@
$l['asb_goals_footer_goal_reached'] = 'Goal Met!';
$l['asb_goals_footer_progress'] = 'Only {1} {2} left to go!';

// forum age
$l['asb_forum_age_title'] = 'Forum Age';
$l['asb_forum_age_description'] = 'Displays the date the forum was founded and/or the current age of the forum.';

$l['asb_forum_age_show_creation_date_title'] = 'Show Creation Date?';
$l['asb_forum_age_show_creation_date_description'] = 'YES (default) to include the creation date of the forum in the descriptive text, NO to show only the forum age.';

$l['asb_forum_age_forum_age_date_format_title'] = 'Forum Age Date Format';
$l['asb_forum_age_forum_age_date_format_description'] = 'Select an option to format to a specific time interval.';

$l['asb_forum_age_creation_date_format_title'] = 'Creation Date Format';
$l['asb_forum_age_creation_date_format_description'] = 'Select a format for the creation date using PHP date() format';

$l['asb_forum_age_optionscode_second'] = 'Second';
$l['asb_forum_age_optionscode_minute'] = 'Minute';
$l['asb_forum_age_optionscode_hour'] = 'Hour';
$l['asb_forum_age_optionscode_day'] = 'Day';
$l['asb_forum_age_optionscode_week'] = 'Week';
$l['asb_forum_age_optionscode_month'] = 'Month';
$l['asb_forum_age_optionscode_year'] = 'Year';

$l['asb_forum_age_years'] = '{1} years';
$l['asb_forum_age_year'] = '{1} year';

$l['asb_forum_age_months'] = '{1} months';
$l['asb_forum_age_month'] = '{1} month';

$l['asb_forum_age_weeks'] = '{1} weeks';
$l['asb_forum_age_week'] = '{1} week';

$l['asb_forum_age_days'] = '{1} days';
$l['asb_forum_age_day'] = '{1} day';

$l['asb_forum_age_hours'] = '{1} hours';
$l['asb_forum_age_hour'] = '{1} hour';

$l['asb_forum_age_minutes'] = '{1} minutes';
$l['asb_forum_age_minute'] = '{1} minute';

$l['asb_forum_age_seconds'] = '{1} seconds';
$l['asb_forum_age_second'] = '{1} second';

$l['asb_forum_age_less_than'] = 'less than a';

$l['asb_forum_age_text'] = '{1} has been active for {2}';

$l['asb_forum_age_and'] = 'and ';
$l['asb_forum_age_founded_message'] = 'This forum was founded on {1}';

$l['asb_forum_age_no_content'] = 'nothing to show';

// birthdays
$l['asb_birthdays_title'] = 'Birthdays';
$l['asb_birthdays_description'] = 'Displays birthdays for the month, or today';

$l['asb_birthdays_time_frame_title'] = 'Timeframe';
$l['asb_birthdays_time_frame_description'] = 'Choose to show birthdays for the month, today';

$l['asb_birthdays_timeframe_optionscode_this_month'] = 'This Month';
$l['asb_birthdays_timeframe_optionscode_today'] = 'Today';

$l['asb_birthdays_upcoming_birthdays'] = 'Upcoming Birthdays';
$l['asb_birthdays_todays_birthdays'] = 'Today\'s Birthdays';

$l['asb_birthdays_user_info'] = '{1} on {2}';
$l['asb_birthdays_no_content'] = 'no birthdays to show';

$l['asb_birthdays_no_birthdays_today'] = 'No birthdays today.';
$l['asb_birthdays_no_upcoming_birthdays'] = 'No upcoming birthdays.';

?>
Loading

0 comments on commit 27931b4

Please sign in to comment.