[2.0.21] ImageShack Mod

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
45
71%
Very Good
6
10%
Good
3
5%
Fair
3
5%
Poor
6
10%
 
Total votes : 63

[2.0.21] ImageShack Mod

Postby MOD Robot » Tue Sep 20, 2005 11:40 pm

MOD Name: ImageShack Mod
Author: thirstyg
MOD Description: Allows users to upload images to ImageShack from your forum while posting.


MOD Version: 1.3.3 (Updated 07/24/06)

Download File: imageshack_1-3-3.mod
mods overview page: View
File Size: 2912 Bytes

Support for this MOD needs to be asked within this topic. The phpBB Teams are not responsible or required to give anyone support for this MOD. By installing this MOD, the phpBB Support Team or phpBB MODifications Team may not be able to provide support.

This MOD has only been tested by the phpBB MOD Team with the phpBB version in the topic title. It may not work in any other versions of phpBB.
Last edited by MOD Robot on Mon Apr 30, 2007 12:30 am, edited 1 time in total.
(this is a non-active account manager for the phpBB MOD Team)
MOD Robot
MOD Queue Bot
MOD Queue Bot
 
Posts: 22156
Joined: Sat Aug 16, 2003 7:36 am

Postby wGEric » Sat Sep 24, 2005 10:33 pm

MOD Validated/Released

Notes:
Adds an iframe to the posting screen so users can upload images to Imageshack.

We have no control over what is in the IFrame so use at your own risk
User avatar
wGEric
MOD Team Leader
MOD Team Leader
 
Posts: 8717
Joined: Sun Oct 13, 2002 3:01 am
Location: Friday

Postby smitjel » Sun Sep 25, 2005 3:11 am

How is it different from this? Can we get a screen shot of the mod?
My Quick Reply MOD for phpBB2
User avatar
smitjel
Registered User
 
Posts: 460
Joined: Sat Jun 11, 2005 11:40 pm
Location: Birmingham, AL

Postby TerraFrost » Sun Sep 25, 2005 5:18 am

How is it different from this?

To quote from the Author Notes...

Code: Select all
## This mod is based on the syndication feature at Imageshack.us, the main thing I
## did was put it into proper mod format and correct a few errors.
User avatar
TerraFrost
Development Team Member
Development Team Member
 
Posts: 5940
Joined: Sun Dec 26, 2004 3:40 am
Location: Austin, TX

Postby DeadDingo » Sun Sep 25, 2005 7:16 am

I had to change my frame height to 80 instead of 70 to get all the text to appear correctly in IE. (It worked fine in Firefox without any changes)

Thanks for the MOD
DeadDingo
Registered User
 
Posts: 129
Joined: Tue Sep 13, 2005 1:07 pm

Postby thirstyg » Sun Sep 25, 2005 12:27 pm

I figured it would be an easy starter mod project to get a feel for the process.
Hopefully I'll be doing some more complex work in the future.

Oh, and here's the screeny you asked for:
http://img400.imageshack.us/my.php?imag ... 0349xv.jpg
thirstyg
Registered User
 
Posts: 15
Joined: Tue Apr 05, 2005 10:46 pm
Location: Doin' stuff

Postby Muzzysgirl » Sun Sep 25, 2005 2:18 pm

Works great!
User avatar
Muzzysgirl
Registered User
 
Posts: 6
Joined: Sat Sep 24, 2005 9:55 pm

Postby kwaksalver » Sun Sep 25, 2005 3:10 pm

It's a great mod!!

Thanks!
kwaksalver
Registered User
 
Posts: 9
Joined: Wed Feb 02, 2005 1:22 pm

Postby Xmodes » Sun Sep 25, 2005 11:23 pm

The link for the download doesnt work please fix it.
Xmodes
Registered User
 
Posts: 23
Joined: Thu Sep 22, 2005 9:18 pm

Postby thirstyg » Mon Sep 26, 2005 12:40 am

I'm not having any problems :|
You do have to wait 5 seconds for it to redirect you...
thirstyg
Registered User
 
Posts: 15
Joined: Tue Apr 05, 2005 10:46 pm
Location: Doin' stuff

Postby mat_ » Mon Sep 26, 2005 5:16 pm

Cool Mod

So Useful and So Simple to install !!!
mat_
Registered User
 
Posts: 5
Joined: Fri May 06, 2005 7:00 pm

Postby smitjel » Mon Sep 26, 2005 11:20 pm

Who voted this a poor mod? It's a tiny mod and works great!

But yeah, you have to change the iframe height from 70 to 80 or it gets cut off in IE. Firefox is fine of course.
My Quick Reply MOD for phpBB2
User avatar
smitjel
Registered User
 
Posts: 460
Joined: Sat Jun 11, 2005 11:40 pm
Location: Birmingham, AL

Postby davidooh » Tue Sep 27, 2005 3:16 pm

I too cannot download. Can someone repost the link?
User avatar
davidooh
Registered User
 
Posts: 128
Joined: Wed May 25, 2005 1:14 am
Location: Jacksonville, FL

Postby 3Di » Tue Sep 27, 2005 4:22 pm

davidooh wrote:I too cannot download. Can someone repost the link?


Code: Select all
##############################################################
## MOD Title: ImageShack Mod
## MOD Author: thirstyg < n/a > (Mike) http://www.h2press.net
## MOD Description: Allows users to upload images to imageshack while replying or creating a topic.
## MOD Version: 1.3.2
##
## Installation Level: Easy
## Installation Time: ~1 Minutes
## Files To Edit: posting_body.tpl
## Included Files: n/a
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## This mod is based on the syndication feature at Imageshack.us, the main thing I
## did was put it into proper mod format and correct a few errors.
##
## Limited support @ http://forums.h2press.net
################################################################
## MOD History:
##
##   2005-06-21 - Version 1.0.0
##      - First tested & stable mod version.
##
##   2005-06-28 - Version 1.2.0
##      - Removed code that requires lang system
##
##   2005-09-04 - Version 1.3.0
##      - Upgraded to be compliant with new mod template
##
##   2005-09-20 - Version 1.3.2
##      - Minor template issues fixed
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]------------------------------------------
#     
     <td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span><br /><span class="gensmall">{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td>
     <td class="row2"><span class="gen"> </span>
      <table cellspacing="0" cellpadding="1" border="0">

#
#-----[ AFTER, ADD ]------------------------------------------
#
        <!-- begin imageshack mod -->
        <iframe src="http://www.imageshack.us/iframe.php?txtcolor=111111&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="280" height="70"></iframe>
        <!-- end imageshack mod -->

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Give Peace A Chance.. Pass ON It!
Image
User avatar
3Di
Registered User
 
Posts: 7983
Joined: Mon Apr 04, 2005 11:09 pm
Location: 45°26' N, 09°10' E

Postby Amber85 » Wed Sep 28, 2005 1:55 pm

awsome! thank u! :D
Amber85
Registered User
 
Posts: 18
Joined: Fri Sep 09, 2005 9:29 am

Next

Return to [2.0.x] MOD Database Releases

Who is online

Users browsing this forum: MSN [Bot] and 8 guests