content_profile-display-view.tpl.php |
content_profile-display-view.tpl.php |
|
content-profile-display-view.tpl.php |
content_profile.css |
content_profile.css |
|
@CHARSET "UTF-8";
div.content-profile-display {
border: 1px solid #DDD;
margin: 1em 0em;
padding: 0em 1em 1em 1em;
}
ul.content-profile {
border-bottom: 1px solid #bbb;
padding: 0.5em 1em;
}
ul.content-profile li {
display:… |
content_profile.info |
content_profile.info |
|
name = "Content Profile"
description = "Use content types for user profiles."
package = "Content Profile"
core = 6.x |
content_profile.install |
content_profile.install |
|
Content profile installation file. |
content_profile.module |
content_profile.module |
|
|
content_profile.pageroute.inc |
content_profile.pageroute.inc |
|
|
content_profile.rules.inc |
content_profile.rules.inc |
|
Some rules conditions/actions |
content_profile.rules_defaults.inc |
content_profile.rules_defaults.inc |
|
Rules default rules |
content_profile.test |
tests/content_profile.test |
|
Some basic tests for content profile. |
content_profile.theme.inc |
content_profile.theme.inc |
|
Theme and template preprocessing code |
content_profile.theme_vars.inc |
content_profile.theme_vars.inc |
|
Provides a helper class for lazy loading of variables for themes. |
content_profile.views.inc |
views/content_profile.views.inc |
|
content_profile.views.inc
Provides support for the Views module. |
content_profile_registration.info |
modules/content_profile_registration.info |
|
name = "Content Profile User Registration"
description = "Enable content profile features during user registration"
package = "Content Profile"
core = 6.x
dependencies[] = content_profile |
content_profile_registration.install |
modules/content_profile_registration.install |
|
Content Profile Registration - Installation file. |
content_profile_registration.module |
modules/content_profile_registration.module |
|
Allows exposure and processing of content_profile node fields at user registration |
content_profile_tokens.info |
modules/content_profile_tokens.info |
|
name = Content Profile Tokens
description = Add user tokens for content profiles.
package = "Content Profile"
dependencies[] = content_profile
dependencies[] = token
dependencies[] = content
core = 6.x |
content_profile_tokens.module |
modules/content_profile_tokens.module |
|
Implementations of token module hooks for the content profile module. |
content_profile_views_handler_relationship.inc |
views/content_profile_views_handler_relationship.inc |
|
|
node_from_user.inc |
panels/relationships/node_from_user.inc |
|
Provides a CTools (Panels) relationship that gets a node context from the
user context based on nodes marked as content profiles. |
README.txt |
README.txt |
|
-----------------------
Content Profile Module
-----------------------
by Wolfgang Ziegler, nuppla@zites.net
With this module you can build user profiles with drupal's content types.
Installation
------------
* Copy the module's… |