test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • amsolutions Friend
    #146854

    Hello, another question about editing the Poll module:

    * How to hide the link to the results page (on the front-end)?
    I want the results to be for registered users only.

    Thanks in advance for any help.

    Anonymous Moderator
    #326780

    Hi amsolutions

    Please open templatesja_halitehtmlmod_polldefault.php file, find following code section:

    <a href="<?php echo JRoute::_('index.php?option=com_poll&id='.$poll->slug.$itemid.'#content'); ?>" class="poll-result"><?php echo JText::_('Results'); ?></a>

    and change to:


    <?php
    $user = & JFactory::getUser();
    if (!$user->get('guest')):
    ?>
    <a href="<?php echo JRoute::_('index.php?option=com_poll&id='.$poll->slug.$itemid.'#content'); ?>" class="poll-result"><?php echo JText::_('Results'); ?></a>
    <?php
    endif;
    ?>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 14 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum