The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Photobucket Image Uploader Details »» | |||||||||||||||||||||||||||
This Modification works in both vB 3.6.x and vB 3.7.x
Introduction: Well this is my first official "hack" for vBulletin :up:, so cheers to me! Anyways, I want to apologize in advanced if for some reason this post or the instructions are not clear enough - I am trying my best to explain as elaborate as possible. With this being my first modification, I have dedicated a lot of time and effort into it and I can say that I am 99.9% sure that there are no bugs with this hack, as I have tested it numerous times - but we all know how that goes ... With that said, if you do find a bug or something, just let me know and I'll look into it. Also, I want to thank Mosh for letting me use his ImageHack as a Framework for mine, thanks bro! NOTE: This hack works in total harmony with the latest version of Mosh's ImageShack Image Upload hack. PHOTOBUCKET IMAGE UPLOADER ... BROUGHT TO YOU BY: DANNY ... Description: This hack will allow you to have access to your Photobucket Account from inside vBulletin, so that you can post up your pictures or videos without the need of opening a new window. It will allow you to display this Hack in the New Thread, New Post/Reply, Quick Reply, and Quick Edit Windows. This hack also provides the user with multiple options/settings to make this Add-on blend in with the site's color scheme. It has many benefits and options, so for more info just take a look at the Screenshots provided or download and install the Add-on to see and explore its settings. Installation Instructions: 1) Download the attached .XML Product. 2) Import the .XML Product via Admin CP > Plugins & Products > Manage Products > [Add/Import Product] 3) Edit the Settings accordingly and Enable Hack where desired. Go to Admin CP > vBulletin Options > vBulletin Options > Photobucket Image Uploader to manage the settings. Remember to also enter the Usergroup IDs of those who you wish to be able to use the Hack or this Mod will not work! 4) Your Done! Its that easy ... Upgrade Instructions: 1) Download the attached .XML Product. 2) Import the .XML Product via Admin CP > Plugins & Products > Manage Products > [Add/Import Product] and Select the "Overwrite" option ... 3) Your Done! Its that easy ... IMPORTANT NOTE: Quote:
Special thanks to Code Monkey for assisting me with the Code Fixes for v2.0 ... Now this Hack rocks even more If you like then [Mark As Installed] or [Donate] IFRAME RELOADING IN BLANK PAGE? READ THIS! You need to clear your Browser's Cache (all if it) & Flush your DNS. This is a server-side issue with Photobucket, not with the Modification. This is Photobucket Support Team's response ... Quote:
Show Your Support
|
Comments |
#92
|
|||
|
|||
ArnyVee, yeah if you havent assigned any Usergroups the permission to view the Hack, then it will not display it. If you want to test the Hack, then enter "6" in the "Allowed Usergroups" Setting as that's the Usergroup ID for Administrators and then check if it works. If it does, then you can go ahead and enter the rest of the Usergroup IDs who you want to make the Hack visible to. To get the Usergroup IDs go to Admin CP > Usergroups > Usergroup Manager > And you will see the Usergroup IDs under the "Controls" Column (they are in the Drop Down Menu).
|
#93
|
||||
|
||||
Thanks Dannyloski!
It works...and I went ahead and clicked 'installed'. |
#94
|
|||
|
|||
^ Glad to hear that :up: ... Thanks for clicking installed!
|
#95
|
|||
|
|||
Excellent work, our members love it...marked as installed !!!
|
#96
|
|||
|
|||
^ That is awesome news to hear :up:
|
#97
|
||||
|
||||
In your javascript you should use vBulletin's fetch_object() function instead of document.getElementById() to take advantage of vBulletin's browser compatibility features.
|
#98
|
||||
|
||||
Also if you want to use href= in the links to get the link effects then you can use href="javascript:{}" instead of href="#". The latter is what causes it to jump to the top of the page when you click it. This way eliminates that problem. Technically you can add a js function to the href as well, such as href="javascript:{view();}". Though it is even better to just forget the whole href bit and just use css and use the onclick on the text container.
|
#99
|
|||
|
|||
^ Thanks for the tips ... I edited the "href" attribute on the Modification, to make it not jump to the top of the Page. I dont understand how to implement the fetch_object() function instead of document.getElementById() function, so I left it as is - seems to work perfectly so if its not broke, why fix it, lol.
|
#100
|
|||
|
|||
Compatible with 3.7?
|
#101
|
||||
|
||||
Quote:
Just replace PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|