Skip to main content
Topic: Post bit modifications (Read 2860 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Post bit modifications

How to input a item into post bit ? I mean, like a button as  in the screen shot


Re: Post bit modifications

Reply #1

Trying looking at the .poster in the css.

Re: Post bit modifications

Reply #2

@Allan , trying to make a plugin to input certain elements in post bit. Help please..

Re: Post bit modifications

Reply #3

Sorry that is a little over my head,

Re: Post bit modifications

Reply #4

It really depends what you want to change, if I can imagine what you want to do (i.e. stuff more things in the visible area next to each post), then you have for sure to modify the template template_build_poster_div in the file GenericMessages.template.php
Bugs creator.
Features destroyer.
Template killer.

Re: Post bit modifications

Reply #5

Say insert badges ? More than one, in a row.

Re: Post bit modifications

Reply #6

http://www.elkarte.net/community/index.php?topic=1637.0 <= multiple badges
Then some change to the addon template to show only the icons (and likely the group name as tooltip) and:
Code: [Select]
.poster .listlevel1 .membergroup {
    display: none;
}
to hide the membergroup name.

HTH. ;D
Bugs creator.
Features destroyer.
Template killer.

Re: Post bit modifications

Reply #7

Thank you. :)

PS : update the Download ElkArte link on home page please..

Re: Post bit modifications

Reply #8

Even have that one on the addon site ... http://addons.elkarte.net/enhancement/MultiBadges.html  just search for badge  O:-)

I'll fix the link today, was going to move some buttons around as well per suggestions (unless eman beat me to it)
Last Edit: February 07, 2016, 02:36:36 pm by Spuds

Re: Post bit modifications

Reply #9

Graphic is your field. :P
I just changed the download url.
Bugs creator.
Features destroyer.
Template killer.

Re: Post bit modifications

Reply #10

Gawd we are in trouble :P

Updated the front page, converted things over to bootstrap and tried to pop the look at bit more ... let me know what you think !