Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Navigating CoS on Roll20 Question

Hey all! Hopefully an easy question/answer, but I'm running into a problem when trying to move my players between pages.  Because there's SO many pages for Curse of Strahd, is there a way to easily move players from Page 1 to say Page 28? Trying to drag and drop the Players bookmark doesn't flow nicely across the open pages, so it's hard to transition between Barovia to Wachterhaus, for example.  Thanks for any insights! 
1536525675

Edited 1536526852
The Aaron
Pro
API Scripter
3 things you can do: 1) Once you've clicked and held the ribbon, you can probably use the mouse wheel to scroll the pages listing and then drop on the 28th page. 2) You can reorganize the pages to put the 28th page in the 2nd positions or some such, allowing the source and destination pages to be on the same screen 3) You can use the Stylus Chrome/Firefox Extension to make the page list multi-line (some slight weirdness with the way it displays, but very effective.  Here's the style you might use: #page-toolbar { height: 65%!important; width: 78%!important; } .availablepage { float: left!important; width: 120px!important; height: 80px!important; margin-bottom: 80px!important; } #page-toolbar .container { height: 100%!important; } #page-toolbar .pages .availablepage img.pagethumb { margin-left: auto!important; margin-right: auto!important; max-width: 80px!important; max-height: 80px!important; } #page-toolbar .pages .availablepage span { position: inherit!important; margin-top: 40px!important; font-size: small!important; } #page-toolbar .pages .availablepage .duplicate { background-color: #54C3E8!important; } #page-toolbar .pages .availablepage.activepage img.pagethumb { box-shadow: 0 0 5px 20px #ff0000 !important; }
I usually Archive pages I am not going to use during the session to elevate this problem, its not a perfect solution but it works.