
03-03-2013, 02:32 AM
|
|
|
Join Date: Jul 2012
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by mhgoz.com
thanks for this great work ,
i need for help right now , i want to make this tabs avilable in all pages of the fourm , also , i want to make a custom code for the main [ul] element of tabs and embed it in the header template manually , like this >>
PHP Code:
<ul > <li><a href="#">Name Of Tabs</a></li> </ul>
but when i open the file , i did`t see any template tags or any html code to use or to update on it ,, ! so what could i do ?
|
[S]
I think you mean that you want to view different tabs inside the forums not only the forum home.... I really didn't try that, but there is the code for tabs view, you can place it in the right forum page
Code:
<!-- main -->
{vb:raw template_hook.forumhome_above_forums}
<!-- Tabbed Forum Home -->
<div id="forumhome_container" style="margin-top:5px"> </div>
<script type="text/javascript"> {vb:raw eg_tfh} </script>
<!-- /Tabbed Forum Home -->
{vb:raw template_hook.forumhome_below_forums}
<!-- /main -->
in the following pages:
forumhome_forumbit_level1_post, forumhome_forumbit_level2_post,
if it didn't work, then I believe there must be some tab code interruption... [/S]
I tried that all, but didn't work. there must be some sort of deep modification. sorry about that
|