- Posts: 10
COMMUNITY FORUM
Download manager
- Ilan Dvash
-
Topic Author
- Offline
- New Member
Less
More
10 years 2 months ago - 10 years 2 months ago #140918
by Ilan Dvash
Download manager was created by Ilan Dvash
Dear friends,
I want to use K2 for PDF download manager.
2 questions:
1. How can I show the items (many items per category) with pictures and description but that the user won't be able to click on the picture and enter to the item description?
I just want to show the items, description and download link.
2. Is it possible to create hidden links to the files and not to show the entire path? (such as with regular downloads managers)?
Look at example here:
prntscr.com/65t6cc
Thank you!
Ilan.
I want to use K2 for PDF download manager.
2 questions:
1. How can I show the items (many items per category) with pictures and description but that the user won't be able to click on the picture and enter to the item description?
I just want to show the items, description and download link.
2. Is it possible to create hidden links to the files and not to show the entire path? (such as with regular downloads managers)?
Look at example here:
prntscr.com/65t6cc
Thank you!
Ilan.
Last edit: 10 years 2 months ago by Ilan Dvash. Reason: add picture
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago - 10 years 2 months ago #140924
by Krikor Boghossian
Replied by Krikor Boghossian on topic Download manager
Hello,
1) You can remove the link for the title in the category's settings. As for the image's link, you need to remove it manually in the category_item.php file manually. You should override it, instead of editing it - more here getk2.org/documentation/tutorials/174
2) This is not possible unfortunately.
Hint. In this forum there are several posts with the example code for the image link.
1) You can remove the link for the title in the category's settings. As for the image's link, you need to remove it manually in the category_item.php file manually. You should override it, instead of editing it - more here getk2.org/documentation/tutorials/174
2) This is not possible unfortunately.
Hint. In this forum there are several posts with the example code for the image link.
Last edit: 10 years 2 months ago by Krikor Boghossian.
Please Log in or Create an account to join the conversation.
- Ilan Dvash
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 10
10 years 2 months ago - 10 years 2 months ago #140978
by Ilan Dvash
Replied by Ilan Dvash on topic Download manager
Dear Krikor,
Thank you very much.
I've search the forum but I couldn't find an answer to how disable the picture link.
Surely I did something wrong in my search.
Can you point me to that thread?
Regarding the example shown on the picture attached, how it was implemented on this site?
prntscr.com/65t6cc
I believe that the developers used K2 for that.
Thank you,
Ilan.
Thank you very much.
I've search the forum but I couldn't find an answer to how disable the picture link.
Surely I did something wrong in my search.
Can you point me to that thread?
Regarding the example shown on the picture attached, how it was implemented on this site?
prntscr.com/65t6cc
I believe that the developers used K2 for that.
Thank you,
Ilan.
Last edit: 10 years 2 months ago by Ilan Dvash. Reason: add information.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #140991
by Krikor Boghossian
Replied by Krikor Boghossian on topic Download manager
1) www.joomlaworks.net/forum/k2-en/35668-how-to-remove-the-link-from-a-picture#126135
2) This is the title element on the link. It is generated from the attachment's title in the backend.
2) This is the title element on the link. It is generated from the attachment's title in the backend.
Please Log in or Create an account to join the conversation.
- Ilan Dvash
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 10
10 years 2 months ago #141034
by Ilan Dvash
Replied by Ilan Dvash on topic Download manager
Dear Krikor,
I will try to follow this thread.
Thank you very much for your help!
Ilan.
I will try to follow this thread.
Thank you very much for your help!
Ilan.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #141037
by Krikor Boghossian
Replied by Krikor Boghossian on topic Download manager
You 're welcome Ilan :)
Please Log in or Create an account to join the conversation.
- Ilan Dvash
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 10
10 years 2 months ago #141202
by Ilan Dvash
Replied by Ilan Dvash on topic Download manager
I changed the template and I cannot make it work.
While hoovering over the image you can see the link to the item.
When clicking the picture, it goes to the item.
Also, instead of link (like "download here"), All the (LONG) URL is shown.
I really don't know what to do.
Here is a link to the screenshots:
prntscr.com/68308v
Thank you!
While hoovering over the image you can see the link to the item.
When clicking the picture, it goes to the item.
Also, instead of link (like "download here"), All the (LONG) URL is shown.
I really don't know what to do.
Here is a link to the screenshots:
prntscr.com/68308v
Thank you!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #141247
by Krikor Boghossian
Replied by Krikor Boghossian on topic Download manager
1) If you are referring to the module, then you need to adapt the post I sent to the module's template. You can override the K2 Content module the same way you override the category template.
If you are using a template, then the template's dev can assist you with the overrides.
2) That is not the title attribute. It is the actual url. This can be changed in K2. You can only change the text in the initial printscreen you sent me (the text that says countries.txt.zip).
If you are using a template, then the template's dev can assist you with the overrides.
2) That is not the title attribute. It is the actual url. This can be changed in K2. You can only change the text in the initial printscreen you sent me (the text that says countries.txt.zip).
Please Log in or Create an account to join the conversation.