It looks like you're new here. If you want to get involved, click one of these buttons!
This is bad:
Profile links clicked in the embedded iframed comment feed open up the profile window (i.e. the full forum site) WITHIN the iframe embed. If it's at all possible, we need to make those links target="_blank"

I was going to put something in the GitHub, but I couldn't figure out which part of the application is responsible for serving the comment feed to the embedder. (in fact, I would like to know where that is so I can work on making it prettier/match my theme anyway...) So a reference there would be great too. Thanks!
422
Developer MVP
However you could add :
< base target="_parent" />
or
< base target="_blank" />
422 Real Estate Australia , now open Check it out
Answers
nudge.
to clarify, I'm trying to use Vanilla Comments in wordpress.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Its probably a wise idea to do a full width page in wordpress (i.e. no panels in wordpress). when viewing vanilla related stuff. wouldn't it or am i confused
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
0 · Insightful Awesome LOL ·well, even in full-frame you'd have the same problem;
The problem is that the comments iframe, which prettily displays just comments and no vanilla frame, opens its user profile links IN THE SAME IFRAME WINDOW, which is now opening the entire vanilla site within my wordpress blog comments area :-P not happy!
- Spam
- Abuse
0 · Insightful Awesome LOL ·does the wordpress noframes plugin solve the problem?
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
0 · Insightful Awesome LOL ·That wouldn't do it; that blocks my WP site's content from being used in an iframe;
the problem here is that WP Vanilla Comments uses an iframe to load a vanilla conversation as my WP Comments for a blog post. Problem is, it contains links to users' profiles, and those profiles open WITHIN THE IFRAME. So now i've got my entire vanilla site loading inside my wordpress post's comments section.
Basically as i've said, the solution is simple(ish) -- make the profile links be target="_blank" (open in new window)
- Spam
- Abuse
0 · Insightful Awesome LOL ·Try target="_new"
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
0 · Insightful Awesome LOL ·Right. Either of those could be fine. But I don't know how to insert those into the profile links in the embedded comment thread.
- Spam
- Abuse
0 · Insightful Awesome LOL ·if you are using worpress you can use no frame to break out of frames.
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Now that I found a good grep tool, I think I could find and tweak the embedded comment thread code so that the links are
< base target="_parent" />
or
< base target="_blank" />
I'll let you know if I get around to it, and probably drop something on the wiki.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Hey Daniel, did you ever sort this?
I have a similar issue in that I have Vanila embedded in a WP site with single sign on enabled. When a user clicks on the Sign on or Register buttons the site login/register form appears inside the embed frame of the forum and ultimately so does the whole site when logging in. I tried adding target="_top" etc but only to the end of the links in the SSO plugin. I guess this needs to be addressed in the core files that produce the links but that's when I start getting into unknown territory.
ANy help much appreciated.
- Spam
- Abuse
0 · Insightful Awesome LOL ·@mhk1058
You have a similar issue - but a totally different issue so should start new discussions with a new topic, not "me too" onto something different. It makes it harder for future users to find solutions when you "me too" on to different issues.'
you are not having the problem with embedded comment links correct??????
if you are using wordpress - out try this... as x00 pointed out.
http://wordpress.org/extend/plugins/wp-no-frames/
does that plugin solve your issue.
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
0 · Insightful Awesome LOL ·OK, keep your hair on... how many ?????
I have posted this as a separate issue and had zip answers, so I thought as this was similar issue I would simply ask if Daniel had found an answer which the thread didn't indicate, hardly the crime of the century.
- Spam
- Abuse
0 · Insightful Awesome LOL ·very few. Some of the questions make me tear my hair out. Especially the repeat problems. sometimes, the "me too's" cause some hair pulling. :)
my mistake - its between you and Daniel. I should have avoided this one.
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
0 · Insightful Awesome LOL ·Sorry, I never did sort this out; I just abandoned embedding in favor of a standalone.
But it shouldn't be too hard to fix (once one learns to "grep" or use notepad++'s "search within files"), just implement a target="_parent" or "_blank" into the template file, which you'd find using grep.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Thanks Daniel
- Spam
- Abuse
0 · Insightful Awesome LOL ·