Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Photopost gallery highslide vB thumbnail integration. Details »»
Photopost gallery highslide vB thumbnail integration.
Version: 1.00, by mini2 mini2 is offline
Developer Last Online: Oct 2010 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.6.4 Rating:
Released: 02-11-2007 Last Update: 02-12-2007 Installs: 43
 
No support by the author.

Gone

Show Your Support

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

Comments
  #22  
Old 04-14-2007, 06:28 PM
Sakera Sakera is offline
 
Join Date: May 2002
Location: Trondheim, Norway
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chadi View Post
Anyone know how to apply this to vbgallery? I'm not a programmer, otherwise I'd help
I've just made this mod.

https://vborg.vbsupport.ru/showthrea...42#post1227642
Reply With Quote
  #23  
Old 04-25-2007, 05:18 PM
Gizmo999 Gizmo999 is offline
 
Join Date: Dec 2005
Location: In my own virtual world
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i'm not certain how to edit the domain link in step 5, can someone help please?. the domain is easy but i think the photos are stored in the default photopost path ie forum/photopost/data but then there are folders 1, 2 and 500 so should it be .mysite.com/forum/photopost/data ?
Reply With Quote
  #24  
Old 05-09-2007, 11:40 PM
GlitterKill GlitterKill is offline
 
Join Date: Jul 2002
Location: Nashville
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any idea why this code would not be added to the gallery pages even though it is in every single headinclude template for my forum styles?

Code:
<script type="text/javascript" src="http://pcapex.com/forums/highslide/highslide.js"></script>
<script type="text/javascript">

    // remove the registerOverlay call to disable the controlbar
    hs.registerOverlay(
        {
            thumbnailId: null,
            overlayId: 'controlbar2',
            position: 'bottom left',
            hideOnMouseOut: true,
            opacity: 0.75
        }
    );
    
    hs.graphicsDir = '/highslide/graphics/';
    hs.outlineType = 'rounded-white';
    window.onload = function() {
        hs.preloadImages(5);
    }
</script>
<link rel="stylesheet" href="http://pcapex.com/forums/highslide/highslide.css" type="text/css" media="screen" />
Reply With Quote
  #25  
Old 05-10-2007, 03:47 PM
GlitterKill GlitterKill is offline
 
Join Date: Jul 2002
Location: Nashville
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any help out there? This is such a strange problem... the code is in all headinclude templates in VB that I posted above yet the code is not showing when I do a view source on any of the gallery pages... Has noone else ever ran into something strange like this?

Edit: I have noticed that the code is not shown on the forum index page but is shown on the showthread page. Why would that be?
Reply With Quote
  #26  
Old 05-10-2007, 06:36 PM
GlitterKill GlitterKill is offline
 
Join Date: Jul 2002
Location: Nashville
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I figured out a way to get around whatever in the world was going on (guess we'll never know). I simply added the container div and the code from the OP to the showphoto template.

http://gallery.pcapex.com/showphoto....cent?styleid=9
Reply With Quote
  #27  
Old 06-09-2007, 07:04 PM
2 FN LOW 2 FN LOW is offline
 
Join Date: Feb 2007
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

question for you...where is the option in photopost to display the code for a thumbnail? Also i get is the option to display a full size image, therefore this hack would be no use to me...Seeing how thumbnails would never be posted...I allow IMG tags but like i said, it only gives the tags for full size images.
Reply With Quote
  #28  
Old 08-02-2007, 08:02 PM
htscpl's Avatar
htscpl htscpl is offline
 
Join Date: Sep 2003
Location: Houston
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is working great on my site! Thanks ** installs **
Reply With Quote
  #29  
Old 08-16-2007, 02:58 PM
Elenna Elenna is offline
 
Join Date: Jan 2006
Location: St. Charles, MO
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could we use this code to have it work with [ img ] tags in images?

If so, would it be as easy as ignoring all of the edits except for the global $post and in class_bbcode.php:

Replace
Code:
// standard URL hyperlink
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
With:
Code:
return "<a href=\"$rightlink\"  class=\"highslide\" onclick=\"return hs.expand(this,{slideshowGroup:'$post[postid]'})\" target=\"_blank\">$text</a>";
?

Obviously do the other edits if you have Photopost...
Reply With Quote
  #30  
Old 08-24-2007, 07:45 AM
AdeptusAstartes's Avatar
AdeptusAstartes AdeptusAstartes is offline
 
Join Date: Aug 2007
Location: z?rich
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

u need a thumbnail too, this hack doesnt resize the image, i guess it wont work with img tags according to this
Reply With Quote
  #31  
Old 08-31-2007, 09:44 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does this work for photopost pro?
Reply With Quote
Reply


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 10:00 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.05006 seconds
  • Memory Usage 2,304KB
  • 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
  • (3)bbcode_code
  • (1)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
  • (3)pagenav_pagelink
  • (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