PHPmotion Wiki : SubscriptionManager

HomePage :: Contents :: PageIndex :: Login/Register

Installing Subscription Manager Power Tool


Subscription Manager


Back to Installation

Featured PHPmotion Sponsor: Cirtex- Unlimited PHPmotion Web Hosting $2.95/month [50% discount with coupon code "phpmotion"]



Before you begin


Before you start installing the Subscription Manager make sure you have done the following

- Downloaded the most recent version at: PHPmotion Forum
- Ordered and received our copy of the license file



General Instructions



Unpacking and Uploading

  • Unzip the downloaded file onto your computer. You will now have a folder called subscriptionmanager
  • Upload this whole folder into your FTP into the addons folder. You should now have a structure like /addons/subscriptionmanager
  • Upload your license file using FTP into /addons/subscriptionmanager/license_sm.php


  • Important: Run the Setup Script

    Open your website in a web browser to the example url (http://www.yourdomain.com/addons/subscriptionmanager/setup.php)
  • Follow the on screen instructions
  • Delete the file /addons/subscriptionmanager/setup.php




  • Additional Instructions





    INSTRUCTION: Edit the the  template file: "themes/default/inner_welcome.htm". Find the code shown below
    Note: if you are using a custom theme, the file will be "themes/YOURTHEME/inner_welcome.htm"
    ---------------------------------------------------------------------------------------------------------------
    
    <li><a href="[var.base_url]/closeaccount.php"  rel="gb_page_center[870, 450]" target="_blank">
    <img src="themes/[var.user_theme]/images/icons/cancel.png" border="0" height="32" width="32" style="padding-bottom: 4px; 
    vertical-align: middle;" />&nbsp;&nbsp;[var.lang_close_account]
    </a></li>
    
    
    
    INSTRUCTIONS: Add the following soon code after it
    ---------------------------------------------------------------------------------------------------------------
    
    
     <!-- Start of Subscription Manager  Menu-->
     <li>
     <a href="addons/subscriptionmanager/members/index.php" rel="gb_page_center[900, 500]">
     <img src="addons/subscriptionmanager/members/images/subscription_members.png" border="0" height="32" width="32" 
    style="padding-bottom: 4px; vertical-align: middle;" />
     &nbsp;[var.scp_my_subcriptions]
     </a>
     </li>
     <!-- End of Subscription Manager Menu -->



    INSTRUCTIONS: Edit the php file /siteadmin/includes/menuloader.php... find the following section
    -------------------------------------------------------------------------------------------------------------------------------
    
    //___Check for PowerTools______________
    
    
    
    
    
    INSTRUCTIONS: Add the following additional code
    ----------------------------------------------------------------------------------------------------------------------------------
    
    //___Check for PowerTools______________
    
    //check for Subscription Manager
    if(file_exists($base_path.'/addons/subscriptionmanager/admin/index.php')){
    $menu_powertool .=  '<li> &nbsp;- 
    <a href="../addons/subscriptionmanager/admin/index.php"  rel="gb_page_center[870, 450]" target="_blank">Subscription Manager</a></li>';
    }






    Using The Subscription Manager



    As siteadmin, you will see an addition menu item when you next login to the admin control panel

    As a member, you will see a new menu item in the "my account" area




    Zero Branding









    For further help with installation you can try


    Order our installation services
    Peer support in our forum




    Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
    Page was generated in 0.0548 seconds