View Full Version : Change the Mobile Version Theme forum icons
Aitorcillo
12-30-2016, 10:23 PM
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!!
Seven Skins
12-30-2016, 11:21 PM
Edit mobile style ... in the "forumhome_forumbit_level1_post" and "forumhome_forumbit_level1_post" templates
Find...
<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
<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="" />
Aitorcillo
12-31-2016, 09:19 AM
Thank you Seven, really grateful for the help, and works nice.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.