firefighting (23rd June 2008), reggiep (24th June 2008)
Can anyone give me any examples of when they might use docman in joomla?
I'm setting up our site and I am trying to squeeze every last ounce out of joomla before the site goes live when I won't be able to experiment as much!
Thanks

I'm using it for any documents that we'd want new parents to have like the prospectus or policy documents.
Also use it for weekly newsletters.
regards
Simon
What about the "School Newsletter" and "Term Dates" links? where does the office secretary upload the finish pdf newsletter from/to? The "Submit File" works fine for me for the "Governors Minutes", "Policy documents" and "Newsletter". But I cannot see how to place a pdf in the /public_html/documents folder. Do I create a new category and change the hyperlink?
Am I missing something somewhere? How do you do it?

What I did on one site was to upload some newsletters to the Newsletter category.
I then viewed it as a user and sorted it into reverse name order so that the latest one (assuming Title like Newsletter 01, 02 etc) is on top.
I then copied the URL generated and used that in the Newsletter module as the link when you click on the picture.
Same with Term Dates.
regards
Simon
firefighting (23rd June 2008), reggiep (24th June 2008)
Great idea. Thank you
you can also create your own sections and subsections also if you use a a free programme called pdf creator to create pdfs to upload
SourceForge.net: PDFCreator

You can if you edit one of the Docman files and comment out the bit of code that does it.
If using the default docman template its in
and you need to comment out this bitCode:\components\com_docman\themes\default\templates\general\menu.tpl.php
like thisCode:if($this->theme->conf->menu_home) : ?> <div> <a href="<?php echo $this->links->home;?>"> <img src="<?php echo $this->theme->icon;?>home.png" alt="<?php echo _DML_TPL_CAT_VIEW;?>" /><br /> <?php echo _DML_TPL_CAT_VIEW;?> </a> </div> <?php endif;
regardsCode:/* if($this->theme->conf->menu_home) : ?> <div> <a href="<?php echo $this->links->home;?>"> <img src="<?php echo $this->theme->icon;?>home.png" alt="<?php echo _DML_TPL_CAT_VIEW;?>" /><br /> <?php echo _DML_TPL_CAT_VIEW;?> </a> </div> <?php endif; */
Simon
tea_and_toast (17th April 2009)
Excellent, thank you so much. Have been working on that for ages! Really appreciate it, and thanks for the quick reply.
There are currently 1 users browsing this thread. (0 members and 1 guests)