NickyDee
08-29-2008, 11:08 PM
Hi everyone, my first thread so I apologise if this is not the correct place for this post.
I'm integrating a vBulletin board into my new website that extensively uses iframes. Problem is navbar wants to load into the parent window and not the iframe cell, so i need to direct it to the correct place. The website is www.study-medicine.co.uk,
This means navbar needs to load into target="centre" (the name and id of the iframe). I've gone through some of the pages editing this manually but its tedious and unreliable, is there an easy way that I have missed to do this? for example to target all the vBulletin links to a named place?
UPDATE:
I've isolated part of my problem down to this string:
<phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">
I somehow need to stick target=centre into that, any ideas how I can make that work?
--------------- Added 1220118995 at 1220118995 ---------------
another update, I figured it out, I edited the phrase welcome_x_link_y to include target=centre. Phrases causing more trouble than they're worth in this instance.
I'm integrating a vBulletin board into my new website that extensively uses iframes. Problem is navbar wants to load into the parent window and not the iframe cell, so i need to direct it to the correct place. The website is www.study-medicine.co.uk,
This means navbar needs to load into target="centre" (the name and id of the iframe). I've gone through some of the pages editing this manually but its tedious and unreliable, is there an easy way that I have missed to do this? for example to target all the vBulletin links to a named place?
UPDATE:
I've isolated part of my problem down to this string:
<phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">
I somehow need to stick target=centre into that, any ideas how I can make that work?
--------------- Added 1220118995 at 1220118995 ---------------
another update, I figured it out, I edited the phrase welcome_x_link_y to include target=centre. Phrases causing more trouble than they're worth in this instance.