-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Piwik as a self serve hosted web analytics solution #1148
Comments
maybe its possible to limit the traffic to websites for tracking, that you can say, a specific website should not exceed 10000 users per day, and if so, the tracking should be simply disabled and the owner notified. i would like to see this feature for piwik! |
Limit the number of websites a user can create. So, admin can set up a number (per user) to which the user can create websites. If the number is zero then it is unlimited. |
attaching signup plugin + patch for lang/en.php and config/global.inc.php files (there is an option to enable/disable captcha). Currently the plugin does not add a link to Login form, so in order to see the signup form call directly: index.php?module=Signup |
setting it as a new plugin (some people asked me for it, so let's put it in the plugin directory before it gets into core) |
Does this still work with 1.1? I am getting some template errors when I navigate to the signup page. I get the following errors: Notice: Undefined index: enableFramedLogins in /home/a389951l/public_html/piwik/tmp/templates_c/%%A9^A91^A917CA4A%%header.tpl.php on line 14 |
a389951l, can you try and delete your /home/a389951l/public_html/piwik/tmp/templates_c files and refresh? please report if you still see the error |
Signup_Controller needs to set the missing variables used by the login template. See https://github.com/piwik/piwik/blob/master/plugins/Login/Controller.php |
Matt - I tried to delete the templates_c files and I still get the errors. Replying to matt:
|
See also 'Logo customize' feature request: #2008 |
Hi vipsoft and matt |
(In [3854]) Refs #1148 Prevent error in Signup plugin in 1.1.1 |
a389951l and akonews, please apply the patch in: [3854] and this fixes the error message. Don't forget to also apply the patch listed in this ticket: http://issues.piwik.org/attachments/1148/signup.patch |
There is an error in the SignUp plugin JS code sent by email: http://forum.piwik.org/read.php?2,73661 |
After signing-up, the Javascript code displayed is sort of garbled. The same code is then sent by email to the user and is, again, received garbled. Fix: (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. Edit 'Signup_MailBody' to look like this: '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,\nPiwik Open Source Analytics%5", |
ssgupta, if you could post the updated ZIP including these fixes it would be useful thanks! |
Hello, |
Error in Signup page after update Piwik 1.4 --> 1.5. There is an error. Please report the message and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!). Notice: Undefined index: isCustomLogo in /home/director/public_html/Piwik/tmp/templates_c/%%A9^A91^A917CA4A%%header.tpl.php on line 78 Backtrace --> What can I do? Razvan |
In Signup/Controller.php, insert |
Anyone get this thing working? I have tried running the "patch" command to for the patch file but it just fails. What files do you actually edit if you were to do it manually. This is the code from the patch:
Also, what do you do with the "signup-language.txt" file? I should probably be able to figure this out but for some reason have not been able too. I hope to see this plugin in 1.6! |
We hope to fix the few bugs and add a few features in this plugin in the next few weeks. Stay tuned! |
See also ideas of settings in: #1568 |
Hello, i would install this singup, but i have only error. can any body me help. email: [email protected] dear sven |
So is this plugin working? |
No, piwik work yes, but not this creat tool :-) |
Shame, Piwik will always be a backup analytics tool without having a self serve option |
Hi everyone! |
And that new Signup.zip upload was working in 1.7.1. The 1.17 number was a typo. |
eristoddle, thank you very much for posting the updated version of the plugin! If anyone is using the plugin with success or have any feedback, please post a comment. |
I just added a new version.
|
Oh, and this works up to 1.8.3. |
Thanks @eristoddle for the update. Note: I deleted the other old files and only put up the latest version to keep things simple! |
Oops I deleted the translation patch. instead the translation en.php should be in the lang/ folder of the plugin Signup/lang/ and the plugin getInformation() function should contain 'translationAvailable' => true, to have piwik pick up this translation file. If someone would be willing to update & test it would be great!
|
I updated the plugin with it's own en.php file. |
Attachment: New plugin to allow users to signup to Piwik! |
Hello, |
Tested on Piwik 1.9.2, everything else works, except this plugin. NO sign up form appears, or anything else. -k0nsl |
For future changes please refer to the repository by Stephan on Github: https://github.com/eristoddle/PiwikSignupPlugin |
I get this plugin worked when rename folder to Signup, this is necessary by plugin convention. Registration form is accessible by register url index.php?module=Signup&action=index . For example http://localhost/index.php?module=Signup&action=index . I cannot find some login form/page hook for extending it with some register link and maybe we should change the login template (ugly approach) |
hi When I installed the plugin on piwik 1.11.1 , Tracking for all websites be disabled !!! please help thank you |
Not working in V2.0 ! |
Thank you everyone for your feedback on the plugin. Currently I believe this plugin is not working with Piwik 2.0. We would be happy to update it for you. Please contact us via: http://piwik.org/consulting/ In the meantime, we hope you enjoy Piwik! Cheers |
For those interested in this plugin, feel free to join the discussion in #8358 |
Is is a very common feature request that users want to have their Piwik as a self serve tool where new users can register themselves and existing users can add new websites.
This ticket is a placeholder to gather requirements on such a feature. We don't plan to implement this in Piwik 1.0 but there might be enough interested users & developers to get this feature built and integrated in core.
List of features:
Notes
Outstanding questions
Please post your thoughts and new requirements in a comment to this ticket. Also if you are interested to build this feature, post a comment.
Want this feature implemented and released in Piwik?
Contact a Piwik consultant today! http://piwik.org/consulting/
Keywords: self, hosted, hosted, register, registration, service, third-party-plugin
The text was updated successfully, but these errors were encountered: