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 ?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
kintali's avatar
141
kintali
asked 12 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

Thanks Evgeny.

kintali's avatar kintali (12 years ago)
see more comments