View Full Version : tabels
Hectorsky
12-14-2015, 05:48 PM
Hello , anyone know how i can add little tabels on subavatar ? And on profile as well
Like here:
https://vborg.vbsupport.ru/external/2015/12/23.png
Thanks
MarkFL
12-14-2015, 06:00 PM
If you could post a link to an example of each page, I can likely tell you the CSS class selectors to add to your additional.css template.
Dragonsys
12-14-2015, 06:01 PM
those are probably CSS applied to DIVs in the postbit template
Hectorsky
12-14-2015, 06:12 PM
i was used
.b-userinfo__additional-info {
border: 1px solid #dfdfdf;
background: #fff;
padding: 4px;
margin-bottom: 5px;
box-sizing: border-box;
}
.b-userinfo__additional-info label {
float: left;
}
.b-userinfo__additional-info span {
float: right;
}
.b-userinfo__additional-info:after {
content: "";
display: table;
clear: both;
}
but doesn't work properly
here you go link , you can check
--------------- Added 1450124889 at 1450124889 ---------------
If you could post a link to an example of each page, I can likely tell you the CSS class selectors to add to your additional.css template.
https://forum.ragezone.com/f600/clean-habbo-hotel-rules-1087787/#post8548858
Like here
MarkFL
12-14-2015, 06:34 PM
Okay, it appears you already have borders around the postbit data...what is it you are wanting to have instead of or in addition to what is already there?
Dragonsys
12-14-2015, 06:36 PM
the link you posted looks like the image in the 1st post, so I guess I'm a little lost on what you are wanting.
MarkFL
12-14-2015, 06:41 PM
the link you posted looks like the image in the 1st post, so I guess I'm a little lost on what you are wanting.
Perhaps the OP has posted a link to a site that has what is wanted, rather than posting a link to their own site. :)
To the OP...have you linked to your site or to a site belonging to someone else? If it belongs to someone else, please post a link to your site, so we know exactly what needs to be added. :D
Hectorsky
12-14-2015, 06:43 PM
I was used that code , but doesn't work properly
and how can i add for likes and rank as well
is showing :https://vborg.vbsupport.ru/external/2015/12/24.png
How can i fix it?
Thanks
MarkFL
12-14-2015, 06:47 PM
It would help us to have a link to your site, showing a postbit, so we can inspect the HTML source and fiddle with the CSS to let you know what you need to add. :)
Hectorsky
12-14-2015, 06:48 PM
It would help us to have a link to your site, showing a postbit, so we can inspect the HTML source and fiddle with the CSS to let you know what you need to add. :)
http://forum.republicamd.com
MarkFL
12-14-2015, 06:58 PM
Okay, try changing your first selector to:
.b-userinfo__additional-info {
border: 1px solid #dfdfdf;
background: #fff;
padding: 4px;
margin: 0 12px 5px 10px;
box-sizing: border-box;
}
Hectorsky
12-14-2015, 07:03 PM
Okay, try changing your first selector to:
.b-userinfo__additional-info {
border: 1px solid #dfdfdf;
background: #fff;
padding: 4px;
margin: 0 12px 5px 10px;
box-sizing: border-box;
}
Thanks Mark , but how can i add for likes and rank as well ?
MarkFL
12-14-2015, 07:09 PM
I don't see the likes, and by rank do you mean user title such as "Administrator" or "Junior Member?" If so, then change the selector to:
.b-userinfo__additional-info, .usertitle {
border: 1px solid #dfdfdf;
background: #fff;
padding: 4px;
margin: 0 12px 5px 10px;
box-sizing: border-box;
}
Hectorsky
12-14-2015, 07:11 PM
I don't see the likes, and by rank do you mean user title such as "Administrator" or "Junior Member?" If so, then change the selector to:
.b-userinfo__additional-info, .usertitle {
border: 1px solid #dfdfdf;
background: #fff;
padding: 4px;
margin: 0 12px 5px 10px;
box-sizing: border-box;
}
Yea for usergroup , to be showed , but for likes , is that possible ?
--------------- Added 1450127579 at 1450127579 ---------------
I got it with usergroup , but i want to be showed sub reputation ,,,
MarkFL
12-14-2015, 07:13 PM
Yea for usergroup , to be showed , but for likes , is that possible ?
Does a user have to be registered and logged in to view the likes in the postbits? If so, please send a PM to me with login credentials and I will take a look. :)
...I got it with usergroup , but i want to be showed sub reputation ,,,
That would require a template edit, to rearrange the HTML. :)
Hectorsky
12-14-2015, 07:17 PM
No , it's fine for everyone to see likes .. can you check please if it is possible to make usergroup sub activities bar
Yea , i'll pm you now
MarkFL
12-14-2015, 07:38 PM
No , it's fine for everyone to see likes .. can you check please if it is possible to make usergroup sub activities bar
Yea , i'll pm you now
Okay, in your default style, I edited the "conversation_userinfo" template to move the user title below the additional info. Is that what you wanted? Also, I still do not see any likes elements...
Hectorsky
12-14-2015, 07:41 PM
Okay, in your default style, I edited the "conversation_userinfo" template to move the user title below the additional info. Is that what you wanted? Also, I still do not see any likes elements...
Yea i saw , but can you put Usergroup to be first table , after that join date and posts ... Yea but the likes from topics , is not possible to put there after posts ?
MarkFL
12-14-2015, 07:48 PM
Yea i saw , but can you put Usergroup to be first table , after that join date and posts ...
How does it look now?
Yea but the likes from topics , is not possible to put there after posts ?
Please point out where the likes appears. :) I have to run in a few minutes for several hours, but I will look at it first thing after I return. :)
Hectorsky
12-14-2015, 07:51 PM
How does it look now?
Much better Thanks.
About likes , i mean from posts and Topics to be showed same as in image which i post .
MarkFL
12-14-2015, 08:00 PM
Much better Thanks.
About likes , i mean from posts and Topics to be showed same as in image which i post .
It appears that what displays is how many time an individual post has been liked, but you want to show for each user the total number of likes all of their posts combined have received, right?
Hectorsky
12-14-2015, 08:01 PM
I think yes , from each user who clicked Likes on topic or post to be showed
--------------- Added 1450132285 at 1450132285 ---------------
It appears that what displays is how many time an individual post has been liked, but you want to show for each user the total number of likes all of their posts combined have received, right?
So is possible to do ?
--------------- Added 1450136399 at 1450136399 ---------------
How does it look now?
Please point out where the likes appears. :) I have to run in a few minutes for several hours, but I will look at it first thing after I return. :)
Same as here:
https://vborg.vbsupport.ru/external/2015/12/23.png
Likes Received
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.