Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Guest Welcome Message
This discussion is related to the Guest Welcome Message addon.

Guest Welcome Message
0
Comments
Could we have both versions?
Posted: Wednesday, 14 March 2007 at 1:56PM (AEDT)
Gist of article:
Software version numbers like x.y.z provide little or info (other than major vs minor version)
It makes a lot more sense to use (or at least incorporate) date/time instead
-> date + time will always unique
-> provides instant feedback on plug-in age (hmmm. old plug-in, perhaps I should check for a new version?)
Since downloads already seem to specify a unique name, e.g. tabled-2007-03-143.zip,
why not use the same approach for indicating the version...
Re: overwrite...
To avoid long 'version' lists due to last-minute changes,
developer could perhaps be allowed to delete files uploaded
within the last 3 hours?
// Need to include this to have the GetUrl() calls below work include_once($Configuration['LIBRARY_PATH'].'Framework/Framework.Functions.php'); // From the GuestWelcome extension: $Context->Dictionary["GuestWelcome"] = "<strong>Welcome Guest!</strong> <br />Want to take part in these discussions? If you have an account, <a href=\"".GetUrl($Configuration, "people.php")."\">sign in now</a>. <br />If you don't have an account, <a href=\"".GetUrl($Configuration, "people.php", "", "", "", "", "PostBackAction=ApplyForm")."\">apply for one now</a>.";
I have a question. Why does the guest welcome box move its position slightly on the Search page? It is only on this page that the layout is slightly broken, and I can't figure out why.
Thank you for the reply.
However, you seem to be talking about editing a file other than what I edited. Specifically, you are talking about editing conf/language.php. In contrast, I edited only the following files:
/extensions/GuestWelcome/default.php
/languages/Japanese/definitions.php
/languages/English/definitions.php
So I am not sure if your "framework" recommendation applies to my specific case. Does it?
Thank you for the clarification.
I guess I now only need to continue worrying about how to solve the GetUrl problem in light of the fact my translations are NOT placed in /conf/languages.php!
Thanks.