Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Adding User Properties

edited February 2008 in Vanilla 1.0 Help
Hi, I searched around but found nothing on this in the discussion forum... if someone has discussed it before, please let me know.

Problem : I need to add several properties to our Users. These properties are "Institution" "Address" and "Country"

Solution so far :
As a template I used Mark O'Sullivan's extension to add the "Extended Application Form 1" found here:
http://lussumo.com/addons/index.php?PostBackAction=AddOn&AddOnID=69

And here's what I'm doing so far: http://pastie.caboo.se/150346

I also added to the script the necessary columns to the USER table.

Now I need to extend the User class and add some properties to the User class so that I can reference these properties in my templates.

How can I do this?

Any pointers are very welcome.
Thank you,
Eric

ps here is my code so far: http://pastie.caboo.se/150346

Comments

  • Options
    edited February 2008
    Have you seen the "Predefined Attributes" extension? It seems to do what you want. Even if it doesn't exactly, it would probably be easier to hack it than to start a new extension from scratch.
  • Options
    You probably don't need to touch the user class much. If the user class doesn't automatically grab the new fields from the database then I'd be quite surprised. The raw data must be there somewhere. Even if that fails you can just perform an SQL query to grab the extra fields yourself.
This discussion has been closed.