vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Integration with vBulletin - Imageshack & MEGAUPLOAD Uploader (https://vborg.vbsupport.ru/showthread.php?t=169863)

Mosh 07-06-2008 07:28 AM

Quote:

Originally Posted by Warden-B- (Post 1567863)
I installed it and now it shows both imageshack and megauploader twice...any fix for this?

Please elaborate.

Can you tell me:
  • Where it is showing twice? (please indicate each location)
  • What actions are you taking, when it shows twice?
  • Did you have a previous version of this hack installed? If you had, what version?
  • If you have, have you tried reverting the imageshack and imageshack_quickreply templates in all your styles?
  • Does it happen with each and every style? Or just specific styles?

SuperTaz 07-07-2008 02:42 AM

Quote:

Originally Posted by Mosh (Post 1567966)
Please elaborate.

Can you tell me:
  • Where it is showing twice? (please indicate each location)
  • What actions are you taking, when it shows twice?
  • Did you have a previous version of this hack installed? If you had, what version?
  • If you have, have you tried reverting the imageshack and imageshack_quickreply templates in all your styles?
  • Does it happen with each and every style? Or just specific styles?

It is showing twice in the quick reply area.
When you activate the quick reply, it shows two of both.
No previous version was ever installed.
I never reverted. The site is a brand new install of 3.7.0 and is only a few months old.
Yes. Each style shows this.

Here is a screenshot of the double uploaders.

Mosh 07-07-2008 05:28 AM

Quote:

Originally Posted by Warden-B- (Post 1568670)
It is showing twice in the quick reply area.
When you activate the quick reply, it shows two of both.
No previous version was ever installed.
I never reverted. The site is a brand new install of 3.7.0 and is only a few months old.
Yes. Each style shows this.

Here is a screenshot of the double uploaders.

I am pretty sure you have installed another hack that affect quick reply, which also means it affects this hack. What hack is it? As it is adding an extra </fieldset> to the SHOWTHREAD template and as a consequence you are getting Imageshack and MEGAUPLOAD showing twice.

If I am correct in my assumption, then turning off that hack will stop mine showing up twice (can you confirm this please?). And if that is the case, then the solution will probably be manually editing a template and editing a plugin.

SuperTaz 07-07-2008 06:04 AM

Quote:

Originally Posted by Mosh (Post 1568777)
I am pretty sure you have installed another hack that affect quick reply, which also means it affects this hack. What hack is it? As it is adding an extra </fieldset> to the SHOWTHREAD template and as a consequence you are getting Imageshack and MEGAUPLOAD showing twice.

If I am correct in my assumption, then turning off that hack will stop mine showing up twice (can you confirm this please?). And if that is the case, then the solution will probably be manually editing a template and editing a plugin.

I do have another hack..This one:

https://vborg.vbsupport.ru/showthread.php?t=180330

For now I will disable yours till I can find a way to use them both. I am not a coder, but I will have my webhost look into it for me.

And yes, when I disabled the hack above, yours does work fine.

Mosh 07-07-2008 06:55 AM

Quote:

Originally Posted by Warden-B- (Post 1568801)
I do have another hack..This one:

https://vborg.vbsupport.ru/showthread.php?t=180330

For now I will disable yours till I can find a way to use them both. I am not a coder, but I will have my webhost look into it for me.

And yes, when I disabled the hack above, yours does work fine.

I had a quick look at the hack you posted about and here is a quick solution, I will not post a step-by-step guide (as it is not one of my hacks that you want this to work with), but it should now only show 1 instance of Imageshack and MEGAUPLOAD:
  1. Copy the contents of the imageshack template and paste into the phpkd_aqr_showthread_quickreply template where you want it shown.
  2. In Plugin Manager, edit the Imageshack Image Upload (5) plugin.
    Near the bottom, find:
    PHP Code:

    if ($imageshack_qr == 1

    Directly above it add:
    PHP Code:

    $imageshack_qr 0


So if does not work and you can not figure it out from the above simple instructions, then you will have to post in the other hack's thread as my hack is a lot simpler than that one.

Mosh 07-09-2008 07:16 AM

Quote:

Originally Posted by jbear6 (Post 1567663)
Thanks Mosh, but that did not work. I think it is because there are several instances of
Code:

</if>
within each template before the last line of code in each.

The mod did work for all forums after I removed the conditional.

Thanks again,
Jbear6

You did not do the below, you just put it at the beginning and end of each template. You need to do it 4 times, that is the imageshack and megaupload code in the 2 templates.
Quote:

Originally Posted by Mosh (Post 1566309)
I would put it around both the Imageshack and MEGAUPLOAD code seperately.


jbear6 07-09-2008 02:02 PM

Quote:

Originally Posted by Mosh (Post 1570792)
You did not do the below, you just put it at the beginning and end of each template. You need to do it 4 times, that is the imageshack and megaupload code in the 2 templates.

Thanks Mosh, I'll try again!

Jbear6


Hours later:
I tried placing the conditional everywhere I could think of, but I still couldn't get it to work. I did get the megaupload iframe to show one time, but it was empty... LOL. I'll try again later, and make note of everywhere I tried that didn't work.

Mosh 07-11-2008 12:38 AM

Quote:

Originally Posted by jbear6 (Post 1571000)
Thanks Mosh, I'll try again!

Jbear6


Hours later:
I tried placing the conditional everywhere I could think of, but I still couldn't get it to work. I did get the megaupload iframe to show one time, but it was empty... LOL. I'll try again later, and make note of everywhere I tried that didn't work.

Sorry to hear that mate, it was just a suggestion that should have worked.

But saying that, I have not really looked into it and it is not something I plan on adding to this hack, so hopefully you will be able to work out how to get this working yourself at some point.

jbear6 07-11-2008 04:30 PM

Quote:

Originally Posted by Mosh (Post 1572405)
Sorry to hear that mate, it was just a suggestion that should have worked.

But saying that, I have not really looked into it and it is not something I plan on adding to this hack, so hopefully you will be able to work out how to get this working yourself at some point.

No problem friend, thanks for trying to help.

Jbear6

Forum Lover 07-15-2008 03:17 PM

installed and appreciated.

Mosh 07-15-2008 10:21 PM

Quote:

Originally Posted by Forum Lover (Post 1576033)
installed and appreciated.

Then please click Mark as Installed.

pspmaster93 07-16-2008 08:01 PM

ty very usefull for 11111w11a111r1111ez11 forums

Mosh 07-16-2008 10:11 PM

Quote:

Originally Posted by pspmaster93 (Post 1577174)
ty very usefull for 11111w11a111r1111ez11 forums

Then please click Mark as Installed if you are using it on your board.

pspmaster93 07-18-2008 06:54 AM

yep havent got around to installing it as i have a whole bunch of mods i downloaded to install aswell but i mark as install as i install them :)

zorab 07-19-2008 06:23 PM

Hi, great mod, just one quick question....

How can I get the imageshack iframe to be positioned in between the 'message' and 'tag' frames when creating a new thread (excuse my poor graphic skills :) )

http://img175.imageshack.us/img175/5...re3rev1re4.jpg

Thanks

Mosh 07-19-2008 09:03 PM

Quote:

Originally Posted by zorab (Post 1579250)
Hi, great mod, just one quick question....

How can I get the imageshack iframe to be positioned in between the 'message' and 'tag' frames when creating a new thread (excuse my poor graphic skills :) )



Thanks

That is something you will have to look at yourself, as it may require manual placement of the imageshack template. Another user of the may be able to help you with that, but I only support this hack unaltered.

fbriceno97 07-22-2008 11:37 PM

Hi Excellent Mod!

I installed and it has worked perfectly until now, i got a trouble uploading file with MegaUpload since last friday, i thought it was my connection, pc, or antivirus... but wherever i try i keep getting this message:

http://img329.imageshack.us/img329/6734/errorwu4.png

Do you have any idea on what could be causing this? i tried a search on MegaUpload, but did not find any info related to this.

Regards and Keep doing great mods!

Mosh 07-23-2008 01:50 AM

Quote:

Originally Posted by fbriceno97 (Post 1581883)
Hi Excellent Mod!

I installed and it has worked perfectly until now, i got a trouble uploading file with MegaUpload since last friday, i thought it was my connection, pc, or antivirus... but wherever i try i keep getting this message:


Do you have any idea on what could be causing this? i tried a search on MegaUpload, but did not find any info related to this.

Regards and Keep doing great mods!

It looks like it is probably a problem at their end, as the actual MEGAUPLOAD box is hosted on their site, and as I only support the integration (and it is definitely not a problem with the integration), so I suggest you contact their support staff about your problem.

PAKIDIL 08-06-2008 03:41 PM

installed thanks for the hack

puredarkness 08-23-2008 09:10 PM

Installed the hack

Thank you

Scott77 08-28-2008 07:49 PM

Fantastic addition this, thank you very much.

Mosh 08-29-2008 02:40 AM

Update: v3.7.007
-- Changed: Check boxes now for usergroup selection, instead of needing comma separated numbers
-- Changed: Removed dependency, now works with v3.6.10
-- Changed: Screenshots
-- Added: New plugin, for processing usergroup permissions

verino 08-29-2008 03:26 AM

thank's for the update ,mate :up:

Kaitlyn2004 08-29-2008 04:58 PM

I'm looking to allow users to upload images to external image host then display in thread...

megaupload doesn't seem to support anything like this and imageshack is always so unreliable!

Any ideas?

Mosh 08-30-2008 05:41 AM

Quote:

Originally Posted by Kaitlyn2004 (Post 1610017)
I'm looking to allow users to upload images to external image host then display in thread...

megaupload doesn't seem to support anything like this and imageshack is always so unreliable!

Any ideas?

Both Imageshack and Megaupload are external image hosts, this hack allows you have that integration on your forums, and yes, Megaupload does support hosting of images and gives a url to display in thread.

So, try the hack, if it works for you, then that is cool (in this case, don't forget to click Mark as Installed), if it does not work for you, then you can simply un-install it.

Sworm 09-14-2008 09:29 AM

Is possible to show only megaupload and not imgshack?

Mosh 09-14-2008 09:47 AM

Quote:

Originally Posted by Sworm (Post 1621821)
Is possible to show only megaupload and not imgshack?

Yes, you just need to disable all the Imageshack display locations and enable all the megaupload ones :)

Sworm 09-14-2008 09:54 AM

Thanks, installed.

Last question,
is possible to change the language of the megaupload script , like:
Select a file in Seleziona un file

Is only a italian example :)

Thanks in every case .

Mosh 09-14-2008 10:02 AM

Quote:

Originally Posted by Sworm (Post 1621836)
Thanks, installed.

Last question,
is possible to change the language of the megaupload script , like:
Select a file in Seleziona un file

Is only a italian example :)

Thanks in every case .

NOTE: You can not change the language in either the Imageshack or MEGAUPLOAD boxes as they are actually being hosted on their respective websites, and this hack can in NO way control that, so please do not ask.

The above is from the 1st post.

KHALIK 09-15-2008 01:14 AM

installed

vb 3.7.3

SuperTaz 09-16-2008 06:39 AM

Quote:

Originally Posted by Mosh (Post 1568836)
I had a quick look at the hack you posted about and here is a quick solution, I will not post a step-by-step guide (as it is not one of my hacks that you want this to work with), but it should now only show 1 instance of Imageshack and MEGAUPLOAD:
  1. Copy the contents of the imageshack template and paste into the phpkd_aqr_showthread_quickreply template where you want it shown.
  2. In Plugin Manager, edit the Imageshack Image Upload (5) plugin.
    Near the bottom, find:
    PHP Code:

    if ($imageshack_qr == 1

    Directly above it add:
    PHP Code:

    $imageshack_qr 0


So if does not work and you can not figure it out from the above simple instructions, then you will have to post in the other hack's thread as my hack is a lot simpler than that one.

I found that hack from the link above to conflict with other hacks, so I deleted it and now your hack works fine. Thank you :)

Mosh 09-16-2008 08:08 AM

Quote:

Originally Posted by Warden-B- (Post 1623199)
I found that hack from the link above to conflict with other hacks, so I deleted it and now your hack works fine. Thank you :)

Glad to hear that :)

TheInsaneManiac 09-17-2008 10:58 PM

Bug:
Image Shack doesn't work in quick reply, even when enabled.

Feature Request:
Add the uploaders to Private Messages, this way I can disable attachments in PMs.

Mosh 09-18-2008 03:36 AM

Quote:

Originally Posted by TheInsaneManiac (Post 1624433)
Bug:
Image Shack doesn't work in quick reply, even when enabled.

There is no bug or else it would have been reported long before now, you are probably using another hack that also alters/replaces the QR template. Are you??

Quote:

Originally Posted by TheInsaneManiac (Post 1624433)
Feature Request:
Add the uploaders to Private Messages, this way I can disable attachments in PMs.

I will see what I can do for the next version.

NOTE: Please read my signature in regards to PMs, it also applies to feature requests. All feature requests are to be posted in the relevant support thread.

TheInsaneManiac 09-18-2008 02:31 PM

Quote:

Originally Posted by Mosh (Post 1624534)
There is no bug or else it would have been reported long before now, you are probably using another hack that also alters/replaces the QR template. Are you??



I will see what I can do for the next version.

NOTE: Please read my signature in regards to PMs, it also applies to feature requests. All feature requests are to be posted in the relevant support thread.

Sorry I disable signatures, as I tend to ignore them anyway, and it loads the page a lot quicker. So I don't know what your signature said.

Feature Request:
Photobucket Support

Feature Request:
A way to disable the text that advertises the ImageShack toolbar

Mosh 09-18-2008 09:30 PM

Quote:

Originally Posted by TheInsaneManiac (Post 1624846)
Feature Request:
Photobucket Support

Quote:

Originally Posted by 1st Post
NOTE: This hack works in total harmony with the latest version of Dannyloski's Photobucket Image Upload hack (which is based on this hack), so you can use Imageshack, MEGAUPLOAD and Photobucket all at the same time (if you choose to).

Please read the first post. There is already a Photobucket hack (based on this one) already released, and fully integrates with this one.

Quote:

Originally Posted by TheInsaneManiac (Post 1624846)
Feature Request:
A way to disable the text that advertises the ImageShack toolbar

Quote:

Originally Posted by 1st Post
NOTE: You can not change the language/text in either the Imageshack or MEGAUPLOAD boxes as they are actually being hosted on their respective websites, and this hack can in NO way control that, so please do not ask.

Note the above quote; there is nothing I can do about that. Maybe if you ask imageshack nicely they will remove it for you (I doubt it, but no harm asking), link to their site in first post.

Please read the first post thoroughly before requesting anything else, as both of the above have already been provided for, and I hate having to repeat myself.

TheInsaneManiac 09-19-2008 03:34 PM

Quote:

Originally Posted by Mosh (Post 1625197)
Please read the first post. There is already a Photobucket hack (based on this one) already released, and fully integrates with this one.




Note the above quote; there is nothing I can do about that. Maybe if you ask imageshack nicely they will remove it for you (I doubt it, but no harm asking), link to their site in first post.

Please read the first post thoroughly before requesting anything else, as both of the above have already been provided for, and I hate having to repeat myself.

I already saw his hack, I just do not like having to force my members to register in order to upload. Anyway to implement the login into it automatically so they can just use my account?

Mosh 09-19-2008 08:03 PM

Quote:

Originally Posted by TheInsaneManiac (Post 1625712)
I already saw his hack, I just do not like having to force my members to register in order to upload. Anyway to implement the login into it automatically so they can just use my account?

I have absolutely no idea about that, you should ask that Dannyloski's thread, as I do not actually use Photobuket, I just made sure it integrated into this hack 100%.

racingparts.ro 10-05-2008 01:01 PM

hi
i installed the uploader but i cant see the pictures
the only way is using THUMBNAIL FOR FORUMS (1)

if i try puting a picture using the insert image button and the direct link to the image ..i cant see anything
this is the screen i get

i got an answer : It's because they don't allow "dynamic urls" in image tags. It used to be an option to turn on and off in vb 3.6

So: is there anything to do about it in order to use images uploaded to imageshack in my posts?

Mosh 10-06-2008 11:38 PM

Quote:

Originally Posted by racingparts.ro (Post 1637804)
hi
i installed the uploader but i cant see the pictures
the only way is using THUMBNAIL FOR FORUMS (1)

if i try puting a picture using the insert image button and the direct link to the image ..i cant see anything
this is the screen i get

i got an answer : It's because they don't allow "dynamic urls" in image tags. It used to be an option to turn on and off in vb 3.6

So: is there anything to do about it in order to use images uploaded to imageshack in my posts?

Quote:

Originally Posted by 1st Post
NOTE 2: I only provide an easy way of integrating MEGAUPLOAD and Imageshack into your sites, and I am only providing support for the vBulletin integration.

If you need support, information (how they work, FAQ etc) in regards either of the embedded upload boxes, then you are best of checking out their respective websites, as I will not help you out there (you need to do the research yourself) - MEGAUPLOAD, Imageshack

Please read the above.


All times are GMT. The time now is 01:19 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02225 seconds
  • Memory Usage 1,865KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (30)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete