The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VB image Hosting Panel Details »» | |||||||||||||||||||||||||
For this to make any use, you must have VB image Hosting installed. I've made this modification because I didn't like the drop down menu as it would clutter everything up. So, I just made a panel for it and users can use that. Features:
Only appears when your viewing someones' images or when your viewing your own. It does not showup anywhere else besides on the vbimghost.php file. So, it won't annoy your users. In the "vbimghost_imgshow" template, Replace EVERYTHING with: Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="50%" align="center"> <tr> <td class="tcat" colspan="2">Image Hosting Panel<a name="marq"></a></td></tr> <tr valign="top"><td class="alt1" width="50%" align="center"><A HREF="vbimghost.php?do=myimages">Your Images</A></td> <td class="alt2" width="50%" align="center"><A HREF="vbimghost.php?do=upload">Upload Many</A></td> <tr valign="top"> <td class="alt1" width="50%" align="center"><A HREF="vbimghost.php?do=userlist">Other Members' Images</A></td> <td class="alt2" width="50%" align="center"><A HREF="#" onclick="window.open('vbimghost.php?do=popupload&ed=$editorid','vbimghost2','scrollbars=yes,resizable=yes,width=562,height=97'); return false" title="Quick Upload">Quick Upload One</A></td> </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="thead" colspan="$vbimghost[imgperrow]">$vbphrase[vbimghost_hostimgfor]: $username</td> </tr> </thead> $vbimghost_bits </table> Enjoy! BOUGHT TO YOU BY: Bitdefuser from Cursayer.com! Show Your Support
|
Comments |
#12
|
||||
|
||||
Thanks....
|
#13
|
|||
|
|||
Again I ask...
Would I be able to have members access and members not access this? Or restrict sizes of files and how many each group can upload and such? |
#14
|
|||
|
|||
Quote:
Also, make sure you hit install. Thanks. |
#15
|
|||
|
|||
Thanks. Looks good!
|
#16
|
|||
|
|||
Nice touch!
|
#17
|
|||
|
|||
Pretty nice mod. Any suggestions on how to put this above the pagination so it'll look better?
|
#18
|
||||
|
||||
Great mod...
I changed the code around a little to make it a table of 1 row and 4 coloums For anyone wanting the 4 links all in 1 line replace the vbimghost_imgshow code with the one below Cheers Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="4">Image Hosting Panel<a name="marq"></a></td></tr> <tr valign="top"><td class="alt1" width="25%" align="center"><A HREF="vbimghost.php?do=myimages">Your Images</A></td> <td class="alt2" width="25%" align="center"><A HREF="vbimghost.php?do=userlist">Other Members' Images</A></td> <td class="alt1" width="25%" align="center"><A HREF="vbimghost.php?do=upload">Upload Many</A></td> <td class="alt2" width="25%" align="center"><A HREF="#" onclick="window.open('vbimghost.php?do=popupload&ed=$editorid','vbimghost2','scrollbars=yes,resizable=yes,width=562,height=97'); return false" title="Quick Upload">Quick Upload One</A></td> </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="thead" colspan="$vbimghost[imgperrow]">$vbphrase[vbimghost_hostimgfor]: $username</td> </tr> </thead> $vbimghost_bits </table> |
#19
|
|||
|
|||
very nice little hack!
Installed! |
#20
|
||||
|
||||
Fatal error: Call to undefined function imagecreatefrompng() in *****/vb/includes/vbimghost_include.php on line 64
guys what does this mean.? |
#21
|
|||
|
|||
Clicked install!
Thanks so much! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|