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-01-2012 09:22 AM

Quote:

Originally Posted by HHelp1 (Post 2315598)
Is there any way i can put those icons under the postbit? I dont want it in middle postbit like this http://screensnapr.com/e/rgbJB1.jpg i want those display under my postbit. Thanks a lot!

Umm, how to say this?

It DOES put it at the bottom of the postbits. It's the other mods that you are running that are adding things AFTER postbits.

You could try going to ACP->Plugins & Products->Plugin Manager, locate the 'Put OS/Browser in Postbit' plugin and change it's execution order to 6 or 7. That may or may not work. However I lean more to the may not side.

MrBeastlymfe 04-01-2012 01:18 PM

I made new post and they still aren't showing up?

nhawk 04-01-2012 01:28 PM

Quote:

Originally Posted by MrBeastlymfe (Post 2315728)
I made new post and they still aren't showing up?

If you uploaded the files and installed the XML and turned on the options in ACP->Settings->Options->OS/Browser Display Settings, go to ACP->Plugins & Products->Plugin Manager. Locate the 'Put OS/Browser in Postbit' plugin and add this as the very first line in the plugin...

Code:

global $vbulletin;

Adrijan 04-01-2012 08:19 PM

Quote:

Originally Posted by nhawk (Post 2315729)
If you uploaded the files and installed the XML and turned on the options in ACP->Settings->Options->OS/Browser Display Settings, go to ACP->Plugins & Products->Plugin Manager. Locate the 'Put OS/Browser in Postbit' plugin and add this as the very first line in the plugin...

Code:

global $vbulletin;

Works after add this line ... vB 4.1.3

Thanks a lot !

P.S. Good luck @ MOTM April ... I voted 4 this mod.

nhawk 04-02-2012 05:37 PM

Updated today to account for some systems not displaying icons and added most requests from users.

Nirjonadda 04-02-2012 06:33 PM

Now Excellent Work...Thanks for updated

faisaly.com 04-02-2012 06:59 PM

Make sure users that have v1.00 installed overwrite the image folder via forum root... or they may experience some strange looking icons ...

nhawk 04-02-2012 09:36 PM

Quote:

Originally Posted by faisaly.com (Post 2316106)
Make sure users that have v1.00 installed overwrite the image folder via forum root... or they may experience some strange looking icons ...

That's why the install/upgrade instructions say to upload the contents of the upload folder. :D

New Joe 04-03-2012 04:06 AM

@nhawk, when i set the option like so> Above IM Links
In some cases it shows at the bottom of the Postbit (as this is how I want it to) but in other cases it shows to thr right of the users av.
Very strange, any ideas?

clutchthese 04-03-2012 07:28 AM

installed n nominated!

New Joe 04-03-2012 08:09 AM

I sorted out my problem and nominated the mod.

Just one thing nhawk, I think Vista/ Server 2008 should be read as Windows 7.

clutchthese 04-03-2012 08:30 AM

Quote:

Originally Posted by New Joe (Post 2316260)
@nhawk, when i set the option like so> Above IM Links
In some cases it shows at the bottom of the Postbit (as this is how I want it to) but in other cases it shows to thr right of the users av.
Very strange, any ideas?

What did you do to fix this?

New Joe 04-03-2012 08:44 AM

I didn't really fix it as such, I wanted it at the bottom of the postbit so after the above way had strange results I just changed the setting to this one> Below Post Count
Which put it at the bottom of the postbit and worked and showed fine for every member who posted.

nhawk 04-03-2012 10:04 AM

Above IM links appears to be in the same place as Below Post Count but it is slightly lower. Especially if there are no other mods adding to the area below the post count.

If your style is showing the icons out of postition, temporarily switch to the vB default style and check it. If it shows OK there, then it's your style or another plugin for the postbit area that isn't handling the postbit area correctly.

Window 7 shows as Windows 7/ Server 2008 R2.

If you have a version of Window 7 that is showing as Vista, please post the complete user agent for that system.

BANDiT600 04-03-2012 11:47 AM

I installed it right now on 4.1.11 and it don't work. Sorry, everything's fine!

steeler7 04-03-2012 12:57 PM

I installed this on 4.1.11 PL1 and it's not working/showing up. I am using eTiKeT's postbit style ---> https://vborg.vbsupport.ru/showthread.php?t=236953 perhaps there's a compatibility issue?

lodos0677 04-03-2012 01:05 PM

Very beatuful. + 1

nhawk 04-03-2012 02:06 PM

Quote:

Originally Posted by steeler7 (Post 2316361)
I installed this on 4.1.11 PL1 and it's not working/showing up. I am using eTiKeT's postbit style ---> https://vborg.vbsupport.ru/showthread.php?t=236953 perhaps there's a compatibility issue?

Strange, Doctor Death says it works with that. See this post...
https://vborg.vbsupport.ru/showpost....3&postcount=25

EDIT: Wait, the one you are using is older than Doctor Death's.

I see no reason it shouldn't work. The hooks are all in place for it to work in that mod.

Have you made a new post to see if it works? Old posts do not receive the icons, only new posts will.

sweetpotato 04-03-2012 03:23 PM

I use Postbit Tabs, so how to search OS/Browser Display template to put in the Tab?
Thanks,

nhawk 04-03-2012 03:50 PM

Quote:

Originally Posted by sweetpotato (Post 2316407)
I use Postbit Tabs, so how to search OS/Browser Display template to put in the Tab?
Thanks,

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.

sweetpotato 04-03-2012 04:14 PM

Just followed your instruction and have OS/Browser display in Tab.

Thank you for very nice mod. I will rate and nominate it.

steeler7 04-03-2012 06:22 PM

Quote:

Originally Posted by nhawk (Post 2316383)
Strange, Doctor Death says it works with that. See this post...
https://vborg.vbsupport.ru/showpost....3&postcount=25

EDIT: Wait, the one you are using is older than Doctor Death's.

I see no reason it shouldn't work. The hooks are all in place for it to work in that mod.

Have you made a new post to see if it works? Old posts do not receive the icons, only new posts will.

It's fixed.. accidentally actually by trying to fix an issue with the Everywhere Sidebar Mod. Basically, when I went into Options>>Styles & Settings and selected "store Css stylesheets as files" to No and it is working now

nhawk 04-03-2012 06:30 PM

Quote:

Originally Posted by steeler7 (Post 2316468)
It's fixed.. accidentally actually by trying to fix an issue with the Everywhere Sidebar Mod. Basically, when I went into Options>>Styles & Settings and selected "store Css stylesheets as files" to No and it is working now

That usually means that vBulletin isn't able to write to the clientscript/vbulletin.css folder (and any folders in there too).

Robru 04-03-2012 07:31 PM

V1.0.1 messed up the images in Windows 8 with IE10 :)

nhawk 04-03-2012 07:44 PM

Quote:

Originally Posted by Robru (Post 2316485)
V1.0.1 messed up the images in Windows 8 with IE10 :)

Upload all of the files to your server. AND install the XML with 'allow overwrite' set to 'Yes'.

That combination is displaying fine on my site..
http://snogssite.com/showthread.php?...ull=1#post1276

bosanci28 04-03-2012 08:41 PM

not working for me in 4.1.11
not showing.

thanks

nhawk 04-03-2012 09:00 PM

Quote:

Originally Posted by bosanci28 (Post 2316502)
not working for me in 4.1.11
not showing.

thanks

Did you turn it on in ACP->Settings->Options->OS/Browser Display Settings? Did you make a new post? Old posts do not get icons, only new posts do.

My site runs 4.1.11 as others using the mod do, and it works there without a problem.

All screenshots by me in this thread are from vB 4.1.11 or 4.1.11 pl-1

ellovo 04-03-2012 09:07 PM

Thanks. working good on 4.1.10

bosanci28 04-03-2012 09:10 PM

Quote:

Originally Posted by nhawk (Post 2316511)
Did you turn it on in ACP->Settings->Options->OS/Browser Display Settings? Did you make a new post? Old posts do not get icons, only new posts do.

My site runs 4.1.11 as others using the mod do, and it works there without a problem.

All screenshots by me in this thread are from vB 4.1.11 or 4.1.11 pl-1

works,now.
made new post.

thanks!!!!

Robru 04-03-2012 09:39 PM

Quote:

Originally Posted by nhawk (Post 2316488)
Upload all of the files to your server. AND install the XML with 'allow overwrite' set to 'Yes'.

That combination is displaying fine on my site..
http://snogssite.com/showthread.php?...ull=1#post1276

Thanks, this is the solution for my problem! ;)

Robert8 04-04-2012 01:07 AM

Excellent. Works perfect on 4.1.11.
Rated 5 and nominated.
Many thanks!!!.

BaanFarsang 04-04-2012 11:48 AM

Not work on 4.1.12

nhawk 04-04-2012 11:50 AM

Quote:

Originally Posted by BaanFarsang (Post 2316658)
Not work on 4.1.12

Did you turn it on in ACP->Settings->Options->OS/Browser Display Settings? Did you make a new post? Old posts do not get icons, only new posts do.

EDIT: This DOES work with 4.1.12 Beta 1. See attached screenshot.

New Joe 04-04-2012 12:45 PM

Quote:

Originally Posted by BaanFarsang (Post 2316658)
Not work on 4.1.12

I find it really silly using vb 4.1.12 Beta on a live site anyway.

SeeLand 04-04-2012 07:31 PM

It's working with vbulletin 4.1.3?
Someone test?

nhawk 04-04-2012 07:33 PM

Quote:

Originally Posted by SeeLand (Post 2316788)
It's working with vbulletin 4.1.3?
Someone test?

In the description in the first post...
Quote:

Known Working with vB 4.1.3, 4.1.5, 4.1.10 and 4.1.11

Doctor Death 04-04-2012 09:40 PM

Updated to the new version on 4.1.11 PL 1 with Eticket's post bit enhancement.... Works and looks great and checked all position options out which also works fine.

Thanks again to Nhawk for a nice, tight mod. Nominated.

steeler7 04-06-2012 12:06 AM

Quote:

Originally Posted by nhawk (Post 2316473)
That usually means that vBulletin isn't able to write to the clientscript/vbulletin.css folder (and any folders in there too).

While it is displaying the icons, it's displaying multiple icons and vertically. shouldn't it only show for instance a firefox icon once and if there's another browser then show that one next to it horizontally not vertically?

it seems like it is showing an icon every time someone logs in and off making the postbit very long and filled with icons stacked on top of each other

nhawk 04-06-2012 10:08 AM

Quote:

Originally Posted by steeler7 (Post 2317173)
While it is displaying the icons, it's displaying multiple icons and vertically. shouldn't it only show for instance a firefox icon once and if there's another browser then show that one next to it horizontally not vertically?

it seems like it is showing an icon every time someone logs in and off making the postbit very long and filled with icons stacked on top of each other

This is a problem with your style or another mod. It isn't handling the postbit area correctly.

There are only 2 icons for each post. OS and Broswer type.

X-or 04-13-2012 11:40 AM

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.


All times are GMT. The time now is 01:32 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.01337 seconds
  • Memory Usage 1,828KB
  • 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
  • (3)bbcode_code_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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