[ABD] Hidden Imageshack uplad bar 1.0.0

Post your MODs, receive and provide feedback!
Topics in this forum are not for MOD support, they are for giving the author feedback.
Forum rules
The topics in this forum are not for general MOD support, they are for giving the MOD author some feedback, ideas and bug reports.
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

[ABD] Hidden Imageshack uplad bar 1.0.0

Post by Kamahl »

MOD Title: Hidden Imageshack uplad bar 1.0.0
MOD Descripiont: This MOD adds a hidden imageshack upload bar under the textarea in posting.php. You can show it by clicking to the button.
MOD Version: 1.0.0

Works with: phpbb3.0.4 (prosilver, subSilver2)
Language: English

Author: Kamahl

License: [url=http://opensource.org/licenses/gpl-license.php]GNU General Public License v2[/url]

MOD Download: http://www.phpbb3hacks.com/viewtopic.php?f=11&t=27

Demo board: [url]http://www.phpbb3hacks.com[/url]

MOD Format: MODx
Last edited by Kamahl on 30 May 2011, 11:45, edited 3 times in total.
harmlessgoat22
Supporter
Supporter
Posts: 316
Joined: 18 Sep 2007, 14:35
Real name: David
Contact:

Re: Hidden Imageshack uplad bar 1.0.0

Post by harmlessgoat22 »

That looks great, especially on sites with not much space for uploading files. Perhaps you could find other things for mass storage sites or something for zip uploading and adding this as well. Seems like a very good idea!
Image
That's like, I can't beat my neighbor in an argument, so instead I kill his dog.
-Best English Teacher Ever
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: Hidden Imageshack uplad bar 1.0.0

Post by igorw »

How about adding another tab to the panel below the submit buttons and adding it in there?
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

Re: Hidden Imageshack uplad bar 1.0.0

Post by Kamahl »

hmm good idea, I will try it later :)
xex
New member
New member
Posts: 5
Joined: 14 Jun 2008, 17:23

Re: Hidden Imageshack uplad bar 1.0.0

Post by xex »

Nice mod! I installed it on my forum wich is AcidTech styled and I got this:
[url=http://img248.imageshack.us/my.php?image=dibujoaa0.jpg][img]http://img248.imageshack.us/img248/9672/dibujoaa0.th.jpg[/img][/url]
[url=http://img111.imageshack.us/my.php?image=dibujo2zw0.jpg][img]http://img111.imageshack.us/img111/2403/dibujo2zw0.th.jpg[/img][/url]

How can I make that { IMAGESHACK_UPLOAD_BAR } appear as a buttom, sorry but I'm very noob... :oops: Could u please explain me?

Thanks.
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: Hidden Imageshack uplad bar 1.0.0

Post by igorw »

You need to add the language edit to all languages. ;)
xex
New member
New member
Posts: 5
Joined: 14 Jun 2008, 17:23

Re: Hidden Imageshack uplad bar 1.0.0

Post by xex »

And how do I do that? :oops: Sorry I told you Im quiet noob :(
xex
New member
New member
Posts: 5
Joined: 14 Jun 2008, 17:23

Re: Hidden Imageshack uplad bar 1.0.0

Post by xex »

I did not see any language edit on download :?
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

Re: Hidden Imageshack uplad bar 1.0.0

Post by Kamahl »

it's in install.xml ;)

Code: Select all

Open: language/en/posting.php
find : 'IMAGES_ARE_OFF'         => '[img] is <em>OFF</em>',
add before : 'IMAGESHACK_UPLOAD_BAR'         => 'Imageshack upload bar',
xex
New member
New member
Posts: 5
Joined: 14 Jun 2008, 17:23

Re: Hidden Imageshack uplad bar 1.0.0

Post by xex »

OOPS sorry i was looking at subsilver2.xml and did no find that :oops: Thanks for your help!!! :D
Darthmat
New member
New member
Posts: 6
Joined: 15 Jul 2008, 22:32
Contact:

Re: Hidden Imageshack uplad bar 1.0.0

Post by Darthmat »

When someone clicks 'Get Your Own' an image appears over the entire uploader, rendering it useless. Is it supposed to do that?
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: Hidden Imageshack uplad bar 1.0.0

Post by igorw »

Perhaps it could be opened in a new window instead of in the frame. That's not quite easy though, since the frame is loaded from an other site. With some javascript it could probably be done though.
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

Re: Hidden Imageshack uplad bar 1.0.0

Post by Kamahl »

hm phpbb.com team mod said me that this mod cant be approved because of iframe. so what can i do to keep this rule?
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: Hidden Imageshack uplad bar 1.0.0

Post by igorw »

One thing i thought of would be adding an iframe to a self-hosted page that points to imageshack.us. But i'm unsure if that still bears security issues, i'll see if i can find out.
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

Re: Hidden Imageshack uplad bar 1.0.0

Post by Kamahl »

i think that if i do a link from posting.php to new window in which will be iframe with upload bar, it will be still with iframe so it will broke rule
Locked