Jump to content


[Hack - M1.1rc1] TopSite Banner Optional


  • You cannot reply to this topic
No replies to this topic

#1 visiblesoul

  • Administrators
  • 551 posts
  • Location:Earth
  • Texas

Posted 04 May 2006 - 10:30 AM

This hack will make banners optional in the TopSite module.

Find in mkportal/modules/topsite/index.php:
			$output .= "
				  <tr>
				<td class="modulecell" align="center"><a href="$mklib->siteurl/index.php?ind=topsite&op=submit_rate&ide=$idb"><span class="mktxtcontr">$counterimage</span></a></td>
				<td class="modulecell" align="center"><a href="$mklib->siteurl/index.php?ind=topsite&op=submit_rate&ide=$idb"><b>$trate</b></a></td>
				<td class="modulecell" align="center"><a href="$mklib->siteurl/index.php?ind=topsite&op=click_site&idb=$idb" target="_blank">$titolo
<img src="$banner" border="0" width="468" height="60" alt="" /></a>
$descrizione
</td>
				<td class="modulecell" align="center"><b>$click</b></td>
				<td class="modulecell" align="center" ><span class="mktxtcontr">  {$rate}</span></td>
				  </tr>
			";
Replace with:
			if (!$banner || $banner == "http://"){
				$bannercode ="</a>";
			} else {				
				$bannercode = "<img src="$banner" border="0" width="468" height="60" alt="" /></a>
";
			}
			
			$output .= "
				  <tr>
				<td class="modulecell" align="center"><a href="$mklib->siteurl/index.php?ind=topsite&op=submit_rate&ide=$idb"><span class="mktxtcontr">$counterimage</span></a></td>
				<td class="modulecell" align="center"><a href="$mklib->siteurl/index.php?ind=topsite&op=submit_rate&ide=$idb"><b>$trate</b></a></td>
				<td class="modulecell" align="center"><a href="$mklib->siteurl/index.php?ind=topsite&op=click_site&idb=$idb" target="_blank">$titolo
$bannercode$descrizione
</td>
				<td class="modulecell" align="center"><b>$click</b></td>
				<td class="modulecell" align="center" ><span class="mktxtcontr">  {$rate}</span></td>
				  </tr>
			";
Find:
if (!$title || !$description || !$link || !$banner || !$email) {
Replace with:
//if (!$title || !$description || !$link || !$banner || !$email) {
if (!$title || !$description || !$link || !$email) {



Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.

Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.

"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users