Strict Standards: Resource ID#38 used as offset, casting to integer (38) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#40 used as offset, casting to integer (40) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#41 used as offset, casting to integer (41) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401
ТвойWeb :: Версия для печати :: [Skin] InvisonExBB hide/show forum
ТвойWeb » » Моды, хаки, скины и дополнения » [Skin] InvisonExBB hide/show forum

Страниц (2): [1] 2 »
 

1. samyweb - 23 Декабря, 2005 - 08:01:46 - перейти к сообщению
Hello! I've a question about InvisionExBB skin.
I've notice in Maverik's forum ,but also in other's forums, that they are using a JavaScript to hide/show forums and other table.
Could you write here how to make it possible in my forum? I need for the JS code, and how to apply...

Thanks!! Ха-ха
2. Maverick - 24 Декабря, 2005 - 02:30:29 - перейти к сообщению
in file board.js we add next stirngs

CODE:

function Whos(id,idi) {
if (document.getElementById(id).style.display == "none"||document.all[id].visibility == "hidden"){
Show(id,idi)
}
else{Hide(id,idi)}
}
function Show(id,idi) {
if (document.getElementById) {
itm = document.getElementById(id);
itm.style.display = "block";
}
if (document.all){
itm = document.all[id];
itm.visibility = "show";
}
document[idi].src = "./templates/Original/im/hide_f.gif";
}


in file board_body(in folred with skin) after strings
CODE:

echo <<<DATA


we add next
CODE:

<img src = './templates/InvisionExBB/im/show_f.gif' width=0 height=0 border=0>




And attached file we unpack in foldr with skin. Enjoy!!!
3. samyweb - 24 Декабря, 2005 - 06:10:42 - перейти к сообщению
Thank very very much!
You are great! Радость

Ah, you have forgotten this JavaScript function:

CODE:
function Hide(id,idi) {
if (document.getElementById) {
itm = document.getElementById(id);
itm.style.display = "none";
}
if (document.all){
itm = document.all[id];
itm.visibility = "hidden";
}
document[idi].src = "./templates/Original/im/show_f.gif";
}


It works! Thanks ^_^
4. Maverick - 24 Декабря, 2005 - 15:38:08 - перейти к сообщению
Yes, you are right. Sorry. Улыбка
5. Cyber-Cat - 20 Января, 2006 - 11:59:20 - перейти к сообщению
А как сделать, что бы можно было свертывать и разворачивать, не только разделы форума,
но и "Популярные темы", "Объявления", "Статистика конференций" ?
Помогите...
6. Tvirus - 21 Января, 2006 - 07:25:25 - перейти к сообщению
Подскажите какую строчку я забыл вписать?
http://macs.hut2.ru/ что не так?
И выложите плиз полную инструкцю очень нехватает движку ExBB этой фичи (во всех нормальных, продвинутых форумах эта фича есть)
7. Vovich - 08 Февраля, 2006 - 04:45:17 - перейти к сообщению
А как реализовать через куки что бы при обновлении раздел не открывался опять?
8. snowman - 05 Апреля, 2006 - 08:13:08 - перейти к сообщению
Цитата:
А как реализовать через куки что бы при обновлении раздел не открывался опять?


Да, вот это очень интересно Улыбка
И кстати как всетаки правильно все поставить и куда второй кусок кода прилепиь ? попробовал вслед за первым, немного пошаманил... нормально только при сворачивании-разворачивании картинки исчезают (хотя в начале они есть). Вобщем для новог офулмодса просто необходимо Улыбка Разделов много будет Улыбка плиз хелпми
9. Cyber-Cat - 09 Мая, 2006 - 11:36:46 - перейти к сообщению
Бьюсь, бьюсь и не как не получается Недовольство, огорчение
Помогите кто нибудь.

А как сделать для InvisionExBB, что бы можно было свертывать и разворачивать, не только разделы форума, но и "Популярные темы", "Объявления", "Статистика конференций" ?

Вот тут в файле "Популярные темы" начал, и че то не доганяю что дальше.. Недовольство, огорчение
10. Гусь - 09 Мая, 2006 - 11:59:03 - перейти к сообщению
Cyber-Cat


Я зделал так

Хотя нет замени код у себя в файле на этот.

CODE:

<?php
$threadstop =<<<TOPIC

<table class="tableborder" width="100%" border="0" cellspacing="1" cellpadding="3">
<table class="tableborder" width="100%" border="0" cellspacing="1" cellpadding="3">
<th border="0" colspan="5" class="maintitle" align="right"><div style="display: block; float: left;">
<img src="./templates/InvisionExBB/im/nav_m.gif" border="0" alt=">" width="8" height="8" />
&nbsp;{$lang['THT_Top_List']}</div><a href="javascript:void(0);" onClick=Whos("forum'.$in_cat.'","fimg'.$in_cat.'");><img src="./templates/InvisionExBB/im/hide_f.gif" border="0" alt="+/-" width="12" height="12" name="fimg'.$in_cat.'"></a>&nbsp;&nbsp;
</th></tr>
</table>
<div align="left" id="forum'.$in_cat.'" style="display:block;z-index:2;">
<table width="100%" class="tableborder" width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<th class="titlemedium">{$lang['THT_By_Last']}</th>
<th class="titlemedium">{$lang['THT_By_Post']}</th>
<th class="titlemedium">{$lang['THT_By_View']}</th>
</tr>
<tr>
<td class="row1" width="33%">$topic_by_last_post</td>
<td class="row1" width="33%">$topic_by_post</td>
<td class="row1" width="33%">$topic_by_views</td>
</tr>
<tr>
<td class="darkrow2" colspan="3">&nbsp;</td>
</tr>

<TD class=catend colSpan=5><!-- no content --></TD></tr></table>
</table>
</div>


TOPIC;
?>

Форум на AlfaSpace.NET


Powered by ExBB
ExBB FM 1.0 RC1 by TvoyWeb.ru
InvisionExBB Style converted by Markus®

[Script Execution time: 0.0419]     [ Gzipped ]



Notice: ob_end_flush(): failed to send buffer of ob_gzhandler (1) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/page_tail.php on line 33