vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Forums arranged in columns on forumhome (https://vborg.vbsupport.ru/showthread.php?t=99829)

Blackheart_72 10-22-2008 12:00 PM

Quote:

Originally Posted by rapidphim (Post 1650124)
how are you going to remove the "Last Post/Thread/Post" without effecting others forum, that not in column format?

This is what i have to keep that in the non column forums but remove it from columned ones.

Code:

<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$forum['subforumcolumns'] > 1">
        <tr>
       
<style="border: none; width: 100%;">
                        $childforumbits

                </td>
        </tr>
<else />
<tr align="center">
          <td class="thead" width="30">&nbsp;</td>
          <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="125">$vbphrase[last_post]</td>
          <td class="thead" width="55">$vbphrase[threads]</td>
          <td class="thead" width="55">$vbphrase[posts]</td>
          <if condition="$vboptions[showmoderatorcolumn]">
          <td class="thead" width="100">$vbphrase[moderator]</td>
          </if>
        </tr>
        $childforumbits
</if>
</tbody>
</if>
</table>


rapidphim 10-22-2008 01:43 PM

Thanks Veccy. I am testing it on 3.8.0 beta1. Would you please let me know which template to go to in order to remove those?

I am still kinda confuse how to remove those three areas for the subforum column and without affecting other standard one?

Really appreciate your help!

compact123 10-22-2008 01:44 PM

this hack works on vbdesigns.de CYBORG style? Thanks.

Blackheart_72 10-22-2008 04:09 PM

Quote:

Originally Posted by rapidphim (Post 1650440)
Thanks Veccy. I am testing it on 3.8.0 beta1. Would you please let me know which template to go to in order to remove those?

I am still kinda confuse how to remove those three areas for the subforum column and without affecting other standard one?

Really appreciate your help!

Where it tells you to edit forumhome_forumbit_level1_nopost.

Or PM me the template contents and i will take a look.

rapidphim 10-22-2008 07:03 PM

Veccy,

Here is the template code for forumhome_forumbit_level1_nopost
Code:

<tbody>
        <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>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$forum['subforumcolumns'] > 1">
        <tr>
                <td class="alt1" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<table style="border: none; width: 100%;">
                        $childforumbits
</table>
                </td>
        </tr>
<else />
        $childforumbits
</if>
</tbody>
</if>

Modify this will remove those three section on column format but will not change for other standard forums, right?

Blackheart_72 10-22-2008 07:27 PM

Yes, change the bit you added for the hack to what i posted up and you should be good to go.

Click the link in my sig and you will see what it does but if by any chance it does not work then we will take another look at it.:)

rapidphim 10-22-2008 08:06 PM

no no no.... after replaced the code you provided, it messed up the whole layout ....

Blackheart_72 10-22-2008 09:57 PM

Quote:

Originally Posted by rapidphim (Post 1650699)
no no no.... after replaced the code you provided, it messed up the whole layout ....

What way did it mess it up?

You can take your code from the post you made here and out it back for now.

rapidphim 10-22-2008 10:24 PM

Veccy, it's OK... I can live with that. However, do you know how am I going to get:

1/ the latest post info lie right beneath the forum title as in this website?
http://www.nbadimensions.net/forums/

2/ and how/where I can remove the "Thread/Post" so that only left "The latest post" and move number of post a side
http://www.nbadimensions.net/forums/

3/ also, it does not show the number of member/guest view on the forum anymore .... can we put it back?

Thanks so much.

saxahan 10-30-2008 09:14 PM

thank for plugin.


All times are GMT. The time now is 12:37 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.01670 seconds
  • Memory Usage 1,749KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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