17 pointsStarting to get into this DEV thingI'm new here
minusme
Member
—
13th October 2007 (4 years ago)
First of all, let me just say thanks for providing this service. I just joined and the plugins are great.
I have installed the premium lite plugin, and have tested all the functionality successfully!! Very nice!
It looks like you've built the plugin in such a way as to support lots of options for credits. I would like to offer some plugins for purchase with credits for my members. For example
1) e-commerce. I have this module installed now, but I would like to make it only available via credits
2) ad-sense. I would like to allow members to purchase the ability to use their own ad-sense ad's instead of mine. This plugin already exists, I just want to make it credit driven.
Can you offer any tips on getting started with this? Do you have an example that I could use to get started? Ideally, I would like to have the plugins shown on the plugins screen, but instead of activate, it would say (purchase credits) or something to that effect. Then once they purchased credits, they could activate the plugin.
First of all, let me just say thanks for providing this service. I just joined and the plugins are great.
I have installed the premium lite plugin, and have tested all the functionality successfully!! Very nice!
It looks like you've built the plugin in such a way as to support lots of options for credits. I would like to offer some plugins for purchase with credits for my members. For example
1) e-commerce. I have this module installed now, but I would like to make it only available via credits
2) ad-sense. I would like to allow members to purchase the ability to use their own ad-sense ad's instead of mine. This plugin already exists, I just want to make it credit driven.
Can you offer any tips on getting started with this? Do you have an example that I could use to get started? Ideally, I would like to have the plugins shown on the plugins screen, but instead of activate, it would say (purchase credits) or something to that effect. Then once they purchased credits, they could activate the plugin.
6593 pointsLike some sort of WPMU DEV GodExceptionally helpfulLifetime member
Keeper of the Dark Chocolate
—
13th October 2007 (4 years ago)
#
Re #2: Dupe the plugin as a second file. You're going to have to change the function names with the file though so not to run into conflicts. Then make the new plugin available via a new Premium Package.
#1 is pretty much the same way. When you create a new Premium Package, it give you the option to make a plugin available.
Now, I've got a question. is it me or is it hard coded to only allow for three packages? (edit: I see where it's done in the code.)
7430 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Erstwhile founder
—
13th October 2007 (4 years ago)
#
Now, I've got a question. is it me or is it hard coded to only allow for three packages?
Yep, it's hard coded. The premium plugin was initially planned for incsub clients only but we decided to give to the premium subscribers as "Premium Lite".
Premium Lite is basically a somewhat smaller version of the "Premium Plugin". Nothing is missing that would make the plugin any less useful but there are a few limitations. A few "nice to have but not necessary" features have been removed as well.
Note: Obviously you can edit the code to allow for more.
Is there any update on created a more streamlined process for buying subscriptions? If there isn't I guess I will hack together something that allows me to bypass the token system and just subscribe easily. I was wondering if you might have any recommendations on how to do this effectively.
7430 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Erstwhile founder
—
14th October 2007 (4 years ago)
#
Is there any update on created a more streamlined process for buying subscriptions?
We currently don't have any plans to change the credits system so i'm afraid you'll have to customize the plugin to meet your needs.
I was wondering if you might have any recommendations on how to do this effectively.
We used the credit system to avoid having to deal with this exact situation so I really can't be of much help since I haven't thought it through myself.
7430 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Erstwhile founder
—
14th October 2007 (4 years ago)
#
I was just wondering if there was a "it's going to break something"
Nope. However for every package you have the number of queries increases. This won't be a problem on smaller sites but on large ones I wouldn't recommend going over ten packages.
6593 pointsLike some sort of WPMU DEV GodExceptionally helpfulLifetime member
Keeper of the Dark Chocolate
—
14th October 2007 (4 years ago)
#
I think I was looking at 5 on the testbed. 3 for the space quota, 1 for the css editor if I ever get around to it and 1 for something else. (I don't even remember what I was thinking about...)
Responses (9)
Keeper of the Dark Chocolate — 13th October 2007 (4 years ago) #
Re #2: Dupe the plugin as a second file. You're going to have to change the function names with the file though so not to run into conflicts. Then make the new plugin available via a new Premium Package.
#1 is pretty much the same way. When you create a new Premium Package, it give you the option to make a plugin available.
Now, I've got a question. is it me or is it hard coded to only allow for three packages? (edit: I see where it's done in the code.)
Erstwhile founder — 13th October 2007 (4 years ago) #
Now, I've got a question. is it me or is it hard coded to only allow for three packages?
Yep, it's hard coded. The premium plugin was initially planned for incsub clients only but we decided to give to the premium subscribers as "Premium Lite".
Premium Lite is basically a somewhat smaller version of the "Premium Plugin". Nothing is missing that would make the plugin any less useful but there are a few limitations. A few "nice to have but not necessary" features have been removed as well.
Note: Obviously you can edit the code to allow for more.
Thanks,
Andrew
Member — 13th October 2007 (4 years ago) #
thanks for your respones. I will just have to play around with it, but it seems straightforward.
Is there anything that would prevent this from working with regular plugins?
Erstwhile founder — 13th October 2007 (4 years ago) #
Is there anything that would prevent this from working with regular plugins?
Not really. However, you should keep in mind that some WP plugins don't play nice with WPMU. Other than that it shouldn't be that difficult.
Thanks,
Andrew
Member — 13th October 2007 (4 years ago) #
Is there any update on created a more streamlined process for buying subscriptions? If there isn't I guess I will hack together something that allows me to bypass the token system and just subscribe easily. I was wondering if you might have any recommendations on how to do this effectively.
Erstwhile founder — 14th October 2007 (4 years ago) #
Is there any update on created a more streamlined process for buying subscriptions?
We currently don't have any plans to change the credits system so i'm afraid you'll have to customize the plugin to meet your needs.
I was wondering if you might have any recommendations on how to do this effectively.
We used the credit system to avoid having to deal with this exact situation so I really can't be of much help since I haven't thought it through myself.
Thanks,
Andrew
Keeper of the Dark Chocolate — 14th October 2007 (4 years ago) #
Thanks Andrew. I was just wondering if there was a "it's going to break something" reason why it was set to three.
Erstwhile founder — 14th October 2007 (4 years ago) #
I was just wondering if there was a "it's going to break something"
Nope. However for every package you have the number of queries increases. This won't be a problem on smaller sites but on large ones I wouldn't recommend going over ten packages.
Thanks,
Andrew
Keeper of the Dark Chocolate — 14th October 2007 (4 years ago) #
I think I was looking at 5 on the testbed. 3 for the space quota, 1 for the css editor if I ever get around to it and 1 for something else. (I don't even remember what I was thinking about...)
Become a member