vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Display Enhancements - No more IE (Internet Explorer) (https://vborg.vbsupport.ru/showthread.php?t=254108)

Kraxell 11-28-2010 06:23 PM

Where do you found this picture? I search another one like that.

Regards

basilrath 11-28-2010 08:51 PM

not sure if im getting why this is good for a board

Dr.osamA 11-28-2010 11:51 PM

Quote:

Originally Posted by Robru (Post 2126289)
I think, its better to allow all browser types, and not only Firefox. But, this is your party :)

hi

you can use the code as you like bro ... you can add there all browser types , it is Re-usable Code

Quote:

Originally Posted by Kraxell (Post 2126800)
Where do you found this picture? I search another one like that.

Regards

Easy to make this image in photoshop, my friend

Quote:

Originally Posted by basilrath (Post 2126872)
not sure if im getting why this is good for a board

To alert members to stop the use of browser Explorer and start use browsers more compatibility with Release VB 4.x.x
As in Facebook and other most Famous sites

guys it is up to you how to reuse this code

Special Pages 05-13-2011 06:12 PM

Great one. Thanks mate!

final kaoss 01-15-2013 11:06 PM

very good plug.

ForceHSS 01-16-2013 12:23 AM

your demo is not working

thetechgenius 08-16-2014 11:18 PM

1 Attachment(s)
Thank you for this!

I edited the code a bit to match my forums though. And I made it so the message only shows up when a user is using Internet Explorer. Check out the attached screenshot.

If anyone wants the code, here it is:

Note: I also attached the image I am using in my code. Put "attention.png" in *vbroot*/images . You may use it any way you like.

header:

Code:


<head>
<script type="text/javascript">
if (navigator.appName == "Microsoft Internet Explorer"){
    document.writeln("<div id=\"alra7ba1\"><center><img src=\"/images/attention.png\" style=\"vertical-align: middle;\" alt=\"\" /> <font color=\"#FF0000\"><b>Attention</b>: This site does not support <del>Internet Explorer</del>,TTG runs best with <a href=\"http://www.mozilla.com/en-US/firefox/\">FireFox</a></font></center></div>");
}
</script>
</head>

Change the RED text to your liking.




additional.css:


Code:


#alra7ba1  {

color : #FFFFFF;
width : 550px;
background-color: rgba(0, 0, 0, 0.5) ;  /* Added Opacity to the background */
border: 2px solid rgba(69, 63, 63, 0.5); /* Added Opacity to the border to match background */
border-radius: 4px;  /* Added a radius to the border for rounded corners */
position:fixed;
right:410px;  /* You may need to adjust this to get it centered */
top:0px;
z-index: 1;



#alra7ba1 a:hover {
color: #FFFFFF;  /* Added a hover color to the FireFox Link - It was Black */

}



Thank you Dr.osamA!


All times are GMT. The time now is 03:25 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.01652 seconds
  • Memory Usage 1,730KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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