Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
OS/Browser Display in Postbits Details »»
OS/Browser Display in Postbits
Version: 1.0.6, by nhawk nhawk is offline
Developer Last Online: May 2021 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.1.5 Rating:
Released: 03-29-2012 Last Update: 05-09-2012 Installs: 84
DB Changes Uses Plugins
Additional Files  
No support by the author.

No longer available on vB.org.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
Adrijan, DirtRider, Megaboost, MikeF

Comments
  #82  
Old 04-13-2012, 12:17 PM
nhawk nhawk is offline
 
Join Date: Jan 2011
Posts: 1,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by X-or View Post
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.
Reply With Quote
  #83  
Old 04-13-2012, 09:49 PM
dmandem dmandem is offline
 
Join Date: Aug 2011
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod, thanks!

Working on 4.1.12 incase anybody is thinking of installing.
Reply With Quote
Благодарность от:
nhawk
  #84  
Old 04-18-2012, 05:55 PM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #85  
Old 04-20-2012, 06:37 AM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View Post
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.
Reply With Quote
  #86  
Old 04-20-2012, 10:22 AM
nhawk nhawk is offline
 
Join Date: Jan 2011
Posts: 1,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll see what I can do for hiding the versions and usergroups later today.
Reply With Quote
  #87  
Old 04-20-2012, 01:10 PM
nhawk nhawk is offline
 
Join Date: Jan 2011
Posts: 1,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #88  
Old 04-20-2012, 02:07 PM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome, thank you! Though I just remember that it would be nice if admins (or specific group) can view the versions .
Reply With Quote
  #89  
Old 04-20-2012, 02:25 PM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Quote:
Originally Posted by nhawk View Post
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
Reply With Quote
  #90  
Old 04-20-2012, 02:58 PM
nhawk nhawk is offline
 
Join Date: Jan 2011
Posts: 1,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

I'll correct that in the next release.

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>
Reply With Quote
Благодарность от:
Mr_Running
  #91  
Old 04-20-2012, 07:50 PM
faisaly.com faisaly.com is offline
 
Join Date: Mar 2007
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just goes to show some members do actually read the info....HAH!
Reply With Quote
2 благодарности(ей) от:
Mr_Running, nhawk
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:30 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08642 seconds
  • Memory Usage 2,320KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (8)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete