Again I appologise for having to use English on a German forum.
I am hoping that someone can help me with a feature in is not in CPG-MX; but is in the stand alone CPG.
In the stand alone CPG it is possible to see a thumbnail album showing all the last uploads by a certain UserID. This is done from the User Profile screen, under the 'last uploaded file' thumbnail.
Like this...
With CPG-MX the users profile of CPG is not used as the Users list in PragmaMX are used instead.
So when I try to use the CPG url ( thumbnails.php?album=lastupby&uid=2 ) nothing happens.
I guess because of...
//if (defined('UDB_INTEGRATION')){
$cpg_udb->view_profile($_GET['uid']);
Looking at the code in the Thumbnails.php and Profile.php from CPG and CPG-MX they are very similar.
So my first question is...
Can I view all uploads by a user done in CPG-MX from a single click?
Without using the Search.php.
I am hoping to change the code in the Album.php so that by clicking on the User Name it would show all uploads by that user.
________________________________________
There is also another way I can think of getting the same results.
The Search.php can search by User Name and show all the uploads by that user.
Is there a way that the Search.php code could be used in the Album.php to achive the same results?
Thank you for reading, and I hope you can help.
