vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How to prevent links from opening in new windows? (https://vborg.vbsupport.ru/showthread.php?t=177337)

plasticsurgery 04-27-2008 07:37 PM

How to prevent links from opening in new windows?
 
I've tried everything on my end with the HTML and I couldn't figure anything out. I contacted vB support and this is what they said:

"That is the normal behavior for the URL code. Changing this requires modifying the code. If you have some coding ability then you can post on http://www.vbulletin.org for help with this. Otherwise you might find a premade addon for this on http://www.vbulletin.org."

Well on that note, does anyone know what the mod on the code is to do this? Or even better yet, is there a way just to stop this from occurring on links within your domain? Because all my links on here are just links to other parts of my website, a different forum/thread, etc so it's pretty silly to open up in a new window.

Thanks!

Lynne 04-27-2008 10:39 PM

I just clicked around on my site and the links just open in the same window. So, how about an example on your site of where they are opening into a new window. Basically, if you have target="_blank" in the link, ie. <a href="page.php" target="_blank">Page</a>, then it will open in a new window.

Vtec44 04-28-2008 05:19 AM

I haven't personally done it yet, but it should work.

In class_bbcode.php, search for
Code:

// standard URL hyperlink
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";

and remove the
Code:

target=\"_blank\"
:)

--------------- Added [DATE]1209363906[/DATE] at [TIME]1209363906[/TIME] ---------------

Oh, it will work with newer posts only...


All times are GMT. The time now is 04:16 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00916 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete