lol it always says that on SmashTV right before you start.. "Good luck.. you'lllll need it!" am i the only one that played that?
I still haven't looked into the code yet.
update okay checked it out
So, I'm guessing I only need this to make it work
- Code: Select all
<?PHP
if ($do == 'users'){
include $cutepath.'/show_users.php';
} else {
$number = "10";
include($cutepath.'/show_news.php');
}
?>
Yes, correct.. lol.. Okay, I'm getting somewhere with this:
http://www.scodal.com/who.php?users/scodal.html
http://www.scodal.com/who.php?users/dice.html
I wish I could take out 'users/'.... also does it do this on your site? When you're on a content page, for example:
http://www.scodal.com/view.php?this-is-awesome.html then I click the user 'dice' (on far right).. it takes you to
http://www.scodal.com/who.php?users/dic ... esome.html which is wrong.. and in comments it doesn't work at all showing up as
http://www.scodal.com/{link=../who/user} in the href lol and that's as far as i'm going to get with that for now
oh one more thing that would be cool if we could figure it out is to get the 'requested' username in the <title> field so SEO would see this page (
http://www.scodal.com/who.php?users/dice.html) as <title>profile of 'dice' :: scodal.com</title> or something