vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Forum Display Enhancements - icon key enhancement (https://vborg.vbsupport.ru/showthread.php?t=189082)

al3bed 08-24-2008 10:00 PM

icon key enhancement
 
hello,

what is this:
This will change icon keys style in fourmdisplay by using tables & css (alt1, alt2)

you will need to update only one template 'forumdisplay'
this update Will not affect the general pattern of the template

so you can use it with any version of vbulletin.


screenshots:
before: Attachment 86283
after: Attachment 86284


Installation:
download instructions from attached txt file.


it's will be better when you implementing this edit:
https://vborg.vbsupport.ru/showthread.php?t=178787

that all :)
I hope you like it.

M-Tuning 08-25-2008 06:40 PM

I don't get it,

Can you post a screen from before the mod and after?

al3bed 08-25-2008 09:11 PM

Screenshots added.

Mike-D 08-28-2008 10:50 AM

Just a side note: I recommend you to replace the <else /> Code through the Replacements as below. Otherweise your Tables does not shown as expected (see Attachments). You can see the result by enabling the Option at VBulletin Settings => Forum Display Options (forumdisplay => Hot Threads Enabled :)

Search for:
HTML Code:

      <else />
      <td colspan="2">&nbsp;</td>
      </if>

Replace them
HTML Code:

      <else />
      <td class="alt2" >&nbsp; </td>
      <td align="left" class="alt1"></td>
      </if>


al3bed 08-30-2008 05:14 AM

updated ..
  • add if conditions
  • add new screens
  • thanks to Mike-D for his notes
  • now stable table :D

AMcKay 09-05-2008 04:12 AM

Thanks for this. Maybe release a similar one for the "new threads in forum," "old threads in forum," locked forum" icons for the Forumhone as well.


All times are GMT. The time now is 09:21 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.01055 seconds
  • Memory Usage 1,720KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete