Code: Select all
[phpBB Debug] PHP Notice: in file /includes/prime_links.php on line 69: Undefined variable: click
[phpBB Debug] PHP Notice: in file /includes/prime_links.php on line 69: Undefined variable: click
Fixed.saaiberke wrote:Code: Select all
[phpBB Debug] PHP Notice: in file /includes/prime_links.php on line 69: Undefined variable: click [phpBB Debug] PHP Notice: in file /includes/prime_links.php on line 69: Undefined variable: click
Just added an option so you can decide. Open "includes/prime_links.php" and set "ALL_SUBDOMAINS_INTERNAL" to true or false, depending on what you want.cotp wrote:What happens with sub domains, are they considered as local or external ?
You rock !primehalo wrote:Just added an option so you can decide. Open "includes/prime_links.php" and set "ALL_SUBDOMAINS_INTERNAL" to true or false, depending on what you want.
I see what you mean, as in the moderators link in this post: http://forums.epoch.twilight-rhapsody.c ... 7&f=2#p447mattgid wrote:hey!
when I use the [url] bbcode, all links, regardless of internal / external, will open in a new window. how do I fix this?
I want internal links to open in the same window. external links to open in a new window.
mattgid wrote:when I use the bbcode, all links, regardless of inter ... =301]Topic (an internal BBCode URL) opens in a new window.
I also have a custom BBCode which opens in a new window, too:
BBCode:
HTML replacement:Code: Select all
[user]{TEXT}[/user]
I'll stay here to help you testing.Code: Select all
<a class="postlink" href="memberlist.php?mode=viewprofile&un={TEXT}">{TEXT}</a>
Regards
Wolfgang
Code: Select all
$board_url = generate_board_url(true);
Code: Select all
$board_url = html_entity_decode(generate_board_url(true));