vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Mini Mods - highslide integration with vB attachments - lightbox alternative - inline too. (https://vborg.vbsupport.ru/showthread.php?t=139167)

Alfa1 09-18-2007 04:02 PM

Mini2; please see my request here: Highslide integration with Avatars

xandizitxu 09-18-2007 05:44 PM

Anyone know if this mod has conflicts?

cynthetiq 09-18-2007 06:04 PM

Quote:

Originally Posted by xandizitxu (Post 1341867)
Anyone know if this mod has conflicts?

I installed it on a fresh installed vb 3.6.8 and it didn't work. So I'm not sure what the mod conflicts would be. I just installed photopost so I will see if I can't get those inline ones to work well also.

It works great now that I installed AnyMedia.

xandizitxu 09-18-2007 06:09 PM

AnyMedia is AME right?

cynthetiq 09-18-2007 06:15 PM

no. AME is Auto Media Embedding

AnyMedia is a different product.

https://vborg.vbsupport.ru/showthrea...light=anymedia

xandizitxu 09-18-2007 09:30 PM

I installed that here and the attachment still don't work. :(

xandizitxu 09-18-2007 10:50 PM

YES! I GOT IT WORKING INSTALL EVERYTHING LIKE THE TUTORIAL AND DO THIS!
PS: My test board it worked on a clean install.

Just add manually this to ur template headinclude

After the << -- CSS something, when this part end ^^
Code:

<script type="text/javascript">
<!--
var SESSIONURL = "";
var IMGDIR_MISC = "images/misc";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>


<script type="text/javascript" src="/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="/highslide/highslide.css" type="text/css" media="screen" />
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=368"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=368"></script>


cynthetiq 09-19-2007 02:19 AM

anyone have any idea how i could intergrate a FLOAT tag to work with this???? It would really help out in the articles mod to have the pictures small and highslide to large.

ninermac 09-19-2007 02:34 AM

Need a little help here. I've installed and the script seems to work with the exception that I get no control bar what so ever.

The Expand graphic shows up on images, but no control bar. The fact the Expand shows up makes me think it's finding the graphics directory. Any ideas as to what I should look at?

Thanks in advance...

ninermac 09-19-2007 04:39 PM

Quote:

Originally Posted by ninermac (Post 1342198)
Need a little help here. I've installed and the script seems to work with the exception that I get no control bar what so ever.

The Expand graphic shows up on images, but no control bar. The fact the Expand shows up makes me think it's finding the graphics directory. Any ideas as to what I should look at?

Thanks in advance...

Ok, it looks like the original issue could have been the escaped single quotes in the Highslide Headinclude & Initialization plugin.

When I changed it, it's like I uninstalled the highslide product. Viewing source on a page that once had highslide references, showed no evidence of the javascript or css. Images went back to normal VB behavior (new window for me).

After trying to uninstall and re-install... Now my VBA CMPS index is blank and the pages still have no highslide references. It's like it doesn't exist. If I disable highslide, the CMPS index comes back to normal.

Any suggestions?

ninermac 09-19-2007 05:28 PM

Quote:

Originally Posted by ninermac (Post 1342546)
Ok, it looks like the original issue could have been the escaped single quotes in the Highslide Headinclude & Initialization plugin.

When I changed it, it's like I uninstalled the highslide product. Viewing source on a page that once had highslide references, showed no evidence of the javascript or css. Images went back to normal VB behavior (new window for me).

After trying to uninstall and re-install... Now my VBA CMPS index is blank and the pages still have no highslide references. It's like it doesn't exist. If I disable highslide, the CMPS index comes back to normal.

Any suggestions?

All fixed now, made the single quotes double quotes and it's working great now.

darkdiver 09-22-2007 06:54 AM

Reminder... is there no help ????

hi folks,

sorry for my bad english, but if i use the highslide and googlemap and i got problems with the "pins" in the map from googlemap. I allreday have made the update from googlemap but without success.

Some suggestions?

Eric

yotsume 09-24-2007 07:51 PM

Where can we download the highslide js files from? The main website looks dead?

Anyone have a mirror or can post a zip of the files please!

lasto 09-24-2007 09:55 PM

tried to get files from main website and its dead to me as well

lasto 09-25-2007 05:23 AM

site is still dead.

parabat 09-25-2007 06:43 PM

Just as a side note to those that might want to try this. I have successfully used Elenna's suggestion to get highslide to work with the img tag. Here is the suggestion.

https://vborg.vbsupport.ru/showpost....01&postcount=4

But as brfrankl points out, this might be an issue for those that use images in a signature. Sorry I'm not coder, so can't help in that regard.

Again, thanx for this awesome mod and Elenna's advice :D

-PB

lasto 09-25-2007 06:46 PM

i installed this but i see nothing on my board

once i done the templates edits and edited the JS file and uploaded the folder and then added the product am i meant to do anything else as there is nothing changed on my board.

parabat 09-26-2007 08:20 AM

Quote:

Originally Posted by mini2 (Post 1347340)
Hello folks.

Today I've withdrawn support for this modification as I've just not been able to devote the time to it I'd like to. Apologies for that.

As it happens I've uninstalled this due to several IE users on my site complaining of problems with highslide (which I was unable to replicate and bug fix).

I'm instead using my own lightbox modification, which I may release later on (it's based on this code actually).

Mini2, as a suggestion, if you do release your other mod, email all those on this mod.
Thanx again

-PB

BadgerDog 09-26-2007 10:10 AM

Quote:

Originally Posted by mini2 (Post 1347340)
As it happens I've uninstalled this due to several IE users on my site complaining of problems with highslide (which I was unable to replicate and bug fix)

Could you elaborate on their complaints, just so we have a heads up as to what their issues are?

I've been using your mod and have experienced no complaints from anyone, including Nac users.

Thanks for your efforts.... :up:

Regards,
Badger

Smiry Kin's 09-27-2007 07:46 AM

Have you found a fix for the current vbseo issue? - thats 1 main reason i havent installed it.

dendrob 09-28-2007 05:02 PM

When I install it and modify the Highslide Main Function plugin, I get this:

Parse error: syntax error, unexpected T_STRING in /home/gecko/public_html/community/global.php(341) : eval()'d code on line 3

Fatal error: Call to undefined function: highslide_attachment_replace() in /home/gecko/public_html/community/includes/class_bbcode.php(345) : eval()'d code on line 13

CThiessen 10-01-2007 12:01 PM

Hi,
Thaks for that Add-on, it works perfect on my site.
Do you think there is a way to let it work also with the vBulletin Blog?

Christian

yotsume 10-06-2007 08:10 AM

I did all the file edits and have a question. 1. What does inline attachment mean? How do you make an inline attachment? I have photos linked by their url that show in a post. Is that what is meant by inline? None of those photos that I link to seem to get thumb nailed and have the highslide effect. All my attached images work great with the bbcode for comments.

I guess inline attachments don't work or I am missing settings somewhere?

Help Thanks!

WEBclay 10-06-2007 04:05 PM

Thanks for this mod, works just fine.

@yotsume: You have to attach the image via attachments manager in your postings...

Elenna 10-07-2007 09:14 PM

Parabat,

What I've done is created another BBCode for images that people don't want to "zoom".

The replacement text is:
<img src="{param}" border=0>


You can make a third BBCode and use this replacement, taken from the Borgs' BB Code Pack thread:
<a href="{param}"><img width="100%" src="{param}" border="0"></a>

That will link to the larger image, while displaying a smaller version that doesn't break your layout.

Quote:

Originally Posted by parabat (Post 1346996)
Just as a side note to those that might want to try this. I have successfully used Elenna's suggestion to get highslide to work with the img tag. Here is the suggestion.

https://vborg.vbsupport.ru/showpost....01&postcount=4

But as brfrankl points out, this might be an issue for those that use images in a signature. Sorry I'm not coder, so can't help in that regard.

Again, thanx for this awesome mod and Elenna's advice :D

-PB


aztecboi2003 10-08-2007 01:53 AM

Does this work only for the attached photos? Because we installed it and some photos it works on. And some it doesn't.

Aeolian 10-08-2007 04:38 AM

i installed as per, but when i click any attachment it says "loading" on the image.. and thats it nothing happens :/
help!

Aeolian 10-10-2007 03:11 AM

hmm.. it's dead!!
no activity for this mod :\

hcmagix 10-10-2007 09:19 AM

I contacted mini2 with upgrade request for the Blog Addon.

Im hopefully ^^

sduckie2k5 10-10-2007 02:41 PM

Can this be used with photoplog? If so, please explain. Thanks

Elenna 10-10-2007 07:54 PM

From what I can tell, this is interfering with the vbgooglemember map. I think the code used to overlay images on the google map is being messed up by this.

Is there a way to tell it not to try and use this code on certain pages? I'm hoping that that might help with the GoogleMemberMap issue.

parabat 10-11-2007 10:36 PM

Quote:

Originally Posted by Elenna (Post 1355042)
Parabat,

What I've done is created another BBCode for images that people don't want to "zoom".

The replacement text is:
<img src="{param}" border=0>


You can make a third BBCode and use this replacement, taken from the Borgs' BB Code Pack thread:
<a href="{param}"><img width="100%" src="{param}" border="0"></a>

That will link to the larger image, while displaying a smaller version that doesn't break your layout.

Elenna, thanx again for your help. Will try these new pieces as well :up: :D

-PB

Aeolian 10-12-2007 06:02 PM

i installed as per instruction but the still have the loading problem.. i will add a screen shot soon..

rapidphim 10-13-2007 04:51 AM

1/ How are you going to use/or to make it effect on bbcode image tag?
2/ Also, once I clicked on the thumbnail, it didn't load the loading with darken bg. Instead it loaded the image right away. Does anyone know how to fix this?

S.Younh 10-13-2007 10:05 AM

@Aeolian use highslide version 3.2.2 ;)

Okay it works in the firefox browser. But in IE it dosn't work. Why?

Which Version of highslide do you use?

rapidphim 10-14-2007 04:57 PM

Any one got error when using the caption? On mine, without using the caption, it's fine. But when I have captions on, and when I click on the image first time, I got page error and gave me internet error. Then I clicked on back button and click on the image again, then it's fine... anyone got something like I get this?

kevcj 10-14-2007 07:57 PM

Thank you for updating this for VB 3.6.8 - this is one great mod!! My members love it. :)

When I tried to edit the Highslide Main Function file, the site went down with some kind of cookie error.

The edit looked like this:
slideshowGroup: '.$post[postid].' , align: 'center'

I did not add the second edit because the site went down - I keep one tab open in the Admin control panel, and another tab open on the site. As soon as I clicked apply, I went back to the site tab, refreshed, and all I got was an error message.

AAAHHH, site down, remove edit fast!!! Everything is working good now. I removed the changes and the errors went away.

Ideas or suggestions?

rapidphim 10-15-2007 12:10 AM

Open up your highslide.js look for align auto change to center. Few page back tell you more detail

hcmagix 10-16-2007 06:34 PM

I need this function for the blog addon. Have somebody an idea?

Elenna 10-17-2007 12:23 PM

Sorry, I needed to remove this (for now) because it is interferring with my Google Member Map :(

But I do still have it on one of my sites that doesn't have the Member Map :) I love this add-on.


All times are GMT. The time now is 01:35 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01701 seconds
  • Memory Usage 1,826KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete