vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - vB Category Icons (https://vborg.vbsupport.ru/showthread.php?t=70365)

Flow Fusion 03-28-2005 12:04 PM

I also noticed this doesn't work in all styles any idea where else to work on that?

AlexUK 03-28-2005 02:55 PM

Hi there, Installed this hack and double checked all steps again and again and the icons dont show at all?
Can anyone help me with this?
I tought it was easy.

Flow Fusion 03-28-2005 03:10 PM

Sure hit me up on Yahoo. flow_fusion

AlexUK 03-29-2005 01:44 PM

Still have the same problem, no images show at all.
All the steps have been done correctly and I only have 1 syle in my forums.
Any help?

rjordan 03-29-2005 07:33 PM

Did you make the changes in your templates to actually show the images? There are no specific instructions on exactly WHERE to put them in, so you need to know how to do a little on-your-own template changing.

AlexUK 03-30-2005 02:13 AM

Yeah I played around an no luck at all. :(

rjordan 03-30-2005 02:25 AM

Here is what I put together on my site...

In forumhome_forumbit_level1_post:

Find:
PHP Code:

 <td><img src="$vboptions[cleargifurl]alt="" width="9" height="1" border="0" /></td>
<
td

Add below this:
PHP Code:

<table width="100%">
<
tr>
<
td width="20" align="center" valign="top">
$forum[forumhomeicon]</td>
<
td

Then find:
PHP Code:

 <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> 

Add below this:
PHP Code:

 </td>
</
tr>
</
table

In forumhome_forumbit_level2_post:

Find:
PHP Code:

 <td class="alt1Active" align="$stylevar[left]id="f$forum[forumid]"

Add below this:
PHP Code:

<table width="100%">
<
tr>
<
td width="20" align="center" valign="top">
$forum[forumhomeicon]
</
td>
<
td

Then find:
PHP Code:

 <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> 

Add below this:
PHP Code:

 </td>
</
tr>
</
table

Naturally, change the table width (shown as 20 above) to the width you want. Note that if you do not have a category icon, this will put a blank space in front of each category. I think i tlooks better than having categories shifting back and forth, but that is just me. Hope this helps!

AlexUK 03-30-2005 02:38 AM

Thanks a lot, I will try this.

AlexUK 03-30-2005 03:01 AM

It failed to work again, I am really frustated with this now.
I tried different ways and the forums dont show up any images.

rjordan 03-30-2005 03:39 AM

Check your PM.


All times are GMT. The time now is 03:59 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.01092 seconds
  • Memory Usage 1,752KB
  • 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
  • (8)bbcode_php_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
  • (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