Today's Digital Newspaper

The Gazette

Weather Block Here



CU Buffs position breakdown: Veteran transfers will be counted on again at linebacker

Only three teams in the Big 12 added more career starts out of the transfer portal than Colorado. A few dozen of those starts come at the linebacker position.

That’s music to the ears of Buffaloes linebackers coach Andre’ Hart, who loses both of his starters from last year’s team: Nikhai Hill-Green and LaVonta Bentley.

Hill-Green parlayed his solid season in Boulder (82 tackles, two sacks and two interceptions) into a spot on the Alabama defense, while Bentley made a mark in his final season of college eligibility with 55 tackles, one sack and two fumble recoveries.

Colorado Colorado St Football

Colorado linebacker Nikhai Hill-Green (41) reacts after making a stop in the second half of an NCAA college football game against Colorado State Saturday, Sept. 14, 2024, in Fort Collins, Colo. (AP Photo/David Zalubowski)

David Zalubowski

Colorado Colorado St Football

Colorado linebacker Nikhai Hill-Green (41) reacts after making a stop in the second half of an NCAA college football game against Colorado State Saturday, Sept. 14, 2024, in Fort Collins, Colo. (AP Photo/David Zalubowski)






That tandem helped solidify the middle of Robert Livingston’s defense and was a big reason why CU took a big step forward on that end of the field under the first-year coordinator.

However, it’s almost a completely new group of players that Hart has to work with heading into the 2025 season as any of the potential players who may have stepped into a starting role departed the program.

Here are the names to know:

The projected starters

It’s hard to fully project who is going to start considering the key candidates have never played a down of football for the Buffs yet and Hart has tended to rotate players early in the season before settling on a duo he can trust, but two newcomers stand out at this point of the summer and they were both on campus in the spring, as well.

Martavius French is a classic CU transfer in the Coach Prime era. The UTSA transfer has multiple years of starting experience, reliable production and just one year left to prove himself before trying to make a career in the pros.

French is a Memphis native who spent the 2020 season at Tennessee before leaving to play at Hutchinson Community College the following season, impressing enough to earn a spot from coach Jeff Traylor at UTSA, where he played in 37 games with 20 starts over the last three seasons.

Last season, French made 11 starts and was named second team All-AAC after recording a team-best 80 tackles and 17 tackles for loss.

Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();
setupFormSubmitListener();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=59&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/pp5%20signup%203.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/pp5%20signup%203.png);
background-size: cover;
}
}

At this point, French projects to be joined by another player entering his final year of eligibility, Jacksonville State transfer Reginald Hughes.

Jacksonville St Louisville Football

Jacksonville State edge Reginald Hughes (5) attempts to bring down Louisville quarterback Tyler Shough (9) during the second half of an NCAA college football game in Louisville, Ky., Saturday, Sept. 7, 2024. (AP Photo/Timothy D. Easley)

Timothy D. Easley

Jacksonville St Louisville Football

Jacksonville State edge Reginald Hughes (5) attempts to bring down Louisville quarterback Tyler Shough (9) during the second half of an NCAA college football game in Louisville, Ky., Saturday, Sept. 7, 2024. (AP Photo/Timothy D. Easley)






Another player who has spent time in the SEC (Ole Miss) and in the junior college ranks, Hughes is coming off a 2024 campaign in which he was named first team All-Conference USA after racking up 83 tackles (9.5 for loss) and 4.5 sacks.

Others to watch

Despite getting both French and Hughes on campus for spring practices, the Buffs still went out and added a player to the linebacking corps this summer. And it’s someone who could easily make a big impact this season.

Shaun Myers had his 2024 season cut short after just two games at North Alabama, but he still brings 10 total starts with him to CU after transferring in after the spring. He had 58 total tackles (4.5 for loss) across 11 games in 2023.

The other transfer that could play significant snaps this season is TCU transfer Kylan Salter, younger brother of Buffs quarterback Kaidon Salter. Kylan appeared in just seven games across his first two seasons of college football, but still has plenty of time to make an impact in Boulder with still three seasons of eligibility left. Hailing from famed Cedar Hill High School, Salter is a former three-star recruit who had plenty of Power 4 offers as a prep player.

Wild cards

While new faces will likely be at the top of the depth chart, there is one returning player who can’t be ruled out for a role on the defense. That’s veteran Jeremiah Brown, the former Jackson State transfer who came to CU with coach Sanders and briefly entered the transfer portal in December before opting to return to the Buffs.

Brown has played in 17 games across the last two seasons, primarily on special teams, but is someone the coaching staff still trusts.

Mantrez Walker

Colorado football signee Mantrez Walker plays in a game at Buford (Ga.) High School.

Courtesy of Lily McGregor Photography.

Mantrez Walker

Colorado football signee Mantrez Walker plays in a game at Buford (Ga.) High School. 






The other linebacker who could factor into the team’s plans is true freshman Mantrez Walker. CU isn’t afraid to play younger players, especially ones like Walker, who comes from a top Georgia high school program like Buford and has spent the last few years playing against plenty of Power 4 conference players.

d5f06cb1-6920-4e57-aa39-edfcb3db243d

View Original Article | Split View
Tags

PREV

PREVIOUS

Is Deion Sanders’ health a problem for the Colorado football program? | Friday Faceoff

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Friday Faceoff: Is Deion Sanders’ health a problem for the Colorado football program? Paul Klee, sports editor: Yes On a steamy Texas morning inside Amon G. Carter Stadium on the TCU campus, I watched Deion Sanders hobble and limp onto the field for his spectacular […]

NEXT

NEXT UP

CU Buffs announce 11 members in 20th Hall of Fame class

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Nearly 100 years of history will be honored in the 20th class inducted into the University of Colorado Boulder’s Athletics Hall of Fame. The 11-person group features five women, the most in a single class at CU, and several notable figures from the late Bill […]