vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Seperate Forum Categories (https://vborg.vbsupport.ru/showthread.php?t=123713)

Welshy2008 02-04-2009 01:43 PM

** EDIT **

In fact, I don't have the "Forum, Last Post, Threads or Posts (or the bar in which they reside) at the top of my main forum either. So that would explain why I can't find the "forumhome_seperate_forumcats", Would some be kind enough as to guide me through how I would add this back to my forum Please?

I would be very grateful.

UKDarkstar 03-02-2009 11:42 AM

Working on 3.8.1

Thanks :up:

powersilie 03-03-2009 12:57 PM

Quote:

Originally Posted by RS_Jelle (Post 1506597)
That's not possible with this mod. This mod is about separating forum categories without template edits and this would require them.


Well, ok, but how did You manage it to change this columns?
On this pic You can see the "Forum, Last Post, Threads or Posts"-bar UNDER the name of the forum.


https://vborg.vbsupport.ru/external/2009/03/126.jpg



greez
Karin

-=Leb=- 03-26-2009 09:49 PM

I think this hack works on all vb versions. Thx for the great job :)

Black Tiger 04-24-2009 11:39 PM

This still seems to work in 3.8.2

But how do I fix these alignments?

RS_Jelle 04-26-2009 01:45 PM

Quote:

Originally Posted by Black Tiger (Post 1798509)
This still seems to work in 3.8.2

But how do I fix these alignments?

That's part of the limitations of doing this with a simple plugin :)
This mod is about doing it without template edits. There are template modifications to do this in a better way.

Black Tiger 04-26-2009 10:54 PM

Can you point me (if necessary via pm) to the right direction? Because I tried several template edits mods on this forum, but either the first forum is not aligning, or otherwise the "last thread text" get's under 20-25 signs, which I don't want.:)

hauli 09-12-2009 08:31 PM

Works wonderfull with vBulletin® Version 3.8.4 (Deutsch)

Skydiver10 11-07-2009 12:12 AM

Hey thanks...I also found the code in all three templates and replaced the code like you said from your post on page 1. This re-aligned all the forums under "Last Post"....Thanks again for a great hack! :up:

Skydiver10 11-10-2009 05:20 PM

Hi there,

Is there a way that this mod can make more space between the categories bigger?

I just want to increase the gap a little bit more between the categories. Any help would be greatly appreciated.
Can anyone point me in the right direction or if this is even possible?...thanks!

RS_Jelle 11-11-2009 07:35 PM

Quote:

Originally Posted by Skydiver10 (Post 1912464)
Hi there,

Is there a way that this mod can make more space between the categories bigger?

I just want to increase the gap a little bit more between the categories. Any help would be greatly appreciated.
Can anyone point me in the right direction or if this is even possible?...thanks!

Open the product XML, find <br /> and replace it with <br /><br /> or even more :)

Skydiver10 11-12-2009 09:59 PM

I searched the XML file (product-seperate-forumcats.xml) and I can't find "<br />" anywhere.

Do you know what line it is on out of the 63 lines?

Skydiver10 11-12-2009 10:05 PM

Never mind....I found it in the "forumhome_seperate_forumcats" template...thanks!

Sworm 03-15-2011 07:39 PM

I have tryed "The Categories Separator" , but this is the best one ^^ . Work perfect on 3.8.7 too :) .... there's any suggest that the author of this great mod wont to do for all 3.8.7 users?

Sworm 04-17-2011 11:21 AM

Quote:

Originally Posted by RS_Jelle (Post 1050161)
That's also a limitation, then you have to do a template edit:
  1. First install the product
  2. Open forumhome_forumbit_level1_nopost and remove the following code:
    HTML Code:

    <tbody>
        <tr>
            <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
                <a style="float:$stylevar[right]" 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>
                <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
                <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
            </td>
        </tr>
    </tbody>

  3. Open forumhome_seperate_forumcats and add the following code at the end of the template:
    HTML Code:

    <tbody>
        <tr>
            <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
                <a style="float:$stylevar[right]" 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>
                <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
                <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
            </td>
        </tr>
    </tbody>


Hi , that code is changed in 3.8.7, can you please help me to do this ? The actual code is (there's a opened <if> in the final part....):

HTML Code:

<tbody> </if>    <tr>        <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">           
<if condition="$childforumbits">            <a style="float:$stylevar[right]" 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>           
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>            <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>           
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>        </td>    </tr>
<if condition="!$show['collapsable_forums']"> </tbody>


Abominus 10-14-2012 12:51 PM

Is it possible to use it with 4.2?


All times are GMT. The time now is 10:45 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.01415 seconds
  • Memory Usage 1,770KB
  • 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
  • (3)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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