Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Disabling the Zip and Download
Last Post 10/28/2009 4:40 PM by Peter Donker. 5 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Sean Nolan
New Member
New Member
Posts:29


--
03/29/2008 10:55 PM

Can someone please tell me how to disable the Zip and Download selection on the popup menu. I do not want to allow users to do this.

Thanks
Sean

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
04/01/2008 2:57 PM
You'd need to edit the 'DefaultMenu.resources' for this. Note you'll need basic XML skills to avoid damaging the file. Rip out the following 2 items and you won't see this again:

item Value="DownloadSelection7" ...
item Value="DownloadSelection" ...

Peter

Brian Cogswell
New Member
New Member
Posts:23


--
10/27/2009 9:31 PM

Peter,

I tried searching for the two lines that you mentioned in the following file:

Portals\0\DMX\Menu

I only find one item for "DownloadSelection" and here are the contents between the Item tags:


    
    
     Command=Core_Download&EntryList=./TabUrl/@Connector"/>Command=Core_Download&EntryList= select="$GroupList"/>
   

Do I just remove that entire section? 

Brian

 

Brian Cogswell
New Member
New Member
Posts:23


--
10/27/2009 9:36 PM

 Sorry...forgot to paste as Plain Text...




Command=Core_Download&EntryList=

Brian Cogswell
New Member
New Member
Posts:23


--
10/28/2009 12:47 PM

Let me try this one more time...

item Value="DownloadSelection" Look-LeftIconUrl="disks.png"
xsl:attribute name="Text"...
xsl:attribute name="ToolTip"...
xsl:attribute name="NavigateUrl...
/item

If I remove the above lines, will that take care of it?

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
10/28/2009 4:40 PM
Hi Brian,

Yes, this module is not too nice with XML blobs. But I think I get it. You're right. You can rip out any 'item' element from the menu without risk and it will not display that any longer.

Note: if you get it wrong you can always click 'reset menus' and it will be rebuilt.

Peter
You are not authorized to post a reply.