Hi, I'm kind of new to icy phoenix and need some help installing mods. :oops:
I would really like to install this mod as it would take the stress of my server a bit.
How would you install this :?:
http://www.phpbbhacks.com/download/8227
Any help would be greatly appreciated! :D
ImageShack Mod - Solved
Subject: ImageShack Mod - Solved
Last edited by DShadow on Sun 20 Dec, 2009 10:00; edited 1 time in total
Last edited by DShadow on Sun 20 Dec, 2009 10:00; edited 1 time in total
Subject: Re: ImageShack Mod - Help Needed!
This is the phpbb MOD you need, and you wouldn't have to know too much about php to get it work.
Happy Christmas!
Code: [Download] [Hide] [Select]
##############################################################
## MOD Title: ImageShack MOD
## MOD Author: Janmarques < gigjan@gmail.com > (Jan Marques) h**p://***.janmarques.be.tt
## MOD Description: This MOD add's a small ImageShack toolbar, so it's easy to upload your image quick.
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 4 minutes
## Files To Edit: posting.php
## language/lang_english/lang_main.php
## templates/subSilver/posting_body.tpl
## Included Files:
## License: h**p://opensource.org/licenses/GPL-license.php GNU General Public License v2
## Generator: MOD Studio [ ModTemplateTools 1.0.2288.38406 ]
##############################################################
## For security purposes, please check: h**p://***.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 h**p://***.phpbb.com/mods/
##############################################################
## Author Notes:
##############################################################
## MOD History:
##
## 2006-08-31 - Version 1.0.1
## -Made some small changes, on phpBB Team Request.
##
## 2006-08-12 - Version 0.9.9
## -First version launced, don't expect any trouble
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
posting.php
#
#-----[ FIND ]------------------------------------------
#
'L_SUBJECT' => $lang['Subject'],
#
#-----[ BEFORE, ADD ]------------------------------------------
#
//Image in post MOD - start
'ADD_IMG' => $lang['add_img'],
//Image in post MOD - stop
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all, Folks!
// -------------------------------------------------
#
#-----[ BEFORE, ADD ]------------------------------------------
#
//Image in post MOD - start
$lang['add_img'] = 'Add an Image';
//Image in post MOD - stop
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]------------------------------------------
#
</tr>
{POLLBOX}
<tr>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
<!--Image in post MOD - start-->
<tr>
<th class="thHead" colspan="2" height="25"><b>{ADD_IMG}</b></th>
</tr>
<tr>
<td class="row1" colspan="2" align="center" height="28"><iframe src="h**p://imageshack.us/iframe.php?txtcolor=111111&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="290" height="100"></iframe></td>
</tr>
<!--Image in post MOD - stop-->
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
## MOD Title: ImageShack MOD
## MOD Author: Janmarques < gigjan@gmail.com > (Jan Marques) h**p://***.janmarques.be.tt
## MOD Description: This MOD add's a small ImageShack toolbar, so it's easy to upload your image quick.
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 4 minutes
## Files To Edit: posting.php
## language/lang_english/lang_main.php
## templates/subSilver/posting_body.tpl
## Included Files:
## License: h**p://opensource.org/licenses/GPL-license.php GNU General Public License v2
## Generator: MOD Studio [ ModTemplateTools 1.0.2288.38406 ]
##############################################################
## For security purposes, please check: h**p://***.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 h**p://***.phpbb.com/mods/
##############################################################
## Author Notes:
##############################################################
## MOD History:
##
## 2006-08-31 - Version 1.0.1
## -Made some small changes, on phpBB Team Request.
##
## 2006-08-12 - Version 0.9.9
## -First version launced, don't expect any trouble
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
posting.php
#
#-----[ FIND ]------------------------------------------
#
'L_SUBJECT' => $lang['Subject'],
#
#-----[ BEFORE, ADD ]------------------------------------------
#
//Image in post MOD - start
'ADD_IMG' => $lang['add_img'],
//Image in post MOD - stop
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all, Folks!
// -------------------------------------------------
#
#-----[ BEFORE, ADD ]------------------------------------------
#
//Image in post MOD - start
$lang['add_img'] = 'Add an Image';
//Image in post MOD - stop
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]------------------------------------------
#
</tr>
{POLLBOX}
<tr>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
<!--Image in post MOD - start-->
<tr>
<th class="thHead" colspan="2" height="25"><b>{ADD_IMG}</b></th>
</tr>
<tr>
<td class="row1" colspan="2" align="center" height="28"><iframe src="h**p://imageshack.us/iframe.php?txtcolor=111111&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="290" height="100"></iframe></td>
</tr>
<!--Image in post MOD - stop-->
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Happy Christmas!
Subject: Re: ImageShack Mod - Solved
You're welcome.
If you run into any problems, ask someone to help you with it; as I no longer support Icy Phoenix and only came here to make some profile changes when I noticed your request post.
I also recently used that MOD for something else - So it was no problem for me to add it here for you. ;)
BOOM - BOOM! :mryellow:
If you run into any problems, ask someone to help you with it; as I no longer support Icy Phoenix and only came here to make some profile changes when I noticed your request post.
I also recently used that MOD for something else - So it was no problem for me to add it here for you. ;)
BOOM - BOOM! :mryellow:
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.4075s (PHP: 4% SQL: 96%)
SQL queries: 30 - Debug Off - GZIP Enabled