The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello, i need to know how to change the forum icons from the mobile theme version. At this moment, the forum icons are pointing to the forum_old-16 or forum_new-16 versions of statusicons, i want to place the same image in all the forums, but only in the mobile version.
Or the other option is to change the "phrase" forum_old-16 and forum-new-16 to the original number 48. Both thing are valid to me, Thanks!! |
|
#2
|
||||
|
||||
|
Edit mobile style ... in the "forumhome_forumbit_level1_post" and "forumhome_forumbit_level1_post" templates
Find... HTML Code:
<img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-16.png" class="forumicon ui-li-icon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
Edit it to HTML Code:
<img src="{vb:stylevar imgdir_statusicon}/forum_{vb:raw forum.statusicon}-16.png" class="forumicon ui-li-icon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
|
| 3 благодарности(ей) от: | ||
| Aitorcillo, Lynne, MarkFL | ||
![]() |
|
|