View Single Post
  #1  
Old 03-29-2011, 11:03 PM
McAtze McAtze is offline
 
Join Date: Oct 2009
Location: de-DE
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Fancybox instead of Lightbox for Attach in vB4

Hi,

i would like to use fancybox for the attachment detail instead of lightbox. the js are uploaded to the server and placed in header_inlcude templet and works very well.

my question is .. what should i change in the "lightbox" template for fancybox.

HTML Code:
<div id="lightbox{vb:raw uniqueid}" class="lightbox">
    <div>
        <div>
            <div class="innerbox">
                <div class="picturerow" id="lightboxholder"<vb:if condition="$width AND $height"> style="width:{vb:raw width}px; height:{vb:raw height}px"</vb:if>>
                    <vb:if condition="$show['newwindow']">
                        <a href="{vb:raw imagelink}" id="lightboxlink{vb:raw uniqueid}" target="_blank">
                    <vb:else />
                        <a href="{vb:raw imagelink}" id="lightboxlink{vb:raw uniqueid}">
                    </vb:if>
                    <img src="{vb:stylevar imgdir_misc}/lightbox_progress.gif" alt="" id="lightboximg{vb:raw uniqueid}" class="progress" width="300px" height="200px" /></a>
                </div>
                <div class="descrow">
                    <span class="date">{vb:raw attachmentinfo.date_string} {vb:raw attachmentinfo.time_string}</span>                
                    <span class="filename">{vb:raw attachmentinfo.filename}</span>
                </div>
                <div class="buttonrow">                    
                    <input type="button" class="button closebutton" value="{vb:rawphrase close}" id="lightboxbutton{vb:raw uniqueid}" />                
                    <input type="button" class="button" value="<vb:if condition="$first">{vb:rawphrase last_picture_short}<vb:else />{vb:rawphrase prev_picture_short}</vb:if>" id="lightboxprevbutton{vb:raw uniqueid}" />
                    <input type="button" class="button" value="<vb:if condition="$last">{vb:rawphrase first_picture_short}<vb:else />{vb:rawphrase next_picture_short}</vb:if>" id="lightboxnextbutton{vb:raw uniqueid}" />
                    <vb:if condition="$total > 1"><span class="totals">({vb:rawphrase x_of_y, {vb:raw current}, {vb:raw total}})</span></vb:if>
                </div>
            </div>
        </div>
    </div>
</div>
fancybox for single pics:
HTML Code:
<a id="single" href="/pic.jpg" title="Lorem ipsum dolor sit amet."><img alt="" src="/pic.jpg" /></a>
fancybox for groups:
HTML Code:
<a rel="group" href="/pic.jpg" title="Lorem ipsum dolor sit amet."><img alt="" src="/pic.jpg" /></a>
What should i change ??

btw .. sorry for my english .. :erm:
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01873 seconds
  • Memory Usage 1,781KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_html
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete