PDA

View Full Version : Change Social Groups postbit (lite)


Roidon
04-07-2011, 12:59 PM
Hey guys, is there any way to change social groups postbit-lite to postbit-legacy without.. redoing the whole template file?

Like this:

https://vborg.vbsupport.ru/external/2011/04/37.png

The closest I've got to doing it is changing

<li class="postbit postbit-lite {vb:if $show['moderation'], ' moderated'}{vb:if !$message['avatarurl'], ' noavatar'}" id="gmessage_{vb:raw message.gmid}">

to

<li class="postbit postbit-legacy {vb:if $show['moderation'], ' moderated'}{vb:if !$message['avatarurl'], ' noavatar'}" id="gmessage_{vb:raw message.gmid}">

But it's very messy. Is there a mod that does this or a much simpler option?

I'm not very code/computer-savvy, so any help would be much appreciated. :P

Lairston
11-16-2011, 05:01 PM
bumps

this would be a lot better for the groups

kh99
11-16-2011, 07:37 PM
I don't think there's any easy way to do it without redoing the template. You maybe could copy the postbit_legacy template (create a new test style to play with, and do in in that style). I haven't looked at it at all, but I imagine there are changes that would have to be made to the postbit_legacy template to make everything work.