PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.6x (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/)
-   -   Force Image to stop of browser window (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/139297-force-image-stop-browser-window.html)

Forensic February 20th, 2009 08:19 AM

Force Image to top of browser window
 
When I click on a thumbnail to display the full image it loads a new page. That page loads from the top down as all new pages do. Is there a way to force the page to load so the user doesn't have to scroll down for every image they view? I'd like the page to load so the << Previous Image | Next Image >> links are at the top of the page when the user is viewing a members gallery.

The RDP Gallery is my gallery.

edit - My bad, I managed to post this in the wrong section. I am using vbgallery. Mods, Please move to appropriate section.

Chuck S February 20th, 2009 10:29 AM

Nothing like this I am aware of. when you open a page it always opens at the top.

Forensic February 20th, 2009 03:11 PM

Quote:

Originally Posted by Chuck S (Post 1241804)
Nothing like this I am aware of. when you open a page it always opens at the top.

Now you do... :D As I usually do, I over thought this issue. The solution is really quite simple and makes browsing images in vbGallery a much more pleasant experience.



In the ADV_GALLERY_SHOWIMAGE template.
Add the code in red.

Code:

Content visible to verified customers only.
It allows every aspect of vbgallery to act naturally except when a user decides to use the previous or next link at the top of the image.


I know this is still the wrong forum. I am big advocate of every question needs an answer. Maybe this can still be moved to the vb 3.6.x (3.8.x coming soon?) how to section.

Chuck S February 20th, 2009 04:26 PM

moved to proper forum.


All times are GMT -5. The time now is 04:20 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97