Greetings Everyone,
I use a credit card processor that is not supported by VB, and thus I need to manually setup new subscribers using the VB Subscription Manager.
I've already modified the admincp/subscriptions.php file so that "Add User" is the default selection under the controls, which means now all I need to do is select the "Go" button to proceed directly to "Add User" screen, this saving one step, no small issue when you have to setup about 500 subscriptions a month. However...
What I'd like to have is a link on my admin menu (/admincp/index.php) to go directly to the "Add User" screen. However, in reviewing the admincp/subscriptions.php I find that with my limited php skills I am unable to determine how to correctly format the link. In part, it looks like this:
http://www.[my site name].com/forum/admincp/subscriptions.php?do=adjust&subscriptionid=1&s=... .
I already know how to add the menu command on my admin menu (/admincp/index.php), I just can't figure out how to write the full link.
As always, any assistance would be greatly appreciated, as using this link would save me time every day.
Thanks,
Newtonhead1