1
knight2000
Profiles

Is there a way to set my users profiles as the home page? I want the users see the profiles page when they log in.
-Victor

http://hyprsearch.com

2
lintu
Re: Profiles
  • 2007/9/5 4:21

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


I don't think you can set this on Xoops, but you can always add some javascript code on your index.html page to redirect to the profile page.
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software

3
knight2000
Re: Profiles
  • 2007/9/5 15:58

  • knight2000

  • Just popping in

  • Posts: 55

  • Since: 2007/2/12


Do you know the code to redirect the user to there profile? Also do you know why my users video clips won't play when they click the links on there profiles, it gives an "error 404 url is found on this server" message. I'm currently using x_movies but this has happened with smart media as well.
-Victor

http://hyprsearch.com

4
iHackCode
Re: Profiles

for the login. its the file: include/checklogin.php

the simpliest way to modify that file is right before line 108: redirect_header($url, 1, sprintf(_US_LOGGINGU, $user->getVar('uname')), false);

you add:
$url = XOOPS_URL.'/user.php';

and user.php will automatically redirect the logged in user to their site profile.

--
your other questions.. i dont know..
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

5
Northern
Re: Profiles
  • 2007/9/5 19:27

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


Preferences Main »»
General Settings »»
Module for your start page »»
Profiles


Its the 5th one down, change it you what module you would like the site to start on.

6
knight2000
Re: Profiles

Thanks for the help bandit-x. That's just what I was looking for.
-Victor

http://hyprsearch.com

Login

Who's Online

265 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 265


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits