Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> w/Nuke 6.9
Author Message
chucktrukk
New Member
New Member



Joined: Oct 29, 2004
Posts: 1

PostPosted: Fri Oct 29, 2004 1:01 am Reply with quote

I have looked all over for this the last day. I want userinfo() to show the users viewprofile from phpbb- instead of the your_account text it lists (that's centered and not good looking).

I went to userinfo() function and added: include("../includes/usercp_viewprofile.php?mode=viewprofile&u=39");

That didn't work, so i tried: include("forum-userprofile-.html$session[username]");

Each time get something like:
Warning: userinfo(forum-userprofile-.html">): failed to open stream: No such file or directory in /home/*****/public_html/modules/Your_Account/index.php on line 569

Warning: userinfo(): Failed opening 'forum-userprofile-.html">' for inclusion
(include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/******/public_html/modules/Your_Account/index.php on line 569
 
View user's profile Send private message
chatserv
Member Emeritus



Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico

PostPosted: Sun Nov 07, 2004 6:11 pm Reply with quote

In the Your Account module's index.php file find:
Code:
    case "userinfo":

   userinfo($username, $bypass, $hid, $url);
   break;

Change to:
Code:
    case "userinfo":

   Header("Refresh: 0; url=modules.php?name= Forums&file=profile&mode=viewprofile");
   break;

Without the blank space in name= Forums had to post it like that because GT turns it into forums.html
 
View user's profile Send private message Visit poster's website
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> w/Nuke 6.9

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©