Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to track users separately or find out which users are doing an specific event
It will be terrible if I do this with creating custom audience for based on userId or some user property.
I'm looking for a efficient way for find my top clients and send them push notification or save their email.
Thanks in advance
Firebase analytics is built so that you cannot track specific users with custom audiences (you are limited on the amount of custom audineces).
What you want to do is find a way to segment your 'best' into an audience. You could maybe look at making a funnel.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I am trying to make a custom login area and registration area with subscription plans to be paid.
I used several plugins to design it. But I couldn't.
Then I installed Paid membership Pro Plugin and now, I can't understand how it works.
I want to know to
How to make a login area.
How to make a registration area with selecting subscription plan. (Please be kind to post your answer with how to design a registration area even without selecting subscription plan.)
Does it saves the user login details.
how to design a page to edit the profile.
creating a payment gateway.
I wish you would know answer any of the above questions. Please be kind to share your knwoledge.
This is better done when you employ someone to do it for you. There are lots of WordPress login & registration form... You can use any of them that works best with your theme.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to make my website remember variables for each user and display them, something like local storage that I can use in c#. What is the best way to achieve this concept?
ASP.NET Session State is what you are looking for.
http://msdn.microsoft.com/en-us/library/ms972429.aspx
Or if you want permanent storage (ie they leave and come back another day)
Connecting to a SQL Server database.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to use the password recovery control of asp.net, but with my own database, I dont want to use the membership table that is already provided. Is there a way to do this? I have searched on google but did not get a single one that is relevant to what I want to do. Please Help. Thanks
The general approach to this would be to implement your own MembershipProvider, this would allow you to override the default behaviour. However, you would need to implement all the behaviour, not just the stuff you want to change (see this example).
You can implement the GetPassword / ResetPassword methods and have them work from your own database rather than the membership table.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Does anybody know a way to make wordpress act like stack exchange?
reader accounts
thumbing up and down posts
ability to edit posts
ability to add or remove keywords
SE markdown
etc.
Yes you can make it. There might not be exact plugin to fulfill your requirement so you need to customize plugin or need to build custom plugin or theme to fulfill your requirement.
Furthermore, bbPress plugin nearly meets of your requirement (about 50 to 60 % ). You can customize it to enhance other features.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
what kind of questions do I need to ask. Also, I don't want everyone to have the ability to create an account so how can I distinguish the people that i want to give them the ability to create an account?
In my login page i asked about username, password, email address, and a full name. also, in this case every body will have the ability to create an account. what i really want is let certain people to have ability to create an account, just certain people.
please if something not clear just ask me again or help me with it. I am new and so fresh to work by myself so any help will mean a lot to me. thanks
you can use this site http://expression.microsoft.com/en-us/cc964293.aspx and they perfectly explain how to create your login page.
Technically, you don't NEED to ask any. You could simply auto-generate a username and password combination and give it to the user.