TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

June 17, 2024, 07:05:17 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,254
  • Total Topics: 21,225
  • Online today: 149
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 131
  • Total: 131

[Article] Paid Subscriptions/Membership type Page

Started by bluedevil, January 22, 2009, 01:06:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mick

So im tired of posting in my forums on how to purchase a membership using the "paid Subscriptions" mod.

This code will create a membership type page for your users to read what type of membership your forum have available. (Users will see this page an order.  You just need to create a linked button to the page )

To be used with "PAID SUBSCRIPTIONS" mod only.   Found @ SMF

DEMO: http://www.chevyavalancheclub.com/index.php?action=membership

-Just paste code to a "article" page or to your "custom action" page.   

-Download the 2 images below,upload it to your /image folder and make sure the images have a 755 or better permission.

-Make sure you replace www.YOUR URL.com in the code with your own URL'S.

Its easy to edit the code with your own content.  Just replace as you wish.

The "sign up" button will direct the user to the subscription order page in their profiles.

<div align="center">Content Here</div>
<table width="100%" cellpadding="5" border="0" bgcolor="#ffffff" id="table1">
    <tbody>
        <tr>
            <td width="365" bgcolor="#e3eedf"><strong><font face="Verdana" size="2">Membership Type</font></strong></td>
            <td width="236" bgcolor="#014922"><strong> <font face="Verdana" size="2" color="#ffffff">  Regular Membership</font></strong></td>
            <td width="205" bgcolor="#b90000"><strong><font face="Verdana" size="2">  <font color="#ffffff">Supporting Membership</font></font></strong></td>
        </tr>
        <tr>
            <td width="365" bgcolor="#ffffff"><strong><font face="Verdana" size="2"><span class="main"> <span class="spacing">Recognition:</span></span></font></strong></td>
            <td width="236" bgcolor="#e3eedf"><strong><font face="Verdana" size="2">None </font></strong></td>
            <td width="205" bgcolor="#e9e1dc"><strong><font face="Verdana" size="2"> <br />
            </font></strong></td>
        </tr>
        <tr>
            <td width="365" bgcolor="#ffffff"><strong><font face="Verdana" size="2">Gallery Space:</font></strong></td>
            <td width="236" bgcolor="#e3eedf"><strong><font face="Verdana" size="2">25Kb<br />
            </font></strong></td>
            <td width="205" bgcolor="#e9e1dc"><strong><font face="Verdana" size="2">Unlimited<br />
            </font></strong></td>
        </tr>
        <tr>
            <td width="365" bgcolor="#ffffff"><strong><font face="Verdana" size="2" color="#0000ff">Official Decal</font></strong></td>
            <td width="236" bgcolor="#e3eedf"><strong><font face="Verdana" size="2">No</font></strong></td>
            <td width="205" bgcolor="#e9e1dc"><strong><font face="Verdana" size="2"><img border="0" src="/images/checkmark.gif" alt="Alt Text" /> Yes</font></strong></td>
        </tr>
        <tr>
            <td width="365" bgcolor="#ffffff"><strong><font face="Verdana" size="2">Automatic &quot;Supporting Member&quot; Title:</font></strong></td>
            <td width="236" bgcolor="#e3eedf"><strong><font face="Verdana" size="2">No</font></strong></td>
            <td width="205" bgcolor="#e9e1dc"><strong><font face="Verdana" size="2"><img border="0" src="/images/checkmark.gif" alt="Alt Text" />  Yes</font></strong></td>
        </tr>
        <tr>
            <td height="38" width="365" bgcolor="#ffffff"><strong><font face="Verdana" size="2"><span class="main"> <span class="spacing">Colored Username:</span></span></font></strong></td>
            <td height="38" width="236" bgcolor="#e3eedf"><strong><font face="Verdana" size="2">No</font></strong></td>
            <td height="38" width="205" bgcolor="#e9e1dc"><strong><font face="Verdana" size="2"> <img border="0" src="/images/checkmark.gif" alt="Alt Text" />  Yes</font></strong></td>
        </tr>
        <tr>
            <td height="38" width="365" bgcolor="#ffffff"><strong><font face="Verdana" size="2">Donation:</font></strong></td>
            <td height="38" width="236" bgcolor="#e3eedf"><strong><font face="Verdana" size="2">Free</font></strong></td>
            <td height="38" width="205" bgcolor="#e9e1dc"><font face="Verdana" size="2"><strong>1  Year<br />
            $20.00 USD</strong></font></td>
        </tr>
        <tr>
            <td height="38" width="365" bgcolor="#ffffff"><strong><strong><strong><strong><font size="2" color="#f40606"><br />
            </font></strong></strong></strong></strong></td>
            <td height="38" width="236" bgcolor="#e3eedf">&nbsp;</td>
            <td height="38" width="205" bgcolor="#e9e1dc"><a href="http://www.YOUR URL.com/index.php?action=profile;sa=subscriptions"><img border="0" src="/images/b_sign-up-now_red.png" alt="Alt Text" /></a></td>
        </tr>
    </tbody>
</table>
<center><strong><strong><strong><strong><font size="1">**There will be no refunds given under any circumstances including banning .</font></strong></strong></strong></strong></center>




Enjoy!!!


Ken.

Looks like an excellent addition for anyone using the subscription mod.
Good job BD! :up:
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

Mick

Quote from: Ken. on January 22, 2009, 01:19:21 AM
Looks like an excellent addition for anyone using the subscription mod.
Good job BD! :up:

Thanx Ken.   Frankly i got tired of posting links and reminding members about the subscriptions.   A "order page" is better and its always there.  lol.

Heero

Looks very good, thanks for the submission!

Zetan

This'll be useful for my next site.. A pr0n site!  :P ..










I jest, but I do have a new site in mind, subscription based.


Thanks for sharing bluedevil  :up:

Mick

Youre most welcome.   

In edtor,you can add as many rows and cells as you wish.   Im sure you knew that.   lol

G6Cad

Indeed a good block code :)

Just beware of all the changes everyone wants and will ask to have now  :2funny:

Mick

Quote from: G6 on January 25, 2009, 03:48:38 PM
Indeed a good block code :)

Just beware of all the changes everyone wants and will ask to have now  :2funny:


Lol....im asking for trouble dont i

G6Cad

Quote from: bluedevil on January 25, 2009, 04:18:12 PM
Quote from: G6 on January 25, 2009, 03:48:38 PM
Indeed a good block code :)

Just beware of all the changes everyone wants and will ask to have now  :2funny:


Lol....im asking for trouble dont i

Hahahaha, i think so ;)

Zetan

Hi BlueDevil, I've just started using this on a trial site and notice a few things that could be changed.

The center tag is depreciated. Instead use div:



<div align="center">Content Here</div>





Also, for internal URL's, the full URL isn't required.



<img border="0" src="/images/filename.png" alt="Alt Text" />



This is really helpful if, like me, you are building a site and plan to move it to a different location. It still works, but saves having to go through and correct all the paths.. assuming that they will essentially be in the same place on a new domain.