Multi-Image Upload - Third Party Flash System »  Show posts from    to     

Icy Phoenix


Old Customizations - Multi-Image Upload - Third Party Flash System



Zuker [ Thu 07 Jun, 2007 13:51 ]
Post subject: Multi-Image Upload - Third Party Flash System
Allows users to upload images to multipics.net while replying or creating a topic. It's a modification based on this modification

Code: [Hide] [Select]
#
#-----[ COPY ]------------------------------------------
#

copy multipics.html to multipics.html

#
#-----[ OPEN ]------------------------------------------
#
templates/mg_themes/posting_body.tpl

#
#-----[ FIND ]------------------------------------------
#

<!-- END switch_type_cal -->

#
#-----[ AFTER, ADD ]------------------------------------------
#

<tr>
<th colspan="2">{L_MULTIUPLOAD}</th>
</tr>
<tr>
<td class="row1" colspan="2">
<center><iframe id="multipics" name="multipics" style="width:450px;height:195px;border:1px solid #000" src="{U_MULTIPICS_URL}" frameborder="0" scrolling="no"></iframe></center>
</td>
</tr>

#
#-----[ OPEN ]------------------------------------------
#

posting.php

#
#-----[ FIND ]------------------------------------------
#

'S_POST_ACTION' => append_sid('posting.' . $phpEx),

#
#-----[ AFTER, ADD ]------------------------------------------
#

'U_MULTIPICS_URL' => append_sid("http://multipics.net/tmulti.php?forum="."http://".$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF']),
'L_MULTIUPLOAD' => $lang['multimage_upload'],

#
#-----[ OPEN ]------------------------------------------
#

privmsg.php

#
#-----[ FIND ]------------------------------------------
#

'S_POST_ACTION' => append_sid('privmsg.' . $phpEx),

#
#-----[ AFTER, ADD ]------------------------------------------
#


'U_MULTIPICS_URL' => append_sid("http://multipics.net/tmulti.php?forum="."http://".$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF']),
'L_MULTIUPLOAD' => $lang['multimage_upload'],

#
#-----[ OPEN ]------------------------------------------
#

lang_main.php

#
#-----[ FIND ]------------------------------------------
#

//$lang[''] = '';

#
#-----[ BEFORE, ADD ]------------------------------------------
#

$lang['multimage_upload'] = 'Upload Images and add them to the message';

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


ThE KuKa [ Thu 07 Jun, 2007 19:21 ]
Post subject: Re: Multi-Image Upload - Third Party Flash System
Interesting MOD Zuker


Sicario [ Fri 12 Oct, 2007 07:17 ]
Post subject: Re: Multi-Image Upload - Third Party Flash System
Zuker, thanks for the mod, but i have a situation ... show an error , the page can't be found.... is you can help me... thanks...

sshotey4


NBG [ Sun 23 Dec, 2007 04:13 ]
Post subject: Re: Multi-Image Upload - Third Party Flash System
A mi ese mod me esta fallando mucho , lastima se veia muy bueno

_______________________________________________________________________


this mod have much troubles with my forum




Powered by Icy Phoenix