SimplePortal

Customization => Custom Coding => Topic started by: bosch on April 06, 2011, 04:58:57 AM

Title: Unlink titles in 'Board News' block
Post by: bosch on April 06, 2011, 04:58:57 AM
Hi. I did a search for the terms 'unlink' and 'remove links' but wasn't able to find anything. I have my portal set up so that the Board News block will appear in the Top Blocks. The titles of the Board News appear as links and I want to know how to unlink them.

Thanks!
Title: Re: Unlink titles in 'Board News' block
Post by: 130860 on April 06, 2011, 11:47:29 PM
on your Sources/PortalBlocks.php find:

Code: [Select]
<a href="', $news['href'], '" >', $news['subject'], '</a>

and replace with:

Code: [Select]
', $news['subject'], '
SimplePortal 2.3.8 © 2008-2024, SimplePortal