I recommend browsing the mods directory for your version and see if any modification comes close to what you want. They're great examples to get started.
This doesn't really "teach" anything, but it lets the user simply add code without understanding what they're doing.
Quote:
Originally Posted by ScottC2105
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77824 bytes)
Is there anyway I can get around this without having to edit php.ini?
you can try to adjust it in .htaccess by adding
Code:
php_value memory_limit 25M
which will raise the memory limit to 25 meg, or you can raise it higher, but remember NOT all webhosts look kindly at that. In fact, many will disable the ability to do so