I just found a work around for me... not nice, but it worked. I'm using Chrome, but I expect this will work elsewhere.
I tried all sorts of redirects in the htaccess file. no go.
Step 1 - inspect element
Then I opened the the page, and right clicked the column settings link. (technically I cmd click since I'm on a mac). I selected "inspect element"
Step 2 - html rewrite
I rewrote the html (in the inspector window ) of the page to remove the sub directory. I guess you could do this if you have firebug installed or if you use chrome. I simply found the line of code, right clicked it, and "edit as html".
Once this was done I could select the link on the current page and get the pop up to work properly.
Not exactly "user friendly" but it worked and it wasn't hard.
Posted 12 years ago on Monday February 20, 2012 |
Permalink