File listing in Orchard CMS, client side? - download

One of my clients is asking to enable a "download section" in Orchard CMS. The idea is when a customer clicks in the download button in the main menu they will see a listing of folders and files. So when they make click in a folder name, the folder will be opened and when they make click in the name of a file the file will be downloaded.
I have searched for a "download module" or "file listing module" in the Orchard gallery without any result.
Any idea about how to approach to the solution? maybe something with jquery but i am not sure if it is compatible with Orchard (I am a complete newbie in Orchard and ASP)
Thanks for the help! :)

I think you missed this module: Filemanager
You can find a demo here

Related

Redirecting to other Wix site

I want to make a bilingual site but i don't want to do it the "normal" Wix way with buttons because i want to have a drop down menu so I have created 2 sites( one will be on the domain and the other one on a sub domain) and added 2 language images on the sites that I want to link. And this is where i have ran into a problem.
I don't know hot to link from one site to another. Does anyone know the answer to this?
I have tried this but I can't find how to link to other site.
it ca be done with code but there is no need. when you click on link "page" means pages on this site. just pick 'web address' see this link menu. if for some reason you have to it with code you can use wixLocation.to see here

how to find and edit any joomla content using the frontend url

How can I find this front-end URL(http://www.mediware.com/contact-mediware) in Joomla?
I have tried appending the ?tp=1 and that does not tell me where it is to edit.
I have tried finding it via ftp under the directory mod_menu.
I have tried finding it in Joomla back-end under the menu manager and menu items.
Thanks,

Orchard About us Page in Solution Explorer

I am new to Orchard CMS. I have created an About-Us page from the admin Dashboard.
Now, I want to put javascript on About-Us page only. Kindly tell me where can I find the About-Us page in solution explorer of Visual Studio? Or is there any other way to achieve this?
PS: I am using Orchard 1.8.
Thanks
I do not think, i quite get it.
here is the view for the dashboard: \Orchard.Web\Core\Dashboard\Views\Admin\Index.cshtml
Adding javascript to any view is done by using Script.Include([PathToResource]) or Script.Require([NameOfResource]) and/or #using (Script.Foot()) { [InlineJavascript]}
If what you are asking is, How to add javascript to a page created with the Page Content Type then you need to add Parts to your ContentType.
A good start will be Vandelay.Industries 1.8 (the latest), but there are others.
Enjoy!

How can I add PHP to a Joomla menu item?

Here's what I'm trying to do:
In Joomla 3.1, I'm using the K2 component to build a full content-driven news website.
All is well, but I just don't like the K2 Login module, and therein lies the rub. That module automatically generates two key links:
• Add Item
• My Page
I want to unpublish the login module and add both of these links to a standard Joomla menu. It's easy to add the "add item" link because it's essentially static.
But the "My Page" link is dynamic. I've found the PHP code that generates it:
<?php echo JText::_('My Page'); ?>
But I don't know how to make a plain old Joomla menu item -- as in, one that I add through the menu manager -- to generate that code.
Note: It's important that I be able to use the Joomla menu structure because I'm also using Joomla's access control to hide or show these buttons. Meaning, I've added a "contributor" usergroup, and I only want them to see these links.
Any bright ideas would be much appreciated! Thank you!
You should go to the template you are currently using, in their you create a html folder.
In that folder you create a mod_menu folder.
Than you got your Joomla root > modules > mod_menu.
And copy files which are inside and drop them in the html > mod_menu folder.
Now you can edit the mod_menu to your favors with a rewrite.
http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core
Hope this helps you.

One click download component for joomla

I am working on one joomla(2.5.1) site and i need one module for one click download option in front end.
Let me clear more.
Admin should be able to upload zip folder from administrator.(There are some files in this zip folder)
User will be able to download that zip folder in front site.
I googled a lot for similar components but i didnt find anything related to this one.
Advise me what would better way for my requirement.
All feedback are welcome.
Some links:
Phoca Download
JDownloads
Downloads category in JED

Resources