diabook-themes: add "community profiles"-box to right_column

This commit is contained in:
tommy tomson 2012-05-01 06:21:40 +02:00
parent 25afec0f81
commit 2c577ed90f
22 changed files with 110 additions and 69 deletions

View file

@ -4,9 +4,20 @@
{{ endif }} {{ endif }}
</div> </div>
<div id="close_profiles">
{{ if $comunity_profilest_title }}
<h3>$comunity_profilest_title<a id="close_comunity_profiles_icon" onClick="close_profiles()" class="icon close_box" title="close"></a></h3>
<div id='lastusers-wrapper' class='items-wrapper'>
{{ for $comunity_profiles_items as $i }}
$i
{{ endfor }}
</div>
{{ endif }}
</div>
<div id="close_helpers"> <div id="close_helpers">
{{ if $lastusers_title }} {{ if $lastusers_title }}
<h3 style="margin-top:0px;">$helpers.title.1<a id="close_helpers_icon" onClick="close_helpers()" class="icon close_box" title="close"></a></h3> <h3>$helpers.title.1<a id="close_helpers_icon" onClick="close_helpers()" class="icon close_box" title="close"></a></h3>
<a href="http://kakste.com/profile/newhere" title="@NewHere" style="margin-left: 10px; " target="blank">NewHere</a><br> <a href="http://kakste.com/profile/newhere" title="@NewHere" style="margin-left: 10px; " target="blank">NewHere</a><br>
<a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; " title="Friendica Support" target="blank">Friendica Support</a><br> <a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; " title="Friendica Support" target="blank">Friendica Support</a><br>
<a href="https://letstalk.pyxis.uberspace.de/profile/letstalk" style="margin-left: 10px; " title="Let's talk" target="blank">Let's talk</a><br> <a href="https://letstalk.pyxis.uberspace.de/profile/letstalk" style="margin-left: 10px; " title="Let's talk" target="blank">Let's talk</a><br>

View file

@ -1182,7 +1182,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-aerith/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1191,14 +1191,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-aerith/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-aerith/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1178,7 +1178,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-aerith/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1187,14 +1187,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-aerith/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-aerith/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1158,7 +1158,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-aerith/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1167,14 +1167,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-aerith/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-aerith/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1154,7 +1154,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-aerith/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1163,14 +1163,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-aerith/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-aerith/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1148,7 +1148,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-blue/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1157,14 +1157,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-blue/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-blue/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1144,7 +1144,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-blue/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1153,14 +1153,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-blue/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-blue/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1128,7 +1128,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-blue/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1137,14 +1137,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-blue/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-blue/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1124,7 +1124,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-blue/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1133,14 +1133,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-blue/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-blue/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1158,7 +1158,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-green/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1167,14 +1167,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-green/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-green/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1155,7 +1155,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-green/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1164,14 +1164,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-green/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-green/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1134,7 +1134,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-green/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1143,14 +1143,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-green/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-green/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1130,7 +1130,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-green/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1139,14 +1139,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-green/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-green/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1158,7 +1158,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-pink/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1167,14 +1167,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-pink/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-pink/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1155,7 +1155,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-pink/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1164,14 +1164,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-pink/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-pink/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1134,7 +1134,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-pink/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1143,14 +1143,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-pink/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-pink/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1130,7 +1130,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-pink/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1139,14 +1139,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-pink/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-pink/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1182,7 +1182,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-red/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1191,14 +1191,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-red/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-red/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1178,7 +1178,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-red/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1187,14 +1187,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-red/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-red/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1141,7 +1141,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-red/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1150,14 +1150,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-red/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-red/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -1137,7 +1137,7 @@ list-style-type: disc;
} }
/* widget: search */ /* widget: search */
span.sbox_l { span.sbox_l {
background: white url('../diabook/icons/srch_l.gif') no-repeat top left; background: white url('../diabook-red/icons/srch_l.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-left: 10px; margin-left: 10px;
@ -1146,14 +1146,14 @@ span.sbox_l {
} }
span.sbox_r { span.sbox_r {
background: white url('../diabook/icons/srch_r.gif') no-repeat top left; background: white url('../diabook-red/icons/srch_r.gif') no-repeat top left;
float: left; float: left;
width: 19px; height: 19px; width: 19px; height: 19px;
margin-top: 5px; margin-top: 5px;
} }
span.sbox input { span.sbox input {
background: white url('../diabook/icons/srch_bg.gif') repeat-x top left; background: white url('../diabook-red/icons/srch_bg.gif') repeat-x top left;
float: left; float: left;
margin-top: 5px; margin-top: 5px;
border: 0; border: 0;

View file

@ -44,6 +44,26 @@ function diabook_community_info(){
$a = get_app(); $a = get_app();
// comunity_profiles
$aside['$comunity_profilest_title'] = t('Community Profiles');
$aside['$comunity_profiles_items'] = array();
$r = q("select gcontact.* from gcontact left join glink on glink.gcid = gcontact.id
where glink.cid = 0 and glink.uid = 0 order by rand() limit 9");
$tpl = file_get_contents( dirname(__file__).'/ch_directory_item.tpl');
if(count($r)) {
$photo = 'photo';
foreach($r as $rr) {
$profile_link = $a->get_baseurl() . '/profile/' . ((strlen($rr['nickname'])) ? $rr['nickname'] : $rr['profile_uid']);
$entry = replace_macros($tpl,array(
'$id' => $rr['id'],
'$profile-link' => zrl($rr['url']),
'$photo' => $rr[$photo],
'$alt-text' => $rr['name'],
));
$aside['$comunity_profiles_items'][] = $entry;
}
}
// last 12 users // last 12 users
$aside['$lastusers_title'] = t('Last users'); $aside['$lastusers_title'] = t('Last users');
$aside['$lastusers_items'] = array(); $aside['$lastusers_items'] = array();
@ -175,9 +195,8 @@ function diabook_community_info(){
//Community Page //Community Page
if(local_user()) { if(local_user()) {
$page = '<div id="page-sidebar-right_aside" class="widget"> $page = '<div id="page-sidebar-right_aside" >
<div class="title tool"> <h3 style="margin-top:0px;">'.t("Community Pages").'<a id="close_pages_icon" onClick="close_pages()" class="icon close_box" title="close"></a></h3></div>
<h3>'.t("Community Pages").'<a id="close_pages_icon" onClick="close_pages()" class="icon close_box" title="close"></a></h3></div>
<div id="sidebar-page-list"><ul>'; <div id="sidebar-page-list"><ul>';
$pagelist = array(); $pagelist = array();
@ -266,9 +285,9 @@ if ($a->argv[0] === "network" && local_user()){
} }
$ccCookie = $_COOKIE['close_pages'] + $_COOKIE['close_helpers'] + $_COOKIE['close_services'] + $_COOKIE['close_friends'] + $_COOKIE['close_twitter'] + $_COOKIE['close_lastusers'] + $_COOKIE['close_lastphotos'] + $_COOKIE['close_lastlikes']; $ccCookie = $_COOKIE['close_pages'] + $_COOKIE['close_profiles'] + $_COOKIE['close_helpers'] + $_COOKIE['close_services'] + $_COOKIE['close_friends'] + $_COOKIE['close_twitter'] + $_COOKIE['close_lastusers'] + $_COOKIE['close_lastphotos'] + $_COOKIE['close_lastlikes'];
if($ccCookie != "8") { if($ccCookie != "9") {
// COMMUNITY // COMMUNITY
diabook_community_info(); diabook_community_info();
@ -282,7 +301,7 @@ if ($a->argv[0] === "network" && local_user()){
//right_aside at profile pages //right_aside at profile pages
if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname']){ if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname']){
if($ccCookie != "8") { if($ccCookie != "9") {
// COMMUNITY // COMMUNITY
diabook_community_info(); diabook_community_info();
@ -356,7 +375,7 @@ $a->page['htmlhead'] .= '
bird: false, bird: false,
avatar: false, avatar: false,
colorExterior: "#fff", colorExterior: "#fff",
title: "Last tweets", title: "Last Tweets",
timeout: 10000 }); timeout: 10000 });
}); });
@ -442,6 +461,7 @@ $a->page['htmlhead'] .= '
function restore_boxes(){ function restore_boxes(){
$.cookie("close_pages","2", { expires: 365, path: "/" }); $.cookie("close_pages","2", { expires: 365, path: "/" });
$.cookie("close_helpers","2", { expires: 365, path: "/" }); $.cookie("close_helpers","2", { expires: 365, path: "/" });
$.cookie("close_profiles","2", { expires: 365, path: "/" });
$.cookie("close_services","2", { expires: 365, path: "/" }); $.cookie("close_services","2", { expires: 365, path: "/" });
$.cookie("close_friends","2", { expires: 365, path: "/" }); $.cookie("close_friends","2", { expires: 365, path: "/" });
$.cookie("close_twitter","2", { expires: 365, path: "/" }); $.cookie("close_twitter","2", { expires: 365, path: "/" });
@ -464,7 +484,7 @@ $a->page['htmlhead'] .= '
</script>'; </script>';
if($ccCookie != "8") { if($ccCookie != "9") {
$a->page['htmlhead'] .= ' $a->page['htmlhead'] .= '
<script> <script>
$("right_aside").ready(function(){ $("right_aside").ready(function(){
@ -474,6 +494,11 @@ $("right_aside").ready(function(){
document.getElementById( "close_pages" ).style.display = "none"; document.getElementById( "close_pages" ).style.display = "none";
}; };
if($.cookie("close_profiles") == "1")
{
document.getElementById( "close_profiles" ).style.display = "none";
};
if($.cookie("close_helpers") == "1") if($.cookie("close_helpers") == "1")
{ {
document.getElementById( "close_helpers" ).style.display = "none"; document.getElementById( "close_helpers" ).style.display = "none";
@ -516,6 +541,11 @@ function close_pages(){
$.cookie("close_pages","1", { expires: 365, path: "/" }); $.cookie("close_pages","1", { expires: 365, path: "/" });
}; };
function close_profiles(){
document.getElementById( "close_profiles" ).style.display = "none";
$.cookie("close_profiles","1", { expires: 365, path: "/" });
};
function close_helpers(){ function close_helpers(){
document.getElementById( "close_helpers" ).style.display = "none"; document.getElementById( "close_helpers" ).style.display = "none";
$.cookie("close_helpers","1", { expires: 365, path: "/" }); $.cookie("close_helpers","1", { expires: 365, path: "/" });