Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryRepository Dashboard DateRepository Dashboard Date
Previous
 
Next
New Post
5/20/2008 12:41 PM
 

hi all,

how can I remove the Date in repository dashboard links?

thanks

 
New Post
5/20/2008 3:45 PM
 

in the folder for the repository template you are using you'll see a number of template files (html and xml files). Find the appropriate template file, edit it with notepad or any text editor and remove the date token.

I would suggest the following method..

1. If it doesn't exist, create a folder in your portal tree named "RepositoryTemplates". ex:  /Portals/0/RepositoryTemplates

2. copy the folder of the template you are using from the DesktopModules tree to the Portals tree. For example. If you are using the default template, copy /DesktopModules/Repository/Templates/default  to  /Portals/0/RepositoryTemplates

3. Now you have a /Portals/0/RepositoryTemplates/default  folder. You can now make changes to those files and not worry about your changes being overwritten if you ever have to re-install the module, or install a newer releases of the module.

Now, going back to your original question...

if, for example, you are using the default template, and have a dashboard running in "Latest Uploads" mode. Then the file you want to edit would be..  /Portals/0/RepositoryTemplates/default/dashboard.latest.html

edit it and you'll see that it looks like this..

<table class="normal" width="100%" cellspacing="0" cellpadding="0" borderwidth="0"> <tr width="100%" style="padding-bottom: 3px;"> <td class="SubHead" align="left" width="75%" valign="middle">[FILENAME]</td> <td class="SubHead" align="right" width="25%" valign="middle">[DATE]</td> </tr> </table>

Just remove the second td tag and change the width of the first td tag to 100% like this..

<table class="normal" width="100%" cellspacing="0" cellpadding="0" borderwidth="0"> <tr width="100%" style="padding-bottom: 3px;"> <td class="SubHead" align="left" width="100%" valign="middle">[FILENAME]</td> </tr> </table> Save it .. and the date is no longer displayed.
 
New Post
5/21/2008 12:58 PM
 

Thank you!

You have solved my problem.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryRepository Dashboard DateRepository Dashboard Date


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out