I would like to ask how to add a latest topic/top poster table? I hope you can help me with this. Thanks!
Ex.
https://i.imgur.com/RB8AqIE.png
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
tikky likes this post
/*globals jQuery*/
(function($) {
'use strict';
var widgets = [{
name: 'Latest topics'
}, {
name: 'Top posters'
}];
$(function() {
var $top = $('<div>', {
'class': 'top-widgets'
}).css({
'display': 'flex',
'width': '90%',
'margin-left': 'auto',
'margin-right': 'auto',
'justify-content': 'space-around',
'flex-flow': 'row wrap',
'align-items': 'stretch'
}).insertAfter('#site_widgets');
$.each(widgets, function(index, box) {
if (!box.name) return;
var $widget = $('.box').find('.box-head span:contains(' + box.name + ')');
if (!$widget.length) return;
$widget.parent().parent().css('flex', 'auto').appendTo($top);
});
$top.find('.box:not(:last)').css('margin-right', '.2rem');
});
})(jQuery);
var widgets = [{
name: 'Latest topics'
}, {
name: 'Top posters'
}];
TonnyKamper, mSyx and Iration like this post
With all due respect maam/sir, I tagged him becoz he's the only one who answered all my questions and he's an expert/pro with it comes to awesomebb forum version hehe.. Thanks a lot bro @pedxz, godbless you alwaysskouliki wrote:hello
it is not necessary to tag pedxz to every post you made.. I am sure he reads all the posts and if he can , he will help
but we are not here to do the job for you we are here to guide and help you
( i suggest you open a test forum to test all the codes you want to add )
tikky likes this post
.box .box-head span {
font-weight: bold!important;
}
Iration likes this post
By CSS the class isIration wrote:bro is there any way to customize the table? @pedxz
|
but what is your idea for customization?Iration wrote:bro do you have the full code? my forum theme is red and white @pedxz
Iration likes this post
exactly sir,,SLGray wrote:That is more than two widgets merged.
APE wrote:Your forum needs to be open to the public so we can see part of it.
Start your own topic.
ChienTC likes this post
https://help.forumotion.com/f45-forum-design-appearance-helpChienTC wrote:where to start my own topic