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 ForumsRepositoryRepositorySummary of actual problems with RepositorySummary of actual problems with Repository
Previous
 
Next
New Post
8/25/2007 10:31 AM
 

No more critical problems with the latest RC11....

 

# BUG: [PAGER] is not working anymore with latest beta RC9.
For me, it breaks the skin and display some strange things... (in addition, it does not display the drop down list of pages). Was working well on RC6 - I did not test RC7/RC8.


# BUG with download/visit if you enable download (DOWNLOAD = true) for dashboard
Works well with FireFox, but redirect to item repository with IE7


# BUG with the new functionnality ALL Items #
If you remove the old category called "ALL", you can not view ALL items when you reach the repository page (even with the "Allow users to view All files" ticked). You need to choose a category to view a category, or to select "ALL Items" to view all items. By default, you are presented with the items in the first category.

# General #
- When someone upload an item and the item is not approved immediately, the category in which the item is listed is used in the counting, and displayed in the dashboard.

# Repository Dashboard - open doc without redirecting to Repository main page #
- The tip given in this thread does not work with IE.
--> Identified by Steve, and will be solved in next release

Not really a BUG:
# Javascript - POP-UP #
- Many actual browser disable the pop-up or block pop-up. Since the javascript used in repository is opening a "pop-up like", it is very problematic for many people who are not able to open the link.

 

Déclic Vidéo FX

 
New Post
8/28/2007 11:08 AM
 

Friendly bump - Up

 
New Post
8/30/2007 10:19 AM
 

Can you please clarify what you mean by the Javascript issue? The Repository module does not use javascript at all. The Repository module reads 'template' files and merges them with Reposiotry data generating HTML that is injected into the web page. If you are using a 'template' that is generating some javascript then the issue would be to just change the template. If you explain what template you are using and exactly what the problem is, maybe I can point you in the right direction.

 
New Post
8/30/2007 1:16 PM
 

Hello Steve,

I am using the template "directory" which is using javascript and pop-up (the same for the directory page of this dotnetnuke site...).
This pop-up is blocked by many new browser (standard behavior = blocking pop-up). In fact, each time I add a new site to my collection and inform the owner of the website, I have a remark from the site owner, informing me that he can not open the website... And since I am also promoting my website in video forums, I have a lot of email of people complaining that they can not use the link page, because they can not open the links...
That's why: I had to put a note to try finding a solution to it (not very useful, does not work in all case and you can not ask people to modify their browser to see your website !!!)

DV
PS: Each time someone report this kind of problem, I ask them to test dotnetnuke website and the directory page, they have the EXACT and SAME problem ==> it does not come from my template or DNN installation, but a whole problem.

 
New Post
8/30/2007 2:17 PM
 

By default, links open in a new window. The Repository module accomplishes that by generating a javascript window.open() call.  You can override that behavior by adding a Target setting on the DOWNLOAD tag and setting it to SELF.

Add the code in BLUE to your template.xml file

 <Object>
  <Token>[DOWNLOAD]</Token>
  <Settings>
   <Setting>
    <Name>CssClass</Name>
    <Value>normal</Value>
   </Setting>
   <Setting>
    <Name>Target</Name>
    <Value>SELF</Value>
   </Setting>
  </Settings>
 </Object>

That will cause links to open in the same window using a Redirect instead of a jaascript window.open() call.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositorySummary of actual problems with RepositorySummary of actual problems with Repository


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