icons social positions

GK User
Tue Jun 07, 2011 8:16 pm
I need to become social icons in the position where you login / register, how can I change this position? get login / register and place the social icons?
User avatar
Fresh Boarder

GK User
Wed Jun 08, 2011 12:03 pm
to clarify, I need social icons stay on top, I have no idea how to change this position.
thanks
User avatar
Fresh Boarder

teitbite
Thu Jun 09, 2011 1:13 pm
Hi

Please edit /layouts/default.php file and copy the code

Code: Select all
            <?php if($this->getParam('socialIcons', 1)) : ?>
      <div id="gkSocialIcons">
         <?php if($this->getParam('socialIcons1', 1)) : ?>   
         <a href="<?php echo $this->getParam('socialIcons1url', '', true); ?>" id="gkIconsFacebook" target="_blank"><?php echo $this->getParam('socialIcons1text', ''); ?></a>
         <?php endif; ?>
         <?php if($this->getParam('socialIcons2', 1)) : ?>   
         <a href="<?php echo $this->getParam('socialIcons2url', '', true); ?>" id="gkIconsVimeo" target="_blank"><?php echo $this->getParam('socialIcons2text', ''); ?></a>
         <?php endif; ?>
         <?php if($this->getParam('socialIcons3', 1)) : ?>   
         <a href="<?php echo $this->getParam('socialIcons3url', '', true); ?>" id="gkIconsTwitter" target="_blank"><?php echo $this->getParam('socialIcons3text', ''); ?></a>
         <?php endif; ?>
      </div>
      <?php endif; ?>



to a place where You want to have it.
User avatar
Moderator


cron