← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~tomasgroth/openlp/website-no-support into lp:openlp/website

 

Tomas Groth has proposed merging lp:~tomasgroth/openlp/website-no-support into lp:openlp/website.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~tomasgroth/openlp/website-no-support/+merge/279664

Hide the support form for now. Added links to the forum, and the FAQ and troubleshooting guide.
-- 
Your team OpenLP Core is requested to review the proposed merge of lp:~tomasgroth/openlp/website-no-support into lp:openlp/website.
=== modified file 'themes/openlp2v2/templates/front_page.html'
--- themes/openlp2v2/templates/front_page.html	2015-11-17 21:07:42 +0000
+++ themes/openlp2v2/templates/front_page.html	2015-12-04 22:11:04 +0000
@@ -458,11 +458,12 @@
                     <h1 class="title text-center" id="support">Support</h1>
                     <div class="space"></div>
                     <div class="row">
-                        <div class="col-sm-6">
+                        <!--<div class="col-sm-6">-->
                             <div class="footer-content">
                                 <p class="large">OpenLP is not developed by a company, but by a group of volunteers who dedicate part of their spare time to developing this application. Please be patient if we do not answer immediately.</p>
                                 <ul class="list-icons">
-                                    <li><i class="fa fa-fw fa-book pr-10"></i> Manual: <a href="http://manual.openlp.org/";>manual.openlp.org</a></li>
+                                    <li><i class="fa fa-fw fa-book pr-10"></i> Manual: <a href="http://manual.openlp.org/";>manual.openlp.org</a>, including a <a href="http://manual.openlp.org/faq.html";>FAQ</a> and a <a href="http://manual.openlp.org/troubleshooting.html";>troubleshooting guide</a></li>
+                                    <li><i class="fa fa-fw fa-comments pr-10"></i> Forums: <a href="https://forums.openlp.org";>forums.openlp.org</a></li>
                                     <li><i class="fa fa-fw fa-pencil-square-o pr-10"></i> Wiki: <a href="http://wiki.openlp.org/";>wiki.openlp.org</a></li>
                                     <li><i class="fa fa-fw fa-envelope-o pr-10"></i> E-mail: support(at)openlp.org</li>
                                     <li><i class="fa fa-fw fa-comments pr-10"></i> IRC Channel: <a href="http://webchat.freenode.net/?randomnick=1&amp;channels=openlp&amp;prompt=1&amp;uio=d4";>#openlp on Freenode.net</a></li>
@@ -478,7 +479,7 @@
                                     <li class="linkedin"><a target="_blank" href="https://www.linkedin.com/grp/home?gid=96031"; title="Follow us on LinkedIn"><i class="fa fa-linkedin-square"></i></a></li>
                                 </ul>
                             </div>
-                        </div>
+                        <!--</div>
                         <div class="col-sm-6">
                             <div class="footer-content">
                                 <div id="success-alert" class="hidden alert alert-success" role="alert">
@@ -520,7 +521,7 @@
                                     <input type="submit" value="Send" class="btn btn-default">
                                 </form>
                             </div>
-                        </div>
+                        </div>-->
                     </div>
                 </div>
             </div>


Follow ups