Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
SCANU's Guest Warn 3 - Elegant Floating Warning for your guests Details »»
SCANU's Guest Warn 3 - Elegant Floating Warning for your guests
Version: 3.1, by Scanu Scanu is offline
Developer Last Online: Apr 2022 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.x.x Rating:
Released: 09-10-2011 Last Update: 07-27-2014 Installs: 330
Uses Plugins Auto-Templates
Translations  
No support by the author.

Description
This modification shows an elegant warn for all guests of your forum with the possibility to add a close button, it's a conversion of this mybb add-on. For all the features or the mod version history click here Look at the screenshots for more!

Installation

Upload the product via admincp and go in Settings->Guest Warn Settings to customize the close option etc.. Then search in stylevars for GuestWarn to customize the style.
To update just redownload and reupload the file, make sure that overwriting is set to Yes

Demo

Online demo: http://scanu.altervista.org/forum.php

Translations
  • Arabic translation by Dr.OsamA (download in the attachments) ONLY 2.7

PLEASE NOMINATE THIS MOD FOR MOTM AND CLICK MARK AS INSTALLED

Please donate to support my free works

If you like this mod see this other elegant mod for your forum: click here
To get support:
  1. Mark this mod as Installed
  2. Copy/Pasted errors or screenshots
  3. URL/link to site


Many thanks to my brother: Clear (Darkness95) that allowed me to convert his plugin and using his style. Please if there are errors in the phrases let me know.
To the coders: This mod use javascript and css but i don't want to write them in other files because i like that the mod is easy to install so you have not to upload files, the image too are situated in online server so you don't have to download and re-upload in your server. That's all

Download Now

File Type: xml Guest_Warn 2.7-Arabic by alra7ba.xml (13.6 KB, 102 views)
File Type: xml SCANU's Guest Warn 3.xml (19.7 KB, 284 views)
File Type: xml Guest Warn 3.1.xml (15.0 KB, 164 views)

Screenshots

File Type: png warn.png (22.0 KB, 0 views)
File Type: jpg Settingsguestwarn.jpg (114.7 KB, 0 views)
File Type: png thankyou.png (4.3 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #162  
Old 05-02-2012, 02:07 AM
BF777 BF777 is offline
 
Join Date: Jan 2007
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to set it up so that in only shows up in the forums and not the CMS?
Reply With Quote
  #163  
Old 07-06-2012, 04:17 PM
deverill2010 deverill2010 is offline
 
Join Date: Jan 2011
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Scanu how do I change the position of the box?
Reply With Quote
  #164  
Old 07-19-2012, 03:04 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go in the css product options and change Width and Height as you want
Reply With Quote
  #165  
Old 07-23-2012, 01:58 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Added a demo link and updated to 2.9 now the code is clearer and shorter and now the mod uses better way to do the templates edits
Quote:
Originally Posted by Scanu
- 2.9.1
- Re-written the mod
- Now there isn't chaotic code and the the code is shorter and clearer
- The mod now uses a better way to edit templates
Reply With Quote
  #166  
Old 07-26-2012, 01:01 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated to 2.9.2 now it caches templates
Reply With Quote
  #167  
Old 07-27-2012, 04:24 AM
nukinfuts29 nukinfuts29 is offline
 
Join Date: Jun 2012
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works perfect, thank you
Reply With Quote
  #168  
Old 07-27-2012, 09:01 AM
autoescala autoescala is offline
 
Join Date: Oct 2011
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good job! works fine on 4.2
Reply With Quote
  #169  
Old 07-27-2012, 02:03 PM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
How do I ?
I would like it not to display on the blog page.
Reply With Quote
  #170  
Old 07-27-2012, 04:28 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go in plugin manager search for Guest warn plugins and edit the "Code including" one

Replace
PHP Code:
if ($vbulletin->options['guest_warn_active'] && $show['guest'] && !in_array(THIS_SCRIPT, array('register'))) { 
With this
PHP Code:
if ($vbulletin->options['guest_warn_active'] && $show['guest'] && !in_array(THIS_SCRIPT, array('register','blog'))) { 
It should work, let me know!
Reply With Quote
  #171  
Old 07-27-2012, 05:38 PM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

:up:Works
Reply With Quote
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:46 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.06175 seconds
  • Memory Usage 2,358KB
  • 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_php
  • (1)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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (16)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete