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)

gmtalk 09-02-2007 03:38 PM

Works on 3.6.8

I am just not able to get latestposts to be linkable now.

Reece^B 10-21-2007 08:28 AM

Never mind :)

Charuvils 10-27-2007 11:53 AM

can u please upgrade it to 3.6.8 version ..

ludachris 10-29-2007 08:48 PM

Can this hack be made to work so that only specified forums are shown in columns but not all?

Hoffi 11-03-2007 02:22 PM

You can set it up for each Category.
@Charuvils: It Works on 3.6.8 Why you don't Test it?

TPOCJames 11-15-2007 08:01 PM

Hey,

Is there a fix for custom status icons not working with 3.6.8?

Custom Status Icons appear in normal forums, and under the parent forum when viewing the parent forum of a child that is in a column, but it won't display it on the actual column itself.

Does anyone know why or how to fix this?

Hoffi 11-21-2007 06:50 AM

I developed my own StatusIcon Hack that Works with this Hack. I released it on vbgermay.org and can release it here too. But it's in German now, I must translate it.

silence25 12-27-2007 09:06 PM

Quote:

Originally Posted by Hoffi (Post 1374841)
@Charuvils: It Works on 3.6.8 Why you don't Test it?

I've tested it, and it does not work. The instructions for the edits in admincp/forum.php are different then whats actually in forum.php. Resulting in some errors when you try to add new forums to the site.

This Line here:
Code:

if ($forum['password'] != $oldforuminfo['password'] AND $applypwdtochild)
                {
                        $DB_site->query("
                                UPDATE " . TABLE_PREFIX . "forum
                                SET password = '" . addslashes($forum['password']) . "'
                                WHERE FIND_IN_SET('$forumid', parentlist)
                        ");
                }

Is not in admincp/forum.php
so, i can not find a proper place to put:

Code:

// update subforum in columns setting
                if ($forum['subforumcolumns'] != $oldforuminfo['subforumcolumns'])
                {
                        $DB_site->query("
                                UPDATE " . TABLE_PREFIX . "forum
                                SET subforumcolumns = " . intval($forum['subforumcolumns']) . "
                                WHERE forumid = $forumid
                        ");
                }

Resulting in errors in the acp when trying to add forums.

I've seen other sites pull this off using the latest versions of vbulletin, complete with forum icons and properly aligned text as well. I'm pretty good at figuring things out, even if instructions aren't really clear.. however for this particular mod, i can't seem to get it to work, and no one really wants to give up their secret if they did happen to get it to work.

yeku 12-29-2007 11:06 AM

Reservedddd

thank

Discussions 01-02-2008 07:31 PM

Quote:

Originally Posted by silence25 (Post 1410337)
I've tested it, and it does not work. The instructions for the edits in admincp/forum.php are different then whats actually in forum.php. Resulting in some errors when you try to add new forums to the site.

It works even on vBulletin 3.7.0 Beta 3. You are doing something wrong.


All times are GMT. The time now is 10:51 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.01514 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)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