Open DarthGremlin opened 8 years ago
Hi there, There may be something wrong with your GotS installation. Here's what popup mode is supposed to do: http://code.library.arizona.edu/gots-sample/tutorial/google-scholar---popup-demo
This is what I see for implementing Popup mode, an empty box (see link). I'm not sure what is supposed to go there. The desired opening URL? https://nnlm.gov/sites/default/files/nto/images/gots_popupmode.jpg Thanks.
@rbrown3011 I believe you might be using an older version of the database schema. If you have SSH access to the server running GotS, make a backup of your database, navigate to the app/
directory under your GotS installation and run:
$ ../lib/Cake/Console/cake Migrations.migration run all --plugin Tags
$ ../lib/Cake/Console/cake Migrations.migration run all
Thanks simpsonw. I forwarded your response to my system administrator.
It is my understanding that popup mode was created so that tutorials could be created for sites that have X-Frame denial issues, correct?
I may be missing something, but when I try to enable popup mode on my tutorials I see no difference, and in searching the web for other GOTS tutorials that use popups I ran across this one: http://library.uvm.edu/guide_on_the_side/tutorial/how-to-use-popup-mode which also appears to not be working.