Beta testers for new version needed
Posted: 07 Nov 2011, 11:04
When this is released...i.e. non beta...will it have upgrade instructions, or will one need to remove the old one first?
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Thanks StokerStoker wrote:I will include update instructions in an ordinary txt file.
Stoker wrote:When submitting mods on phpbb.com latest jquery must be used.
Dammitdoktornotor wrote:You'd better update it to 1.7 then
LOL... Still makes me wonder, would not using the CDN and latest make more sense... (not that it would make any difference when it comes to the pretty much dead validation queue).Stoker wrote: Dammit
Code: Select all
if (typeof jQuery == 'undefined')
{
// not loaded, go load it here
} else {
// already loaded, do not load again
}
For validation? Yeah, I know... however, looking at the "progress" when it comes to mods validation over there @phpbb.com, I have serious doubts about the whole idea of validation, as it stands... there simply is stuff that is not worth getting validated at all, since - unless the scripts are remote - they break more quickly than the mods get validated. (Think, Facebook, +1 and similar kind of stuff.) For MODs having some ACP configuration, a checkbox to use either the CDN or the local version (could be the default) would make sense regardless. (No idea whether it would get validated if done that way or not, and frankly I do not care.)Stoker wrote:Using remote scripts in mods wont get accepted. So thats a dead end.
Code: Select all
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape('%3Cscript src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"%3E%3C/script%3E'));
}
</script>