Vanilla Forums
Home
Addons
Community
Documentation
Blog
Hosting
Download
Home
»
Questions
Activity
•
Sign In
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Categories
16.1K
Questions
15.6K
Feedback
354
Developers
49
Localization
50
Blog
15
Categories
Recent Discussions
In this Discussion
s0mean
March 2010
Who's Online
11
+
7
guests
extending profile pages
bobtheman
March 2010
in
Questions
on v2 how are extensions handled for the profile page, is the data stored in the database or is there a writable html file?
Comments
s0mean
March 2010
Posts: 8
i think it follows the MVC pattern closely.
what i did was to change the view first see if it comes up ok. then try to add/update the model and controller accordingly. On my forum
http://anglolinguist.com/forum/index.php/
i have added "level" and "total score" for each of the user and will display on the profile page... if this is what you need.
Sign In
or
Register
to comment.
Host Your Community With Us
Comments
what i did was to change the view first see if it comes up ok. then try to add/update the model and controller accordingly. On my forum
http://anglolinguist.com/forum/index.php/
i have added "level" and "total score" for each of the user and will display on the profile page... if this is what you need.