Hi
i have recently installed a 3rd party app which displays files the user has uploaded in their JFU folder works nicely.
However i dont want to use their file uploader application as the files being submitted to my website are very large ( 50-100mb), and there is no status bar.
So all i need is to direct a text link under the application header in the profile, to the JFU page.
here's the CRoute line of code as it is:
Code:
<a class="manage-filesharing" href="<?php echo CRoute::_('index.php?option=com_community&view=profile&userid=' . $this->_user->id . '&task=app&app=filesharing');?>"><?php echo JText::_('MANAGE FILES');?></a>
What can i substiture the CRoute path with?
I have it setup that all users in the frontend are in the same profile ID of 2
Is there any other info you need?
thanks
Ben