Just a shot in the dark: Have you tried to deactivate all the extensions but the Attachment-extension, to see if the Attachment settings is still gone?
You only need to make the uploads-folder, no need for any additional folder inside it (unless you explicit specify that in your Extension settings, that's probably what dhdesign did). With the default settings, the attachments are saved in [your van…
Hello, when posting a non-allowed file type I get this message: Some problems were encountered The requested discussion could not be found. I believe the error message is supposed to be something like "this file type is not allowed" or similar. Does…
Just a shot in the dark: Have you tried to deactivate all the extensions but the Attachment-extension, to see if the Attachment settings is still gone?
You only need to make the uploads-folder, no need for any additional folder inside it (unless you explicit specify that in your Extension settings, that's probably what dhdesign did). With the default settings, the attachments are saved in [your van…
Hello, when posting a non-allowed file type I get this message: Some problems were encountered The requested discussion could not be found. I believe the error message is supposed to be something like "this file type is not allowed" or similar. Does…
To make Monday the first day of the week, this should do the trick:
Line 21:
var day_of_week = new Array('M','T','W','T','F','S','S');
Line 43:
for(index=1; index < Calendar.getDay(); index++)
Line 50:
if(week_day == 1)
Line 52:
if(week_day !…
It doesn't delete the attachment-files from the server. Is it not supposed to do that, or is it possible to bake that into this extension?
Otherwise (as far as I can see) you'll have a troublesome job going over the attachments and deleting the dat…
It doesn't delete the attachment-files from the server. Is it not supposed to do that, or is it possible to bake that into this extension?
Otherwise (as far as I can see) you'll have a troublesome job going over the attachments and deleting the dat…
Is it possible to delete the database "jdwages"? If so, maybe it'll help if you delete it and make a brand new database before attempting a clean install?