Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   links (http://www.mysidiaadoptables.com/forum/showthread.php?t=927)

Bloodrun 06-15-2009 04:10 PM

RE: links
 
Quote:

Originally Posted by zhiichiro
Quote:

Originally Posted by BMR777
This may actually be the fault of the BBCode parser.

In inc > bbcode.php find:

PHP Code:

$text preg_replace('|\[url=(.+?)\](.+?)\[\/url\]|i''<a href="$1" target="_blank">$2</a>'$text); 

Replace With:

PHP Code:

$text preg_replace('|\[url=(.+?)\](.+?)\[\/url\]|i''<a href="$1">$2</a>'$text); 

That should make it where all links open in the same window, rather than in another window. :)

thnx but, where can i find the bbcode.php?

and also, i only need this on some pages, not all.

Okay, zichi alot of your questions could be answered by yourself, if you actually took the time to look.

your bbcode.php file is in your inc directory.
if you only want it for somepages, then make a new bbcode.php file, and only call it from the pages you want it to be used on.


All times are GMT -5. The time now is 03:55 PM.

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