Search found 619 matches

by DavidIQ
Sun Nov 05, 2006 7:19 pm
Forum: Legacy Attachment MOD Support
Topic: Another error?!
Replies: 11
Views: 12734

Alright...how about includes/functions_post.php as well.
by DavidIQ
Sun Nov 05, 2006 6:13 pm
Forum: Legacy Attachment MOD Support
Topic: Another error?!
Replies: 11
Views: 12734

Ok...save your posting.php file as posting.txt and attach here.
by DavidIQ
Sat Nov 04, 2006 7:29 pm
Forum: Legacy Attachment MOD Support
Topic: Show message if not authorized to download
Replies: 2
Views: 15255

Show message if not authorized to download

If a user is not authorized to download a file they don't see anything. This changes that: # #----[ OPEN ] ---- # attach_mod/dislpaying.php # #----[ FIND ] ---- # // Display Notice (attachment there but not having permissions to view it) // Not included because this would mean template and language ...
by DavidIQ
Sat Nov 04, 2006 7:16 pm
Forum: Legacy Attachment MOD Support
Topic: Show comments only if they are entered
Replies: 0
Views: 25105

Show comments only if they are entered

Someone on phpBB asked for this functionality so I went through the trouble of doing some edits to make the comments show only if there was a comment entered. As the mod is today the comment row is shown even if a comment is not entered for the attachment. Here's the code: # #-----[ OPEN ]----------...
by DavidIQ
Sat Nov 04, 2006 3:37 pm
Forum: Legacy Attachment MOD Support
Topic: Another error?!
Replies: 11
Views: 12734

You're NOW getting this? This could be a host issue soooo...did you install another mod? If not then contact your host and see if they've disabled PHP uploads.
by DavidIQ
Thu Nov 02, 2006 10:19 pm
Forum: Legacy Attachment MOD Support
Topic: Weird Errors...
Replies: 2
Views: 5360

What's in those lines? And does this happen when you access your forum or when you try attaching a file?
by DavidIQ
Wed Nov 01, 2006 7:20 am
Forum: Legacy Attachment MOD Support
Topic: Could this be done?
Replies: 3
Views: 6590

I don't believe the mod is equiped to handle quicktime formats though you could possibly add or change the part that handles streams to use Quicktime instead of WMP. It will let you attach pretty much any format like .3gp but this would be made a download link and not played within the post. And I h...
by DavidIQ
Tue Oct 31, 2006 8:56 pm
Forum: Legacy Attachment MOD Support
Topic: Could this be done?
Replies: 3
Views: 6590

Re: Could this be done?

I would like the url of the attached file to be outputted with the attachment details within the post? This is possible. You'll have to edit attach_mod/display.php Also is it possible to list the url of the post in the details to? See above And finally is it possible to restrict file attachment to ...
by DavidIQ
Mon Oct 30, 2006 10:45 pm
Forum: Legacy Attachment MOD Support
Topic: Help
Replies: 5
Views: 9304

Glad you were able to figure it out. With a little bit of brain storming anything's achievable ;-)
by DavidIQ
Mon Oct 30, 2006 2:57 pm
Forum: Legacy Attachment MOD Support
Topic: Help
Replies: 5
Views: 9304

What's "Form to post mod"?

Reason I had asked about your php and mysql versions was to maybe start poking through your server configuration. But this might be a bad edit. Post in txt format your posting.php file (save as posting.txt and attach).
by DavidIQ
Fri Oct 27, 2006 10:13 pm
Forum: Legacy Attachment MOD Support
Topic: AttachMOD FAQ
Replies: 16
Views: 46202

AttachMOD 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 or anywhere else on your board then you haven't done any of the edits listed in docs/install.txt If you've done those and are still getting this error then ...
by DavidIQ
Fri Oct 27, 2006 9:57 pm
Forum: My phpBB2 Mods
Topic: [IN DEV] Smileys in iFrames
Replies: 0
Views: 25220

[IN DEV] Smileys in iFrames

This is a mod I had started to tinker with but never got it to work right in regards to the setCaret function used to put the smiley in the location your blinking cursor is at in the text box. I'll probably change this alltogether later on to use some other javascript format to display the rest of t...
by DavidIQ
Fri Oct 27, 2006 9:37 pm
Forum: My phpBB2 Mods
Topic: User Rank Styles in Memberlist
Replies: 2
Views: 15102

User Rank Styles in Memberlist

This version is slightly different from the one in the phpBB database in that you don't need to make any template edits. This would definitely benefit those that have multiple styles and don't want to go through the trouble of modifying the memberlist_body.tpl file for each template. ###############...
by DavidIQ
Fri Oct 27, 2006 9:23 pm
Forum: Legacy Attachment MOD Support
Topic: phpBB 2.0.21 premodified files
Replies: 0
Views: 19348

phpBB 2.0.21 premodified files

This package is the premodified files set for a VANILLA phpBB forum. DO NOT USE THIS IF YOUR FORUM IS MODIFIED! I can't stress this enough. If you use this and your forum is modified then you're just going to break your other mods. Refer to the template editing posting if you're not using subSilver ...
by DavidIQ
Fri Oct 27, 2006 9:19 pm
Forum: Legacy Attachment MOD Support
Topic: NoseBleed premodified files
Replies: 0
Views: 23884

NoseBleed premodified files

Attached to this post is a zip file with the premodified files for NoseBleed no longer available or not easily available from Mike Lothar's website. A certain issue has been found with the browse button so if this is the case for you then change the <input type="file" name="fileupload...