Menu items in Orchard (duplicate items not shown) - menu

I have a site in orchard where the same page should appear multiple time in navigation tree (menu).
I have created several items pointing to the same Content Item and named in the same way.
Now only the first one is actually shown.
To display the second and the third I have to rename it in a different way.
It seems that if I have two menu items that display the same text just the first item is shown.
Any other has the same problem?
Have you found a workaround?
Thanks

This is this bug: https://orchard.codeplex.com/workitem/19205, fixed last December. Upgrade.

Related

DispForm.aspx looks different for different items for the same sharepoint list

I have a SharePoint list and a DispForm.apx associated with it. whenever any item is clicked in the list, the dispForm opens.
The issue that we are facing is that the dispForm.aspx looks a bit different for different items. Everything is same except that for some the view ribbon is enabled and for some it is disabled(ie, greyed out).
Any idea as to why it is behaving in this way since the same form is being used for all the items?
I am new to SharePoint so any help is much appreciated.
Thanks
the one working fine
the one with greyed out ribbon

Link a custom column to SharePoint List items

Status: I have a custom list, and a custom column.
Problem: SharePoint lists has a built-in column called "Title". When you create a new item in the list, the item "Title" column is by default linked to the item with edit menu. I am trying to use this linkage by linking a custom column to the item. I want to disregard the built-in "Title" column and have my own custom column (i.e: "Issue") linked to the item.
I've looked around and I found this solution:
To link the Item to a specific column/field, you need to open the list in SharePoint Designer and edit the view AllItems.aspx in Advanced Mode, then look for the "ViewFields" tags and add LinkToItem=”TRUE” at the end of the column name tag like:
FieldRef Name="My Column" LinkToItem="TRUE"
Sadly however, the suggested solution above didn't work for me even though it worked for some (including the author). I followed it to the letter, and tried it on a different columns and content types. But it did not work. It would never link.
Any help?
Thanks.
Are you using SP 2013?
If this is the case the you shlould use "linkToItem" (small l).
I hope this works.
Best regards
Leandro.

Sharepoint Custom List Preview Pane not displaying information past Title and Date

My preview pane has all the items down the left side as it should, and it has all of my column selections as rows down the right side.
However, when hovering over the titles, only Date and Title are being filled out on the right side.
If I change the view style to boxed or anything then it displays all the information.
It just appears that preview pane is having some weird difficulty correlating the hovered over item to the information on the right, Any suggestions?
Using Sharepoint 2013. I don't have Sharepoint Designer though. There's roughly 15 columns of information that needs to be displayed in rows because there's not enough room along the columns bar otherwise. Boxed style worked for a moment but then I realized there was no way to make it 1 box wide instead of default 2 boxes wide.
EDIT: I created a calendar view to add onto my page and chose to display Title. This might be where the problem is coming from. It says the title of all of my items are (no title).
I figured out that in InfoPath in the Fields pane on the right, you have to go to 'Show Advanced View'. Then there is a group called queryFields. The title inside queryFields was never being injected with same information as dataField. I saw later in the view option that my sort by setting was [Title]. I don't know if it's relevant, but putting it out there for future readers.
Solution: If you have an email user/group field that is not completed, it will not display any details beyond that field for each record. Either remove that email column, or ensure they are filled out.

Sharepoint re-order item order in the list

In the list, I set-up "ID" column and "Title" column.
I added 10 items in the list, and I'm trying to put the 10th item between 1 and 2.
After my research, many people said I can't manually change ID number...
Is there a way to re-order the item?
deleting every items is the only answer?
Please help!
The ID column is an internal identity-like column. You cannot change the value. If you need a column that you can order by (and change), just create a new column called SortOrder or something. Then sort by that column.
I know this is an old post, but I thought this might help someone who might be looking for an OOB answer.
Go into your links list so that you see your List Tools, Items and List at the top.
Select Items.
There is a Change Item Order Icon in the Ribbon. This will allow you to renumber the Links in your list and change the order.
You can manually change the items order if you create your list based on a link list definition. This kind of list allows you to re-order items as you require through a ribbon button. I use this workaround often.
The ID Column is SharePoint inbuilt and you can not change the value of it.
for your solution either you need to delete all item and insert it again or as #Nigel Whatling say you have to add SortColumn
Column Setting will only change the order in the SharePoint List. To change the view order Use the Modify View Selector to adjust the way the fields are sorted. Modify View is found on the ... next to Find and Item Box or If your in the site setting it is under View on the lower 3rd of the page
I also got stuck with this and couldn't use the previous answers as I couldn't see the buttons they spoke of in the ribbon.
I went to List > List Settings in the ribbon. At the bottom of the list settings page I click on a View to edit it (or create new view). Unser the heading Sort you can change the column you wish to sort by and change from descending to ascending etc.
Actually, if I understand the question, it was just what I was trying to accomplish and spent most of my morning working on.
Select the List.
From toolbar, select List under List Tools.
Click List Settings.
Below the listed columns, see Column Ordering
Modify "Position from Top" number and click OK at bottom.
Updated steps:
Select the List.
From toolbar, select List under List Tools.
Click List Settings.
Above the Column list click on the "Item" link
At the bottom of the page select "Column Ordering"
Modify "Position from Top" number and click OK at bottom.

Can I change the column that links to the item with edit menu in a sharepoint list?

There was a similar question asked but it wasn't exactly what I am trying to do.
Here is a link to the question: Auto Number Column in SharePoint List with Link to Item
Two solutons were offered to that question.
Could either of these solutions work for an imported list I have where Sharepoint has decided which column links to the item with edit menu? I want to change which column does this as I need to change the format and this means removing the column that has defaulted to being the link to item with edit menu.
You cannot dynamically change the menu column OOTB in SharePoint. To "move" the menu to a different column, you should create a new computed column and wrap the rendering (DisplayPattern) with the _EditMenuTableStart and _EditMenuTableEnd fields.
To see an example of how to do this, take a look at the "AddMenuColumn" PowerShell script from the iLoveSharePoint project on CodePlex. The script is pretty straightforward, so you should be able to translate it into code if you need that (or add declarative using features).
You could also just use the script as it is, to add the new menu column to your list.

Resources