The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Find First Image or Attachment and replace it with Avatar
Hello Fellows,
I am trying to customize the "Search Widget" where i am replacing the user avatar with a thumbnail.the thumbnail is to be generated from any video or images attached to the post.i am able to write an api call which gets the thumbnail from any video attached but i am still not successful to do it for images and attachment. Code:
{vb:data thumbnail, content_video, getVideoThumbnail, {vb:raw url}} <vb:if condition="isset($thumbnail) AND $thumbnail"> <img src="{vb:raw thumbnail}" alt="" <vb:if condition="isset($height) AND $height > 0"> height="{vb:raw height}"</vb:if> <vb:if condition="isset($width) AND $width > 0"> width="{vb:raw width}"</vb:if> /> </vb:if> Now i want to do some thing like the video with photos or [IMG] tag i found a method in the "core/vb/api/content/text.php" Code:
function autoPopulatePreviewImage($nodeId) Code:
$data = array( 'parentid' => $node['parentid'], 'previewimage' => $attachment['nodeid'], 'nodeoptions' => $node['nodeoptions'], ); How can i call the above api function from a template? Thank You. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|