look in the first post a link to the psd's is therelove24u wrote:Hi! I want have 1 logo text: Viettek
Where are Supernova psds UPLOAD ?
My forum: http://hi.2kool4u.net/
Code: Select all
<script type="text/javascript" src="{T_TEMPLATE_PATH}/colour-switcher.js"></script>
I'm sorry to hear that, Christian.Christian 2.0 wrote:Is anyone interested in taking over development of this style?
I'm going to release a set of new styles for MyBB, could do without supernova as a distraction.
jrolson wrote:I could take over development if you wish since I have no projects going on right now, and have a 3.0.9 update ready the next day or so.
Code: Select all
styles/supernova/imageset/imageset.cfg
Find
img_icon_user_warn = icon_user_warn.gif*20*20
Add After
img_thankposts = thankposts.gif*20*20
img_removethanks = removethanks.gif*20*20
The Find specified by the MOD could not be found
Code: Select all
styles/supernova/template/overall_header.html
Find
<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
Add After
<!-- IF S_DISPLAY_TOPLIST --><li class="icon-thanks_toplist"><a href="{U_REPUT_TOPLIST}" title="{L_REPUT_TOPLIST}">{L_REPUT_TOPLIST}</a></li><!-- ENDIF -->
<!-- IF S_DISPLAY_THANKSLIST --><li class="icon-thanks"><a href="{U_THANKSLIST}" title="{L_THANKS_USER}">{L_GRATITUDES}</a></li><!-- ENDIF -->
The Find specified by the MOD could not be found
Code: Select all
styles/supernova/template/viewforum_body.html
Find
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
Add After
<!-- BEGIN reput -->
<!-- IF topicrow.reput.S_THANKS_TOPIC_REPUT_VIEW and topicrow.reput.TOPIC_REPUT and not S_IS_BOT -->
<span style="display: block;">
<!-- IF topicrow.reput.S_THANKS_REPUT_GRAPHIC -->
<span style="display: block; float: left; width: {topicrow.reput.THANKS_REPUT_GRAPHIC_WIDTH}; height: {topicrow.reput.THANKS_REPUT_HEIGHT}; background: URL({topicrow.reput.THANKS_REPUT_IMAGE_BACK});"><span style="display: block; height: {topicrow.reput.THANKS_REPUT_HEIGHT}; width: {topicrow.reput.TOPIC_REPUT}; background: URL({topicrow.reput.THANKS_REPUT_IMAGE});"></span></span>
<!-- ENDIF -->
{L_REPUT}: {topicrow.reput.TOPIC_REPUT}
</span>
<!-- ENDIF -->
<!-- END reput -->
The Find specified by the MOD could not be found