01-02-2015, 10:37 PMAndresXZ09 Wrote: 01-02-2015, 08:28 PMHug Wrote: 01-02-2015, 10:31 AMVstrech Wrote: This is nice and all but I use this <span style="background: url(http://i.imgur.com/7F70N.gif) no-repeat scroll 0% 0% transparent; color: red; text-shadow: 0px 0px 5px rgb(70, 135, 134);">{username}</span> I don't recommend that but yeah you can use it if you want Hug can you tell me what is the code for multiple user groups?
01-02-2015, 08:28 PMHug Wrote: 01-02-2015, 10:31 AMVstrech Wrote: This is nice and all but I use this <span style="background: url(http://i.imgur.com/7F70N.gif) no-repeat scroll 0% 0% transparent; color: red; text-shadow: 0px 0px 5px rgb(70, 135, 134);">{username}</span> I don't recommend that but yeah you can use it if you want
01-02-2015, 10:31 AMVstrech Wrote: This is nice and all but I use this <span style="background: url(http://i.imgur.com/7F70N.gif) no-repeat scroll 0% 0% transparent; color: red; text-shadow: 0px 0px 5px rgb(70, 135, 134);">{username}</span>
05-02-2015, 12:52 AMAndresXZ09 Wrote: Is there a way to do it on the theme forumkorner? There is not the line to change. The templates are: Postbit: http://pastebin.com/ZyfENxdR Postbit Classic: http://pastebin.com/VN17czgx Hope you can help me out
<div class="post_body scaleimages" id="pid_{$post['pid']}">
<div class="post_body scaleimages post{$usergroup['gid']}" id="pid_{$post['pid']}">
05-02-2015, 03:53 AMlinkz Wrote: 05-02-2015, 12:52 AMAndresXZ09 Wrote: Is there a way to do it on the theme forumkorner? There is not the line to change. The templates are: Postbit: http://pastebin.com/ZyfENxdR Postbit Classic: http://pastebin.com/VN17czgx Hope you can help me out Didn't test it, just looked at it. Try to replace: Code:<div class="post_body scaleimages" id="pid_{$post['pid']}"> With: Code:<div class="post_body scaleimages post{$usergroup['gid']}" id="pid_{$post['pid']}">
06-02-2015, 10:29 PMPanInferno Wrote: This is awesome, i will add this to my forum :D
Loading Info...