Look into xf_widgets_recent_threadsSidebar.css template. I think
Try it.Code:#maxThreadsPostersSidebar .secondaryContent { background: #FFFFFF url("styles/default/xenforo/gradients/category-23px-light.png") repeat-x center bottom; color: #000000; .... }
Salud2
In the widget settings page into widget widgetframework edit, look for title (it may be twice). Change them both.
Salud2
Yes. I look into this for update it.@lms on the Recent Activity widget, it seems there is a date or age limit to what can be shown in addition to the post limit setting. Is there a way to change the date limit value?
Ooops. I look for correct this.Also in the version I am using, the description text under the "Limit" check box in the Recent Activity widget is in Spanish![]()
<script type="text/javascript">
jQuery(document).ready(function() {
$('#countdown{xen:if "!{$sidebar}",'noSidebar'}{$caId}').countDown({
targetDate: {
'day': {$widget.options.dia},
'month': {$widget.options.mes},
'year': {$widget.options.ano},
'hour': {$widget.options.hora},
'min': {$widget.options.minuto},
'sec': {$widget.options.segundo},
'utc': {$widget.options.cautc},
},
'omitWeeks': true
});
});
</script>
It is possible. I'll keep that in mind.it is just passing one additional variable in script named 'omitWeeks' and ofcourse deleting the div which displays weeks in the counter.
you may like to add this function in next update.
We use essential cookies to make this site work, and optional cookies to enhance your experience.