Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
highslide integration with vB attachments - lightbox alternative - inline too. Details »»
highslide integration with vB attachments - lightbox alternative - inline too.
Version: 1.00, by mini2 mini2 is offline
Developer Last Online: Oct 2010 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.8 Rating:
Released: 02-11-2007 Last Update: 05-31-2007 Installs: 277
 
No support by the author.

Gone

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #162  
Old 04-29-2007, 04:58 AM
rayw rayw is offline
 
Join Date: Mar 2007
Location: Australia
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone had troubles viewing images with Opera? When I'm in Opera and I click on a picture, it just says loading across the thumbnail and that's it.
Reply With Quote
  #163  
Old 04-29-2007, 09:26 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anybody know if this mod is compatilbke with Spleasure's "Image resizer" mod?

https://vborg.vbsupport.ru/showthread.php?t=118048

Thanks

Regards,
Badger
Reply With Quote
  #164  
Old 04-29-2007, 09:50 AM
TheMilkCarton TheMilkCarton is offline
 
Join Date: Jan 2007
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have both and they still work fine.
Reply With Quote
  #165  
Old 04-29-2007, 03:23 PM
SilverVice SilverVice is offline
 
Join Date: Aug 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will paypal 5$ to the one who will help me solve my problem Here. I know it?s not that much but I?m sure it?s a easy job for some of you guys
Reply With Quote
  #166  
Old 04-29-2007, 03:52 PM
phill2003 phill2003 is offline
 
Join Date: Apr 2003
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SilverVice View Post
I will paypal 5$ to the one who will help me solve my problem Here. I know it?s not that much but I?m sure it?s a easy job for some of you guys
I will get it to work if you want ...
Reply With Quote
  #167  
Old 04-29-2007, 03:55 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bjhuang View Post
to simplify the installation:

1. download highslide js from http://vikjavev.no/highslide/
2. download this: Attachment 63395
3. put highslide files under your forumroot/highslide/
4. put highslide.css under forumroot/highslide/
5. import product-highslideattach.xml as a product
6. modify template "postbit_attachmentthumbnail",
insert this line to the top:
PHP Code:
<if condition="!$vboptions[highslide_active]"
insert this line to the end:
PHP Code:
<else />
<
a id="att_$attachment[attachmentid]class="highslide" onclick="return hs.expand(this, { slideshowGroup: '$post[postid]' })" href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"target="_blank"</if>><img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]border="0" alt="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]" 4="$attachment[attachmentid]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a>
</if> 
Thanks to TheMilkCarton and bjhuang for clear explanations ...

Installed....

I used bjhuang's method and it works fine for attachments that appear at the bottom of a post. :up:

So, to get more advanced and have it work for in-line attachments etc, I assume I have to perform changes to the rest of the templates mentioned?

Regards,
Badger

Edit: BTW, is there a reason I didn't have to do mini2's step 5 and step 6 (headinclude and header templates) and it still works fine? Also, I didn't do step 8 (SHOWTHREAD_SHOWPOST template) and it also works fine (scratching head?)
Reply With Quote
  #168  
Old 04-29-2007, 04:07 PM
nfn nfn is offline
 
Join Date: Feb 2007
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SideDraft260 View Post
anyidea on how to integrate this into photoplog?

This is what I've done with PhotoPlog Lite v.2.0.6:

Edit photoplog_view_file template and find:

Code:
<a href="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&amp;w=o"><img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&amp;w=l" alt="$vbphrase[photoplog_click_to_view_original]" title="$vbphrase[photoplog_click_to_view_original]" border="0" /></a>

replace with:

Code:
<a class="highslide" onclick="return hs.expand(this, { slideshowGroup: '$post[postid]', align: 'center' })"href="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&amp;w=o"><img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&amp;w=l" alt="$vbphrase[photoplog_click_to_view_original]" title="$vbphrase[photoplog_click_to_view_original]" border="0" /></a>
Reply With Quote
  #169  
Old 04-29-2007, 04:29 PM
SilverVice SilverVice is offline
 
Join Date: Aug 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phill2003 View Post
I will get it to work if you want ...
Ok thanks Phill, watch your PM :up:

Thanks
Reply With Quote
  #170  
Old 04-29-2007, 04:41 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edit: Please ignore my previous post quoted below .....

You have to out the modified class_bbcode.php back in the correct directory for it to work...

Sorry about that ...

Got it working both for attachments below the post and now in-line attachments. Nice affect ... I wonder how much delay (extra loading time) it has on the graphics use, as compared to the traditional method. It certainly "jazzes" up the look and feel though.... :up:

I never did do mini2's step 5 and step 6 (headinclude and header templates) and it still works fine? Also, I didn't do step 8 (SHOWTHREAD_SHOWPOST template) and it also works fine. I just used bjhuang's method and it works fine for attachments that appear at the bottom of a post, plus I simply added mini2's steps for in-line attachments.

I hope that doesn't turn out to be a fatal mistake by mixing the two, but everything seems to be working fine...

Regards,
Badger


Quote:
Ok..... tried the following to get in-line attachments working, the same way they work fine when at bottom of posts. Installed all of this and nothing happens, even after complete rebuild of Post Cache? Anyone have any ideas?

Thanks...

Regards,
Badger
Reply With Quote
  #171  
Old 04-29-2007, 09:24 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a moderator running Firefox 2.0.0.3 (Javascript is enabled) , who says that the "in-line" thumbnails won't load ..... loading logo comes up and sits there but no pic, but the regular attachment ones (end of post) work just fine?

Any Firefox gurus out there who can suggest why?

Any chance this modified install would affect a Firefox v2.0 user? ..... which is, the skipping of mini2's step 5 and step 6 (headinclude and header templates) and step 8 (SHOWTHREAD_SHOWPOST template), just using bjhuang's method (and his own CSS file), plus added mini2's steps for in-line attachments.


Thanks

Regards,
Badger
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:48 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05077 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete