"Bigger" Userpages  Bottom

  • Hey to everybody!

    I would like to ask if there is a module for bigger Userpages. With this module users should be able to upload profile photos and link themself with other users.
    Is there a module?

    Greetz Huwy

    PS: Sorry for my bad english. I am from switzerland...
  • I found the Module FriendFinder... But somehow it don't works!
    Is there another module?

    Greetz
  • FriendFinder is an older module and although I haven't reviewed the module I'm sure it's not updated. Do you know the original developer or mod maintainer? If so you could contact them directly to see if they plan an ugrade. If you'd like to adopt the module then you could fix it yourself, or you could hire someone to bring it up to date then donate the updates back the community for everyone to use. Third, you could organize others who need the same module, each donates a portion of the cost to update the module then everyone benefits.

    BTW: Where did you get the module? Did you check to see which version it would work with? Could you give us a link for others to review it?

    --
    iThinkMedia.com

    Follow me on Twitter
  • The module works as is with PN 726; website of the original developer is no-more available.
    Apparently it is just a question of changing a few calls to have it working with PN 750

    So far I've changed admin.php from:

    Code

    if (!eregi("admin.php", $PHP_SELF))
       {
          die ("Access Denied");
       }

    to:

    Code

    if (!defined('LOADED_AS_MODULE')) {
        die ('Access Denied');
    }

    in order to access the admin section; other changes (probably just a few) are required to operate the user section.
  • Use advProfile - its not a plug and play module, but you can do anything you want with it - just be editing templates and writing small plugins -making profiles pages into little portfolios, or whatever.

    UHEWeb

This list is based on users active over the last 60 minutes.