Tabs in tags block

I want to eliminate a few of the options in the tag block on my home page (music and ads) - could someone tell me where I do this.

-

Thanks

-

Rob

Quote · 17 Feb 2009

templates/base/scripts/BxBaseIndex.php

388 about,

foreach( array( 'profile', 'blog', 'event', 'photo', 'video', 'music', 'ad' ) as $myMode )

remove unwanted

also you can remove from:

switch ( $myMode )

snip

case 'ad':
$bPermalinks = getParam('permalinks_classifieds')=='on' ? true : false;
$hrefTmpl  = $bPermalinks ? 'ads/tag/{tag}' : 'classifieds_tags.php?tag={tag}';
$modeTitle = _t('_Ads');
break;

I have video tutorials to help you mrpowless.com
Quote · 17 Feb 2009

Great work

Quote · 23 Apr 2009

Anybody find a solution for this in D7?

Alex

Quote · 13 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.