By Nexus5.01 on
Hi I have a website all up and running with profiles that users can edit. I am having problems inserting some codes, such as backgrounds and everything.
Basically what I'm after is for a module for Drupal 6.x (I have looked but cannot find anything) that will allow the customization of profiles by using html, css etc
Thanks!
Comments
Content Profile
Have you seen the Content Profile module? http://drupal.org/project/content_profile
It makes profiles into nodes which can then be styled.
i have :(
I am currently using this module to make the profile, it works fine brilliant actually. But is there a way to make it so when someone visits someones profile it only displays the users custom profile...sorry if it is badly worded.
Thanks!
I'd also highly recommend
I'd also highly recommend using the firebug addon for firefox (www.firebug.com) to help with styling. It allows you to right click any area of your page, select "inspect element" and it shows you the html and css coding. So you can see class and id names and then make calls to those in your styling sheet so you can style it however you like! I couldn't live without this nifty little program.
Priceless
Wow, just downloaded it (the link provided didn't work, apparently that data center is down due to a fire) good old Google covered my back though :)
I've been using it for around a minute or something like that and I love it!
Thanks!
Whoops! Guess I should
Whoops! Guess I should check my links before posting! https://addons.mozilla.org/en-US/firefox/addon/1843
Glad it helped! I honestly don't see how people could do large scale theming without it!
Patience
A lot of patience lol....and great difficulty!