2010-10-03, 02:33 AM
I don't know if this is the right place to post this, but I couldn't see it discussed on the forum. I saw a rejected enhancement, and it was rejected based on an installation issue...
h t t p://dev.mybboard.net/issues/626
However, if the enhancement is made after installing it shouldn't be a problem
If people want to update their MyBB form to use the Googles CDN prototype, then this is how I did it:
From the Admin control panel, go to
Templates & Style >>Templates >> Default Templates >> Header Templates >> Header
Then update the line that references the prototype to:
h t t p://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js
(or what ever version you are using)
... Let me know if there is a more official MyBB method of doing this
(I think updating the mybb_theme.xml file before the install will cause the issue mentioned in the Bug#107)
... Taking advantages of googles cached scripts is pretty nifty for large frame works, I'm surprised the enhancement was rejected in the end.
h t t p://dev.mybboard.net/issues/626
However, if the enhancement is made after installing it shouldn't be a problem
If people want to update their MyBB form to use the Googles CDN prototype, then this is how I did it:
From the Admin control panel, go to
Templates & Style >>Templates >> Default Templates >> Header Templates >> Header
Then update the line that references the prototype to:
h t t p://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js
(or what ever version you are using)
... Let me know if there is a more official MyBB method of doing this
(I think updating the mybb_theme.xml file before the install will cause the issue mentioned in the Bug#107)
... Taking advantages of googles cached scripts is pretty nifty for large frame works, I'm surprised the enhancement was rejected in the end.