vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - Forumdisplay Warning Message (https://vborg.vbsupport.ru/showthread.php?t=165278)

Kirk Y 12-24-2007 08:13 PM

v1.03 Released
- Fixed bug that set the pop-up session cookie when the warning displayed, rather than when the user clicked to continue
- Changed row data type to TEXT for better compatibility
- Added ability to exclude Usergroups from splash warnings

Bflat5 12-24-2007 08:45 PM

Still getting the same database error when trying to install.

Kirk Y 12-24-2007 10:03 PM

Quote:

Originally Posted by Bflat5 (Post 1408605)
Still getting the same database error when trying to install.

Give it a try now.

Bflat5 12-25-2007 12:06 AM

Quote:

Originally Posted by Kirk Y (Post 1408644)
Give it a try now.

Looks like that fixed it. Thanks. :)

dacho 12-25-2007 06:33 AM

At my place this does not work with IE6, could be that this does not support IE6 ?

Kirk Y 12-25-2007 04:32 PM

Quote:

Originally Posted by dacho (Post 1408763)
At my place this does not work with IE6, could be that this does not support IE6 ?

Seems so; IE 5 and 6 don't play nice with it. I'll see what I can do.

princeedward 12-25-2007 06:43 PM

nice update bro....thanks a lot...;)

Doctor Death 12-25-2007 07:56 PM

Can I make a suggestion? That in the configuration, you allow the user to specify x,y coordinates of where box will be located AND x,y dimensions of this box.

If you can do this, then the flash header part is not important, because the box can be put where the header is not.

Make sense?

Thanks

Kirk Y 12-25-2007 09:03 PM

I'll consider putting it in.

If you'd like to modify it yourself; the following is the relevant area of the splashwarn_js template:
Code:

document.write('<div id="slashpage" style="position: absolute; z-index: 100; bottom:90px; left:275px; color: gray; background-color:$vboptions[splashbgcolor]; border: solid 1px black;">') //Main splashpage container
document.write('<div style="color:white;width:700px;height:150px;padding:5px;" class="splashtext" align="center">')

Red = Location of Pop-up
Blue = Dimensions of Pop-up

Doctor Death 12-25-2007 10:54 PM

I made those mods and it is SWEET. The perfect addition.... I really think you will benefit by making those modifyable options, but in the meantime hand editing is GREAT.

Thank you again.

www.ddsog.com

princeedward 12-26-2007 08:29 AM

YEAH! its...really nice now...voted for MOTM!....


maybe we can add also this rating image....
attach image for those interested...

dacho 12-26-2007 09:26 AM

Quote:

Originally Posted by Kirk Y (Post 1409050)
I'll consider putting it in.

If you'd like to modify it yourself; the following is the relevant area of the splashwarn_js template:
Code:

document.write('<div id="slashpage" style="position: absolute; z-index: 100; bottom:90px; left:275px; color: gray; background-color:$vboptions[splashbgcolor]; border: solid 1px black;">') //Main splashpage container
document.write('<div style="color:white;width:700px;height:150px;padding:5px;" class="splashtext" align="center">')

Red = Location of Pop-up
Blue = Dimensions of Pop-up

Take a look
http://forums.dacho.co.il/test.htm
The problem in IE it's not in the div position
if it's static, it's working fine... it's something with the Dinamic definition

princeedward 12-27-2007 08:09 PM

hi bro kirk...

is it normal that this will work only to forum section title when you clicked....but not to the last post title at the right side??? or did i missed something...and how can i make this work???

please view attachment

Attachment 73865

thanks and best regards...

:p

Kirk Y 12-29-2007 04:01 AM

Quote:

Originally Posted by princeedward (Post 1410301)
hi bro kirk...

is it normal that this will work only to forum section title when you clicked....but not to the last post title at the right side??? or did i missed something...and how can i make this work???

please view attachment

Attachment 73865

thanks and best regards...

:p

No, this modification wasn't intended to show a warning message for threads within the forum - only on the forum itself. If there is a high enough demand for such an option, I'll look into adding one.

Kirk Y 12-29-2007 04:02 AM

v1.04 Released
- Added control for dimensions (height and width) of the warning pop-up
- Added control for position of the warning pop-up via X,Y coordinates

shaynehammy 12-29-2007 07:00 AM

I'd defintely need it for a particular forum section rather than the forum home. Please can you add this option?

What would be even better is any thread that disaplys in recent posts that falls under any R18 forum that the hack is enabled for would display the warning. How possible is this?

princeedward 12-29-2007 11:30 AM

Quote:

Originally Posted by Kirk Y (Post 1411205)
No, this modification wasn't intended to show a warning message for threads within the forum - only on the forum itself. If there is a high enough demand for such an option, I'll look into adding one.

i guess it would be better to have this option...coz' it will be useless then...if someone click to the last post...seen at the right side..they can auto-get inside without having that warning sign...right?...i hope you can add this one...
...this is really a nice mod in deed...anyway thanks for the new update too...

thanks and best regards...

:p

Kirk Y 12-29-2007 01:20 PM

Quote:

Originally Posted by shaynehammy (Post 1411255)
I'd defintely need it for a particular forum section rather than the forum home. Please can you add this option?

The modification already does this... it's never shown a warning on the forum home; hence the name Forumdisplay Warning Message. :erm:

Doctor Death 12-31-2007 03:44 PM

Great mod and I really appreciate how developer listens to users.

Issue: Latest mod has x,y position options as well as x,y box dimension options.

Those options are NOT used in the plugin -- the original values are hard coded in the plugin.
Here is the plugin sourcecode to show that:

Quote:

document.write('<div id="slashpage" style="position: absolute; z-index: 100; bottom:90px; left:275px; color: gray; background-color:$vboptions[splashbgcolor]; border: solid 1px black;">') //Main splashpage container
document.write(this.defineheader) //header portion of splashpage
document.write('<div style="color:white;width:700px;height:350px;padding:5px;" class="splashtext" align="center">')

Kirk Y 12-31-2007 05:35 PM

Fixed, try now.

djbaxter 12-31-2007 05:43 PM

Can't download it:

Quote:

vBulletin Message
Invalid Attachment specified. If you followed a valid link, please notify the administrator

Kirk Y 12-31-2007 05:47 PM

Working fine for me. :erm:

Doctor Death 01-01-2008 10:47 PM

Great mod -- love the fact you can put in the x,y coordinates, makes it PERFECT.

One last suggestion (for the moment!!)

Have an option to put an HTTP link in so that if they click "GO BACK" it takes them to another website (like www.disney.com)!! If that option field is blank it takes them back to the previous screen.

You have done a great job on this and it should be standard VBulletin ware!!

donal 01-25-2008 04:44 AM

Thanks for the nice mode. Installed and working fine with VB 3.7.0 beta.

I small problem though. Warning is working fine at forum display and thread display but it doesnt display if someone clicks on the direct link of the post. Since latest thread are shown at my forum home, the warning wont display if someone click on these links.

christicehurst 01-25-2008 10:59 AM

I got a problem, it's only showing a blank black box in front of the forum.

jasculs 01-25-2008 12:28 PM

Quote:

Originally Posted by donal (Post 1428502)
Thanks for the nice mode. Installed and working fine with VB 3.7.0 beta.

I small problem though. Warning is working fine at forum display and thread display but it doesnt display if someone clicks on the direct link of the post. Since latest thread are shown at my forum home, the warning wont display if someone click on these links.

Once this is fixed...I'll definitely use this great mod...I think that they should get the warning message no matter how they get in.

jewropa 01-25-2008 02:01 PM

Doesnt work in IE, please help! In Firefox works fine!

SVTCobraLTD 01-25-2008 02:39 PM

No luck here. Only get a black screen when installed and yellow writing at the top to click to have cookie saved. Nothing shows up on the screen even when I tried to use an image. This is on 3.6.8pl2

Luciolle 01-25-2008 05:16 PM

Just a little question, you think it's possible to apply this modification to a evenement on calendar ?

When a evenement spray out on index page at the bottom, apply this WARNING system to this to ?

Sorry for my poor english :p

shunter 02-03-2008 12:49 PM

Is there a way to make it appear every time the same person enters that forum... i dont want them to be able to disable it...

thanks for the help

Zorck 02-03-2008 02:54 PM

excelent mod!
thanks

Martell 02-05-2008 03:38 PM

Kirk Y Does not work. vB 3.6.8 PL2:(
Has made all under the instruction. Nothing shows.

=>Thanks, has understood!:)

yeku 02-05-2008 09:22 PM

Installed

Thank

shunter 02-11-2008 10:17 PM

Quote:

Originally Posted by shunter (Post 1435315)
Is there a way to make it appear every time the same person enters that forum... i dont want them to be able to disable it...

thanks for the help

does anyone know how i can make this pop up every time that persons enters in the forum :)

TCE Killa 02-13-2008 04:49 PM

Quote:

Originally Posted by SVTCobraLTD (Post 1428720)
No luck here. Only get a black screen when installed and yellow writing at the top to click to have cookie saved. Nothing shows up on the screen even when I tried to use an image. This is on 3.6.8pl2

I get the exact same. I'm using 3.6.8 Pl2 as well.

Uninstalled:(

mastertek2000 02-13-2008 09:54 PM

this look great but could not get it to work no errors just never pop's up it turned on and i did set it in forum management i run IE6 works fine on Fire Fox any help pls thanks

sp0okz 02-14-2008 06:05 PM

i get a black screen thats all and im using ie7

sp0okz 02-15-2008 06:21 PM

Can we have a update asap please

shunter 02-18-2008 09:23 AM

I'd love to know how to make this pup up everytime someone enter that forum :)

sambalis 02-19-2008 06:11 AM

Goodmorning!
I installed it, and nothing happens!!!

Does anything has to do with VBAdvanced???


All times are GMT. The time now is 05:24 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.01350 seconds
  • Memory Usage 1,820KB
  • 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
  • (12)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