vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - [AJAX] Tabbed Forum Home (https://vborg.vbsupport.ru/showthread.php?t=175687)

King Kovifor 02-23-2009 01:08 AM

That is fixed in version 2.

wAnBoA 02-24-2009 04:44 AM

Sounds really promising. I hope the beta testing is going well.

Harmachis 02-24-2009 09:59 AM

i've been hearing about this beta since a month....still no full version is released :(

bobster65 02-24-2009 12:57 PM

Quote:

Originally Posted by Harmachis (Post 1753169)
i've been hearing about this beta since a month....still no full version is released :(

Links have been posted to the DEV site.. if you wish to discuss v2, it can be done there. This thread is for support of version 1 and 1.5 ...

adamskiii 02-24-2009 09:52 PM

Please help. When I install the tabs look nothing like my custom forum, the look like the default vBulletin style and i copied <main> from my custom template.

https://vborg.vbsupport.ru/external/2009/02/18.jpg

Please help

bobster65 02-24-2009 09:58 PM

Quote:

Originally Posted by adamskiii (Post 1753715)
Please help. When I install the tabs look nothing like my custom forum, the look like the default vBulletin style and i copied <main> from my custom template.

Please help

you have to edit the CSS file that comes with this to match your custom style....

Harmachis 02-25-2009 11:37 PM

1 Attachment(s)
hay. today i tried to install it at one of my forums...
at first i tried Ajax 1.5 version....simply not worked

then i tried 1.01 version.
its showing wired result :(

well...at, 2nd attachment, its showing how my forum generally shows (before install)

here's the default code of my forum (im using vbstyles Aria skin)
FORUMHOME (i added here few code myself to make the sidebar
Code:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
    <!-- no cache headers -->
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="-1" />
    <meta http-equiv="Cache-Control" content="no-cache" />
    <!-- end no cache headers -->
    $headinclude
    <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>


<body>
$header
$navbar

<!-- guest welcome message -->
    <if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="alt1">
        <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
    </td>
</tr>
</table>
<div class="cat_spacer"></div>
    </if>
<!-- / guest welcome message -->


<!-- main -->

    <table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>


$forumbits
</tbody>
</table>
<!-- Aria Bottom -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/blc.gif" width="12" height="13"

alt="" border="0" /></td>
        <td  width="100%" style="background-image:url($stylevar[imgdir_misc]/bottom.gif)"><img

src="$stylevar[imgdir_misc]/clear.gif" width="100%" height="13" alt="" border="0" /></td>
        <td width="12" align="right" valign="top"><img src="$stylevar[imgdir_misc]/brc.gif" width="12"

height="13" alt="" border="0" /></td>
      </tr>
    </table>
 
  <!-- /Aria Bottom -->

</td>
<td>&nbsp;&nbsp;</td>
<td width="207" align="right" valign="top">

$sidebar_by_joker

</td>
</tr>
</table>


<!-- /main -->
<div class="cat_spacer"></div>
$ad_location[ad_forumhome_afterforums]
<br />


<!-- what's going on box -->
<!-- Aria Top -->
<table  border="0" cellpadding="0" cellspacing="0"  width="$stylevar[tablewidth]"  align="center">
  <tr>
    <td width="21" height="31" align="left" valign="top" style="background-image:

url($stylevar[imgdir_misc]/top_bg.gif)"><img border="0" src="$stylevar[imgdir_misc]/top_left.gif" width="21"

height="31" alt="" /></td>
    <td  height="31" width="60%" align="left" valign="middle" style="background-image:

url($stylevar[imgdir_misc]/top_bg.gif)"><div class="category_title"><b>$vbphrase[whats_going_on]</b></div></td>
    <td width="19" align="left" valign="middle"><img src="$stylevar[imgdir_misc]/top_end.gif" alt="" width="19"

height="31" border="0" /></td>
    <td align="right" valign="top" style="background-image: url($stylevar[imgdir_misc]/top_center.gif)"><img

src="$stylevar[imgdir_misc]/top_center.gif" alt="" /></td>
    <td width="14" height="31" align="right" valign="top"><img border="0"

src="$stylevar[imgdir_misc]/top_right.gif" width="14" height="31" alt="" /></td>
  </tr>
</table>
<!-- /Aria Top -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0"

width="100%" align="center">
$template_hook[forumhome_wgo_pos1]
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return

toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers"

src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0"

/></a>
            <a href="online.php$session[sessionurl_q]">$vbphrase[currently_active_users]</a>: $totalonline

(<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
    <tr>
        <td class="alt2"><a href="online.php$session[sessionurl_q]"><img

src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
        <td class="alt1" width="100%">
            <div class="smallfont">
                <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate"

3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
                <div>$activeusers</div>
            </div>
        </td>
    </tr>
</tbody>
<!-- end logged-in users -->
</if>


<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return

toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats"

src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0"

/></a>
                        <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
        <tr>
                <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase

1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
                <td class="alt1" width="100%">
                <div class="smallfont">

            <div><img src="$stylevar[imgdir_misc]/arrow.gif" alt="" class="inlineimg" /> $vbphrase[threads]:

$totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
<span title="<phrase

1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]:

$activemembers</span></if></div>
            <div><img src="$stylevar[imgdir_misc]/arrow.gif"  alt="" class="inlineimg" /> <phrase

1="member.php?$session[sessionurl]u=$newuserid"

2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>

                        $template_hook[forumhome_wgo_stats]
                </div>
                </td>
        </tr>
</tbody>


$template_hook[forumhome_wgo_pos2]
<if condition="$vbulletin->products['vbblog']"><tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return

toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats"

src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0"

/></a>
            $vbphrase[aria_blog_statistics]
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
    <tr>
        <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase

1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
        <td class="alt1" width="100%">
        <div class="smallfont" style="padding-top: -10px;>$template_hook[forumhome_wgo_stats]</div>
        </td>
    </tr>
</tbody></if>
$template_hook[forumhome_wgo_pos3]
<if condition="$show['birthdays']">
<!-- today's birthdays -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return

toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays"

src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0"

/></a>
            $vbphrase[todays_birthdays]
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
    <tr>
        <td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img

src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
        <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
    </tr>
</tbody>
<!-- end today's birthdays -->
</if>
$template_hook[forumhome_wgo_pos4]
<if condition="$show['upcomingevents']">
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return

toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events"

src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0"

/></a>
            <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase

1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
    <tr>
        <td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img

src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
        <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
    </tr>
</tbody>
</if>
$template_hook[forumhome_wgo_pos5]
</table>
<!-- Aria Bottom -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/blc.gif" width="12" height="13"

alt="" border="0" /></td>
        <td  width="100%" style="background-image:url($stylevar[imgdir_misc]/bottom.gif)"><img

src="$stylevar[imgdir_misc]/clear.gif" width="100%" height="13" alt="" border="0" /></td>
        <td width="12" align="right" valign="top"><img src="$stylevar[imgdir_misc]/brc.gif" width="12"

height="13" alt="" border="0" /></td>
      </tr>
    </table>
  <!-- /Aria Bottom -->
<!-- end what's going on box -->
<!-- time and login code -->
<div class="spacer"></div>
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
<!-- Time -->
        <td align="$stylevar[left]" valign="top"><div

class="smallfont">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div></td>
<!-- /Time -->       



<td align="$stylevar[right]" valign="top"><div class="smallfont"><!-- member logout --><a

href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a><if condition="$vboptions['forumleaders']"> -
<a href="showgroups.php?$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
  <if condition="!$show['guest']"> - <a

href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return

log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase

1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></if><!-- /member logout --></div></td>


</tr>
</table>
$forumhome_markread_script
<!-- /time and login code -->


$footer
</body>
</html>

DarkRed codes are added later by me for the sidebar



forumhome_forumbit_level1_nopost
Code:

<if condition="!$GLOBALS['aria_style']">
<if condition="$GLOBALS['aria_style'] = true"><!-- --></if>
<else />

</tbody>
</table>
<!-- Categoty Bottom -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/blc.gif" width="12" height="13" alt="" border="0" /></td>
        <td  width="100%" style="background-image:url($stylevar[imgdir_misc]/bottom.gif)"><img src="$stylevar[imgdir_misc]/clear.gif" width="100%" height="13" alt="" border="0" /></td>
        <td width="12" align="right" valign="top"><img src="$stylevar[imgdir_misc]/brc.gif" width="12" height="13" alt="" border="0" /></td>
      </tr>
    </table>
  <!-- /Categoty Bottom -->
<div class="cat_spacer"></div>
</if>



<!-- Categoty Top -->
<table border="0" cellpadding="0" cellspacing="0"  width="$stylevar[tablewidth]"  align="center">
  <tr>
    <td width="21" height="31" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/top_bg.gif)"><img border="0" src="$stylevar[imgdir_misc]/top_left.gif" width="21" height="31" alt="" /></td>
    <td  height="31" width="60%" align="left" valign="middle" style="background-image: url($stylevar[imgdir_misc]/top_bg.gif)"><if condition="$show['forumdescription']"><a href="#" class="category_description"><img src="$stylevar[imgdir_button]/cat_description.gif" width="10" height="10" alt="$forum[description]"  border="0" class="inlineimg" /></a></if><div class="category_title"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><b>$forum[title]</b></a>    </div></td>
    <td width="19" align="left" valign="middle"><img src="$stylevar[imgdir_misc]/top_end.gif" alt="" width="19" height="31" border="0" /></td>
    <td  align="right" valign="top" style="background-image: url($stylevar[imgdir_misc]/top_center.gif)"><if condition="$childforumbits"><a style="float:$stylevar[right]; padding-top: 9px;" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a></if></td>
    <td width="14" height="31" align="right" valign="top"><img border="0" src="$stylevar[imgdir_misc]/top_right.gif" width="14" height="31" alt="" /></td>
  </tr>
</table>
<!-- /Categoty Top -->



<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead">&nbsp;&nbsp;&nbsp;$vbphrase[threads]&nbsp;&nbsp;&nbsp;</td>
      <td class="thead">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$vbphrase[posts]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
          </tr>
$childforumbits
</if>

forumhome_forumbit_level1_post
Code:

<tr align="center">
        <td class="alt2Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
       
        <table cellpadding="0" cellspacing="0" border="0" width="100%">
        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
            <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
            <td width="100%" align="left">
            <div>
            <if condition="$forum[link] != ''"><a style="float:$stylevar[right]; padding-top: 9px;" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img  src="$stylevar[imgdir_statusicon]/link_home.gif" alt="$vbphrase[forum_link]" border="0" /></a>
  <else />
  <a style="float:$stylevar[right]; padding-top: 9px;" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_lastpost{$GLOBALS['vbcollapse']['collapseimg_forumbit_' . $forumid]}.gif" alt="$vbphrase[aria_lastpost]" border="0" /></a><a style="float:$stylevar[right]; padding-top: 9px;" href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img  src="$stylevar[imgdir_statusicon]/lastpost_home.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a></if>
           
                <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
            </div>
            <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
            <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
            <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
            <if condition="$forum[link] != ''"> <else /> <div>$forum[lastpostinfo]</div> </if>
           
            </td>
        </tr>
        </table>
       
        </td>
        <td class="alt2"><if condition="$forum[link] != ''">&nbsp;<else />$forum[threadcount]</if></td>
        <td class="alt1"><if condition="$forum[link] != ''">&nbsp;<else />$forum[replycount]</if></td>
       
    </tr>
<if condition="$childforumbits">
    $childforumbits
</if>



i first tried it just adding a new forumbits....first i added new variable at index.php ( $forumbits13 = construct_forum_bit(5,1,0); )

then i replace $forumbits with $forumbits13 just to see the result
attachment-1 is showing the result :(
wired look & sidebar goes very right

help me plz

adamskiii 02-26-2009 07:18 PM

Quote:

Originally Posted by bobster65 (Post 1753718)
you have to edit the CSS file that comes with this to match your custom style....

what do i edit? I am not familiar with coding. Could you please help me out?

Thank you

bobster65 02-26-2009 11:28 PM

Quote:

Originally Posted by adamskiii (Post 1755461)
what do i edit? I am not familiar with coding. Could you please help me out?

Thank you

you need to edit the ajaxtabs.css file

I highlighted in RED the color settings you can play around with to get the desired look that you want...

Code:

/* ######### CSS for Tabbed Forum Home ######### */

.TFHmenu2{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.TFHmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.TFHmenu2 li{
display: inline;
margin: 0 0 0 0;
padding: 0;
/*text-transform:uppercase;*/
}

.TFHmenu2 a{
float: left;
display: block;
font: 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background: #5C7099;
border-top: 5px solid white;
}

.TFHmenu2 a:hover{
font: 11px Arial;
background-color: #869BBF;
color: Black;
}

.TFHmenu2 a.selected{
font: bold 13px Arial;
background-color: #869BBF; 
color: white;
border-color: #869BBF;
}

.TFHmenu2line{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 5px;
background: #869BBF; 
}


Harmachis 02-27-2009 01:21 AM

bob can't u help me ?

bobster65 02-27-2009 01:27 AM

Quote:

Originally Posted by Harmachis (Post 1755687)
bob can't u help me ?

I would suggest waiting for version 2 if you are having problems. The non ajax version is fairly complicated to install with custom styles, specially when you did your own custom sidebar.

What I would suggest in the mean time is to add this to a default vb style so you get the idea of how to install the Non AJAX version and then try and get it working with your custom style.

vAsia 02-27-2009 02:35 AM

I'm having a problem using AJAX Tab Forum Home 1.5.zip with Internet Explorer. It keeps on "Requesting content...". Does anyone have the fix for it to work with IE. So far, it works good with Firefox.

Harmachis 02-27-2009 08:26 AM

Quote:

Originally Posted by bobster65 (Post 1755693)
I would suggest waiting for version 2 if you are having problems. The non ajax version is fairly complicated to install with custom styles, specially when you did your own custom sidebar.

What I would suggest in the mean time is to add this to a default vb style so you get the idea of how to install the Non AJAX version and then try and get it working with your custom style.

thats what im doing now....waiting for v2 :(

Froggfish 02-27-2009 08:59 AM

Any indication for when v2 will be out?

BRotondi 02-28-2009 03:04 PM

Hello!

I tried to install this interesting AddOn in my vBulletin 3.8.1 (german) ... but there is no Template FORUMHOME. Is this possible? I don't even get a hit when searching all Templates for "</head>" (forum/admincp/ > Styles and Templates > Search)

Hope you can help me...
Bruno

heugabel 03-01-2009 05:41 AM

its not working on 3.8.1, can you make a quick fix?

i can see the tabs but it shows ALL forums

this proble i have after upgrade from 3.7 to 3.8

FiMeTi 03-01-2009 02:05 PM

Nice, will wait for Version 2.0. Great Job!

ArnyVee 03-01-2009 08:18 PM

KK/Bob, I've got an error message that I posted over at "Beta Central" ;)

Not sure if it's related or not, but can you let me know? Thanks! :up:

tafreeh 03-02-2009 12:24 PM

hey..
i cant understand.. what taking you guys soo long :(... its like months now, since we are all waiting for v2.. btw i m not complaining.. its just" I CANT WAIT ANYMORE" :)
Good Luck guys

nascartr 03-02-2009 02:59 PM

<sarcasm> Only been over 6 months now. Geez, give them some time! </sarcasm>

Just messin with y'all! Take all the time you need. It's free anyway!

King Kovifor 03-02-2009 05:54 PM

Quote:

Originally Posted by nascartr (Post 1758561)
<sarcasm> Only been over 6 months now. Geez, give them some time! </sarcasm>

Just messin with y'all! Take all the time you need. It's free anyway!

Breath of fresh air. :) Thanks.

Quote:

Originally Posted by tafreeh (Post 1758458)
hey..
i cant understand.. what taking you guys soo long :(... its like months now, since we are all waiting for v2.. btw i m not complaining.. its just" I CANT WAIT ANYMORE" :)
Good Luck guys

;) I can't wait to have it released!

Harmachis 03-02-2009 10:12 PM

then release it....we all waiting for it :)

techdeals07 03-03-2009 02:15 AM

I was curious how this product affects overall forum performance. At first thought, I would think that on a forum like ours with a lot of sections, that splitting them up with tabs might reduce load times. But I'm no coder, so I suppose that might not necessarily be the case. Does this product (especially the upcoming v2) add additional queries? Or better yet, can the creators and/or beta testers give me some idea of the performance impact (positive or negative) this has on a busy forum.

karlm 03-04-2009 09:17 AM

I'm struggling with the WOL page still. I'm using TFH 1.5 and have uploaded the plugin for WOL - but I'm still seeing:

Unknown Location
/clientscript/yui/tabview/dispatcher-min.js

listed everywhere on the WOL page. I can supply an admin login if required, bobster.

navjotjsingh 03-10-2009 10:39 AM

Quote:

Originally Posted by CHIPIT (Post 1676582)
OK, to get the forums to display without javascript...

1) Open your modified FORUMHOME template

2) Find
Code:

<!-- Tabbed Forum Home -->
and below it put
Code:

<div id="show" style="display:none">
3) Find
Code:

<!-- /Tabbed Forum Home  -->
and above it put
Code:

</div>
4) Find
Code:

<!-- /main -->
and above it put
Code:

<div id="hide">
$forumbits
$forumhome_markread_script
</div>

5) Below
Code:

<!-- /main -->
put
Code:

<script type="text/javascript">
                  function showelement(element) {
            if (document.getElementById) {
                document.getElementById(element).style.display = 'block';
            }
            else {
                if (document.layers) {
                    document.element.display = 'block';
                }
                else {
                    document.all.element.style.display = 'block';
                }
            }
        }
        function hideelement(element) {
            if (document.getElementById) {
                document.getElementById(element).style.display = 'none';
            }
            else {
                if (document.layers) {
                    document.element.display = 'none';
                }
                else {
                    document.all.element.style.display = 'none';
                }
            }
        }

showelement('show');
hideelement('hide');
</script>

6) Go to ACP > Styles and Templates > Template Manager > Edit Templates > forumhome > forumhome_level1_nopost and change the conditional to:
Code:

<if condition="(THIS_SCRIPT == 'tabforumhome' AND in_array($forum['forumid'], $GLOBALS[tabcats])) OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'index'">
This is for the AJAX 1.5 version, though it can be changed to work with v1.0.1. If it doesn't work then double check you did everything right. This is unsupported. Please note doing this will load your forums the regular way along side the ajax version, even if you have javascript enabled, but the regular display will be hidden with javascript.

It does display correctly for members who have js disabled for who have js enabled, it shows the tabbed and normal version - both. This does not solve the purpose. Any proposed fix?

BTW...does this feature comes in upcoming 2.0?

tafreeh 03-10-2009 04:22 PM

dun tell me that you are still on beta 4 :(

justino 03-10-2009 10:14 PM

1 Attachment(s)
First of all I want to congratulate the developer of this fantastic Hack :D


I wanted to install this hack on my forum, but I have a problem, not shows me the sections, I will leave all the information to see if I can help ...
(already went to read the past posts but I am more confused:S)
  • hack 1.5
  • Vbulletin 3.7.5 pl1
I can show the forum, the more I get the sub-forums and I am not able ...
Sreen:
Attachment 96262


Now is not asking too much, I use the sub forum of the Cyb and this hack does not work, any idea how to fix it:)

Thanks for everything:)




powerful_rogue 03-16-2009 12:30 PM

Quote:

Originally Posted by bobster65 (Post 1753290)
Links have been posted to the DEV site.. if you wish to discuss v2, it can be done there. This thread is for support of version 1 and 1.5 ...

Whats the URL for the dev site?

bobster65 03-16-2009 03:43 PM

Quote:

Originally Posted by justino (Post 1765266)
I use the sub forum of the Cyb and this hack does not work, any idea how to fix it:)

I posted a solution for Cyb's Sub Forums.. do a search on this thread...


Quote:

Originally Posted by powerful_rogue (Post 1769573)
Whats the URL for the dev site?

http://www.smnlikdat.org/

tafreeh 03-17-2009 05:16 AM

hey bobster man... i m tired waiting for v2 :( looosing hope now:( tell me on thing... does v2 supprot image as a tab ?
and please please please please try to release it asap.... u dun know how u pausing me...

roymogg 03-17-2009 10:46 AM

Navjotjsingh,

I had this problem and had to tweak the mod a little to get it to render correctly in vbadvanced ie stop both versions rendering - not a nice approach but it worked and I get a nice version when script is disabled or when robots come to have a look.

Note if this mod is implemented without a solution for the js disabled in the browser robots that crawl your site will see no content - they only see a text version. If you cannot get it to work you should uninstall. This is a fantastic mod as it keeps most of the content above the fold so persevere

cheers

Roy

<noscript>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<div id="hide">
$forumbits
$forumhome_markread_script
</div>
</table>
</noscript>

FiMeTi 03-17-2009 06:24 PM

Quote:

Originally Posted by tafreeh (Post 1770211)
hey bobster man... i m tired waiting for v2 :( looosing hope now:( tell me on thing... does v2 supprot image as a tab ?
and please please please please try to release it asap.... u dun know how u pausing me...

lol. You may offer bob 1k $ and he?ll probably fixx custom for you. :P :)
We?re all waiting. Gotta be patient.

cheers :up:

kawe 03-18-2009 01:22 AM

https://vborg.vbsupport.ru/external/2009/03/13.gif

error ?
how to fix it

King Kovifor 03-18-2009 08:26 PM

Quote:

Originally Posted by kawe (Post 1770843)

Make sure that you have absolute paths.

TruVB 03-19-2009 03:32 AM

does this work with 3.8?

bobster65 03-19-2009 03:04 PM

Quote:

Originally Posted by TruVB (Post 1771601)
does this work with 3.8?

yes, works just fine with 3.8

iBardia 03-19-2009 08:32 PM

How do you put more than one forum on a tab

bobster65 03-19-2009 09:41 PM

Quote:

Originally Posted by iBardia (Post 1772128)
How do you put more than one forum on a tab

not sure which version you are asking for, but I see you have 1.5 downloaded..

pretty easy.. just append another tabcat to the tab URL.. the example below pulls from 3 different categories

Code:

tabforumhome.php?tabcat[]=4&tabcat[]=21&tabcat[]=56

iBardia 03-20-2009 02:14 AM

Quote:

Originally Posted by bobster65 (Post 1772190)
not sure which version you are asking for, but I see you have 1.5 downloaded..

pretty easy.. just append another tabcat to the tab URL.. the example below pulls from 3 different categories

Code:

tabforumhome.php?tabcat[]=4&tabcat[]=21&tabcat[]=56

Doesn't pull them for me. Only one,,

iBardia 03-20-2009 02:36 AM

Hey I got it! Thanks for this AWESOME mod!!


All times are GMT. The time now is 02:25 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03550 seconds
  • Memory Usage 1,948KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (15)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete