PDA

View Full Version : Integration with vBulletin - Photopost gallery highslide vB thumbnail integration.


mini2
02-11-2007, 10:00 PM
Gone

abramelin
02-12-2007, 06:13 PM
Can you do this for photoplog too?

abramelin
02-12-2007, 10:32 PM
is this working on ie6 or in which browsers is this working?

maroceve
02-13-2007, 07:47 AM
is there the same thing for vbgallery ? :)

Smoothie
02-13-2007, 08:52 AM
I've tested it in IE 6, 7, Opera 9, Firefox 2 on PC.

Safari, Firefox on Mac.

The only browser I've found it doesn't work is the old IE on the Mac.That's great news, because anyone who uses IE on the Mac should have their nose hairs plucked with a pliers.

Smoothie
02-14-2007, 12:45 AM
I'll be installing this and will report back.

Smoothie
02-14-2007, 12:59 AM
Is it possible to get the slide show to play in the gallery? Right now when you click an image in the gallery, it does nothing except show the viewer, with controls, which do nothing.

Smoothie
02-14-2007, 01:44 AM
Installed and working just fine.

Smoothie
02-14-2007, 11:09 AM
Not at present. I could be possible to slide the prev-next images at the top though, that could be cool.
Now that's what I'm talking about. Presently there's a slideshow in PP, but it's not nearly as cool as this highslide mod.

Goat Boy
02-15-2007, 12:03 AM
The main hack is working fine for me.

This addon is not working for me though, is there a setting in photopost that needs to be enabled for this to work?

Goat Boy
02-15-2007, 05:40 PM
vb3 integration is on, sent you a PM

Goat Boy
02-16-2007, 12:09 AM
Figured it out. You may want to tell users to make sure this is set you yes in photopost

Use popup window for BIG images?

MJM
02-16-2007, 05:00 AM
I like this :) am considering ...
... as long as you have vb3 integration on it should work fine as far as I can tell.

Do you mean vB enhanced?
My gallery is integrated with vB users but not using vB enhanced (vB headers etc)

BTW I noticed (with Safari ) the top portion of the capton is scrunched as shown:

60641

Also viewing the next pic on your site <- -> in the image isn't working for me.

It would be very cool to have zoom capabilities as well.

Grunt
02-17-2007, 08:33 AM
working like a champ on VB3.6.4 and PP Pro 5.62

Thanks so much!

Chadi
03-02-2007, 05:06 PM
Anyone know how to apply this to vbgallery? I'm not a programmer, otherwise I'd help

Gizmo999
03-14-2007, 05:56 PM
Anyone know how to apply this to vbgallery? I'm not a programmer, otherwise I'd help


I'd like to know that as well, my host won't switch safe mode off so i can't use photopost and vbgallery is the only option :(

dendrob
03-28-2007, 02:28 PM
I installed the attachment mod and it's working great ! I'm running photopost, but I don't really want to have this in the gallery itself and would prefer it to link to showphoto page (since I got ads there), but it would be cool to get it working just when users copy and paste the bbcode for the thumbnails into posts.

btw, what happens if someone from my gallery pastes the modified BBCode onto another forum to display a thumb in the post?

Smoothie
03-29-2007, 01:03 AM
use hotlink protection

connecsions
04-10-2007, 12:27 AM
In showphoto.php, I cannot this code from step 2.
if ( $Globals['spider'] == "yes" )
{
$showbbthumb = "}/showphoto.php/photo/$photo]https://vborg.vbsupport.ru/ ({$Globals['maindir')";
}
else
{
$showbbthumb = "}/showphoto.php?photo=$photo]https://vborg.vbsupport.ru/ ({$Globals['maindir')";
}


However, I was able to find
$showbbthumb = "}/showphoto.php/photo/$photo]https://vborg.vbsupport.ru/ ({$Globals['maindir')";
in showphoto.php.

Should I replace that with
{
$showbbthumb = "}/$storecat/$bigimage]https://vborg.vbsupport.ru/ ({$Globals['datadir')";
}
else
{
$showbbthumb = "}/$storecat/$bigimage]https://vborg.vbsupport.ru/ ({$Globals['datadir')";
} ?

Sakera
04-14-2007, 06:27 PM
I installed the attachment mod and it's working great ! I'm running photopost, but I don't really want to have this in the gallery itself and would prefer it to link to showphoto page (since I got ads there), but it would be cool to get it working just when users copy and paste the bbcode for the thumbnails into posts.

btw, what happens if someone from my gallery pastes the modified BBCode onto another forum to display a thumb in the post?


You can skip the first step to achieve what you want.

If someone pastes it at another forum, then it will show as a normal thumbnail, and when it's clicked the big picture will come up in it's own window.

Sakera
04-14-2007, 06:28 PM
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/showthread.php?p=1227642#post1227642

Gizmo999
04-25-2007, 05:18 PM
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 ?

GlitterKill
05-09-2007, 11:40 PM
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?

<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" />

GlitterKill
05-10-2007, 03:47 PM
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?

GlitterKill
05-10-2007, 06:36 PM
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.php/photo/11194/cat/recent/limit/recent?styleid=9

2 FN LOW
06-09-2007, 07:04 PM
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.

htscpl
08-02-2007, 08:02 PM
This is working great on my site! Thanks ** installs **

Elenna
08-16-2007, 02:58 PM
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
// standard URL hyperlink
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";

With:
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...

AdeptusAstartes
08-24-2007, 07:45 AM
u need a thumbnail too, this hack doesnt resize the image, i guess it wont work with img tags according to this

Alfa1
08-31-2007, 09:44 PM
does this work for photopost pro?

MediaHound
09-17-2007, 02:47 AM
What happens if the big image is wider than the screen? Do you get scrollbars?

xRenegade85
09-17-2007, 02:39 PM
hi

i am wondering is it possible to install my photoshop 2.2 in the forum root? instead of in forumroot/gallery/ folder? because if i install it in a folder then a lot of scripts fail, for example if you are viewing the gallery and press the logout button the forum displays an error saying it cant find the login.php file, similar problems arise with other pages.

Thanks

trancetopia
10-12-2007, 07:53 PM
Thank you so much for this addition. Awesome integration!!! I could not get lightbox integration to work in my new pp6 installation and I had your highslide mod installed for attachment thumbs in the forums.

Consistancy is now excellent with viewing images in my forums and photopost!

A big, big thank you!!

dendrob
01-07-2008, 09:51 PM
why are all the mods all of the sudden not supported? Did mini split?