Skip to content

Commit

Permalink
Added a config option for forums link.
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Jan 26, 2014
1 parent 4bbc096 commit aa14a8f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions config_defaults_inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
$g_docs_url = 'http://www.mantisbt.org/docs/';
$g_bugs_url = 'http://www.mantisbt.org/bugs/';
$g_blog_url = 'http://www.mantisbt.org/blog/';
$g_forums_url = 'http://www.mantisbt.org/forums/';

# Information about latest stable release.
$g_latest_version_stable = '1.2.16';
Expand Down
4 changes: 2 additions & 2 deletions mailinglists.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<p>Signup for the mailing lists. Discussion of development issues is mainly done using the mailing list.</p>

<div class="alert alert-attention">
<h2>General Help & Support Questions</h2>
<p>Please use the <a href="/forums/">forums</a> for general help and support questions. Help mailing list is
<h2>General Help and Support Questions</h2>
<p>Please use the <a href="<?php echo $g_forums_url ?>">forums</a> for general help and support questions. Help mailing list is
receives low activity as most users prefer the forums for general inquires. </p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion privacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<li>Email address</li>
</ul>

<p>Users registering in the <a href="forums/">forums</a> may optionally provide other personal information - like instant messenger ids, geographic location, occupation, and so on. This personal information is publicly viewable. We are not responsible for any personal information posted to your forum profile or in your forum messages. Also, if you participate in the <a href="mailinglists.php">mailing lists</a> or post notes to the 'User Contributed Notes' section of the <a href="http://manual.mantisbt.org">manual</a> your email address and signatures will be visible to participants and visitors respectively.</p>
<p>Users registering in the <a href="<?php echo $g_forums_url; ?>">forums</a> may optionally provide other personal information - like instant messenger ids, geographic location, occupation, and so on. This personal information is publicly viewable. We are not responsible for any personal information posted to your forum profile or in your forum messages. Also, if you participate in the <a href="mailinglists.php">mailing lists</a> or post notes to the 'User Contributed Notes' section of the <a href="http://manual.mantisbt.org">manual</a> your email address and signatures will be visible to participants and visitors respectively.</p>

<h5>How we use it?</h5>

Expand Down
4 changes: 2 additions & 2 deletions support.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<div class="col-md-11 col-md-offset-1">
<div class="note-stick stick pull-left">
<br>
<p>Use MantisBT</p>
<p>Ask questions at the</p>
<h1>Forums</h1>
<br>
<a href="forums/" type="button" class="ex btn btn-default btn-inverse btn-block">
<a href="<?php echo $g_forums_url; ?>" type="button" class="ex btn btn-default btn-inverse btn-block">
Go to forums <i class="icon-arrow-right"></i>
</a>
</div>
Expand Down

0 comments on commit aa14a8f

Please sign in to comment.