Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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?

Posted

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

  • Thanks 2
  • 8 months later...
Posted
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

 

 

... or the word pdf/xps plug in

 

p.s i've used it (remository, not quite doc man) for policys + governers stuff + whats in our freedom info act document + the usual.

  • 4 weeks later...
Posted
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

 

Simon, I've done this on my site too but have a quick question. Is there a way to remove the "downloads home" link at the bottom of the page so that users can't navigate into there? Would just like this page to be the list of newsletters.

Posted
Simon, I've done this on my site too but have a quick question. Is there a way to remove the "downloads home" link at the bottom of the page so that users can't navigate into there? Would just like this page to be the list of newsletters.

 

Without seeing a site running docman I can't give you specifics but you could use css to hide the button (if the offending button is given its own class/id)

 

either make its hieght/width 0px, or use visability:hidden; <- spelling

Posted

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

\components\com_docman\themes\default\templates\general\menu.tpl.php

 

and you need to comment out this bit

 

if($this->theme->conf->menu_home) :
?>

	
		<?php echo $this->theme->icon;?>home.png

		
	

endif;

 

like this

/*
if($this->theme->conf->menu_home) :
?>

	
		<?php echo $this->theme->icon;?>home.png

		
	

endif;
*/

 

regards

Simon

  • Thanks 1
  • 3 months later...
Posted
...Is there a way to remove the "downloads home" link at the bottom of the page...?

 

Click the "Themes" banner in docman admin and then click "default" - You get a page with a lot of options where you are able to hide the "downloads home" button.

 

Not sure if this was what you were after, but it's what I came here for anyways :o

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...