The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[Chris] Rate My Photo (HorOrNot Clone) Details »» | |||||||||||||||||||||||||||
[Chris] Rate My Photo (HorOrNot Clone)
Developer Last Online: Sep 2013
Rate My Photo (Hot or Not Clone) by ChrisTERiS IMPORTANT This is NOT a Gallery addon. It focuses only to photo rating and not to photo presentation Please note that from 11 Aug 2013 you can get support only in my site http://www.teriakis.com Today is my birthday and as the time that I was celebrating the has passed, I decided to release an addon that I had somewhere in my HD. Is not the "killer" addon, but works fine, and as I know there is no other similar addon available. 1.- Installation
In all pages there is my copyright link back to my site. Removing it, or making it invisible is strictly prohibited. 4.- PRO version During the first week of November 2012, I'll release a commercial (PRO) version with more features and without copyright link in a low price. Enjoy it Christos Teriakis Show Your Support
|
Comments |
#42
|
|||
|
|||
Installed and nominated, works perfect for me!
One question: wich features has commercial version ? I would lightbox or similar effects Thanks Antonio |
#43
|
||||
|
||||
Quote:
|
#44
|
||||
|
||||
I edit the php file with the following code ratemyphoto
PHP Code:
and I'm writing a new template block-photo HTML Code:
<div class="block smaller"> <div class="blocksubhead"> <span class="blocktitle"> <vb:if condition="$catid == 0"> {vb:var vbphrase.ratemyphoto_best_overall} <vb:else /> {vb:var vbphrase.ratemyphoto_best_category} </vb:if> </span> </div> <div class="widget_content blockbody floatcontainer"> <div class="blockrow" align="center"> <img border="0" src="ratemyphoto/photos/thumbs/{vb:raw bestphotoname}"><br /> {vb:raw besttitle}<br /> {vb:var vbphrase.ratemyphoto_by}: <a href="member.php?u={vb:raw bestuserid}&tab=ratemyphoto#ratemyphoto">{vb:raw bestusername}</a><br /> {vb:var vbphrase.ratemyphoto_votes}: <b>{vb:raw bestvotes}</b><br /> {vb:var vbphrase.ratemyphoto_rating}: <b>{vb:raw bestrating}</b> </div> </div> </div> <div class="underblock"></div> |
#45
|
||||
|
||||
if you want to display the home page ratemyphoto with highslide effects change the following template: ratemyphoto_newest_photos by :
HTML Code:
<script type="text/javascript" src="http://www.yoursite.com/forum/highslide/highslide-with-gallery.js"></script> <link rel="stylesheet" type="text/css" href="http://www.yoursite.com/forum/highslide/highslide.css" /> <script type="text/javascript"> hs.graphicsDir = 'http://www.yoursite.com/forum/highslide/graphics/'; hs.align = 'center'; hs.transitions = ['expand', 'crossfade']; hs.outlineType = 'rounded-white'; hs.fadeInOut = true; hs.numberPosition = 'caption'; hs.dimmingOpacity = 0.75; // Add the controlbar if (hs.addSlideshow) hs.addSlideshow({ //slideshowGroup: 'group1', interval: 5000, repeat: false, useControls: true, fixedControls: 'fit', overlayOptions: { opacity: .75, position: 'bottom center', hideOnMouseOut: true } }); </script> <div class="highslide-gallery"> <td class="blockrow" > <a id="thumb1" href="ratemyphoto/photos/{vb:raw newestphotoname}" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 1 } )"> <img src="ratemyphoto/photos/thumbs/{vb:raw newestphotoname}" alt="{vb:raw newestphotoname}" title="Click pour agrandir la photo." /></a><br/> {vb:raw newesttitle}<br /> {vb:var vbphrase.ratemyphoto_by}: <a href="member.php?u={vb:raw newestuserid}&tab=ratemyphoto#ratemyphoto">{vb:raw newestusername}</a><br /> {vb:var vbphrase.ratemyphoto_in}: <a href="ratemyphoto.php?do=main&catid={vb:raw newestcatid}">{vb:raw newestcategory}</a><br /> {vb:var vbphrase.ratemyphoto_votes}: <b>{vb:raw newestvotes}</b><br/> {vb:var vbphrase.ratemyphoto_rating}: <b>{vb:raw newestrating}</b> </td> </div>
download it in highslide site her Attachment 143154 Attachment 143155 enjoy! |
#46
|
|||
|
|||
Version for 3.8.7??
|
#47
|
|||
|
|||
Please note that from 11 Aug 2013 you can get support only in my site
http://www.teriakis.com |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|