tip: a few new great modules for node profile what I use

tip: a few new great modules for node profile what I use

  • Fri, 12/07/2007 - 10:10

Hi!

I like this titorial very much and I love Michelle for it too. :)

I created a few month ago really famous user profiles on our site depends on this tutorial and I add some new features.

example of our new user profile:
http://www.somvprahe.sk/user/mothylik

example of our register page

1. I can reccomend for registrastion page module "javascript tools"
and then create tabs instead fieldsets
(we have 9 fieldsets full of inputs and selects, and it was without this module really big and not nice)
example:
http://www.somvprahe.sk/user/register (scroll down for tabs)

2. using birthday module
I like birthday module, it is really fine module, and then I haven't count how many years user has and only show birthday oputput.

Michelle, thanks again for your tutorial, I wanted write to you a few moths ago, but I forgot.
have a nice weekend.


another module

  • Fri, 12/07/2007 - 10:34

I forgot, I suggest use for all images inserted by CCK image field module image cache.

then you can give user options iserted bigger image and on node profile you will show image in resolution what you want, and in some blocks you can show the same image in smaller size, and always it will be the same file.

Igor


Buddy list

  • Seth (not verified)
  • 604
  • 1969-12-31
  • Offline
  • Mon, 12/10/2007 - 09:41

Hi Igor!
How did do the layout of the buddy list?
Size of image in CSS? Did you use the lullabot article: www.lullabot.com/articles/imagecache_example_user_profile_pictures
And then you print the name of the user under the picture.
Thanks!
/Seth


How to implement this into User Profiles Version 2?

  • Mon, 12/10/2007 - 15:52

Hi Igor,

thanks for this great thread.

One question, could you please explain how to implement this into Michelle's User Profiles Version 2 as the new tabs are not shown up in my uprofile?

I have no clue how to start and how to add new tabs ... :(

Thanks in advance for giving a hint.

SirBerberitz


buddylist

  • Tue, 12/11/2007 - 18:55

Hi Seth

Buddylist is formated by css only.
avatars are default drupal avatars (I have 75*75 px resolution for it)

Image cache I really using, it is great, I use it for big user image on user profile or for some blocks with datas from user profile (e.g. my node author block)

bye

<div id="user-buddies"><div class="b">
<?php
if ($profileuser->uid != $loggedinuser->uid) { 
print
'Buddies of '.$clen_meno;
} else {
print
'Your buddylist';
}
?>

</div>
      <?php
      $view
= views_get_view('buddylist_of_uid');     
     
$temp = views_build_view('embed', $view, array(strval($profileuser->uid)), false, false);
      if(
$temp == '') {
      if (
$profileuser->uid != $loggedinuser->uid) { 
print
$clen_meno.' have no buddies yet';
} else {
print
'You have no buddies in your buddielist yet';
}      
      } else {
          print
$temp;
      } 
     
?>

<br class="cl-b" /></div>


hi

  • Tue, 12/11/2007 - 18:59

hi

you need javascript tools module, enable it's module 'tabs' and then you have to set for your CCK content type display tabs instead fieldsets (If I remember it right). Try look at readme for javascript tools module.

I think that there are no other things you have to do.

Igor


He forgot to mention you

  • Visitor (not verified)
  • 604
  • 1969-12-31
  • Offline
  • Wed, 12/12/2007 - 21:07

He forgot to mention you need to install the contributed module "Fieldgroup Tabs" or something like that. It's over on the modules page of drupal in the CCK category.


Hi again, thx for the hints.

  • Fri, 12/14/2007 - 09:33

Hi again,

thx for the hints. I installed the "Javascript tools" and the "Fieldgroup Tabs".
If i go to admin/content/types/uprofile/display i can see under Teaser/Full the new field tabs.

If i put the "Stats" as a "tab" at "Teaser" und "Full", i see no different at my userprofil.

I think i need some more hints, cause at the moment i going crazy :-)


great heads up

  • nf1 (not verified)
  • 604
  • 1969-12-31
  • Offline
  • Sun, 07/13/2008 - 13:43

I was wondering how did you integrate the birthdays module? Are you this module because I see it's just for the core profile


Post new comment
The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><blockquote>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options