vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Forums arranged in columns on forumhome + Extra Future (https://vborg.vbsupport.ru/showthread.php?t=116985)

WritersBeat 06-01-2006 12:51 AM

Yeah, anyone find a way to display it as a subforum to?

lukeeales 06-01-2006 03:57 PM

This is great, I will install it shortly. Plug in format would be awesome.

Farjad 06-01-2006 10:15 PM

actually nevermind.. i got a better looking code thou try this guyz:

replace whole forumhome_columncell with :

Code:

<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" width="$column_width">
        <div><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong><U>$forum[title]</U></strong></a>
        </div><blockquote style="margin-left: 15px; margin-top: 0px; margin-right: 0px;">
        <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if><br>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$forum[link] != ''">
  <else />
  <div class="smallfont" align="$stylevar[left]">$forum[lastpostinfo]</div>Forum Info: Topics: <strong style="font-weight: 400">$forum[threadcount]
        Posts: $forum[replycount]</strong>
<br /></if></blockquote></td>


Mr Chad 06-02-2006 07:00 AM

this is what i came up with:
http://www.imgshed.com/files/1/example.PNG

as you can see i got the subforums to work, [Live Example]

AKapadia 06-02-2006 02:14 PM

looks hot... nice.. work :)

Mr Chad 06-02-2006 09:11 PM

What i want to do is make the whole box glow, (by changing the images) if there has been any new threads/posts.

HTML Code:

        <if condition="$forum[statusicon] == old OR lock">
        <!-- normal look -->
        </if>
        <if condition="$forum[statusicon] == new">
        <!-- glowing boarder :) -->
        </if>


ericgtr 06-05-2006 07:28 PM

Moved this to template modifications since there are no actual file changes for this specific mod.

davewolf 06-06-2006 03:04 PM

Chad how did you get the subforum text list show ? :)

What youve done is just what i need as i have lots of sub-forums.

Farjad 06-07-2006 03:03 AM

Quote:

Originally Posted by Mr Chad
What i want to do is make the whole box glow, (by changing the images) if there has been any new threads/posts.
a
HTML Code:

        <if condition="$forum[statusicon] == old OR lock">
        <!-- normal look -->
        </if>
        <if condition="$forum[statusicon] == new">
        <!-- glowing boarder :) -->
        </if>


easy, just put the regular code in first if and then dont have the second if just change it to <else /> and put the glow of the code closing it with an </if>

or like this
Code:

        <if condition="$forum[statusicon] == new">
glow td here
<else />
old td here
</if>


Blackbeard 06-07-2006 11:18 AM

What changes do i need to make to put an image in the columns for each forum??

Thanks in advance


All times are GMT. The time now is 01:37 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.05945 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_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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