I'm kinda new to php. Can anyone modify this my blog link code?
As found here: http://drupal.org/node/37929

global $user;
print l("My Blog", "blog/" . $user->uid);

Comments

vm’s picture

uh ??? modify it in what way ?

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

skessler’s picture

Am I correct your trying to figure out how to make sure content aligns with that code (e.g. how do you create blog/uid in the first place?)

Hope this helps focus the discussion.

Steve Kessler
Denver DataMan -www.denverdataman.com

Steve Kessler

vkr11’s picture

subscribe

lainel’s picture

When I insert the blog link code, all of the information from user/1 appears on everyone else's profile too.