Configs not working as supposed in 2.14

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ZilvinasR
Posts: 4
Joined: 15 May 2018, 13:32

Configs not working as supposed in 2.14

Post by ZilvinasR »

I have tried to set some options in 2.14, have this in config_inc.php file
/**
* Bug Linking
* if a number follows this tag it will create a link to a bug.
* eg. for # a link would be #45
* eg. for bug: a link would be bug:98
* @global string $g_bug_link_tag
*/
$g_bug_link_tag = '#';

/**
* Convert URLs and e-mail addresses to html links.
* This flag controls whether www URLs and email addresses are automatically
* converted to clickable links as well as where the www links open when
* clicked. Valid options are:
* - OFF Do not convert URLs or emails
* - LINKS_SAME_WINDOW Convert to links that open in the current window (DEFAULT)
* - LINKS_NEW_WINDOW Convert to links that open in a new window
* @global integer $g_html_make_links
*/
$g_html_make_links = LINKS_NEW_WINDOW;

But it does not have the effect i was expecting.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Configs not working as supposed in 2.14

Post by atrol »

$g_html_make_links does not work if you have Markdown enabled. Did you?

What's your problem with $g_bug_link_tag ?
Please use Search before posting and read the Manual
ZilvinasR
Posts: 4
Joined: 15 May 2018, 13:32

Re: Configs not working as supposed in 2.14

Post by ZilvinasR »

Yes, i have markdown enabled.

$g_bug_link_tag does not create any links
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Configs not working as supposed in 2.14

Post by atrol »

ZilvinasR wrote: 15 May 2018, 14:43 $g_bug_link_tag does not create any links
I am not able to reproduce this issue.
Maybe you deactivated this feature in settings of Core Formatting plugin.
Please use Search before posting and read the Manual
ZilvinasR
Posts: 4
Joined: 15 May 2018, 13:32

Re: Configs not working as supposed in 2.14

Post by ZilvinasR »

atrol wrote: 15 May 2018, 15:22
ZilvinasR wrote: 15 May 2018, 14:43 $g_bug_link_tag does not create any links
I am not able to reproduce this issue.
Maybe you deactivated this feature in settings of Core Formatting plugin.
It was deactivated :roll: , thank you
Post Reply