Version: 1.00, by Slynderdale
Developer Last Online: Nov 2023
Version: 2.2.x
Rating:
Released: 02-07-2003
Last Update: Never
Installs: 28
No support by the author.
I know theres a setting that allows you to show attached images instead of showing them as a link, but that will show every attached image, with this hack, when you post a new reply, a new thread or even edit a post, theres a option under attachments that allows you to choose if you want to show the image as a link or show the actual image, this also has support for swf flash movie attachments as well.
Theres two settings for this, one allows you to enable and disable this hack and another allows you to have it so only admin's can use this.
This hack is pretty self-explanatory but ill show screen shots.
(Screen shots are from a multiple attachment hack I'm working on)
As you can see, the images are actually shown instead of being shown as links.
Also this also prevents attachments from caching, some of you might of experienced this by downloading a new version of a hack but got an old version, I added a fix for that in this hack as well.
This goes for all my hacks, the only thing I ask of in return for using this hack on your forum is to click Install.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Originally posted by geezzaa Hey.
From the picture link, This hack is just what i needed.
so i opened the text document and...........wtf
Im only a beginer, how do you do all this.
Could you please add some instructions for us less programming people.
Thanks
Its not hard to do, I know theres alot of file edits but most of it is just copy and paste, if you havnt istalled alot of hacks it should be a breeze, first open in your text editor and then do what it says, if it says find something, just go to your text editor's search function and search for the bit of code it tells you to find and replace it, if you installed other hacks that edit those pieces of code, find the code thats different and add it, for example:
$DB_site->query("UPDATE post SET title='".addslashes(htmlspecialchars($title))."',p agetext='".addslashes($message)."',allowsmilie='$a llowsmilie',showsignature='$signature',iconid='$ic onid'$editedbysql$attachmentsql WHERE postid='$postid'");
*************
replace it with:
*************
$DB_site->query("UPDATE post SET title='".addslashes(htmlspecialchars($title))."',p agetext='".addslashes($message)."',allowsmilie='$a llowsmilie',showsignature='$signature',showimage=' $showimage',iconid='$iconid'$editedbysql$attachmen tsql WHERE postid='$postid'");
Thr code thats different is:
showimage='$showimage',
so copy and paste that into the code in your file, but if the line is exactly the same as it says in the text, just copy and paste over it. The average install time for this hack is 10-20 minutes
Originally posted by feldon23 Not sure why a hack is needed.
If someone wants you to see the image immediately, they {img}{/img}. If they don't, they {url=blahblah.jpg}click here for image{/url}
This hack is for the attachments, In case the user atatches the image, they can select if they want the attachment to show or not, also it prevents attachments from being called from the brwsers cache as well. And it also has the ability to play swf flash attachments too.