Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Added files

10 years 1 month ago
  • Patrick's Avatar
    Topic Author
  • Patrick
  • Offline
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Licenses:
JomSocial Expired

ISSUE SUMMARY: I added some PDF files in a group but instead of opening the PDF to read, the created link goes to a (random?) group


STEPS TO REPLICATE:
1
2
3
4
5
RESULT Link to PDF files go to a (random)group
EXPECTED RESULT When clicking the link of a PDF i expect it to open so i can read it.
BROWSER All.

10 years 1 month ago
Licenses:

Hi, Patrick.

I can see that PDF URLs are like:

CDN/images/files/discussion/10/a018f331c402c057e0baced1ab488ad3.pdf
CDN/images/files/discussion/10/991f632891bb8b080a76580e25195f01.pdf

Here:

domain.com/heerlijk-tafelen/groups/viewdiscussion/10-een-droogkast-maken?groupid=20

And after clicking it I get;

prntscr.com/6kq5n8


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 1 month ago
  • Patrick's Avatar
    Topic Author
  • Patrick
  • Offline
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Licenses:
JomSocial Expired

Please look in the files and click one...

Attachments:
10 years 1 month ago
Licenses:

Hi, Patrick.

Yes, you're correct. In this window URL is wrong.
I assign developer to this thread.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 1 month ago
Licenses:

Hi Patrick,

this is a bug. here the temporary fix:
edit /components/com_community/templates/jomsocial/layouts/files.listing.php at line 30, change the code from

<a href="<?php echo $filepath; ?>" target="_blank" title="<?php echo $filename; ?>" class="joms-text--break"><?php echo $filename; ?></a>
to
<a href="<?php echo JURI::base().$filepath; ?>" target="_blank" title="<?php echo $filename; ?>" class="joms-text--break"><?php echo $filename; ?></a>

Regards

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW