I have a large site collection with many users and groups. When I go to see a list of users of a group, I can see the first page with list of 30 users. On the bottom of the page there is an arrow to navigate to the next page, but instead of going to the next page, it went to the Site Homepage. Other site collections on the same farm and even other page in the same Site do not have this problem. I am using Sharepoint 2010. Any idea what caused this problem?
Thanks
I am not sure about the thing which cause it for this particular list, but it may happen if the list is corrupted, so My opinion is to make an Stp if the list with the include content if possible and then try delete this group and recreate it using the same stp.
I hope this help and please let me know the output.
Thanks
Related
When I access odoo it shows me the home page but empty, without menu modules or anything written, just the photo.
This problems happen some times.
one of the case is that the user don't belong to group employee this group is define in base module every user should belong to this group if not, then the user will not see any menu just blank page or a page with only black bare.
did you modify anything or what did you do is it the first installation explain what steps did you do so we can help you.
I use sharepoint 2010 and I get a deformed pop up menu for Date selection. Nothing fancy here. Just a simple form to enter some data with date.
Have you seen this before? I get the same effect in Chrome/Firefox latest versions.
Thank you in advance
This is a problem with your SharePoint site's CSS (or possibly with JavaScript that affects the CSS).
That big image is a spritesheet; CSS is supposed to crop the visible region so that you only see the specific sprites that are relevant to the current control.
You can pull up the developer tools with F12 and inspect the image element and its containers to see what CSS is currently applied, as well as check for any errors in the JavaScript console.
Clear your browsers cache and reload page. Delete the datetime column and create a new.
so a 3-4 of months ago i clicked in google webmaster tools on "search appearance -> data highlighter and -> start highlighting". Everything was fine i had 10 items highlighted. I had 3 indexed pages, a ot of content keywords, 10 links to my website, a lot internal links. Two months ago, i deleted the highlighting from google webmaster tools and with the help from "google Structured Data Markup Helper" i added schema code to my website source. "Googles structured data testing tool" finds the items perfectly.
The thing is that a week later, i got 1 indexed page, no information about links to my website, no information about internal links, no content keywords. When i try to highlight the data again it popups a window where i should write a link which i want to highlight, but when i write my website i get "This URL could not be found in Google's index". I waited 2 months cause i thought it will be alright again, but no.
Any idea what is happening ?
P.S. in "Search Traffic" i have no "manual actions"
One thing, that i could imagine, is that you switched to https or from www.abc.de to abc.de. In this cases the Search console donĀ“t works correct anymore. That is maybe your Problem. it would help if you could provide a Link.
I was wondering if it was possible to add a review box to my site that would automatically post to my Google+ Local page, and in turn eventually show as a Google review.
I just want the simple functionality of leaving a comment and star rating to my site to avoid having to travel to another page.
Is this functionality available?
I have found a slight shortcut by adding the query parameter ?review=1 to the end of the url which automatically brings up the review box once the Google places page loads, and have customized a message to try and entice a click but feel that the easier you make it on someone to leave a review the more successful it will be.
I'm sorry but we don't have that functionality.
I've built a web part for SharePoint 2010.
Using SharePoint Designer I've got it to work on every page within the site, but then I realized that I only want it to work when users navigate document libraries.
Is there any way to do that? If not, how can I check that condition from the web part?
Using SharePoint Designer I've got it
to work on every page within the site
Does this mean you have embedded it in the master page?
A quick and dirty way; you could check the url for /Forms/ and only show it then.