
06-17-2011, 05:04 AM
|
|
|
Join Date: May 2007
Location: Viet Nam
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by rammieone
Working very well on both Internet Ex and Firefox on Vbulletin 4.1.3
Is there any way to make the News box Collapse as we use it to display some Videos which some users dont wish to see time and again
Thanks
|
Quote:
Originally Posted by rammieone
Is it possible to add a collapse tab to this at all?
Thanks enjoying this mod on our forums
|
I'm current unsupported for this add-on ! If you want a collapse button, following :
In itvnn-newsmod.css, put it at bottom :
Code:
#news_mod-block a.collapse { position:static; }
In ITVNN : News Mod Plus Templates -> itvnn_newsmod_main, search for :
PHP Code:
<span class="blocktitle"><vb:if condition="$vboptions['enable_ads']">{vb:raw newsmod.title}<vb:else />{vb:raw newsmod.newstitle}</vb:if></span>
Add above :
PHP Code:
<a class="collapse" id="collapse_newsblock" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" border="0" /></a>
Author of it (Getamped 1404) being develop new version, waiting for it. And, I will be requested to move this add-on to Graveyard !
Good luck !
|