The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
URL, BB code & Embed code information under album images Details »» | |||||||||||||||||||||||||||
URL, BB code & Embed code information under album images
Developer Last Online: Jan 2016
Please note as of vb3.7 beta 6 this mod is no longer needed as its now supported by vb right out the box.
The below template edit will add information boxs under images from the user photo albums for the images URL along with BB Codes and Embed Codes. This is something i feel VB should add out of the box as its very easy to do. How To: In the template 'album_pictureview' Find: HTML Code:
$vbphrase[picture]</title> </head> HTML Code:
<script type="text/javascript"> function SelectAll(id) { document.getElementById(id).focus(); document.getElementById(id).select(); } </script> HTML Code:
<span class="shade">$vbphrase[picture_added]</span> $pictureinfo[adddate] <if condition="!$show['detailedtime']"><span class="time">$pictureinfo[addtime]</span></if> </td> </tr> </table> </td> </tr> HTML Code:
<tr> <td align="$stylevar[left]"><table width="80%" border="0" class="tborder" align="center" cellpadding="3" cellspacing="0"> <tr> <td class="alt2" nowrap="nowrap"><div class="smallfont normal"> <div align="right"><strong>Image URL:</strong></div> </div></td> <td class="alt2"><div align="center"><span class="smallfont normal"> <input name="textfield2" class="bginput" type="text" id="textfield2" onClick="SelectAll('textfield2');" value="$vboptions[bburl]/picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pictureinfo[pictureid]" size="50" READONLY> </span></div></td> </tr> <tr> <td class="alt2" nowrap="nowrap"><div class="smallfont normal"> <div align="right"><strong>BB Code:</strong> </div> </div></td> <td class="alt2"><div align="center"><span class="smallfont normal"> <input name="textfield3" class="bginput" type="text" id="textfield3" onClick="SelectAll('textfield3');" value="[img]https://vborg.vbsupport.ru/[/img]" size="50" READONLY> </span></div></td> </tr> <tr> <td class="alt2" nowrap="nowrap"><div class="smallfont normal"> <div align="right"><strong>Embed Code:</strong> </div> </div></td> <td class="alt2"><div align="center"><span class="smallfont normal"> <input name="textfield" class="bginput" type="text" id="textfield" onClick="SelectAll('textfield');" value="<img src='$vboptions[bburl]/picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pictureinfo[pictureid]' style='border:1px solid #000000;' >" size="50" READONLY> </span></div></td> </tr> </table> </td> </tr> If you would like this to be part of the stock VB install, Jason (Jase2) as made a topic on the VB forums so please vote for it here: http://www.vbulletin.com/forum/showt...64#post1498764 Show Your Support
|
Comments |
#52
|
||||
|
||||
Good job
|
#53
|
|||
|
|||
Looks like it's in BETA 6 now But two options only:
Picture Url BBcode Regards Jason |
#54
|
|||
|
|||
I just want to say many thanks to everyone for there nice words on here and on vb.com and mainly Jase2 for making the topic on vb.com and pushing for this to be in vb out of the box.
Its now made it in to vb3.7 beta6 whats great to see so again many thanks to you all. |
#55
|
|||
|
|||
My pleasure C.Birch. But here's a "thanks" to you for creating the mod!
Regards Jason |
#56
|
||||
|
||||
awesome addition to beta6. -congrats
May want to inform people that beta 6 runs the code off the following condition <if condition="$show['picture_owner']"> so only the photo album owner can see the embed options. But you can change that to whatever you wish: example: <if condition="$show['member']"> to allow all members to see or remove the conditional for all to see |
#57
|
|||
|
|||
Yes, but I think it's best to have it <if condition="$show['picture_owner']">. If you put it to <if condition="$show['member']"> then users can "hotlink" unless you prevent hotlinking via .htaccess.
Regards Jason |
#58
|
||||
|
||||
This Modification is already in the default template for vBulletin version 3.7.0 RC2
|
#59
|
|||
|
|||
Nice Hack.
Agree must have for default VB. Thanks |
#60
|
|||
|
|||
Quote:
In addition, I would like to make it so the images link back to my site, kinda how imageshack does it. If anyone knows how this can be does please speak up. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|