Quote:
Originally Posted by Warden-B-
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:
- Copy the contents of the imageshack template and paste into the phpkd_aqr_showthread_quickreply template where you want it shown.
- 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.