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
Wed Apr 03, 2013 5:47 am
Reply with quote
Report this post
Where can I change this button?
User avatar
Senior Boarder

GK User
Wed Apr 03, 2013 6:46 am
Reply with quote
Report this post
Hi, what do you mean "change"?
Change "name" on it, feature, appearance or color :?:
User avatar
Platinum Boarder

GK User
Wed Apr 03, 2013 6:52 am
Reply with quote
Report this post
p.s.
This button is "hidden" in this file : gk_fest\layouts\default.php, and here is his source code:

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


As you see "REGISTER" word is inside template language file.
User avatar
Platinum Boarder

GK User
Thu Apr 04, 2013 6:32 pm
Reply with quote
Report this post
Where is this file located?
It's not the same as the css style sheets correct?

I wanted to change "Register" to "Donate" and provide a link to the donate article/page.
User avatar
Senior Boarder

GK User
Thu Apr 04, 2013 7:20 pm
Reply with quote
Report this post
Real bummer, I thought I did it right but I didn't!! I changed this ( 'TPL_GK_LANG_REGISTER_NOW') --- I changed the word REGISTER to DONATE and now on my website the button says TPL_GK_LANK_DONATE_NOW...

What did I do wrong?
User avatar
Senior Boarder

GK User
Fri Apr 05, 2013 8:27 am
Reply with quote
Report this post
Hi, did you add translation of "TPL_GK_LANK_DONATE_NOW" into language file (.ini) - en-GB.tpl_gk_fest.ini, if not system don't know what to do.
or
if your website wouldn't be multilingual use just: 'Donate Now', quick solution in gk_fest\layouts\default.php:

Code: Select all
<div id="gkRegister"><a href="YOUR URL LINK">Donate Now!</a></div>
User avatar
Platinum Boarder


cron