Website Backlog: Difference between revisions

From Lacrosse Plan Drills
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
* Refresh sitemap and resubmit
* Refresh sitemap and resubmit
* <s>Generate and submit sitemap.xml file and create cron job to update once a week</s>
* <s>Generate and submit sitemap.xml file and create cron job to update once a week</s>
==Team Sites==
* <s>Create Site Navigation (Home, Teams, Plays)</s>
* <s>Create non access controlled homepage</s>
* <s>Create access controlled plays page (model after portfolio template)</s>
* Create team user accounts
* Create year and season navigation
* Create each a team page, highlighting team successes, and pictures
** Add a coaches link to the team page that links to a coach page
* <s>Create a coaches bio template and page section</s>
* Create standard image size for slider (960 by 540 or 800 by 450)
* For registration is it easier to do the following
** Have people register for a new local account, and then link to google, create a seperate plays access control list and move people into it
** Have people login with google, join an auto group, and move manually into the plays permission group
** Create local accounts ahead of time and email people their username/password
* Work on SEO (https://www.pixoinc.com/concrete5-blog/2016/5/23/definitive-guide-concerete5-search-engine-optimization)
* <s>Add Google Analytics</s>
* Create a progress report section with a template
** <s>Add Advanced Permissions</s>
** Determine best way to add a homework section and to allow parents to mark complete (could be through comments)
* Complete the members page and add an account link: http://www.lacrosseplan.com/teams/members/directory


==Wordpress site==
==Wordpress site==
Line 31: Line 10:
* <s>Yoast need to figure out how to fix the title tag to display the sitename and not just the pagetitle</s>
* <s>Yoast need to figure out how to fix the title tag to display the sitename and not just the pagetitle</s>
* <s>Configure a custom login screen</s>
* <s>Configure a custom login screen</s>
* Disable registration add a form to request an account
* <s>Disable registration add a form to request an account</s>
* Test bulk account upload
* <s>Test bulk account upload</s>
* Test forgot password
* <s>Test forgot password</s>
* Test sending a custom email message for new accounts
* <s>Test sending a custom email message for new accounts</s>
* Update the No access page to link to the request an account form
* <s>Update the No access page to link to the request an account form</s>
* Customize yoast breadcrumbs with archive pages
* Customize yoast breadcrumbs with archive pages
* Build a private coaches area for discussions and create a coaches role that has editor rights
* <s>Build a private coaches area for discussions and create a coaches role that has editor rights</s> (Coaches role is Author)
* Change link colors and call out buttons
 
<pre>
/* Change the hover color of the featured boxes */
h1.entry-title a:hover {
color: #dd3333;
}
 
/* Begin Link Colors */
h1.entry-title a {
color: #FFFFFF;
}
 
a {
    color: #dd3333;
    text-decoration: none;
}
 
a:hover {
    color: #dd3333;
    text-decoration: underline;
}
 
a:visited {
    color: #dd3333;
    text-decoration: none;
}
 
 
button, input[type="button"], input[type="reset"], input[type="submit"], .button, #infinite-handle span {
background: #dd3333 !important;
}
 
.main-navigation ul > li > a {
    color: #dd3333;
}
 
.main-navigation ul {
    border-top: 3px solid #dd3333;
}
 
.main-navigation ul:before {
    color: #dd3333;
}
 
 
/* End Link Colors */
</pre>
 
Themes:
* Ixion
* default image size 1080 by 500
 
 
 
===Code changes made===
 
In '''Appearance''' --> '''Editor''' for the Ixion theme the following changes were made:
 
file: single.php
* In the page title section, the yoast breadcrumbs were added


<pre>
/** Added by Dave */
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('
<p id="breadcrumbs">','</p>
');
}
</pre>


* in the single page (page.php) section added the following:
==Videos==
<pre>
<?php
/** Added by Dave */
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('
<p id="breadcrumbs">','</p>
');
}
?>
</pre>


{{#seo:
* Create Video for Iron
|title=lacrosse plan backlog
* Create a video for Fill
|titlemode=append
* Camel
|keywords=lacrosse, cary, rdu lacrosse, triangle lacrosse
* 3-Man
|description=lacrosse plan a coaches partner for growing the game
}}

Latest revision as of 06:19, 23 September 2017

Wiki

Wordpress site

  • Configure smtp info: https://help.dreamhost.com/hc/en-us/articles/215526937-How-do-I-configure-a-WordPress-SMTP-plugin-
  • Yoast need to figure out how to fix the title tag to display the sitename and not just the pagetitle
  • Configure a custom login screen
  • Disable registration add a form to request an account
  • Test bulk account upload
  • Test forgot password
  • Test sending a custom email message for new accounts
  • Update the No access page to link to the request an account form
  • Customize yoast breadcrumbs with archive pages
  • Build a private coaches area for discussions and create a coaches role that has editor rights (Coaches role is Author)


Videos

  • Create Video for Iron
  • Create a video for Fill
  • Camel
  • 3-Man