if I abolish from
app/View/Users/view.ctp
<a data-url="<?php echo $this->request->base?>/topics/profile_user_topic/<?php echo $user['User']['id']?>" rel="profile-content" href="#"><i class="material-icons">comment</i> <?php echo __('Topics')?>
<span class="badge_counter"><?php echo $user['User']['topic_count']?></span></a>
that too
app\View\Home\index.ctp
<?php if (Configure::read('Topic.topic_enabled')): ?>
<li><a id="my-topics" data-url="<?php echo $this->request->base?>/topics/browse/home" rel="home-content" href="<?php echo $this->request->base?>/home/index/tab:my-topics"><i class="material-icons">chat</i> <?php echo __('My Topics')?> <span class="badge_counter"><?php echo $cuser['topic_count']?></span></a></li>
<?php endif; ?>
there will be a problem?