ADVERTISEMENT

Villafuerte denies ordering takedown of 'negative' college publication story

Published Feb 12, 2025 05:48 pm

At A Glance

  • Camarines Sur 2nd district Rep. LRay Villafuerte has denied allegations that he was behind the takedown of a report on The Spark about a mock election result that supposedly showed that the outgoing three-term congressman trailing his rival in the race for the gubernatorial seat in the May 12 elections.  

LRayFoto6.jpgCamarines Sur 2nd district Rep. LRay Villafuerte (Rep. Villafuerte's office)

Camarines Sur 2nd district Rep. LRay Villafuerte has denied allegations that he was behind the takedown of a report on The Spark about a mock election result that supposedly showed that the outgoing three-term congressman trailing his rival in the race for the gubernatorial seat in the May 12 elections.

This, even as Villafuerte expressed concern that the official student publication of the Camarines Sur Polytechnic Colleges (CSPC) could have been "used" by certain quarters.

"I have never contacted anybody in the CSPC administration to take down the report in The Spark. The protesters are barking up the tree, and should ask those running The Spark why they took down the report," he said in a recent statement.

"Or perhaps those who decided to do so did it on their own volition because they belatedly found something was not right about the report or the poll,” noted the former three-term governor.

Villafuerte, the National Unity Party (NUP) president, described himself as a defender of press freedom and media practitioners' rights.

“It seems far-fetched for me to take any action, as claimed by certain groups, that would undermine press freedom or campus journalism, given that this runs counter to my longtime advocacy for safeguarding press freedom and advancing the welfare of journalists and other members of the media," he said.

According to certain disgruntled individuals, the CSPC administration had tried to censor The Spark for its report on the outcome of this campus survey on candidates for local seats in the mid-term balloting.

The National Union of Journalists of the Philippines (NUJP) and local student groups supported The Spark and called on colleagues in the province and the rest of the region to stand with the campus press on this issue.

“In keeping with my advocacy for upholding press freedom and the independence of campus journalism, I recognize the right of student publications to report on developments, including the outcome of local surveys that are conducted with the proper methodology,” Villafuerte said.

“But while I acknowledge such rights of professional and campus journalists, I also have the right to question certain reportage or the presentation of news, such as on the outcome of locally done opinion polling, and I certainly hope that they would similarly recognize my right to respond to such reports, particularly those that concern me and my family,” he noted.

“I am simply wondering why certain quarters have tried to blow this issue out of proportion by branding as an attack on press freedom my right to express concern over the authenticity of the survey,” he said.

“What I have legitimately raised, though, in response to the report on the survey results is my concern about the accuracy or veracity of the methodology used in the polling, and my fear that the students behind this undertaking—young and guileless as they are—could have unwittingly been used by, or fallen prey, to certain quarters with insidious political agendas in the May midterm elections,” added the former deputy speaker.

Villafuerte had authored in the 19th Congress House Bill (HB) No.454, or the proposed Act providing enhanced protection, security, and benefits for media workers.

It seeks to protect and promote the welfare of Filipino journalists and other members of the media by granting them their deserved economic benefits and creating an environment more conducive to their safe, productive and free work.

Approved on third and final reading by the House of Representatives back in November 2022, the measure aims to ensure benefits such as security of tenure, hazard pay, night shift differential pay, and overtime pay in recognition of the perils and hazards that media practitioners are exposed to on a daily basis in the course of their jobs.

Related Tags

matalinong boto 2025 Camarines Sur The Spark lray villafuerte
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.