Name: Userdefined Subscriptions
Credits: To nobody and everybody!... but especially me!...

...
Description: Users can define their own subscriptions which will be displayed below their Username - Status - Member #.
------------------------------------------------------------------------
w00t!!My first mod.
People can define their own subscription and the subscription will be displayed below the username and the member#.
But maybe there is one little problem: I'm afraid that somebody else already has posted this mod/hack. So : If you're that dude: Mail me and I'll put you in the credits:
----------------------------------------------------------------------------------------
Here we go!
*Open* vars_wordlets.cgi
########################Step 1: Find:
########################);
1;
########################Step 2: And add BEFORE that:
########################subscription_field => "Your custom subscription",
subscription_explain => "Your custom subscription will be dislayed below your Username and your #Member no."
########################*Comment*:: Oh yeah: Don't forget to add a "," to the last wordlet: like if the last wordlet was: no_option => "No". Replace the "." with a ","
########################*Close and Save the file*
########################Ok!.. let's continue:
*Open* public_edit_profile.pl
########################Step 4: Find:
########################$B1$vars_registration{customfield1}$B2:
########################Step 5: And add AFTER that:
########################
$vars_wordlets{subscription_explain}
########################Close and Save the File
########################Step 6: Repeat Step 4 and Step 5 with the files:
public_register_page.pl & public_register_page_kid.pl
########################Tralalala... We're almost there
########################*Open* public_topic_page.pl
########################Step 6..err...7: Find:
$member_number
########################and add AFTER that:
########################$user_profile[16]########################*Save the file*
########################Upload all the files and CHMOD them (if required)
Go to your Control Panel. Go to "Primary Settings > Registration Settings"... Go to "Custom Registration Field # 1", Fill in (in the "Field name:") Subscription. Then point your mouse a little but to the right and activate the thing (Required/Optional... it's up to you)
And now you can also go to your Primary Wordlets and Define your Wordlets for this mod!...
And there you have it... Userdefined Subscriptions...
It's not that big... right?..
Oh well...
I can't give you 100% support, but hey... I can always try!...
Have fun!
- eGo2000
Edit: Just some additions