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)

Cheertobi 10-30-2006 04:47 PM

Just check your "old" forumhome template and copy the variables like $forum[lastpostinfo] and so on...

Greek Wizard 11-01-2006 09:53 AM

Quote:

Originally Posted by Cheertobi
Just check your "old" forumhome template and copy the variables like $forum[lastpostinfo] and so on...

Ok I got that part.

Now I was wondering how I can make is "centered" like I posted in my last post

The default is image on the left, then the Forum Name on the right

I would like it Image in the middle, Forum name above (or below) it and then the info.

i guess it's just a matter of moving things around, which is cool, but how do I make them centered instead of left (know what I mean?)

ShadowOne 11-01-2006 12:41 PM

What Happened To The Way Where you Can Choose Which Forums You Want In Columns?

N-0p3rz 11-09-2006 10:39 AM

Hmm, would it be possible to let's say.. Change the way the column cell's look on one category compared to another?

chick 11-12-2006 05:20 PM

Quote:

Originally Posted by 99SIVTEC
works perfectly for me. http://www.automotivearena.com or a direct link to the forums http://www.automotivearena.com/forums/

----------------------

none of your forum links work from this page

http://www.automotivearena.com/forums/index.php

see
http://www.automotivearena.com/forums/f740-fwd.html

Last Post does work

MadRhino2323 11-12-2006 10:58 PM

Hey Guys and Gals,

The HACK is awesome! Looks great!

One question.. How do I center the columns?

Right now I have 3 columns, everything looks great, except it the hack itself is aligned to the left.

Ty!

Gregg

Greek Wizard 11-14-2006 10:45 AM

Quote:

Originally Posted by MadRhino2323 (Post 1115791)
Hey Guys and Gals,

The HACK is awesome! Looks great!

One question.. How do I center the columns?

Right now I have 3 columns, everything looks great, except it the hack itself is aligned to the left.

Ty!

Gregg

https://vborg.vbsupport.ru/showpost....3&postcount=91

imported_infitech 11-14-2006 04:16 PM

is there any way you can come out with a version of this hack for 3.6.3 that doesnt require php file edits?
also it'd be great if it didnt require uploading a product, but just gave instructions on template edits.
if any of this is possible please reply to this post with a quote.

MadRhino2323 11-14-2006 05:39 PM

Quote:

Originally Posted by Greek Wizard (Post 1116987)

Thanks Greek, but that's not what I am after!

I know how to align the text and icon WITHIN the columns.

What I need to know is how to CENTER the 3 columns WITHIN the field itsellf.

My Left COLUMN is pretty close to the left side of the FORUM border. But, there is a noticeable space between the right column and the right side of the FORUM border!

G

imported_infitech 11-14-2006 06:51 PM

im not sure if i understand what you mean...... are these plugins im creating?

VBUsers 11-14-2006 11:39 PM

Fatal error: Cannot redeclare construct_forum_columns() (previously declared in /home/vbusers/public_html/includes/functions_forumlist.php:190) in /home/vbusers/public_html/includes/functions_forumlist.php on line 190

zkilzz 11-22-2006 06:30 AM

Does ANYONE know how to get this to work with forumdisplay and not just forumhome?

I will donate 50$ US to someone that are willing to do it and give me a bit support on it :D

Cheertobi 11-22-2006 07:20 AM

Quote:

Originally Posted by zkilzz (Post 1122788)
I will donate 50$ US to someone that are willing to do it and give me a bit support on it :D

That just requieres another fileedit!

In includes/functions_forumlist.php search for: (Backup before you do any edits!)


Code:

if (THIS_SCRIPT == 'index' AND $forum['subforumcolumns'] != 1 AND ($subsonly OR $depth < MAXFORUMDEPTH))


Code:

if ((THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay') AND $forum['subforumcolumns'] != 1 AND ($subsonly OR $depth < MAXFORUMDEPTH))
Tobi

zkilzz 11-22-2006 08:32 AM

Quote:

Originally Posted by Cheertobi (Post 1122805)
That just requieres another fileedit!

In includes/functions_forumlist.php search for: (Backup before you do any edits!)


Code:

if (THIS_SCRIPT == 'index' AND $forum['subforumcolumns'] != 1 AND ($subsonly OR $depth < MAXFORUMDEPTH))


Code:

if ((THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay') AND $forum['subforumcolumns'] != 1 AND ($subsonly OR $depth < MAXFORUMDEPTH))
Tobi

Should i replace the old code or add the new line?

THANKS in advance :) !!!

zkilzz 11-22-2006 10:41 AM

I have tried to replace it and also to add it under (im not sure if iam doing it the right way tough with the { and evertyhing).

I have also set up columns in the subforums. Doesnt work.

Heeeeeeeeeelp!

magnaromagna 11-22-2006 11:11 AM

Quote:

Originally Posted by VBUsers (Post 1117556)
Fatal error: Cannot redeclare construct_forum_columns() (previously declared in /home/vbusers/public_html/includes/functions_forumlist.php:190) in /home/vbusers/public_html/includes/functions_forumlist.php on line 190

Installed but does not work:
Quote:

Fatal error: Cannot redeclare construct_forum_columns() (previously declared in /home/magna/domains/../public_html/includes/functions_forumlist.php:206) in /home/magna/domains/../public_html/includes/functions_forumlist.php on line 206
is not for 3.6 version I suppose?

zkilzz 11-22-2006 11:37 AM

Quote:

Originally Posted by magnaromagna (Post 1122872)
Installed but does not work:


is not for 3.6 version I suppose?

It works well on my 3.6.3 :)

Cheertobi 11-22-2006 01:05 PM

Quote:

Originally Posted by zkilzz (Post 1122863)
I have tried to replace it and also to add it under (im not sure if iam doing it the right way tough with the { and evertyhing).

I have also set up columns in the subforums. Doesnt work.

Heeeeeeeeeelp!

Ah, sorry, you have to replace that line! Got it working on my testsystem...

Tobi

zkilzz 11-22-2006 02:24 PM

Quote:

Originally Posted by Cheertobi (Post 1122916)
Ah, sorry, you have to replace that line! Got it working on my testsystem...

Tobi

Sorry mate! Didnt get it to work!

Here is my testforum

http://www.bilforumet.net/chum/forum...?f=5&styleid=2

zkilzz 11-22-2006 02:27 PM

It works here
http://www.bilforumet.net/chum/forum...?f=4&styleid=2

But not here

http://www.bilforumet.net/chum/forum...?f=5&styleid=2

Cheertobi 11-22-2006 04:54 PM

Can you pm me an adminaccount, need to check something in your forumsettings and template.

Smoothie 12-01-2006 03:21 PM

Can anyone that uses this tell me how you have your forums setup under forum manager in the admin cp? I'm not sure how I have mine set is correct.

Also, did you modify another template to remove forum, last post, threads, posts from the category header?

vietConnecting 12-01-2006 06:23 PM

Sry for my stupid question, but this mod is work with vesion 3.6.4 ?
Thank!

vietConnecting 12-01-2006 06:40 PM

I'm use vesion 3.6.4, have error:
Fatal error: Call to undefined function: construct_forum_columns()

Code:

$childforumbits = construct_forum_columns($forum['forumid'], $forum['subforumcolumns']);

Smoothie 12-01-2006 08:42 PM

Quote:

Originally Posted by vietConnecting (Post 1129557)
I'm use vesion 3.6.4, have error:
Fatal error: Call to undefined function: construct_forum_columns()

Code:

$childforumbits = construct_forum_columns($forum['forumid'], $forum['subforumcolumns']);

Yea, it's works with 3.6.4.

Discussions 12-03-2006 10:57 PM

Just installed and it works perfectly (3.6.4)

Discussions 12-05-2006 04:26 AM

Is there any way to make this also work for actual sub forums? So far all is going great, beyond that little issue.

Smoothie 12-05-2006 03:37 PM

Even after reading thru all 18 pages and trying all suggested I could not get this to work with subforums. Ever since Xenon moved on, the support for this mod is weak at best.

zkilzz 12-11-2006 03:20 PM

Im also waiting for someone to make this for forumdisplay!:(

zkilzz 12-11-2006 03:25 PM

I just made a new request for this mod. Maybe that helps.

https://vborg.vbsupport.ru/showthrea...07#post1136407
Please show your interest here.

sylem 12-15-2006 05:18 AM

I have the Aria skin (from vBstyles) installed on my board, and I've downloaded and installed this mod:

https://vborg.vbsupport.ru/showthrea...=99829&page=18

And everything is working beautifully except I can't edit the template correctly so what ends up happening is my forum columns get this extra gray box on the right side of them. On the instructions it says:

PHP Code:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++  
edit template forumhome_forumbit_level1_nopost +++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

if 
your columnized forums should be below open for post categoriesyou also have to change level1_post that way..

find:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<if 
condition="$childforumbits">
<
tbody id="collapseobj_forumbit_$forumidstyle="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


replace with:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<if 
condition="$childforumbits">
<
tbody id="collapseobj_forumbit_$forumidstyle="{$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>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

The only problem is, on the Aria skin on that template, I have to work with this:

PHP Code:

<if condition="$childforumbits">
<
tbody id="collapseobj_forumbit_$forumidstyle="{$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> 

So its made it pretty difficult to integrate in there without messing up the forums. Can anyone help me out?

Nudda 12-21-2006 05:59 PM

awesome...ill post again if i encounter any problems

Discussions 12-22-2006 01:45 PM

It would be nice if someone would take this and make a new version with updates, extra features. Xenon has all but left the community and given up on updating any of his addons/modifications - that in my opinion is abadonment of the project and should be open for anyone to release a new copy.

Brandon Sheley 12-27-2006 01:30 AM

Quote:

Originally Posted by Discussions (Post 1143443)
It would be nice if someone would take this and make a new version with updates, extra features. Xenon has all but left the community and given up on updating any of his addons/modifications - that in my opinion is abadonment of the project and should be open for anyone to release a new copy.


Xenon
Advanced Coder

Last Online:
Dec 2006


he is been here ?

This works with a little tinkering on 3.6.4

baerwurz 12-31-2006 01:00 PM

3,64 working fine.

But a question how have I to edit the Code to show the Forumns up like here:

http://www.goteamsgo.com/forum/

Left the Image of the Forum (i?ve installed the hack to show different images on each forumn)

and right;

Forum Name
Last Thread Title
Day and Time last Post | image to last post


I hope anyone could help me.

imk 01-16-2007 08:32 PM

how do i remove the forum markers and center the forum link?

R.Solutions 01-22-2007 09:30 AM

Any news on centering the forum link and image if you have one>?

imk 01-28-2007 02:41 PM

how do i get rid of the forum icons and center it?

ibuddy 02-08-2007 12:12 PM

what does he mean by "now you have to edit the category, which's subforums should be in columns and change the value into
the ammount of columns, you want to have."

Where do I go to change this?

Eagle Eyes 02-08-2007 09:21 PM

How do i get it look like this guys?

https://vborg.vbsupport.ru/attachmen...3&d=1132906096


All times are GMT. The time now is 09:15 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.01859 seconds
  • Memory Usage 1,851KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_php_printable
  • (13)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