Results 1 to 4 of 4

Thread: NickName

  1. #1

    Join Date
    Sep 2006
    Posts
    431

    Default NickName

    I am using mod - rewrite. I want to place a url on the member.php page of purity.

    It is hard because I cant put it in any of the boxes, because if the member has a long name it will through the alignment of the page all out of order.

    I found a nice place near the top, above the boxes and below the menu.

    The problme is I can't figrure out how to show the NickName.

    I have tried all kinds of things, and all it brings back is something similar to this:
    http://mysite.con/Nickname
    or http://mystie.com/_Nickname

    I have tried all kinds of comginations but I can not seem to get it to work.

    I even tried something like:
    http://mysite.com/($p_arr['NickName'])

    As you can see, I am not a coder, but at least I give it my best try before posting here. But, now I need help
    Anyone who has a banana can eat it!

    From 0 to 6.0 in 3.5

  2. #2
    gvpm
    Guest

    Default

    Try this copy :

    PHP Code:
    $NickName getNickName($member['ID']);

    $_page_cont[$_ni]['nick']                    = $p_arr['NickName']; 
    to member.php

    then in your page 6 do www.foo.com/__nick__
    Last edited by gvpm; 01-08-2007 at 11:07 AM.

  3. #3

    Join Date
    Sep 2006
    Posts
    431

    Default

    Worked like a charm! You're the best!! Thanks
    Anyone who has a banana can eat it!

    From 0 to 6.0 in 3.5

  4. #4
    gvpm
    Guest

    Default

    no problem

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. getting member's nickname from URL
    By azhan in forum Dolphin General Discussion v5.0 to v5.21
    Replies: 0
    Last Post: 12-30-2009, 10:14 PM
  2. Nickname search fix
    By lodlock in forum Free Mod Exchange
    Replies: 7
    Last Post: 11-22-2007, 05:42 AM
  3. Replies: 1
    Last Post: 04-23-2007, 07:44 AM
  4. Member Nickname changes - Members ability to change their Nickname
    By Prometheus in forum Bugs aeDating v4.1.2
    Replies: 2
    Last Post: 04-04-2007, 01:29 AM
  5. NickName
    By tester00 in forum Bugs and Fixes
    Replies: 4
    Last Post: 09-28-2005, 02:09 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •