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.
Large add-on file - help!
I've got a new extension for the add-on directory (the YUI Rich Text Editor) but the file size exceeds the limit (it's 1.2 MB).
What do I need to do to get an exception and get the file uploaded? Is someone managing this on Mark's behalf?
PS, you can see the extension in action here...
http://www.houseblogs.net/community/
What do I need to do to get an exception and get the file uploaded? Is someone managing this on Mark's behalf?
PS, you can see the extension in action here...
http://www.houseblogs.net/community/
0
This discussion has been closed.
Comments
I think only mark can change the limit. If someone else could do it, it would be Minisweeper.
I just look at your website and it is great.
Thanks!
From what i know of YUI you can link directly to the files hosted on yahoo. so you don't have to include RTE files, just link to them in the header.
I know jquery recommends you link directly to their servers, I'll assume yahoo doesn't have problems with it either.
<!-- Skin CSS file --> <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.3.1/build/assets/skins/sam/skin.css"> <!-- Utility Dependencies --> <script type="text/javascript" src="http://yui.yahooapis.com/2.3.1/build/yahoo-dom-event/yahoo-dom-event.js"></script> <script type="text/javascript" src="http://yui.yahooapis.com/2.3.1/build/element/element-beta-min.js"></script> <!-- Needed for Menus, Buttons and Overlays used in the Toolbar --> <script src="http://yui.yahooapis.com/2.3.1/build/container/container_core-min.js"></script> <script src="http://yui.yahooapis.com/2.3.1/build/menu/menu-min.js"></script> <script src="http://yui.yahooapis.com/2.3.1/build/button/button-beta-min.js"></script> <!-- Source file for Rich Text Editor--> <script src="http://yui.yahooapis.com/2.3.1/build/editor/editor-beta-min.js"></script>
or:
$Head->AddAddStyleSheet('http://yui.yahooapis.com/2.3.1/build/assets/skins/sam/skin.css', 'all', 200, ''); $Head->AddScript('http://yui.yahooapis.com/2.3.1/build/yahoo-dom-event/yahoo-dom-event.js', ''); $Head->AddScript('http://yui.yahooapis.com/2.3.1/build/element/element-beta-min.js', ''); $Head->AddScript('http://yui.yahooapis.com/2.3.1/build/container/container_core-min.js', ''); $Head->AddScript('http://yui.yahooapis.com/2.3.1/build/menu/menu-min.js', ''); $Head->AddScript('http://yui.yahooapis.com/2.3.1/build/button/button-beta-min.js', ''); $Head->AddScript('http://yui.yahooapis.com/2.3.1/build/editor/editor-beta-min.js', '');
See "Serving YUI Files from Yahoo! Servers".
There is some privacy and security issue (an other server will log your user js request, On rely on file served on other server than yours...). But it just should be ok for most forums.
Dinoboff, if you give me your email address I'll just email you the file so you can upload the extension from the back end.
Thanks.
my Vcal extension compressed is at 104kb and its half done.
this sucks.
WE NEED BIGGER STORAGE
I'm not going to email minisweeper for all the updates and you know i do tons of updates very frequently
btw - you can email me any time about stuff like this!