• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How to default page after login?

Started by cognit21,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

cognit21Topic starter

How to change the page, when the user logged. From the page "me (my media)" to "user profile page". Since my users can not upload videos, and after login they see a blank white page. How to remove this category "me" from the menu (in the header) for normal users who do not have the right to upload the video, how to do it? And how to remove the section "Top videos" in the profile of users who are not allowed to upload videos?
  •  

PHPVibe A.

simple, com/com_login.php

redirect(site_url().me.'/');



changed to


redirect(profile_url(user_id(), user_name()));

maldboy

Quote from: Alexander on
simple, com/com_login.php

redirect(site_url().me.'/');



changed to


redirect(profile_url(user_id(), user_name()));

works perfect...simple:)
  •  

Similar topics (7)