from my module i am trying to create a custom field on the my account -> edit page. This field will allow users to setup a sub profile for character data (more on that below). I have wrapped my brain around how to code everything i want to do, however i cannot seem to locate on this site, google, or my drupal book how to access this. All i have found is how to do it without code and from a code release standpoint i don't want to make my users have to go through this.
project background
i am working on a wow raid tracker module that will allow users to setup a character (import data from the armory) that integrates and calculates gear levels then compares that to raid parses and presents that to a raid leader when they go to setup a raid (which users can sign up for).
so if anybody can help me past this roadblock i would be appreciative :)
fyi i'm not a coder by nature, however i know enough to let me find my way through just about anything however i can't sit down and speak the language.
Comments
is this even possible?
is this even possible?
...
Basic approaches.
In core- Profile module. Add what fields you need to allow users to enter the information
In contrib - Bio module and a few others.
I will try and remember to dig them out when I get home.
Idle speculation.... I am wondering if using CCK and the computed field modules combined with some views may also accomplish some of what you are looking for. Don't know, I don't program either.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
thanks for the response :)
thanks for the response :) when packaging this though if i were to ship another profile module wouldn't that be an issue? for simplicity sake i was hoping i could just add content to that page. or add a new tab to it all together though i suppose i could just make a new page.
any further help is appreciated
thanks