Search found 619 matches

by DavidIQ
Thu Dec 28, 2006 7:01 pm
Forum: Legacy Attachment MOD Support
Topic: thumbnails
Replies: 19
Views: 20980

That means that it's available. Save it (Submit) and you're good to go. Of course the mod in its standard state only creates thumbnails if the picture file is over a certain filesize so keep that in mind.
by DavidIQ
Thu Dec 28, 2006 6:51 pm
Forum: Legacy Attachment MOD Support
Topic: thumbnails
Replies: 19
Views: 20980

You can't install Imagick unless you're running your own server. There is a detection button for that to see if you have it and it will auto-populate the path to it if it's available. If you see the GD2 option then that means you have GD2 on the server hosting your site. Go ahead and try the Search ...
by DavidIQ
Thu Dec 28, 2006 6:45 pm
Forum: Legacy Attachment MOD Support
Topic: thumbnails
Replies: 19
Views: 20980

If you have Imagick I suggest you use that instead. Otherwise GD2 is just fine. GD1 you might see distortion on the created thumbnails. And of course you have to enable the thumbnails option as well.
by DavidIQ
Thu Dec 28, 2006 6:44 pm
Forum: Legacy Attachment MOD Support
Topic: new to mods
Replies: 2
Views: 5046

It's in the docs folder.
by DavidIQ
Wed Dec 27, 2006 11:31 pm
Forum: Legacy Attachment MOD Support
Topic: File Attach Mod question: Limit to Registered users?
Replies: 2
Views: 4671

:lol: Don't worry...you're certainly not the first one to do that :lol:
by DavidIQ
Tue Dec 26, 2006 1:08 pm
Forum: Legacy Attachment MOD Support
Topic: Premodified 2.0.22 files
Replies: 78
Views: 441650

What you're experiencing happens if your functions.php file did not get the necessary edit of: # #-----[ FIND ]--------------------------------------------- # around line 350 // // Set up style # #-----[ BEFORE, ADD ]--------------------------------------- # include_attach_lang(); However...I checke...
by DavidIQ
Mon Dec 25, 2006 1:40 pm
Forum: Legacy Attachment MOD Support
Topic: Premodified 2.0.22 files
Replies: 78
Views: 441650

Premodified 2.0.22 files

Here are the premodified attachment mod files for the latest phpBB release (2.0.22) NOTE: Since it's not obvious enough...if you have your forum already modded then you SHOULD NOT use the premodified files as it will most likely undo your other mods and probably break your board. If this is the case...
by DavidIQ
Tue Dec 12, 2006 3:24 pm
Forum: Legacy Attachment MOD Support
Topic: Fatal error: Call to undefined function: include_attach_lang
Replies: 6
Views: 11652

No don't worry about revising all of your other changes. It would be pointless. The only reason you would need to do that is if you didn't use the premodified files or you're unsure of what you did and did not edit. Let's see a link to your board then.
by DavidIQ
Tue Dec 12, 2006 1:42 pm
Forum: Legacy Attachment MOD Support
Topic: Fatal error: Call to undefined function: include_attach_lang
Replies: 6
Views: 11652

Ok...I'm going to copy and paste from my own FAQ: If you're getting: Fatal error: Call to undefined function: include_attach_lang() in .../admin_attach_cp.php on line 52 when you go to your ACP then you haven't done any of the edits listed in docs/install.txt If you've done those and are still getti...
by DavidIQ
Tue Dec 12, 2006 11:32 am
Forum: Legacy Attachment MOD Support
Topic: Fatal error: Call to undefined function: include_attach_lang
Replies: 6
Views: 11652

No...you need to read the FAQ.
by DavidIQ
Tue Nov 07, 2006 3:48 pm
Forum: Legacy Attachment MOD Support
Topic: trying to get up to date
Replies: 7
Views: 8261

Are you sure you're copying and overwriting EVERYTHING? Those errors will come up if common.php is not copied over or not copied over correctly.
by DavidIQ
Tue Nov 07, 2006 1:00 pm
Forum: Legacy Attachment MOD Support
Topic: trying to get up to date
Replies: 7
Views: 8261

It shouldn't.
by DavidIQ
Tue Nov 07, 2006 12:41 pm
Forum: Legacy Attachment MOD Support
Topic: trying to get up to date
Replies: 7
Views: 8261

If all you have is the forum with attachment mod then all you have to do is upload the attachment mod premodified files package as well and that should do it. Also run the installer/update_to_latest.php file. The message that states you're up to date actually reads an entry in the database to figure...
by DavidIQ
Mon Nov 06, 2006 9:12 am
Forum: Legacy Attachment MOD Support
Topic: Another error?!
Replies: 11
Views: 12763

Wait...your error is something like "Tried to Upload Empty File" then. Try putting this in notepad:

Code: Select all

<?php phpinfo(); ?>
save as phpinfo.php, upload to your site, and open in a browser. Look for upload_max_filesize and post_max_size and those will be your limits.
by DavidIQ
Sun Nov 05, 2006 8:18 pm
Forum: Legacy Attachment MOD Support
Topic: Another error?!
Replies: 11
Views: 12763

Only thing I can see is this that doesn't look like it's supposed to be there in the posting.php file: /* AUTH system for Form to Post $poster_id = $post_info['topic_poster']; $sql = "SELECT * FROM ". FTP_CATEGORIES_TABLE ." WHERE forum_id = $forum_id"; if(! $result = $db->sql_qu...