By lainel on
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);
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
=-=
uh ??? modify it in what way ?
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )
Am I correct your trying to
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
subscribe
subscribe
I was trying...
When I insert the blog link code, all of the information from user/1 appears on everyone else's profile too.