Subscription button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hiesenburg
    New Member
    • Apr 2018
    • 29
    • 5.3.x

    Subscription button

    Is there a way to add a subscription/payment button to main forum? I want people to be able to register and then pick to have vip access if they wish
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74120

    #2
    You can create an HTML button that links to settings/subscriptions:

    Something basic would look like:
    Code:
    <a href="settings/subscriptions"><button>Purchase Subscription</button></a>
    Put it in a Static HTML or Ad module where you want it on the screen.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • hiesenburg
      New Member
      • Apr 2018
      • 29
      • 5.3.x

      #3
      It is telling me that I have to select a subscription to purchase when trying to register but i shut that off.,... What do i do

      Comment

      • Bocksanders
        Member
        • Oct 2017
        • 86
        • 5.3.x

        #4
        We have a subscription link as part of our navigation bar.
        We also have the ability but not the requirement to choose a subscription when registering.

        If people buy a subscription it puts them in a usergroup that does not show advertising.

        Comment

        • Joshua Gonzales
          Senior Member
          • Apr 2015
          • 245
          • 5.5.x

          #5
          Originally posted by hiesenburg
          It is telling me that I have to select a subscription to purchase when trying to register but i shut that off.,... What do i do
          You set the option in AdminCP > Settings > Options > User Registration Options > Paid Subscription during Registration to NO?
          -- *Admin Settable Paid Subscription Reminder Timeframe*
          -- Ads available for the modules globally
          -- Global modules
          -- Add Admin ability to auto-subscribe users to specific channel(s)

          Comment

          Related Topics

          Collapse

          Working...