TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,913
  • Total Topics: 21,308
  • Online today: 884
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 448
  • Total: 448

When TP v1.0 beta 3 installed i see Blank Profile pages

Started by MAJ.Ripinasz, February 19, 2009, 06:03:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Renegd98


MAJ.Ripinasz

Sorry no change to the profile....still a blank page....

Renegd98

You will see near the bottom of that file the following:


// Tinyportal
function tpsummary($memID)
{
global $txt, $user_profile, $db_prefix, $context, $db_prefix;

loadtemplate('TPprofile');
$context['page_title'] = $txt['tpsummary'];
TP_profile_summary($memID);
}
function tparticles($memID)
{
global $txt, $user_profile, $db_prefix, $context, $db_prefix;

loadtemplate('TPprofile');
$context['page_title'] = $txt['articlesprofile'];
TP_profile_articles($memID);
}
function tpdownload($memID)
{
global $txt, $user_profile, $db_prefix, $context, $db_prefix;

loadtemplate('TPprofile');
$context['page_title'] = $txt['downloadprofile'];
TP_profile_download($memID);
}
function tpshoutbox($memID)
{
global $txt, $user_profile, $db_prefix, $context, $db_prefix;

loadtemplate('TPprofile');
$context['page_title'] = $txt['shoutboxprofile'];
TP_profile_shoutbox($memID);
}
function tpgallery($memID)
{
global $txt, $user_profile, $db_prefix, $context, $db_prefix;

loadtemplate('TPprofile');
$context['page_title'] = $txt['galleryprofile'];
TP_profile_gallery($memID);
}
function tplinks($memID)
{
global $txt, $user_profile, $db_prefix, $context, $db_prefix;

loadtemplate('TPprofile');
$context['page_title'] = $txt['linksprofile'];
TP_profile_links($memID);
}


Delete all of that and let me know if that fixes your problems.

MAJ.Ripinasz

And the winner is Renegd98! Thanks for the help ! Any Idea what happend or I am I a self induced accident waiting to happen :)?

I deleted that and bam it is working great! Keep upi the good work all!

G6Cad

There are a few more changes that has to be made in profile.php

Renegd98

That is code left over from previous TP install. I had to get rid of it on a local test site too.... but the weird thing is I had an error on the local site that led me to it... that's why I waited until I saw your file to venture that it was causing a problem.
Glad we got it solved...

Enjoy

MAJ.Ripinasz

Quote from: G6 on February 19, 2009, 07:42:22 PM
There are a few more changes that has to be made in profile.php
I will look at it further to make it match. Thanks G6

This website is proudly hosted on Crocweb Cloud Website Hosting.