fest "register now" button

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 18, 2012 2:31 pm
Reply with quote
Report this post
Hi,

how can I put a logo in .gif or .png on the right handside top corner instead of the "Register Now" button?

All help would be highly appreciated.

regards,
koko
User avatar
Junior Boarder

teitbite
Thu Oct 18, 2012 2:41 pm
Reply with quote
Report this post
Hi

You can try replace in /layouts/default.php this

Code: Select all
<?php if($this->API->get('register_link', 1) == 1) : ?>
         <div id="gkRegister">
            <a href="<?php echo $this->API->get('register_link_url', '#') ?>"><?php echo JText::_('TPL_GK_LANG_REGISTER_NOW'); ?></a>
         </div>
         <?php endif; ?>


to

Code: Select all
<img src="logo.gif" />
User avatar
Moderator

GK User
Tue Oct 30, 2012 4:17 am
Reply with quote
Report this post
Hello,

Could you please also advise how to change the Text to something else except for 'Register Now'

I want to change it to 'Subscribe Now'.

Thanks,

John
User avatar
Senior Boarder

teitbite
Tue Oct 30, 2012 10:51 am
Reply with quote
Report this post
Hi

All sentences are kept in joomla root /language/ folder. Please make a quick scan throught files and it will lead You to where this text should be replaced.
User avatar
Moderator

GK User
Tue Jun 11, 2013 2:23 pm
Reply with quote
Report this post
So, that "Register Now" isn't a module? It's hard-coded into the template??
User avatar
Expert Boarder

teitbite
Wed Jun 12, 2013 10:34 am
Reply with quote
Report this post
Hi

Yes, register now is a hardcoded button. You can set a link to Your register component in template configuration.
User avatar
Moderator


cron