vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - Forumbit Tool Icons (https://vborg.vbsupport.ru/showthread.php?t=230594)

vbenhancer 12-19-2009 10:00 PM

Forumbit Tool Icons
 
1 Attachment(s)
To enhance the visitors' experience, you can add some quick tools to your forum display. You can see these icons here on nexialys.net, and here is a clear screenshot of what they look like:

As you see the 4 icons, and here what they are: (the title appear when you hover on them)

- create new thread in that forum
- list new posts/threads in that forum
- subscribe to that forum
- RSS Feed for that forum

... they are all permission based, so if you have no permission to post, the icon New Thread will not show... same for the search and subscribe.

As usual, that modification is without any code or template edits.

The icons are copyrighted, but you can change them when you want... you can also edit the template "forumhome_forumbit_toolicons" to make it look the way you want... like adding a border, or making them vertical instead of horizontal...

If you have Cyb Subforums Manager, you will have to edit the forumbit templates to your taste...

This tweak is better used if you drop the Threads/Posts columns in your forumbits templates.

FreshFroot 12-21-2009 12:55 AM

really nice work nex!

great enhancement and saves a lot of page space :D

SMosher 12-21-2009 02:58 AM

Sweet thanks !

Shelley_c 12-21-2009 06:24 PM

Nominated and installed. :up:

vbenhancer 12-21-2009 06:42 PM

Quote:

Originally Posted by funmasti (Post 1934418)
thanks dear, a demo on forum should be nice...

just check the post above, Shelley C installed it weeks/months ago.. :)

Raptor 12-23-2009 11:29 AM

1 Attachment(s)
You may want to remove the Thread / Post columns when installing this

Tested on 3.8.4 PL1 - Screenshot Added. Thanks to OP.

FORUMHOME
Find:

PHP Code:

<td class="thead">$vbphrase[threads]</td>
<
td class="thead">$vbphrase[posts]</td

Change To:

PHP Code:

<!-- 
<
td class="thead">$vbphrase[threads]</td>
<
td class="thead">$vbphrase[posts]</td>
--> 

FORUMDISPLAY
Find:

PHP Code:

      <td class="thead">$vbphrase[threads]</td
      <
td class="thead">$vbphrase[posts]</td

Change to:

PHP Code:

<!-- 
      <
td class="thead">$vbphrase[threads]</td
      <
td class="thead">$vbphrase[posts]</td
--> 



forumhome_forumbit_level1_post

Find:

PHP Code:

<td class="alt1">$forum[threadcount]</td
<
td class="alt2">$forum[replycount]</td

Change To:

PHP Code:

<!-- 
<
td class="alt1">$forum[threadcount]</td
<
td class="alt2">$forum[replycount]</td
--> 

forumhome_forumbit_level2_post
Find:

PHP Code:

<td class="alt1">$forum[threadcount]</td
<
td class="alt2">$forum[replycount]</td

Change To:

PHP Code:

<!--
    <
td class="alt1">$forum[threadcount]</td>
    <
td class="alt2">$forum[replycount]</td>
--> 


vbenhancer 12-23-2009 01:42 PM

Raptor's idea is good, but commenting the html instead of deleting it makes your page have too much content anyway, so if you have a big board, please consider deleting the html code, not commenting it.

Alucard^ 09-07-2010 12:29 AM

Would be very cool if someone implement this to vb4.


All times are GMT. The time now is 04:45 AM.

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.01434 seconds
  • Memory Usage 1,747KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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