Support Forum
thats in the spHead.php template file...
to the sp_RegisterButton() template tag call, add an argument of:
registerLink=http://yoursite.com/wp-login.php?action=VI-gratis
and you should be good...
Visit Cruise Talk Central and Mr Papa's World
oh, I misunderstood... I gave you the register link within the inline login form... but yet referred to the button... you will need to change both if using the inline login form too...
Visit Cruise Talk Central and Mr Papa's World
Ah, figured it had to be the head-template, but coding n00b as I am, I was looking for a link to edit
@Mr Papa: never mind, it worked out fine 🙂
If there's anybody looking for the same thing at some point, here's how the code ended up:
sp_RegisterButton('tagClass=spButton spRight', __sp('Register'), __sp('Register'));
is the default code;
sp_RegisterButton('tagClass=spButton spRight&link=http://TheLinkYouNeed.com', __sp('Register'), __sp('Register'));
is what I'm using now (works like a charm).
Thanks again!!
okay cool. are you using the inline login form? if so, you will see another register button when opened... it likely still points to the wrong one for you...
add the stuff I originally said to the top part of that same file where you will see a loginForm array if you want to change it too...
Visit Cruise Talk Central and Mr Papa's World
In the sp theme you are using... By default the themes are located in wp-content/sp-resources/forum-themes
Go into the theme you are using, into the template files folder and you will see it...
As always, we strongly recommend that you create a child theme or your own theme vice editing out theme directly where you would lose the changes on an upgrade....
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)