Page 1 of 2

[SMART] Plugin WelcomeWindow v1.4

Posted: 16 Sep 2012, 12:34
by vni
WelcomeWindow

This plugin displays a welcome window on player connection.

Image

Download/Install/Update
- Manual from http://SmartTool.org/plugins.php
- Ingame via /admin plugins

Changelog:
v1.4
- Backgroundstyle adjustable
v1.3
- Textsize adjustable via the config file

Re: [SMART] Plugin WelcomeWindow v1.1

Posted: 17 Sep 2012, 11:15
by Trabant74
Thank you very much for this plugin! :thumbsup:

Re: [SMART] Plugin WelcomeWindow v1.1

Posted: 28 Sep 2012, 23:58
by insomnia-yamyam
Information:
We are investigating a problem with our "Welcome Window" Plugin in combination with the Toggle Feature
(F7 = Toggling all SMART Widgets - Hide/Unhide).

Bug Description:
If a player presses F7 to hide all widgets from the interface and later on presses F7 again to unhide them, then the welcome window will pop up again (error 1) and it can't be closed (error 2), even if clicking the "Close" button. The player then have to leave and rejoin the server to get rid of the welcome window.

Classification:
Medium - This small but annoying bug will only affect a small amount of playery, as most users do not use F7 or even don't know what F7 is doing. Anway: This bug will be fixed soon! Thank you for your patience.

Re: [SMART] Plugin WelcomeWindow v1.1

Posted: 01 Oct 2012, 15:21
by Bladinium
hi i have error php :

PHP Notice: Undefined index: plugin.welcomewindow in /TMSTUNTTEST/smart/smart/plugins/plugin.welcomewindow.php on line 32
PHP Notice: Trying to get property of non-object in /TMSTUNTTEST/smart/smart/plugins/plugin.welcomewindow.php on line 32

And no windows^^ you have idea?

Re: [SMART] Plugin WelcomeWindow v1.1

Posted: 01 Oct 2012, 15:39
by vni
Thats not an error, it's a notice. Disable the debug mode.

Re: [SMART] Plugin WelcomeWindow v1.1

Posted: 01 Oct 2012, 18:06
by Bladinium
ok cool,

but I do not have the window that opens :-(

Re: [SMART] Plugin WelcomeWindow v1.1

Posted: 01 Oct 2012, 18:12
by vni
Make sure to enable the plugin - see below.

config/plugin.welcomewindow.xml

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<welcomewindow>
	
	<enabled>true</enabled>
	<title>Welcome to %SERVERNAME%!</title>
	<text>$F00Hello %NICKNAME%!{br}{br} This is the Welcome-Window-Plugin. You can set a custom text at the plugin.welcomewindow.xml $lhttp://SmartTool.org$l, Thank you.</text>
	
	<height>19</height>
	<width>60</width>
	
</welcomewindow>

Re: [SMART] Plugin WelcomeWindow v1.1

Posted: 01 Oct 2012, 19:01
by sbone
Hi,

it would be nice to enable configuration of background color in the xml file ;)
Thanks !

@+

Re: [SMART] Plugin WelcomeWindow v1.4

Posted: 02 Oct 2012, 09:59
by vni
Here we go for v1.4
- Textsize adjustable
- Background Style can be changed via the config file.

Cheers,
vni

Re: [SMART] Plugin WelcomeWindow v1.4

Posted: 02 Oct 2012, 10:46
by sbone
vni wrote:Here we go for v1.4
- Textsize adjustable
- Background Style can be changed via the config file.

Cheers,
vni
Thanks ;)