I am searching for a way to get the following user case to work:
Got me a bunch of users, moderators and admins.
They all have some style they like, some of them like to work on a white page, some of them want to work on a dark page. so we need 2 themes for all users. this kinda works, people can switch to another theme for all the stuff they do on the site. but they can not change the admin theme from their account. also, changing the media library module theme isnt possible from a users account.
I want users to be searchable by their location. How do you add a free tagging widget type to a location field. Or, can GMAP/Location recognize every city as a term? Basically, how can users have location terms in their profile.
I'm trying to display a users friends through Views(3). I keep getting duplicates on the users. Also, the current user show's up under his/her friends too. Here's what I got so far:
Filters:
User: Active (Yes)
User relationships: Requester or Requestee is current user (True)
I'm new to Drupal and am trying to figure out how best to display and incorporate records I have in an existing db. I'm used to writing a php loop to loop through query results and display them (as at http://flash-creations.com/flowers/ with this kind of code, eg:
I attempted clear:both and spent the past few hours looking for soluting but cannot find anything that works. Basically just need the parent div, to grow based on the content size.
If i manually set the parent height, it works well, but would like something more dynamic.