Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post FAP SUPPORT - FAP And HighSlide JS 
 
Hi i need help with integrating HighSlide JS to FAP.

I found this code i think Artie is the one who made it.

Code: [Download] [Hide] [Select]
Place the code to include the javascript and css files at the top of templates/subsilver/album_showpage_body.tpl

<script type="text/javascript" src="highslide/highslide-with-gallery.js"></script>
<link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
<script type="text/javascript">
   hs.graphicsDir = '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: false,
      fixedControls: 'fit',
      overlayOptions: {
         opacity: .75,
         position: 'bottom center',
         hideOnMouseOut: true
      }
   });

</script>

For the active link:
OPEN album_showpage.php

FIND

'U_PIC_L1' => ( $picm == false ) ? '' : '<a href="' . append_sid(album_append_uid('album_showpage.' . $phpEx . '?full=true&amp;pic_id=' . $pic_id . $nuffimage_vars)) . '">',

REPLACE WITH

'U_PIC_L1' => ( $picm == false ) ? '' : '<a href="album_mod/upload/'.$thispic['pic_filename'].'" class="highslide" onclick="return hs.expand(this)" title="'.$thispic['pic_title'].'">',


This code is not ok,because there are no watermarks and the slideshow inside the HighSlide JS doesn't work.

Please help.
 



 
SiljoSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: FAP And HighSlide JS 
 
Nevermind,got it working with watermark and everything
 



 
SiljoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FAP And HighSlide JS 
 
Just for completion purposes, would you mind posting how you got it to work?  
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FAP And HighSlide JS 
 
Sure let me just find my file edits  
 



 
SiljoSend private message  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events