profile-listing.tpl.php
Eingetragen von Kirsten1965 (703)
am 29.08.2009 - 19:47 Uhr in
am 29.08.2009 - 19:47 Uhr in
Hallo,
ich benutze die Version 6.13 und habe meine profile-listing.tpl.php erfolgreich wie folgt angepasst:
<div class="profile">
<?php print $picture; ?>
<div class="name">
<h3><?php print $name; ?></h3>
</div>
<?php if (isset($profile['profile_lieblingsalbum'])): ?> <div class="profile_lieblingsalbum"> <?php print $profile['profile_lieblingsalbum']->title; ?>:<strong> <?php print $profile['profile_lieblingsalbum']->value; ?></strong></div><?php endif; ?></br>
<?php if (isset($profile['profile_lieblingsfilm'])): ?> <div class="profile_lieblingsfilm"> <?php print $profile['profile_lieblingsfilm']->title; ?>:<strong> <?php print $profile['profile_lieblingsfilm']->value; ?></strong></div><?php endif; ?></br>
<?php if (isset($profile['profile_lieblingslied'])): ?> <div class="profile_lieblingslied"> <?php print $profile['profile_lieblingslied']->title; ?>:<strong> <?php print $profile['profile_lieblingslied']->value; ?></strong></div><?php endif; ?></br>
<?php if (isset($profile['profile_fan_seit'])): ?> <div class="profile_fan_seit"> <?php print $profile['profile_fan_seit']->title; ?>:<strong> <?php print $profile['profile_fan_seit']->value; ?></strong></div><?php endif; ?></br>
<?php if (isset($profile['profile_barbra_live_gesehen'])): ?> <div class="profile_barbra_live_gesehen"> <?php print $profile['profile_barbra_live_gesehen']->title; ?>:<strong> <?php print $profile['profile_barbra_live_gesehen']->value; ?></strong></div><?php endif; ?></br>
<?php if (isset($profile['profile_heimatland'])): ?> <div class="profile_heimatland"> <?php print $profile['profile_heimatland']->title; ?>:<strong> <?php print $profile['profile_heimatland']->value; ?></strong></div><?php endif; ?></br>
</div>
ABER --- ich würde gerne noch darunter anzeigen lassen:
Mitglied seit: x Jahren und y Wochen
Wie lese ich dies aus?
Danke für die Hilfe,
Kirsten
- Anmelden oder Registrieren um Kommentare zu schreiben
Geb einfach mal den Profile
am 30.08.2009 - 06:55 Uhr
Geb einfach mal den Profile Array aus.
<?php
print '<pre>';
print_r($profile);
print '</pre>';
?>
Lopsta Ecommerce - Drupal und SEO
http://www.lopsta.com
Keine Ausgabe
am 30.08.2009 - 14:29 Uhr
Hallo,
habe ich ausprobert, aber da werden nur die von mir angelegten Profilfelder augegeben. Aber nicht das systemgenerierte Registrierungsdatum.
Kirsten
Schubser?
am 07.09.2009 - 17:31 Uhr
Hallo,
eventuell noch jemand eine Idee?
User seit anzeigen: So sollte es klappen.
am 07.09.2009 - 18:52 Uhr
So sollte es klappen.
<?php
global $user;
print format_date($user->created, 'medium', '', NULL, NULL);
?>
------------------------
Quiptime Group