vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   DISCUSSION - 2 tier membership system (paid members!). (https://vborg.vbsupport.ru/showthread.php?t=19656)

huss 07-27-2002 06:58 PM

Quote:

Originally posted by dgessler
huss,

Did you hire a programmer to make the little system? How did you get ahold of something like that?

Dan

We wrote it from scratch. Frist it checks if you are subbed. If not you can go thru sub checkout. That connects to 2checkout recurring biling. Then your usergroup and your styleset are chnaged. Then you see the site in the new style and the usergroup gives you access to ce3rtain forums. The styleset has all the features like forumjump and no ads that the default set doesn't.

huss 07-27-2002 06:59 PM

Quote:

Originally posted by thirdwatch430
I'll probably going to be having a donation membership option to get free stuff, don't know if it will be monthly or just a one time small donation. I am going to use the template modification where for ads for non contributing members. Sounds easy to integrate and I'll be giving away more things.

/we started with donations. the response was so high we decided to make it a legit program. when we launched 2 tiers, all the donaters got upgrade credit. the recurring billing is the key to long term success imho.

thirdwatch430 07-30-2002 03:59 AM

huss: yeah i agree, however I am just testing it out and if I get a good response will develop the program further. Except I have no clue where to start developing a script so hopefully by then one will be released.

huss 08-01-2002 10:52 PM

I need a lil hacker help.

In showthread, I wanna check a user's usergroup, and if it is say 6 (i.e premium member) print 'xyz' by their name.

Help?

grb123 08-02-2002 07:23 AM

Quote:

Originally posted by huss
In showthread, I wanna check a user's usergroup, and if it is say 6 (i.e premium member) print 'xyz' by their name.
In admin/functions.php under Start buildpostbit add:

// Premium Members
if ($post[usergroupid]==6)
$premiummember = 'xyz';
else
$premiummember = "";
// End Premium Members

Then in your postbit template where you want the xyz to appear add:

$premiummember

gengar003 08-02-2002 04:30 PM

Hmmm... how about, plain and simple, create a special usergroup for donators, and when they're put in it, they get to use custom styles and template sets, whereas non-contributing members get the basic Vbulletin look? Probly would only need a simple hack to prevent the changing of styles if they're not in the usergroup...

caislander 11-12-2002 03:03 PM

Guys,

This looks like an awesome hack, we would certinaly be interested, has it been released, or is it available for purchase. I read the whole thread but didn't see that anything was released by wluke did I miss something

Neo 11-12-2002 05:01 PM

I have a system in the works. If anyone wants the system faster they can contact me at twilightstar0@hotmail.com for information.

pgowder 11-12-2002 09:07 PM

Can you tell us more about your system?

Neo 11-12-2002 09:28 PM

not on vb.org

once I have it somewhat done I will post info about it.


All times are GMT. The time now is 08:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01217 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete