#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 1, 2013 15:53:45 GMT -8
The pagination bar scrolls down with me even when I past the "Quick Reply" box, which differs from how it is without it since it stops a bit below the quick reply box. Not sure if this is a "bug". You shouldn't even have the Quick Reply option in the Gallery Board..
|
|
inherit
184444
0
Jun 22, 2019 13:28:08 GMT -8
AshFR
1,008
October 2012
gemaddog7
|
Post by AshFR on Feb 1, 2013 15:57:55 GMT -8
Yeah I realized that, sorry didn't notice.
|
|
inherit
151747
0
Nov 22, 2014 11:15:08 GMT -8
Mockingbird
True Role-Players
398
February 2010
emilcastagnier
|
Post by Mockingbird on Feb 1, 2013 17:28:58 GMT -8
Works lovely. Thanks, nice work.
|
|
inherit
36062
0
Jan 14, 2021 7:56:45 GMT -8
Sophia
This is the real me... oh wait...
308
January 2005
svdnent
|
Post by Sophia on Feb 2, 2013 12:27:18 GMT -8
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 3, 2013 6:14:29 GMT -8
Youch. And I thought a 100 character limit would be more than enough... I've increased the limit to 150 characters, so try v1.0.6. Unfortunately you cannot post images from a secure site, so any images with a https:// header will not be displayed even if I enabled it in the code.
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Feb 3, 2013 6:34:33 GMT -8
This is one nice plugin and don't know how I missed it early in December.
|
|
blueshead
Full Member
More hot peppers please!
Posts: 928
inherit
185994
0
Jun 17, 2018 15:20:52 GMT -8
blueshead
More hot peppers please!
928
November 2012
mrblueshead
|
Post by blueshead on Feb 3, 2013 6:39:59 GMT -8
O.K.. Picasa IS doable, now that Todge has upped the 100 character limit .. I've figured an easy work around. (I don't like Picasa.. Imgur is so much easier)
1- go to your photo 2-Select "Link to this photo" 3-Select size and click on (image only no link) 4 copy pasta the "embed image" to your gallery 5- Simply change https to http. 6-Post your photo
( I shall now spend part of my day moving photos off Picasa to my Imgur.)
|
|
inherit
36062
0
Jan 14, 2021 7:56:45 GMT -8
Sophia
This is the real me... oh wait...
308
January 2005
svdnent
|
Post by Sophia on Feb 3, 2013 8:48:54 GMT -8
Thanks very much VERY nice plugin PS How do people post a comment on pictures in the Gallery?
|
|
inherit
138210
0
Feb 3, 2013 20:08:30 GMT -8
misskika
5
March 2009
misskika
|
Post by misskika on Feb 3, 2013 19:59:52 GMT -8
^ I don't think you can?
Also, I noticed a problem. When you get to page two of the gallery, it no longer posts the same as page one. On page one each post is just the picture you uploaded plus the comment and the time, and it's also centered. When you get to page two, it starts showing your avatar with each upload along with the ability to quote and it's alligned to the left, like a real post. Is there a way to make it "gallery" style for all pages, not just the first?
|
|
inherit
36062
0
Jan 14, 2021 7:56:45 GMT -8
Sophia
This is the real me... oh wait...
308
January 2005
svdnent
|
Post by Sophia on Feb 3, 2013 20:06:13 GMT -8
You can, but it's a bit hidden at the moment. You'd need to click "Add picture" and then click "Reply"... but it would be nice if members could post comments on pictures - where it is now is easy to miss
|
|
blueshead
Full Member
More hot peppers please!
Posts: 928
inherit
185994
0
Jun 17, 2018 15:20:52 GMT -8
blueshead
More hot peppers please!
928
November 2012
mrblueshead
|
Post by blueshead on Feb 3, 2013 21:00:03 GMT -8
Noooo.. I like that they CAN"T post comments about my piccys.. heh.
|
|
inherit
36062
0
Jan 14, 2021 7:56:45 GMT -8
Sophia
This is the real me... oh wait...
308
January 2005
svdnent
|
Post by Sophia on Feb 3, 2013 21:31:55 GMT -8
Haha, maybe it can be made an option... I'm wouldn't want to drive poor Todge witless though
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 4, 2013 14:24:47 GMT -8
^ I don't think you can? Also, I noticed a problem. When you get to page two of the gallery, it no longer posts the same as page one. On page one each post is just the picture you uploaded plus the comment and the time, and it's also centered. When you get to page two, it starts showing your avatar with each upload along with the ability to quote and it's alligned to the left, like a real post. Is there a way to make it "gallery" style for all pages, not just the first? Correct, it's not possible for members to leave comments on a fellow member's image as that would mean modifying the original post. The only way to do that would be to make all members moderators in the gallery board. As for the problem with the gallery only displaying properly on the first viewed page, that's due to the way V5 switches pages in a thread. We are hopefully getting a solution to this soon, but in the meantime you can add this to your Global Footer, it's a work-around that will make all plugins work throughout all the pages in a thread. <script type="text/javascript"> <!-- // Force refresh on pagination..
function forceRefresh() { var pag = document.getElementsByTagName('li'); for(p=0; p<pag.length; p++) { if(pag[p].className.match(/pagination/)) { var pLink = pag[p].getElementsByTagName('a')[0]; pLink.onclick = function(){document.location = this.href;} } } return; }
if(location.href.match(/\/(thread|recent)/)) { if (window.addEventListener) { window.addEventListener('load', forceRefresh, false); } else if(window.attachEvent) { window.attachEvent('onload', forceRefresh); } } // --> </script>
|
|
inherit
36062
0
Jan 14, 2021 7:56:45 GMT -8
Sophia
This is the real me... oh wait...
308
January 2005
svdnent
|
Post by Sophia on Feb 5, 2013 11:05:24 GMT -8
Todge, just a question: would it be possible to add uploads to the gallery? I don't mind paying for extra space... I think some members are a bit scared of hosting the images externally
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 5, 2013 14:49:32 GMT -8
Do you mean the 'Add Attachment' feature?
It may be possible to allow that in the code, but there would be no way to have a check to ensure the member is uploading an image, or that they are only adding one attachment to the gallery.
You could also end up not having the image added to the post if something goes wrong, and end up with just the comment the member added, and to add to that, any image that was uploaded to the gallery would not be able to be edited, with the only option to delete that gallery entry altogether, which would mess up any timeline if images are being posted in sequence.
|
|