Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla Embed Addon - Link isn't opening in IFrame
When a user clicks a link on my embedded forum in my webpage the link doesn't open up to the location it is supposed to. (link in second post)
but when it is clicked when the forum is not embedded, it works fine....
http://fishingsimcoe.vanillaforums.com/discussion/22/simcoe-ice-report-monday-jan.-2-2012#Item_1
Does any know whats going wrong?
Tagged:
0
Answers
works flawless for me
didnot work for me in chrome
There was an error rendering this rich post.
Redtwentyfour - which browser are you using?
lynx
Thanks Redtwentyfour.
Working perfectly for me, Chrome 16.0.912.75 m
Explorer 9 on Win7 machine - Got the message that the content cannot be displayed in a Frame with an option to display it in a new page (which worked fine)
My understanding is you are inserting the code through a gadget? This is what could be causing the issue. It is not direct.
grep is your friend.
Ok thanks guys I have this resolved now.
@Troutman8 good idea to post the answer so others can benefit.
grep is your friend.
The issue: highlighting text and pressing the "link" button and adding the url. When the link is clicked by a reader the link refreshes the same window without the forum properly loading.
The solution: I am not using the link button. instead I just copy and paste the URL right into the message. An automatic link is created.
great
grep is your friend.
I'm having the same problem, I figure out a good way to fix it would be to make so the link to ''STORE'' takes the user to the store in a new window.
So I need to find the code to change the main menu link from
a class="" href="/swap/store">Store
to
a class="" href="/swap/store" target="_blank">Store
If I find the file I'm able to make the changes but I don't know which file it would be, little help please?
Thanks
ps: I've checked the template, and this links being generated by {custom_menu} which, according to the documentation is "A placeholder for future menu items.". Any idea how marketplace is pushing the menu item STORE ? surely there's a file that informs vanilla to create a link called STORE .
.