This issue is when I create a blog site in SharePoint 2013 and post more than 10 blog entries for a particular month, when I click on the month in the "Archive" section and click on the next page button (10 is the default limit) I get an empty page with the message: "There are no posts in this month". I have tested this by creating 12 entries using different categories, as well as 12 entries using the same category, and my results are the same: I can only see the first 10 results and the next page button displays an empty page. However, when I click on one of the categories that has more than 10 entries, the next page button works fine and I see the expected results.
I've researched and tested this issue extensively and was really hoping someone has a solution for this problem.
Thanks,
Aaron
My co-worker found the workaround for this issue. It was fixed in the SharePoint Server 2013 hotfix package (Sts-x-none.msp): October 8, 2013.
http://support.microsoft.com/kb/2825665/en-us
Related
In SharePoint 2019 I create a calendar by going to: Settings Wheel > Add an app > Calendar
How can I then create a list view for the calendar? Can this be done by going to Calendar > Edit List, then creating a new view with the list view format? If so, how?
Or do you need to create a seperate page and add the calendar to that page as a web part, then edit that web part (or something similar)?
By list view I mean a vertical list of calendar items that span from today's date to 12 months in advance. However, I am less concerned with the specifics of the date range and more concerned with the basic how to. Thanks.
If you've been using Modern views and pages, the SharePoint calendar is likely very confusing because it still uses the "classic" view, even if the entire rest of your site is using the Modern UI.
Go open your calendar list to its default view.
In the upper left-hand corner, click on the small "Calendar" tab (see screenshot)
This will bring up the calendar "ribbon", and from there you have multiple View options to either edit the current view or create a new one (see screenshot)
For more details on List View creation, see https://support.office.com/en-us/article/create-change-or-delete-a-view-of-a-list-or-library-27ae65b8-bc5b-4949-b29b-4ee87144a9c9#OfficeVersion=2016,_2013,_2010 -- be sure to not actually look at the version of this page for SP2019, as it assumes you are editing a modern 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
I have built a webpart that basically displays all the items in a SharePoint list based on a set of criteria.
One of these criteria's is a date, a year specifically. The user is supposed to select the date from a dropdown list in the web part and the view area below will populate with all the items from that specific year.
That part works. The SPQuery grabs the data just fine and displays it in the format desired. The issue I am having is with the autopostback option on the dropdownlist.
It doesn't remember the current selectedindex, it remembers the PREVIOUS selected index. If I chooes 2014, the page loads but nothing changes, if I then choose 2013, the 2014 stuff appears, if I then choose 2010, the 2013 items appear, if I go back and then select the 2014, the 2010 stuff appears. It's always 1 behind and I have no idea why.
I've tried assigning a ViewState variable in the SelectedIndexChange to remember what was selected, but that too always seems to be one step behind. I can't seem to get the CURRENT selected index.
Does anyone know what's going on here?
Your question is more ASP.NET problem than SharePoint. Check MSDN to see page life-cycle. New values of controls are available after the onLoad event of Page. So just move your code to e.ge. onPrerender event.
I am using SharePoint 2007 and I have a calendar web part in a sharepoint site for which I'd like to customize the view. To be more specific, when I choose the "Current Events" view, it lists the events with three columns: Title, Start Time, and End Time. My question is:
1- Is it possible to somehow customize these columns, for example to show only date and start time?
2- Is is possible to set the view to only show the events in the current month in the first page and when you navigate with Next and Previous buttons you move between months?
More on this is that when I use Next button and then go back with Previous button the items in the list changes and it shows past items too.
Any help is appreciated. Thank you.
We are using SOLR as our search engine. When I search for a product, say "computer", the filters on the left side only shows the filters for the results of the current page.
Suppose I have 35 IBM computers and 15 TULIP, my page would display only 10 products per page. I would have 5 pages then. The first two pages, maybe only have IBM computers, then IBM and Tulip, and then only Tulip.
The thing is, when I am on page 1, the filter "Brand" on the left side only shows the option to filter by "IBM", because that's the only brand on the page.
How can I make sure that the brand from all the search results are used to display the brand filters.
In the end the problem was a function getIsEngineAvailableForNavigation() which can be found in /app/code/core/Enterprise/Search/Helper/Data.php.
The price tax check was causing our problems.