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)

Allan 09-03-2006 07:27 AM

Quote:

Originally Posted by soletrader
I cant get it to work. I get a syntax error when I edit my functions_forumlist

https://vborg.vbsupport.ru/showpost....&postcount=178

Cheertobi 09-03-2006 09:47 AM

@Allan, I copied it at the end of the file and it works fine ;)

Brandon Sheley 09-05-2006 01:02 AM

nice hack, with a little tweaking, it works with 3.6 :)

evenmonkeys 09-06-2006 07:14 AM

I've been toying with this for about an hour now, and I just can't get it working at all. Putting the code at the top of the file hasn't fixed the problem. Any template modification I make for it hasn't worked yet.

Can someone make a detailed set of installation instructions for those of us who can't get it working? It'd really be appreciated.

Cheertobi 09-06-2006 09:41 AM

What exactly does not work?! Did you get any errors? Did you set "Show Subforums in # of columns" setting in your admincp?

Tobi

GreysAnatomy 09-06-2006 11:35 AM

I'm using it together with the forumhome spacing hack and edited the forumhome_forumbit_level1_nopost like this:

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<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>
<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>
<tr align="center">
<td class="thead" width="35">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead" width="65">$vbphrase[threads]</td>
<td class="thead" width="65">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="120">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
<tr><td class="thead" style="line-height: 0; padding: 0; margin: 0;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="$vboptions[cleargifurl]" alt="" width="1" height="12" /></td></tr>
</tbody>
</if>
</table>
<div style="padding:0px 0px 16px 0px;"></div>

Now, my forumhome is all messed up. Can anyone help me with this? I think it's because of this template. :(

Cheertobi 09-06-2006 11:47 AM

Quote:

Originally Posted by GreysAnatomy
I'm using it together with the forumhome spacing hack and edited the forumhome_forumbit_level1_nopost like this:
Now, my forumhome is all messed up. Can anyone help me with this? I think it's because of this template. :(

Can you please post the url to the hack you use?! Looks a bit messy your template ;)

Tobi

Brandon Sheley 09-06-2006 11:49 AM

if someone needs help on this, you can pm me with your site, and please include a link to this thread..

you can see its working fine on my site http://forum.vbulletinsetup.com ;)

GreysAnatomy 09-06-2006 12:07 PM

Quote:

Originally Posted by Cheertobi
Can you please post the url to the hack you use?! Looks a bit messy your template ;)

Tobi

I know! And not only the template looks messy, my whole forum does. :( So anyway, here's the forum spacing hack: Click! I also added the optional template change at the bottom of the .txt file.

I had to remove the code for this columns hack and my template looks like this now:

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<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>
<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>
<tr align="center">
<td class="thead" width="35">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead" width="65">$vbphrase[threads]</td>
<td class="thead" width="65">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="120">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
<tr><td class="thead" style="line-height: 0; padding: 0; margin: 0;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="$vboptions[cleargifurl]" alt="" width="1" height="12" /></td></tr>
</tbody>
</if>
</table>
<div style="padding:0px 0px 16px 0px;"></div>


Cheertobi 09-06-2006 12:22 PM

Mmmh, I do not use this hack, anyway, try this, maybe it works:

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<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>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="35">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead" width="65">$vbphrase[threads]</td>
<td class="thead" width="65">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="120">$vbphrase[moderator]</td>
</if>
</tr>
<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>
<tr><td class="thead" style="line-height: 0; padding: 0; margin: 0;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="$vboptions[cleargifurl]" alt="" width="1" height="12" /></td></tr>
</tbody>
</if>
</table>
<div style="padding:0px 0px 16px 0px;"></div>

Tobi

GreysAnatomy 09-06-2006 12:44 PM

I'm getting the same result like before. But it's not that important anyway. I' think I'm gonna wait until it's released for 3.6.0. :) Thanks anyway!

Cheertobi 09-06-2006 12:48 PM

This hack will not be released for 3.6, I think!

Cheertobi 09-06-2006 12:51 PM

Ah, can you maybe send a link, that I can have a look, how the forums are messed up?!

evenmonkeys 09-06-2006 08:31 PM

Quote:

Originally Posted by Cheertobi
What exactly does not work?! Did you get any errors? Did you set "Show Subforums in # of columns" setting in your admincp?

Tobi

I'm not getting any errors at all. The xml imports fine. The edit to the php file goes through fine. The templates seem to look as though they would work. When I set the forum to have x columns, it doesn't change anything. Doesn't even change anything. I at least expected something to go wrong if it didn't work.

Yeah... nothin.

Cheertobi 09-06-2006 08:35 PM

Do we talk about xinnyburt.com?!

evenmonkeys 09-06-2006 08:45 PM

That would be correct.

Cheertobi 09-06-2006 08:46 PM

Ok, which forum did you set have columns?!

evenmonkeys 09-06-2006 08:53 PM

None that are visible. I'm going to try something else real quick.

Cheertobi 09-06-2006 08:56 PM

If I can help you and you do not mind, pm me an account where I can access the forummanagement and the templatemanagement and I can have a look.

Tobi

evenmonkeys 09-06-2006 09:03 PM

What I've done is in the zip file you download from this thread. My board is as default as they come.

Cheertobi 09-06-2006 09:07 PM

Quote:

Originally Posted by Yarub
What I've done is in the zip file you download from this thread. My board is as default as they come.

Then everything should work! Nothing else is what I did!

Have you tried to set a categorie to have columns?

Tobi

evenmonkeys 09-06-2006 11:40 PM

Meh. I give up. I'll just think of a different way to go about it. I think it'd be best if someone just made an official release for 3.6.0.

glenvw 09-11-2006 02:19 PM

Me too. Anxious to see this for 3.6

Cheertobi 09-11-2006 06:30 PM

I doubt that there will be an update for 3.6! But it still works, ...

glenvw 09-11-2006 06:41 PM

It does? With no problems? That would be great.

Cheertobi 09-11-2006 08:01 PM

Quote:

Originally Posted by glenvw
It does? With no problems? That would be great.

Yes, it does ;)

glenvw 09-12-2006 03:04 PM

So I made the changes in the templates and the file in includes.

Then I see there is a file included called product-xenon_forumcols.xml

Is this a plug in that is supposed to be imported?

Cheertobi 09-13-2006 04:30 AM

Yes, you have to import this product...

Tobi

Kohhal 09-14-2006 09:40 AM

Working on 3.6.1 :)

Spookysalem 09-19-2006 08:52 AM

Can someone help me to get this to work on 3.6.1, i am also using the custom statusicons hack too...

thankyou in advance.

JollyJack 10-06-2006 12:49 PM

Iam running 3.62 with skin splashblue from Transverse Styles

this is my forumhome_forumbit_level1_nopost

Quote:

<if condition="$childforumbits">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" style="border-bottom: 0" width="100%" align="center">
<tr>
<td class="tcat" colspan="6"><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']"> - $forum[description]</if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
<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" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
<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>
</table>
</if>
<br />

what do i need to remove to get rid of last post, threads & posts in the forums cats header

Look Here to see what i mean

Spy_Master 10-08-2006 10:20 AM

[s]I'm trying to get this hack to work on my forum which was just upgraded to 3.6.2 The forums used to be arranged in a grid of 4. Four horizontally and Three vertically. However, now they're all in a line like this. Everytime we've upgraded before it's been fine and only required a few tweaks but this time the hack doesn't appear to be working at all.[/s]

Sorry. After reinstalling, uninstally, disabling and enabling the hack a few times it decided to fix itself. No idea what went wrong but it came right in the end.

MediaxLive.com 10-14-2006 02:59 AM

soo what's good with the forum display?

Ascor 10-16-2006 01:20 AM

Installed an 3.6.2, all work nice thank you :)

Ascor 10-16-2006 01:27 AM

Quote:

Originally Posted by Spookysalem
Can someone help me to get this to work on 3.6.1, i am also using the custom statusicons hack too...

thankyou in advance.

try danny.vbt solution here, i have this running at 3.6 and work fine ;) :
https://vborg.vbsupport.ru/showthrea...t=99829&page=7

Please can you share what you make for Medico-Legal Lab and The Library
categoris at your site ?
I wish to make the same: last post info, image in the midle etc ..

imported_infitech 10-27-2006 03:50 AM

Cannot redeclare construct_forum_columns() (

b00k 10-29-2006 11:41 PM

-----------

Greek Wizard 10-30-2006 04:07 AM

Quote:

Originally Posted by TSR
Working on 3.6.2 with exact instructions being followed.

I agree.. works great on 3.6.2 on a custom style, after a lot of searching and reading.

Anyone figure out how to add the double click (mark posts read) fuction in 3.6.x?

Seems my icons are not 'clickable'

imported_infitech 10-30-2006 11:00 AM

Quote:

Originally Posted by imported_infitech
Cannot redeclare construct_forum_columns() (

anyone?

Greek Wizard 10-30-2006 02:10 PM

Quote:

Originally Posted by Greek Wizard
I agree.. works great on 3.6.2 on a custom style, after a lot of searching and reading.

Anyone figure out how to add the double click (mark posts read) fuction in 3.6.x?

Seems my icons are not 'clickable'

As mentioned, I have it working really well.

that said, i always like to improve.

i would like to have:

Forum Name
Catagory Icon
Description
Last post
Posted by

All top to bottom, as opposed to left to right..

something like this:

https://vborg.vbsupport.ru/showpost....&postcount=131

Any ideas?


All times are GMT. The time now is 07:44 PM.

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.01655 seconds
  • Memory Usage 1,849KB
  • 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_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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