Search found 2 matches

by greatwitenorth
Thu Mar 13, 2008 6:06 am
Forum: Joombie Coding Q/A
Topic: 500 - Unable to load router
Replies: 2
Views: 504

Re: 500 - Unable to load router

i just installed ATRIO sef and i got this problem. I uninstalled the plugin but that didn't help (although it did remove the files) the problem was that is modified libraries>joomla>applpication>router.php I just downloaded the full joomla 1.5.1 installation again, unzipped it, navigated to this fil...
by greatwitenorth
Fri Dec 21, 2007 12:10 am
Forum: Joombie Developer Lab
Topic: My first Plugin
Replies: 16
Views: 11696

Re: My first Plugin

Great plugin! I needed to be notified when editors updated content too so I added these few lines of code to notifyadmin.php I added this line after line 26: $isEditor = ($user->usertype == 'Editor'); I modified line 29 (or line 30 if you've added the previous line of code) to look like this: if ( (...