![]() |
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.
|
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 |
I have both and they still work fine.
|
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 :)
|
Quote:
|
Quote:
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?) :confused: |
Quote:
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&w=o"><img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&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&w=o"><img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&w=l" alt="$vbphrase[photoplog_click_to_view_original]" title="$vbphrase[photoplog_click_to_view_original]" border="0" /></a> |
Quote:
Thanks |
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... :o 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:
|
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 |
Thanks for this.
Im not seeing the controls. Any suggestions? |
I'm having major problems getting this script to run with vbseo turned on. If i turn vbseo off it works fine but with vbseo turned on the image just shows Loading all the time after you've clicked it to enlarge.
anybody running this with vbseo ? Chris. |
Quote:
Yea I reckon you will need a rewrite rule to stop vbseo from rewriting the urls when you have highslide installed :) |
How do I change the border color from the default grey (around the image that is) to yellow?
|
Quote:
|
best bet is to ask at vbseo mate, they should support you with this as it is their software that is causing the problem...
|
Quote:
|
A support ticket has been submitted with vbseo but there's been no response as of yet.
|
OK i've heard back from vbseo and got it working :)
Step 1) If you've already made the template changes for the highslide mod you only need to add the part in RED Edit postbit_attachmentthumbnail template. Replace: Code:
<a 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> Code:
<a rel="novbseo" 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> Manually enable VBSEO_ALLOW_REL_NOVBSEO option in config_vbseo.php file: (config_vbseo.php is in your includes folder) Find- Code:
define('VBSEO_ALLOW_REL_NOVBSEO', 0); Code:
define('VBSEO_ALLOW_REL_NOVBSEO', 1); |
Thnx a lot for the heads up. You saved me a lot of time! :D
|
Hello, guyz
i have followed the instructions step by step and everything is working fine...except the button image in the editor...where should i place attcap.gif file in the forum? thank you |
Quote:
|
Wonderful addon! Installed.
|
Quote:
|
Quote:
Quote:
Look in the highslide.css that you made for this Code:
.highslide img { and change it to this Code:
.highslide img { |
can this be modified to work with img tags?
|
Hi, nice hack! I installed it, but i'm dealing with one problem. It's affecting links aswell. If a member posts a link, and you hover over it, the curser changes to the Highslide curser and when you click it it says loading and keeps loading... Can you please help me?
|
Do you have vbseo installed?
|
No, i haven't
|
I Do and it didn't work any advice for vbseo people?
I use it and only inline images do not work, i have also rebuild the cache. http://forums.pspcrazy.com/forums/ps...ml#post1033966 |
i'll pay anyone who can install this on my 3.67PL1!So frustrating!!!!:(
|
Hello ,
Can I use this for larg images that users insert it in post , , it is nice if i can use it for the larg images , Regards |
Any news on the link part? It still shows links with the magnifying glass...
|
I moved from database to file system and also upgraded my board, Ive noticed some posts have the integration and some don't. ( I went through and double checked all file edits since I had to re-do the inline edits...
Any ideas? Thread examples (warning may not be safe for work) http://www.digitalet.net/forum/showthread.php?t=7464 with highslide integration http://www.digitalet.net/forum/showthread.php?t=5061 without integration It seems the inline edit didnt take, but I went over the edits a few times... I'l try re-editing the fresh file. 3.6.7 |
Quote:
Having said that I can install this for you if you want. |
can this be modified to work with img tags?
|
Quote:
|
I followed bjhuangs as well, but it doesnt work inline for some odd reason, does it work for you people? I did the file edits just letting you know on that.
|
Quote:
|
did it work fine with inline images as well? OR just attached ones.
|
All times are GMT. The time now is 06:51 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|