Support Forum
Hi,
I would like the register button of simple press to link to the register page of my theme.
How can i do this.
Thanks
http://codex.simple-press.com/.....terbutton/
http://codex.simple-press.com/.....loginform/
the codex is your friend...
Visit Cruise Talk Central and Mr Papa's World
why do you want to edit or change that file???
I pointed you to the codex about those functions... those functions are called from your sp theme... the codex tells you how to alter the function calls in your sp theme to achieve the desired operation... you do NOT need to modify those files... just call them differently... you will find the calls in spHead.php template file in your sp theme..
Visit Cruise Talk Central and Mr Papa's World
Zo with call you mean the way the fille is used and not the name of the file i supose ?
In the sphead.php i find this rule :
sp_RegisterButton('tagClass=spButton spRight', __sp('Register'), __sp('Register'));
Only i still dont understand how to change.
It seems like the codex dus not explain how to make use of it. Atleas not if you dont have any coding skils.
Thanks
answering from email so dont remember all you wanted to change... but think you said the register page... so
change to
sp_RegisterButton('tagClass=spButton spRight&link=http://mysite.com/myregister', __sp('Register'), __sp('Register'));
of course changing http://mysite.com/myregister to what you want...
these template functions are just like those in a wp theme... coding skills not needed, but you just pass the arguments and options you want...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)