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)

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.


All times are GMT. The time now is 03:42 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.02079 seconds
  • Memory Usage 1,747KB
  • 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
  • (1)bbcode_code_printable
  • (5)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