Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Calendar by WD – Responsive Event Calendar |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- calendar.php +24 -95
- front_end/bigcalendarday.php +2 -2
- front_end/bigcalendarday_widget.php +2 -2
- front_end/bigcalendarlist.php +1 -1
- front_end/bigcalendarlist_widget.php +1 -1
- front_end/bigcalendarweek.php +2 -1
- front_end/bigcalendarweek_widget.php +2 -1
- languages/sp_calendar-de_DE.mo +0 -0
- languages/sp_calendar-de_DE.po +4 -4
- readme.txt +10 -2
calendar.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Spider Event Calendar
|
5 |
Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
|
6 |
Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
|
7 |
-
Version: 1.4.
|
8 |
Author: http://web-dorado.com/
|
9 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
@@ -87,21 +87,15 @@ $themes = $wpdb->get_row($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'spid
|
|
87 |
else{
|
88 |
$themes = $wpdb->get_row($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'spidercalendar_theme WHERE id=%d', $theme));
|
89 |
}
|
90 |
-
$cal_width = $themes->width;
|
91 |
-
|
92 |
-
?>
|
93 |
-
<input type="hidden" id="cal_width<?php echo $many_sp_calendar ?>" value="<?php echo $cal_width ?>" />
|
94 |
-
|
95 |
<div id='bigcalendar<?php echo $many_sp_calendar ?>'></div>
|
96 |
-
<script>
|
97 |
-
|
98 |
var tb_pathToImage = "<?php echo plugins_url('images/loadingAnimation.gif', __FILE__) ?>";
|
99 |
var tb_closeImage = "<?php echo plugins_url('images/tb-close.png', __FILE__) ?>"
|
100 |
var randi;
|
101 |
if (typeof showbigcalendar != 'function') {
|
102 |
-
|
103 |
function showbigcalendar(id, calendarlink, randi,widget) {
|
104 |
-
|
105 |
var xmlHttp;
|
106 |
try {
|
107 |
xmlHttp = new XMLHttpRequest();// Firefox, Opera 8.0+, Safari
|
@@ -122,88 +116,59 @@ $themes = $wpdb->get_row($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'spid
|
|
122 |
}
|
123 |
xmlHttp.onreadystatechange = function () {
|
124 |
if (xmlHttp.readyState == 4) {
|
125 |
-
// document.getElementById(id).innerHTML = xmlHttp.responseText;
|
126 |
jQuery('#' + id).html(xmlHttp.responseText);
|
127 |
}
|
128 |
}
|
129 |
xmlHttp.open("GET", calendarlink, false);
|
130 |
xmlHttp.send();
|
131 |
-
|
132 |
-
|
133 |
-
////////////////////////////////////////////////////////////////////////////
|
134 |
jQuery(document).ready(function (){
|
135 |
-
jQuery('#views_select').toggle(function () {
|
136 |
-
|
137 |
jQuery('#drop_down_views').stop(true, true).delay(200).slideDown(500);
|
138 |
-
}, function () {
|
139 |
-
|
140 |
-
jQuery('#drop_down_views').stop(true, true).slideUp(500);
|
141 |
-
|
142 |
});
|
143 |
-
|
144 |
-
|
145 |
});
|
146 |
-
//////////////////////////////////////////////////////////////
|
147 |
-
|
148 |
-
|
149 |
if(widget!=1)
|
150 |
{
|
151 |
if(jQuery(window).width() > 640)
|
152 |
{
|
153 |
-
|
154 |
jQuery('drop_down_views').hide();
|
155 |
var parent_width = document.getElementById('bigcalendar'+randi).parentNode.clientWidth;
|
156 |
var calwidth= document.getElementById('cal_width'+randi).value;
|
157 |
var responsive_width = (calwidth)/parent_width*100;
|
158 |
document.getElementById('afterbig'+randi).setAttribute('style','width:'+responsive_width+'%;');
|
159 |
jQuery('pop_table').css('height','100%');
|
160 |
-
|
161 |
}
|
162 |
-
|
163 |
else if(jQuery(jQuery('#bigcalendar'+randi).parent()).width() > 640)
|
164 |
{
|
165 |
-
|
166 |
jQuery('drop_down_views').hide();
|
167 |
var parent_width = document.getElementById('bigcalendar'+randi).parentNode.clientWidth;
|
168 |
var calwidth= document.getElementById('cal_width'+randi).value;
|
169 |
var responsive_width = (calwidth)/parent_width*100;
|
170 |
document.getElementById('afterbig'+randi).setAttribute('style','width:'+responsive_width+'%;');
|
171 |
jQuery('pop_table').css('height','100%');
|
172 |
-
|
173 |
-
}
|
174 |
-
|
175 |
else
|
176 |
{
|
177 |
-
document.getElementById('afterbig'+randi).setAttribute('style','width:100%;');
|
178 |
-
|
179 |
}
|
180 |
}
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
var thickDims, tbWidth, tbHeight;
|
185 |
jQuery(document).ready(function ($) {
|
186 |
thickDims = function () {
|
187 |
-
/* var originH=jQuery('#TB_window').height();
|
188 |
-
var originW=jQuery('#TB_window').width();
|
189 |
-
alert(originW)*/
|
190 |
-
|
191 |
jQuery('#TB_window iframe').css('margin-left','0%');
|
192 |
jQuery('#TB_window iframe').css('margin-top','0%');
|
193 |
jQuery('#TB_window iframe').css('margin-left','0%');
|
194 |
-
jQuery('#TB_window iframe').css('margin-top','0%');
|
195 |
-
|
196 |
jQuery('#TB_window iframe').css('padding-left','0%');
|
197 |
-
jQuery('#TB_window iframe').css('padding-top','0%');
|
198 |
-
|
199 |
var tbWindow = $('#TB_window'), H = $(window).height(), W = $(window).width(), w, h;
|
200 |
if (tbWidth) {
|
201 |
if (tbWidth < (W - 90)) w = tbWidth; else w = W - 200;
|
202 |
} else w = W - 200;
|
203 |
if (tbHeight) {
|
204 |
if (tbHeight < (H - 90)) h = tbHeight; else h = H - 200;
|
205 |
-
} else h = H - 200;
|
206 |
-
|
207 |
if (tbWindow.size()) {
|
208 |
tbWindow.width(w).height(h);
|
209 |
$('#TB_iframeContent').width(w).height(h - 27);
|
@@ -211,7 +176,6 @@ alert(originW)*/
|
|
211 |
if (typeof document.body.style.maxWidth != 'undefined')
|
212 |
tbWindow.css({'top':(H - h) / 2, 'margin-top':'0'});
|
213 |
}
|
214 |
-
|
215 |
if(jQuery(window).width() < 640 ){
|
216 |
var tb_left = parseInt((w / 2), 10) + 20;
|
217 |
jQuery('#TB_window').css('left', tb_left + 'px')
|
@@ -220,70 +184,47 @@ alert(originW)*/
|
|
220 |
jQuery('#TB_window iframe').css('height','100%');
|
221 |
jQuery('#TB_window iframe').css('width','100%');
|
222 |
}
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
if(jQuery(window).width() > 640 )
|
228 |
{
|
229 |
jQuery('#TB_window').css('left','50%');
|
230 |
}
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
if (typeof popup_width_from_src != "undefined") {
|
238 |
popup_width_from_src=jQuery('.thickbox-previewbigcalendar'+randi).attr('href').indexOf('tbWidth=');
|
239 |
str=jQuery('.thickbox-previewbigcalendar'+randi).attr('href').substr(popup_width_from_src+8,150)
|
240 |
find_amp=str.indexOf('&');
|
241 |
-
width_orig=str.substr(0,find_amp);
|
242 |
-
|
243 |
find_eq=str.indexOf('=');
|
244 |
height_orig=str.substr(find_eq+1,5);
|
245 |
-
|
246 |
jQuery('#TB_window').css('max-width',width_orig+'px');
|
247 |
jQuery('#TB_window iframe').css('max-width',width_orig+'px');
|
248 |
jQuery('#TB_window').css('max-height',height_orig+'px');
|
249 |
-
}
|
250 |
-
|
251 |
jQuery('#TB_window').css('background','none');
|
252 |
jQuery('#TB_window').css('background-color','none');
|
253 |
-
jQuery('#TB_window iframe').css('background-color','none');
|
254 |
-
|
255 |
};
|
256 |
-
|
257 |
-
|
258 |
thickDims();
|
259 |
$(window).resize(function () {
|
260 |
thickDims();
|
261 |
-
|
262 |
if(jQuery(window).width() < 640 ){
|
263 |
jQuery('#TB_window').css('width','90%');
|
264 |
jQuery('#TB_window').css('margin-top','-13%');
|
265 |
jQuery('#TB_window iframe').css('height','100%');
|
266 |
jQuery('#TB_window').css('height','100%');
|
267 |
-
}
|
268 |
-
|
269 |
-
|
270 |
if(jQuery(window).width() > 900 )
|
271 |
{
|
272 |
jQuery('#TB_window').css('left','50%');
|
273 |
}
|
274 |
-
});
|
275 |
-
|
276 |
$('a.thickbox-preview' + id).click(function () {
|
277 |
tb_click.call(this);
|
278 |
var alink = jQuery(this).parents('.available-theme').find('.activatelink'), link = '', href = jQuery(this).attr('href'), url, text;
|
279 |
-
var reg_with = new RegExp(xx_cal_xx + "tbWidth=[0-9]+");
|
280 |
-
|
281 |
if (tbWidth = href.match(reg_with))
|
282 |
tbWidth = parseInt(tbWidth[0].replace(/[^0-9]+/g, ''), 10);
|
283 |
else
|
284 |
tbWidth = jQuery(window).width() - 90;
|
285 |
-
|
286 |
-
|
287 |
var reg_heght = new RegExp(xx_cal_xx + "tbHeight=[0-9]+");
|
288 |
if (tbHeight = href.match(reg_heght))
|
289 |
tbHeight = parseInt(tbHeight[0].replace(/[^0-9]+/g, ''), 10);
|
@@ -291,31 +232,20 @@ if(jQuery(window).width() > 900 )
|
|
291 |
tbHeight = jQuery(window).height() - 60;
|
292 |
jQuery('#TB_title').css({'background-color':'#222', 'color':'#dfdfdf'});
|
293 |
jQuery('#TB_closeAjaxWindow').css({'float':'left'});
|
294 |
-
jQuery('#TB_ajaxWindowTitle').css({'float':'right'}).html(link);
|
295 |
-
|
296 |
jQuery('#TB_iframeContent').width('100%');
|
297 |
-
thickDims();
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
});
|
302 |
-
|
303 |
});
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
}
|
308 |
-
|
309 |
-
}
|
310 |
-
|
311 |
document.onkeydown = function (evt) {
|
312 |
evt = evt || window.event;
|
313 |
if (evt.keyCode == 27) {
|
314 |
document.getElementById('sbox-window').close();
|
315 |
}
|
316 |
};
|
317 |
-
|
318 |
-
|
319 |
<?php global $wpdb;
|
320 |
$calendarr = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "spidercalendar_calendar WHERE id='%d'", $id));
|
321 |
$year = ($calendarr->def_year ? $calendarr->def_year : date("Y"));
|
@@ -368,8 +298,7 @@ if(jQuery(window).width() > 900 )
|
|
368 |
'cur_page_url' => urlencode(current_page_url_sc()),
|
369 |
'widget' => $widget,
|
370 |
'rand' => $many_sp_calendar,
|
371 |
-
), admin_url('admin-ajax.php'));?>','<?php echo $many_sp_calendar; ?>','<?php echo $widget; ?>');
|
372 |
-
|
373 |
</script>
|
374 |
<style>
|
375 |
#TB_iframeContent{
|
4 |
Plugin Name: Spider Event Calendar
|
5 |
Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
|
6 |
Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
|
7 |
+
Version: 1.4.2
|
8 |
Author: http://web-dorado.com/
|
9 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
87 |
else{
|
88 |
$themes = $wpdb->get_row($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'spidercalendar_theme WHERE id=%d', $theme));
|
89 |
}
|
90 |
+
$cal_width = $themes->width; ?>
|
91 |
+
<input type="hidden" id="cal_width<?php echo $many_sp_calendar ?>" value="<?php echo $cal_width ?>" />
|
|
|
|
|
|
|
92 |
<div id='bigcalendar<?php echo $many_sp_calendar ?>'></div>
|
93 |
+
<script>
|
|
|
94 |
var tb_pathToImage = "<?php echo plugins_url('images/loadingAnimation.gif', __FILE__) ?>";
|
95 |
var tb_closeImage = "<?php echo plugins_url('images/tb-close.png', __FILE__) ?>"
|
96 |
var randi;
|
97 |
if (typeof showbigcalendar != 'function') {
|
|
|
98 |
function showbigcalendar(id, calendarlink, randi,widget) {
|
|
|
99 |
var xmlHttp;
|
100 |
try {
|
101 |
xmlHttp = new XMLHttpRequest();// Firefox, Opera 8.0+, Safari
|
116 |
}
|
117 |
xmlHttp.onreadystatechange = function () {
|
118 |
if (xmlHttp.readyState == 4) {
|
|
|
119 |
jQuery('#' + id).html(xmlHttp.responseText);
|
120 |
}
|
121 |
}
|
122 |
xmlHttp.open("GET", calendarlink, false);
|
123 |
xmlHttp.send();
|
|
|
|
|
|
|
124 |
jQuery(document).ready(function (){
|
125 |
+
jQuery('#views_select').toggle(function () {
|
|
|
126 |
jQuery('#drop_down_views').stop(true, true).delay(200).slideDown(500);
|
127 |
+
}, function () {
|
128 |
+
jQuery('#drop_down_views').stop(true, true).slideUp(500);
|
|
|
|
|
129 |
});
|
|
|
|
|
130 |
});
|
|
|
|
|
|
|
131 |
if(widget!=1)
|
132 |
{
|
133 |
if(jQuery(window).width() > 640)
|
134 |
{
|
|
|
135 |
jQuery('drop_down_views').hide();
|
136 |
var parent_width = document.getElementById('bigcalendar'+randi).parentNode.clientWidth;
|
137 |
var calwidth= document.getElementById('cal_width'+randi).value;
|
138 |
var responsive_width = (calwidth)/parent_width*100;
|
139 |
document.getElementById('afterbig'+randi).setAttribute('style','width:'+responsive_width+'%;');
|
140 |
jQuery('pop_table').css('height','100%');
|
|
|
141 |
}
|
|
|
142 |
else if(jQuery(jQuery('#bigcalendar'+randi).parent()).width() > 640)
|
143 |
{
|
|
|
144 |
jQuery('drop_down_views').hide();
|
145 |
var parent_width = document.getElementById('bigcalendar'+randi).parentNode.clientWidth;
|
146 |
var calwidth= document.getElementById('cal_width'+randi).value;
|
147 |
var responsive_width = (calwidth)/parent_width*100;
|
148 |
document.getElementById('afterbig'+randi).setAttribute('style','width:'+responsive_width+'%;');
|
149 |
jQuery('pop_table').css('height','100%');
|
150 |
+
}
|
|
|
|
|
151 |
else
|
152 |
{
|
153 |
+
document.getElementById('afterbig'+randi).setAttribute('style','width:100%;');
|
|
|
154 |
}
|
155 |
}
|
|
|
|
|
|
|
156 |
var thickDims, tbWidth, tbHeight;
|
157 |
jQuery(document).ready(function ($) {
|
158 |
thickDims = function () {
|
|
|
|
|
|
|
|
|
159 |
jQuery('#TB_window iframe').css('margin-left','0%');
|
160 |
jQuery('#TB_window iframe').css('margin-top','0%');
|
161 |
jQuery('#TB_window iframe').css('margin-left','0%');
|
162 |
+
jQuery('#TB_window iframe').css('margin-top','0%');
|
|
|
163 |
jQuery('#TB_window iframe').css('padding-left','0%');
|
164 |
+
jQuery('#TB_window iframe').css('padding-top','0%');
|
|
|
165 |
var tbWindow = $('#TB_window'), H = $(window).height(), W = $(window).width(), w, h;
|
166 |
if (tbWidth) {
|
167 |
if (tbWidth < (W - 90)) w = tbWidth; else w = W - 200;
|
168 |
} else w = W - 200;
|
169 |
if (tbHeight) {
|
170 |
if (tbHeight < (H - 90)) h = tbHeight; else h = H - 200;
|
171 |
+
} else h = H - 200;
|
|
|
172 |
if (tbWindow.size()) {
|
173 |
tbWindow.width(w).height(h);
|
174 |
$('#TB_iframeContent').width(w).height(h - 27);
|
176 |
if (typeof document.body.style.maxWidth != 'undefined')
|
177 |
tbWindow.css({'top':(H - h) / 2, 'margin-top':'0'});
|
178 |
}
|
|
|
179 |
if(jQuery(window).width() < 640 ){
|
180 |
var tb_left = parseInt((w / 2), 10) + 20;
|
181 |
jQuery('#TB_window').css('left', tb_left + 'px')
|
184 |
jQuery('#TB_window iframe').css('height','100%');
|
185 |
jQuery('#TB_window iframe').css('width','100%');
|
186 |
}
|
|
|
|
|
|
|
|
|
187 |
if(jQuery(window).width() > 640 )
|
188 |
{
|
189 |
jQuery('#TB_window').css('left','50%');
|
190 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
if (typeof popup_width_from_src != "undefined") {
|
192 |
popup_width_from_src=jQuery('.thickbox-previewbigcalendar'+randi).attr('href').indexOf('tbWidth=');
|
193 |
str=jQuery('.thickbox-previewbigcalendar'+randi).attr('href').substr(popup_width_from_src+8,150)
|
194 |
find_amp=str.indexOf('&');
|
195 |
+
width_orig=str.substr(0,find_amp);
|
|
|
196 |
find_eq=str.indexOf('=');
|
197 |
height_orig=str.substr(find_eq+1,5);
|
|
|
198 |
jQuery('#TB_window').css('max-width',width_orig+'px');
|
199 |
jQuery('#TB_window iframe').css('max-width',width_orig+'px');
|
200 |
jQuery('#TB_window').css('max-height',height_orig+'px');
|
201 |
+
}
|
|
|
202 |
jQuery('#TB_window').css('background','none');
|
203 |
jQuery('#TB_window').css('background-color','none');
|
204 |
+
jQuery('#TB_window iframe').css('background-color','none');
|
|
|
205 |
};
|
|
|
|
|
206 |
thickDims();
|
207 |
$(window).resize(function () {
|
208 |
thickDims();
|
|
|
209 |
if(jQuery(window).width() < 640 ){
|
210 |
jQuery('#TB_window').css('width','90%');
|
211 |
jQuery('#TB_window').css('margin-top','-13%');
|
212 |
jQuery('#TB_window iframe').css('height','100%');
|
213 |
jQuery('#TB_window').css('height','100%');
|
214 |
+
}
|
|
|
|
|
215 |
if(jQuery(window).width() > 900 )
|
216 |
{
|
217 |
jQuery('#TB_window').css('left','50%');
|
218 |
}
|
219 |
+
});
|
|
|
220 |
$('a.thickbox-preview' + id).click(function () {
|
221 |
tb_click.call(this);
|
222 |
var alink = jQuery(this).parents('.available-theme').find('.activatelink'), link = '', href = jQuery(this).attr('href'), url, text;
|
223 |
+
var reg_with = new RegExp(xx_cal_xx + "tbWidth=[0-9]+");
|
|
|
224 |
if (tbWidth = href.match(reg_with))
|
225 |
tbWidth = parseInt(tbWidth[0].replace(/[^0-9]+/g, ''), 10);
|
226 |
else
|
227 |
tbWidth = jQuery(window).width() - 90;
|
|
|
|
|
228 |
var reg_heght = new RegExp(xx_cal_xx + "tbHeight=[0-9]+");
|
229 |
if (tbHeight = href.match(reg_heght))
|
230 |
tbHeight = parseInt(tbHeight[0].replace(/[^0-9]+/g, ''), 10);
|
232 |
tbHeight = jQuery(window).height() - 60;
|
233 |
jQuery('#TB_title').css({'background-color':'#222', 'color':'#dfdfdf'});
|
234 |
jQuery('#TB_closeAjaxWindow').css({'float':'left'});
|
235 |
+
jQuery('#TB_ajaxWindowTitle').css({'float':'right'}).html(link);
|
|
|
236 |
jQuery('#TB_iframeContent').width('100%');
|
237 |
+
thickDims();
|
238 |
+
return false;
|
239 |
+
});
|
|
|
|
|
|
|
240 |
});
|
|
|
|
|
|
|
241 |
}
|
242 |
+
}
|
|
|
|
|
243 |
document.onkeydown = function (evt) {
|
244 |
evt = evt || window.event;
|
245 |
if (evt.keyCode == 27) {
|
246 |
document.getElementById('sbox-window').close();
|
247 |
}
|
248 |
};
|
|
|
|
|
249 |
<?php global $wpdb;
|
250 |
$calendarr = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "spidercalendar_calendar WHERE id='%d'", $id));
|
251 |
$year = ($calendarr->def_year ? $calendarr->def_year : date("Y"));
|
298 |
'cur_page_url' => urlencode(current_page_url_sc()),
|
299 |
'widget' => $widget,
|
300 |
'rand' => $many_sp_calendar,
|
301 |
+
), admin_url('admin-ajax.php'));?>','<?php echo $many_sp_calendar; ?>','<?php echo $widget; ?>');
|
|
|
302 |
</script>
|
303 |
<style>
|
304 |
#TB_iframeContent{
|
front_end/bigcalendarday.php
CHANGED
@@ -804,7 +804,7 @@ position: relative;
|
|
804 |
<tr>
|
805 |
<td style="height:' . $date_height . 'px;font-size:' . $date_font_size . 'px; padding-left:10px;background-color:' . $date_bg_color . '; color:#6E7276">
|
806 |
<span style="padding-left:10px; font-size:' . $week_font_size . 'px;color:' . $week_font_color . '">' . week_convert($week_day) . '</span>
|
807 |
-
<span style="font-size:' . $day_month_font_size . 'px;color:' . $day_month_font_color . '">(' . $month . ' ' . (int) $day . ', ' . $year . ')</span>
|
808 |
</td>
|
809 |
</tr>
|
810 |
<tr>
|
@@ -825,7 +825,7 @@ position: relative;
|
|
825 |
<tr>
|
826 |
<td style="height:' . $date_height . 'px;font-size:' . $date_font_size . 'px; padding-left:10px;background-color:' . $date_bg_color . '; color:#6E7276">
|
827 |
<span style="padding-left:10px; font-size:' . $date_font_size . 'px;color:' . $week_font_color . '">' . week_convert($week_day) . '</span>
|
828 |
-
<span style="font-size:' . $day_month_font_size . 'px;color:' . $day_month_font_color . '">(' . $month . ' ' . (int) $day . ', ' . $year . ')</span>
|
829 |
</td>
|
830 |
<tr>
|
831 |
<td>';
|
804 |
<tr>
|
805 |
<td style="height:' . $date_height . 'px;font-size:' . $date_font_size . 'px; padding-left:10px;background-color:' . $date_bg_color . '; color:#6E7276">
|
806 |
<span style="padding-left:10px; font-size:' . $week_font_size . 'px;color:' . $week_font_color . '">' . week_convert($week_day) . '</span>
|
807 |
+
<span style="font-size:' . $day_month_font_size . 'px;color:' . $day_month_font_color . '">(' . __($month,'sp_calendar') . ' ' . (int) $day . ', ' . $year . ')</span>
|
808 |
</td>
|
809 |
</tr>
|
810 |
<tr>
|
825 |
<tr>
|
826 |
<td style="height:' . $date_height . 'px;font-size:' . $date_font_size . 'px; padding-left:10px;background-color:' . $date_bg_color . '; color:#6E7276">
|
827 |
<span style="padding-left:10px; font-size:' . $date_font_size . 'px;color:' . $week_font_color . '">' . week_convert($week_day) . '</span>
|
828 |
+
<span style="font-size:' . $day_month_font_size . 'px;color:' . $day_month_font_color . '">(' . __($month,'sp_calendar') . ' ' . (int) $day . ', ' . $year . ')</span>
|
829 |
</td>
|
830 |
<tr>
|
831 |
<td>';
|
front_end/bigcalendarday_widget.php
CHANGED
@@ -504,7 +504,7 @@ position: relative;
|
|
504 |
<tr>
|
505 |
<td style="height:14px;font-size:12px; padding-left:10px;background-color:#D6D4D5; color:#6E7276">
|
506 |
<span style="padding-left:10px; font-size:12px;color:' . $color_week_days . '">' . week_convert($week_day) . '</span>
|
507 |
-
<span style="font-size:12px;color:#949394;">(' . $month . ' ' . (int) $day . ', ' . $year . ')</span>
|
508 |
</td>
|
509 |
</tr>
|
510 |
<tr>
|
@@ -525,7 +525,7 @@ position: relative;
|
|
525 |
<tr>
|
526 |
<td style="height:14px;font-size:12px; padding-left:10px;background-color:#D6D4D5; color:#6E7276">
|
527 |
<span style="padding-left:10px; font-size:12px;color:' . $color_week_days . '">' . week_convert($week_day) . '</span>
|
528 |
-
<span style="font-size:12px;color:#949394;">(' . $month . ' ' . (int) $day . ', ' . $year . ')</span>
|
529 |
</td>
|
530 |
<tr>
|
531 |
<td>';
|
504 |
<tr>
|
505 |
<td style="height:14px;font-size:12px; padding-left:10px;background-color:#D6D4D5; color:#6E7276">
|
506 |
<span style="padding-left:10px; font-size:12px;color:' . $color_week_days . '">' . week_convert($week_day) . '</span>
|
507 |
+
<span style="font-size:12px;color:#949394;">(' . __($month,'sp_calendar') . ' ' . (int) $day . ', ' . $year . ')</span>
|
508 |
</td>
|
509 |
</tr>
|
510 |
<tr>
|
525 |
<tr>
|
526 |
<td style="height:14px;font-size:12px; padding-left:10px;background-color:#D6D4D5; color:#6E7276">
|
527 |
<span style="padding-left:10px; font-size:12px;color:' . $color_week_days . '">' . week_convert($week_day) . '</span>
|
528 |
+
<span style="font-size:12px;color:#949394;">(' . __($month,'sp_calendar') . ' ' . (int) $day . ', ' . $year . ')</span>
|
529 |
</td>
|
530 |
<tr>
|
531 |
<td>';
|
front_end/bigcalendarlist.php
CHANGED
@@ -773,7 +773,7 @@ position: relative;
|
|
773 |
<tr>
|
774 |
<td style="height:' . $date_height . 'px;font-size:' . $date_font_size . 'px; padding-left:10px;background-color:' . $date_bg_color . '; color:#6E7276">
|
775 |
<span style="padding-left:10px; font-size:' . $date_font_size . 'px;color:' . $week_font_color . '">' . week_convert($week_day) . '</span>
|
776 |
-
<span style="font-size:' . $day_month_font_size . 'px;color:' . $day_month_font_color . '">(' . add_0($array_days[$i]) . ' ' . $month . ')</span>
|
777 |
</td>
|
778 |
</tr>
|
779 |
<tr>
|
773 |
<tr>
|
774 |
<td style="height:' . $date_height . 'px;font-size:' . $date_font_size . 'px; padding-left:10px;background-color:' . $date_bg_color . '; color:#6E7276">
|
775 |
<span style="padding-left:10px; font-size:' . $date_font_size . 'px;color:' . $week_font_color . '">' . week_convert($week_day) . '</span>
|
776 |
+
<span style="font-size:' . $day_month_font_size . 'px;color:' . $day_month_font_color . '">(' . add_0($array_days[$i]) . ' ' . __($month,'sp_calendar') . ')</span>
|
777 |
</td>
|
778 |
</tr>
|
779 |
<tr>
|
front_end/bigcalendarlist_widget.php
CHANGED
@@ -482,7 +482,7 @@ position: relative;
|
|
482 |
<tr>
|
483 |
<td style="height:14px;font-size:12px; padding-left:10px;background-color:#D6D4D5; color:#6E7276">
|
484 |
<span style="padding-left:10px; font-size:12px;color:' . $color_week_days . '">' . week_convert($week_day) . '</span>
|
485 |
-
<span style="font-size:12px;color:#949394;">(' . add_0($array_days[$i]) . ' ' . $month . ')</span>
|
486 |
</td>
|
487 |
</tr>
|
488 |
<tr>
|
482 |
<tr>
|
483 |
<td style="height:14px;font-size:12px; padding-left:10px;background-color:#D6D4D5; color:#6E7276">
|
484 |
<span style="padding-left:10px; font-size:12px;color:' . $color_week_days . '">' . week_convert($week_day) . '</span>
|
485 |
+
<span style="font-size:12px;color:#949394;">(' . add_0($array_days[$i]) . ' ' . __($month,'sp_calendar') . ')</span>
|
486 |
</td>
|
487 |
</tr>
|
488 |
<tr>
|
front_end/bigcalendarweek.php
CHANGED
@@ -823,11 +823,12 @@ position: relative;
|
|
823 |
|
824 |
sort($array_days, SORT_NUMERIC);
|
825 |
$week_day = date('D', mktime(0, 0, 0, $month, (int) $day, $year));
|
|
|
826 |
echo '<table style="width:100%;border-spacing:0;">
|
827 |
<tr>
|
828 |
<td style="height:' . $date_height . 'px;font-size:' . $date_font_size . 'px; padding-left:10px;background-color:' . $date_bg_color . '; color:#6E7276">
|
829 |
<span style="padding-left:10px; font-size:' . $date_font_size . 'px; color:' . $week_font_color . '">' . week_convert($week_day) . '</span>
|
830 |
-
<span style="font-size:' . $day_month_font_size . 'px;color:' . $day_month_font_color . '">(' .
|
831 |
</td>
|
832 |
<tr>
|
833 |
<td>';
|
823 |
|
824 |
sort($array_days, SORT_NUMERIC);
|
825 |
$week_day = date('D', mktime(0, 0, 0, $month, (int) $day, $year));
|
826 |
+
$month_name = month_name($month);
|
827 |
echo '<table style="width:100%;border-spacing:0;">
|
828 |
<tr>
|
829 |
<td style="height:' . $date_height . 'px;font-size:' . $date_font_size . 'px; padding-left:10px;background-color:' . $date_bg_color . '; color:#6E7276">
|
830 |
<span style="padding-left:10px; font-size:' . $date_font_size . 'px; color:' . $week_font_color . '">' . week_convert($week_day) . '</span>
|
831 |
+
<span style="font-size:' . $day_month_font_size . 'px;color:' . $day_month_font_color . '">(' . __($month_name,'sp_calendar') . ' ' . (int) $day . ')</span>
|
832 |
</td>
|
833 |
<tr>
|
834 |
<td>';
|
front_end/bigcalendarweek_widget.php
CHANGED
@@ -535,11 +535,12 @@ position: relative;
|
|
535 |
}
|
536 |
sort($array_days, SORT_NUMERIC);
|
537 |
$week_day = date('D', mktime(0, 0, 0, $month, (int) $day, $year));
|
|
|
538 |
echo '<table style="width:100%;border-spacing:0;">
|
539 |
<tr>
|
540 |
<td style="height:14px;font-size:12px; padding-left:10px; background-color:#D6D4D5; color:#6E7276">
|
541 |
<span style="padding-left:10px; font-size:12px; color:' . $color_week_days . '">' . week_convert($week_day) . '</span>
|
542 |
-
<span style="font-size:12px;color:#949394;">(' .
|
543 |
</td>
|
544 |
<tr>
|
545 |
<td>';
|
535 |
}
|
536 |
sort($array_days, SORT_NUMERIC);
|
537 |
$week_day = date('D', mktime(0, 0, 0, $month, (int) $day, $year));
|
538 |
+
$month_name = month_name($month);
|
539 |
echo '<table style="width:100%;border-spacing:0;">
|
540 |
<tr>
|
541 |
<td style="height:14px;font-size:12px; padding-left:10px; background-color:#D6D4D5; color:#6E7276">
|
542 |
<span style="padding-left:10px; font-size:12px; color:' . $color_week_days . '">' . week_convert($week_day) . '</span>
|
543 |
+
<span style="font-size:12px;color:#949394;">(' . __($month_name,'sp_calendar') . ' ' . (int) $day . ')</span>
|
544 |
</td>
|
545 |
<tr>
|
546 |
<td>';
|
languages/sp_calendar-de_DE.mo
CHANGED
Binary file
|
languages/sp_calendar-de_DE.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: spider_calendar\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2013-08-13 18:37+0400\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de\n"
|
@@ -12,7 +12,7 @@ msgstr ""
|
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
-
"X-Generator: Poedit 1.
|
16 |
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress3.5\\wp-content\\plugins"
|
17 |
"\\spider-event-calendar\n"
|
18 |
|
@@ -88,7 +88,7 @@ msgstr "Januar"
|
|
88 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:79
|
89 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:45
|
90 |
msgid "February"
|
91 |
-
msgstr "
|
92 |
|
93 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:80
|
94 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:45
|
@@ -121,7 +121,7 @@ msgstr "April"
|
|
121 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:82
|
122 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:48
|
123 |
msgid "May"
|
124 |
-
msgstr "
|
125 |
|
126 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:83
|
127 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:48
|
3 |
"Project-Id-Version: spider_calendar\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2013-08-13 18:37+0400\n"
|
6 |
+
"PO-Revision-Date: 2014-02-03 18:25+0400\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Generator: Poedit 1.6.3\n"
|
16 |
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress3.5\\wp-content\\plugins"
|
17 |
"\\spider-event-calendar\n"
|
18 |
|
88 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:79
|
89 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:45
|
90 |
msgid "February"
|
91 |
+
msgstr "Februar"
|
92 |
|
93 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:80
|
94 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:45
|
121 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:82
|
122 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:48
|
123 |
msgid "May"
|
124 |
+
msgstr "Mai"
|
125 |
|
126 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:83
|
127 |
#: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:48
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-calendar.html
|
|
4 |
Tags: calendar , calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,online calendar,holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting , appointment, event tracking, event organizer, event page
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.7.1
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -19,7 +19,9 @@ Spider Event Calendar is a highly configurable product which allows you to have
|
|
19 |
[Frequently Asked Questions](http://web-dorado.com/forum/spider-calendar-wordpress/1033-spider-calendar-faq.html)
|
20 |
|
21 |
|
22 |
-
Spider Event Calendar is a highly configurable plugin which allows you to have multiple organized events in a calendar. This plugin is one of the best WordPress Calendar available in WordPress Directory. If you have problem with organizing your WordPress Calendar events and displaying them in a calendar format, then Spider Wordpress Calendar Plugin is the best solution. Maybe you just want to have a quick look at your calendar to remind yourself about the future appointments? It will be great if calendar extension will be able to show all events, display them in a widget as a beautiful and customizable calendar on your website. Spider WordPress Calendar is an extraordinary user friendly calendar.
|
|
|
|
|
23 |
|
24 |
= Features of Spider Event Calendar: =
|
25 |
|
@@ -49,6 +51,8 @@ Spider Event Calendar is a highly configurable plugin which allows you to have m
|
|
49 |
* Possibility to define the main border radius, color and width in the Spider Event Calendar (*commercial version*).
|
50 |
* You have also possibility to change popup window parameters in the Spider Event Calendar (*commercial version*).
|
51 |
|
|
|
|
|
52 |
|
53 |
### Supported languages
|
54 |
|
@@ -128,6 +132,10 @@ Vietnamese (vi)
|
|
128 |
5. Click **Activate Plugin** button for activating the calendar plugin.
|
129 |
If the installation of the calendar succeeded you will see the message in the picture. If any problem occurs, during the installation of the calendar please contact us info@web-dorado.com.
|
130 |
|
|
|
|
|
|
|
|
|
131 |
== Step 2:Spider Event Calendar ==
|
132 |
|
133 |
= Creating/Editing calendars. =
|
4 |
Tags: calendar , calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,online calendar,holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting , appointment, event tracking, event organizer, event page
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.7.1
|
7 |
+
Stable tag: 1.4.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
19 |
[Frequently Asked Questions](http://web-dorado.com/forum/spider-calendar-wordpress/1033-spider-calendar-faq.html)
|
20 |
|
21 |
|
22 |
+
Spider Event Calendar is a highly configurable plugin which allows you to have multiple organized events in a calendar. This plugin is one of the best WordPress Calendar available in WordPress Directory. If you have problem with organizing your WordPress Calendar events and displaying them in a calendar format, then Spider Wordpress Calendar Plugin is the best solution. Maybe you just want to have a quick look at your calendar to remind yourself about the future appointments? It will be great if calendar extension will be able to show all events, display them in a widget as a beautiful and customizable calendar on your website. Spider WordPress Calendar is an extraordinary user friendly calendar.
|
23 |
+
There is also a possibility of displaying the events in a list view. The product includes a widget called Upcoming events, allowing to have a specific number of upcoming events arranged in ordered or randomized option.
|
24 |
+
|
25 |
|
26 |
= Features of Spider Event Calendar: =
|
27 |
|
51 |
* Possibility to define the main border radius, color and width in the Spider Event Calendar (*commercial version*).
|
52 |
* You have also possibility to change popup window parameters in the Spider Event Calendar (*commercial version*).
|
53 |
|
54 |
+
###IMPORTANT: If you think you found a bug in Spider Calendar or have any problem/question concerning the plugin, please check out [Support Forum](http://web-dorado.com/forum/spider-calendar-wordpress.html) in our website. If you do not find a solution here, do not hesitate to contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
|
55 |
+
|
56 |
|
57 |
### Supported languages
|
58 |
|
132 |
5. Click **Activate Plugin** button for activating the calendar plugin.
|
133 |
If the installation of the calendar succeeded you will see the message in the picture. If any problem occurs, during the installation of the calendar please contact us info@web-dorado.com.
|
134 |
|
135 |
+
1.3 Updating the calendar.
|
136 |
+
|
137 |
+
If you want to update the calendar plugin while preserving your existing calendars, you need to deactivate and delete the Spider Calendar from the list of installed plugins (Do not uninstall it using the Uninstall Spider Calendar option of the plugin, otherwise you will lose your initial data) and install the new plugin.
|
138 |
+
|
139 |
== Step 2:Spider Event Calendar ==
|
140 |
|
141 |
= Creating/Editing calendars. =
|