How do I remove - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.4 (https://community.mybb.com/forum-80.html) +------ Forum: MyBB 1.4 General Support (https://community.mybb.com/forum-81.html) +------ Thread: How do I remove (/thread-54010.html) |
How do I remove - Miley - 2009-08-01 Well, its simple really. Everyone's username except for mine in the postbit has the two X's you will see underlined in red in the attachments, how do I get rid of it? RE: How do I remove - Matt - 2009-08-01 It'll be the postbit_author_user template but instead of just removing it, if you right click the image you can get the path to the broken image and fix it... RE: How do I remove - Miley - 2009-08-01 (2009-08-01, 09:31 PM)MattRogowski Wrote: It'll be the postbit_author_user template but instead of just removing it, if you right click the image you can get the path to the broken image and fix it... I did that, it just gave me the forum link. RE: How do I remove - Matt - 2009-08-01 Well, they're the star images, so make sure the path for the star image is correct in the usergroup settings. RE: How do I remove - Miley - 2009-08-01 What do I remove to fix it? This is my code: <br>{$lang->postbit_posts} {$post['postnum']}<br /> {$post['userregdate']} {$post['replink']} RE: How do I remove - Matt - 2009-08-01 Actually it's the postbit and postbit_classic template, sorry, but if you fix the image path in the usergroup settings, you won't need to remove it. RE: How do I remove - Miley - 2009-08-01 I dont want userstars. Thanks, I found what to remove and its fne now. One of my admins probibly played around with the settings. |