I am hosting a forum. I wanna disable the rank title(text) display just like Frihost. How can I do that? Thanks!
Rank Title/Image Question
Helps us out a bit? What kind of forum software are you running? Perhaps you could post a small picture highlighting what you want removed. If you dont know what forum software you have, just post a link and some one should know.
i am assuming u mean u want images like:
4 ur ranks? in PHPBB, well i dont use PHPBB at all but i am sure its in the rank options
4 ur ranks? in PHPBB, well i dont use PHPBB at all but i am sure its in the rank optionsSorry. I am hosting the forum with phpBB2.
| hobbes wrote: |
| Helps us out a bit? What kind of forum software are you running? Perhaps you could post a small picture highlighting what you want removed. If you dont know what forum software you have, just post a link and some one should know. |
Yeah, I can upload the image fine. When you assign for a rank, there is a title box. The text you type in this box will be shown above the rank image, which is quite redundant to me. I was looking for an option to disable it but I couldn't find on the admin panel.
| Arcath wrote: |
i am assuming u mean u want images like: 4 ur ranks? in PHPBB, well i dont use PHPBB at all but i am sure its in the rank options |
| time_ar wrote: |
| I am hosting a forum. I wanna disable the rank title(text) display just like Frihost. How can I do that? Thanks! |
open viewtopic_body.tpl in templates/subSilver/
Find
| Code: |
| <span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br /> |
Remove
| Code: |
| {postrow.POSTER_RANK}<br /> |
Thanks a lot! It worked very well.
| n0obie4life wrote: | ||||||
open viewtopic_body.tpl in templates/subSilver/ Find
Remove
|
