after i install sing up plugin i have problem and i resolve using this patch http://dev.piwik.org/trac/ticket/1148
and it’s ok now
but still one problem
1-every update i should apply that patch
2- when some one sign up it will give you a java script cde and sent it by email but that code not working
(a) File Signup/templates/success.tpl - line 17, remove [ |escape:‘htmlall’ ] from the line
(b) Edit the language file to disable sending the code in mail. Instead instruct users to get it from the Dashboard. This is in the additional language added for Sign up.
[quote=ssgupta]
One way, not necessarily the best one:
(a) File Signup/templates/success.tpl - line 17, remove [ |escape:‘htmlall’ ] from the line
(b) Edit the language file to disable sending the code in mail. Instead instruct users to get it from the Dashboard. This is in the additional language added for Sign up.
Hope it helps.[/quote]
Hello,
I have the same problem and I do not understand the point (b).
Where is the language file to disable sending the code in mail and how can I edit email?
‘Signup_MailBody’ => “Hi %1$s!\n\nYou have successfully signed up for an account. \n\nYour Username:\t%2$s\nYour Password:\t%3$s\nLogin URL:\t%4$s\n\nTo count all visitors, you must insert the JavaScript code available inside your Dashboard: Settings > Websites > View Tracking Code.\n\nSincerely,\nAccessCounter.com\nFree Hosted Piwik%5”,
‘Signup_MailBody’ => “Hi %1$s!\n\nYou have successfully signed up for an account. \n\nYour Username:\t%2$s\nYour Password:\t%3$s\nLogin URL:\t%4$s\n\nTo count all visitors, you must insert the JavaScript code available inside your Dashboard: Settings > Websites > View Tracking Code.\n\nSincerely,\nAccessCounter.com\nFree Hosted Piwik%5”,
You can compare and make changes to yours.[/quote]
Guys, It would great if you could, update the ZIP with the fixes that you found, and upload it in the SignUP ticket so that everyone can benefit from the fixes without finding the post here thanks!