vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - OS/Browser Display in Postbits (https://vborg.vbsupport.ru/showthread.php?t=280899)

nhawk 04-13-2012 12:17 PM

Quote:

Originally Posted by X-or (Post 2319685)
I suppose it won't work on vB3. And yes I have seen the vB3 version but it doesn't seem to have anywhere as much features.

No, this isn't the same as the vB3 version and it won't work with vB3.

dmandem 04-13-2012 09:49 PM

Great mod, thanks!

Working on 4.1.12 incase anybody is thinking of installing.

Mr_Running 04-18-2012 05:55 PM

I confirm, working on 4.1.12 :)

In regards to Usergroup Options

It works with Primary Usergroup

It would be great if it worked with Additional Usergroups
Can not view when I am in Additional Usergroup.

Skyrider 04-20-2012 06:37 AM

Is there anyway to hide the version of both browser & OS but still show what browser/OS they are using? Multiple people mentioned they prefer not to have their version to be shown for security risks/issues.

Quote:

Originally Posted by Mr_Running (Post 2321349)
I confirm, working on 4.1.12 :)

In regards to Usergroup Options

It works with Primary Usergroup

It would be great if it worked with Additional Usergroups
Can not view when I am in Additional Usergroup.

Same issue here.

nhawk 04-20-2012 10:22 AM

I'll see what I can do for hiding the versions and usergroups later today.

nhawk 04-20-2012 01:10 PM

Update posted.

NOTE: If you are upgrading from version 1.0.0 or 1.0.1 to 1.0.2 or higher the usergroup options have changed. You MUST go into ACP->Settings->Options->OS/Browser Display Settings and select which usergroups CAN view the OS/Browser icons.

Skyrider 04-20-2012 02:07 PM

Awesome, thank you! Though I just remember that it would be nice if admins (or specific group) can view the versions :p.

Mr_Running 04-20-2012 02:25 PM

Does this change at all in version 1.0.2?
Edit: Never-mind I didn't remember that it displays on new post only. :o

Quote:

Originally Posted by nhawk (Post 2316419)
If you're using DBTech's postbit tabs, create a new view with this code...
Code:

<img class="{vb:raw $post.osb_sysicon}" src="clear.gif" alt="{vb:raw $post.osb_system}" /> <img class="{vb:raw $post.osb_icon}" src="clear.gif" alt="{vb:raw $post.osb_browser}" />
And then disable the 'Put OS/Browser in Postbit' plugin.

You will be limited to using the 'Sprite' system doing this. So make sure that is enabled (it is by default) if you disabled it.

Note: I believe the ReadMe needs a date change 2011 ;) to 2012
Quote:

* History (Changelog) *
------------------------------
1.0.2 - (April 20, 2011)
1.0.1 - (April 2, 2011)
March 30, 2011
1.0.0 - Initial Release

nhawk 04-20-2012 02:58 PM

LOL.. It's 2012??!!!??

I'll correct that in the next release. :D

If you're using DBTech's posbit tabs, the view should be changed to this..
Code:

<vb:if condition="$vboptions[osb_hide]">
<img class="{vb:raw $post.osb_sysicon}" src="clear.gif" alt="" /> <img class="{vb:raw $post.osb_icon}" src="clear.gif" alt="" />
<vb:else />
<img class="{vb:raw $post.osb_sysicon}" src="clear.gif" alt="{vb:raw $post.osb_system}" /> <img class="{vb:raw $post.osb_icon}" src="clear.gif" alt="{vb:raw $post.osb_browser}" />
</vb:if>


faisaly.com 04-20-2012 07:50 PM

Just goes to show some members do actually read the info....HAH!


All times are GMT. The time now is 12:38 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.01139 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
  • (4)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
  • (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