Photo uploaded by: [User]
Posted: 07 Aug 2008, 10:46
Hello,
I have the following problem:
I want to display wich User has uploaded the Picture.
I tried to save the name of the User in a database and so i modified the views\category\tmpl\default.php...
But everytimes when i try to upload a picture there is; ERROR 404, and the data is submitted with GET.
How can i display which User has uploaded the Picture? Is there a Special Plugin or something???
I tried to display the username with the following modification:
Best Regards, Philipp Heider (Germany)
I have the following problem:
I want to display wich User has uploaded the Picture.
I tried to save the name of the User in a database and so i modified the views\category\tmpl\default.php...
But everytimes when i try to upload a picture there is; ERROR 404, and the data is submitted with GET.
How can i display which User has uploaded the Picture? Is there a Special Plugin or something???
I tried to display the username with the following modification:
Code: Select all
<?php $user =& JFactory::getUser();
$username = $user->get('username'); ?>