Sign up plugin

Hello
thanks alot for piwik

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


<!-- Piwik --> 
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://analytics.syriawords.com/" : "http://analytics.syriawords.com/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
  var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 8);
  piwikTracker.trackPageView();
  piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://analytics.syriawords.com/piwik.php?idsite=8" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tracking Code -->

i hope if any way to resolve this problem
and thanks advanced

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.

Thanks a lot :slight_smile:
I will try it

Done
and working well
thank you very much for idea

[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?

Here is the line from my en.php:

‘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=ssgupta]
Here is the line from my en.php:

‘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]

Hello,

Done, and working well.
Thank you very much !

Best regards,
Razvan

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 :slight_smile: thanks!

Hello. I want that my users will be able to add more websites. Now new users can have only one website. How I can change that?

How can I see sign button or link in the home page. I have successfully installed singup pulgin.

I am also having the same issue. I installed the plugin but want to display a link/botton on the signin page to allow users to self register.