ElkArte Community

Extending Elk => Addons => Addons ideas and questions => Topic started by: meetdilip on March 15, 2015, 08:23:02 pm

Title: Post bit modifications
Post by: meetdilip on March 15, 2015, 08:23:02 pm
How to input a item into post bit ? I mean, like a button as  in the screen shot

Title: Re: Post bit modifications
Post by: Allan on March 15, 2015, 08:34:04 pm
Trying looking at the .poster in the css.
Title: Re: Post bit modifications
Post by: meetdilip on March 16, 2015, 01:24:05 am
@Allan , trying to make a plugin to input certain elements in post bit. Help please..
Title: Re: Post bit modifications
Post by: Allan on March 16, 2015, 06:08:23 am
Sorry that is a little over my head,
Title: Re: Post bit modifications
Post by: emanuele on March 20, 2015, 04:09:21 am
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
Title: Re: Post bit modifications
Post by: meetdilip on March 22, 2015, 07:12:42 am
Say insert badges ? More than one, in a row.
Title: Re: Post bit modifications
Post by: emanuele on March 22, 2015, 08:03:37 am
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
Title: Re: Post bit modifications
Post by: meetdilip on March 22, 2015, 09:43:47 am
Thank you. :)

PS : update the Download ElkArte link on home page please..
Title: Re: Post bit modifications
Post by: Spuds on March 22, 2015, 10:40:30 am
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)
Title: Re: Post bit modifications
Post by: emanuele on March 22, 2015, 01:27:02 pm
Graphic is your field. :P
I just changed the download url.
Title: Re: Post bit modifications
Post by: Spuds on March 22, 2015, 03:02:37 pm
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 !