First time here? Check out the FAQ!
0

changing the profile page

I want to make some changes to the profile pages of the users. What are templates/css files I should look at ?

kintali's avatar
141
kintali
asked 2012-06-06 22:16:05 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The user profile templates are in templates/user_profile. If you need to change the user profile a lot, it would be better to create a separate application on the side and change askbot/urls.py to disable the built-in profile pages and add to the project main urls.py (not under askbot) so that your custom user profiles are available.

It is also possible take a middle ground approach - use some of the built-in views and add some custom, as well as change styling and some html files.

If you touch only select few templates, then it will be a lot easier to upgrade your site to the newer version of askbot.

Evgeny's avatar
13.2k
Evgeny
answered 2012-06-06 22:38:37 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks Evgeny.

kintali's avatar kintali (2012-06-07 10:01:04 -0500) edit
add a comment see more comments