Hello, is there a way to make the Dashboard entire field clickable not just the numbers

    mfmediamarketing
    Hi
    Can you tell me the Module name as it has fans option if its JS Module and share the URL so i can check it on your site?

    JS Hello Me Module how can I make the entire area clickable and not just the numbers to navigate to the repected page please?

      mfmediamarketing
      Hi
      I added the override
      file "/html/mod_community_hellome/default.php" in template "ja_playstore".
      find code

           <li><?php echo JText::_('MOD_HELLOME_MY_POLLS'); ?><span><a href="<?php echo CRoute::_('index.php?option=com_community&view=polls&task=mypolls'); ?>"><?php echo $totalPolls; ?></a></span></li>

      change it to

           <li><a href="<?php echo CRoute::_('index.php?option=com_community&view=polls&task=mypolls'); ?>"><?php echo JText::_('MOD_HELLOME_MY_POLLS'); ?><span><?php echo $totalPolls; ?></span></li></a>

      Do the same for other options
      I am not able to do it as there is security on your site that not allow to edit files via Joomla admin

      Write a Reply...
      You need to Login to view replies.