Display Most Viewed Page in SharePoint on Home Page - sharepoint

I am a beginner on SharePoint. I am trying to fetch the most viewed pages and display them on the front page in one section. Please help me how can I show Most Viewed Pages on homepage of my SharePoint site.

We could use Highlighted content web part to display most viewed page on home page:

Page analytics data is not accessible for filtering in a web part. You would need to code a custom web part for that.
It would also help immensely if you could detail what version of SharePoint you are working with, because the availability of tools varies wildly between online and on premises versions.

Related

How to redirect sharePoint Online modern site Page

Sharepoint Online modern site Redirect
Is it feasible to redirect sharepoint page to another site ?
From https://xyz.sharepoint.com/ccg/sitepages/abc.aspx
To https://pweroApp.com/xyz
Below mentioned are my findings and efforts.
It can be done in sharePoint classic by simply writing javascript code. But in modern site we can't write code there is no web part that support code.
We can redirect the page using "news link" but it only works for home page. It means I can only redirect the sharePoint home page, not any other sharePoint page. When I am trying to do so there is a lag in the redirection.
For reference: https://www.sharepointdiary.com/2020/02/sharepoint-online-how-to-create-redirect-to-another-site.ht
To add a script or your own code, you could write a webpart with help of SPFx.
There is a tutorial by Microsoft:
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part
Otherwise you could simply put a text field with a link on your site, which redirects to your other site.
There is a thread that lists the steps to enable the custom modern script editor web part on SharePoint Online modern page, you can refer to it to install the custom web part, then add your code to the web part.
https://social.technet.microsoft.com/Forums/en-US/d4b8b3c4-8950-4407-9120-204b80fc35f9/sharepoint-online-best-practice-install-modern-script-editor-web-part-for-sharepoint-online
a.png

Search Box Missing in Suite Bar in SharePoint Online

Everyone,
Greetings..!!
I have created Modern Team Site in SharePoint Online than, I have created 1 Test Page in Pages library.
When I opened Site Contents Search Box was shown in the SharePoint suite-bar. Please refer below image.[1]: https://i.stack.imgur.com/qnhWW.png
When I opened Test Page from Pages library. Search Box was missing in the SharePoint suite-bar. Please refer below image.
[2]: https://i.stack.imgur.com/EdvLR.png
Is there any way to unhide the Search Box on SharePoint Suite Bar while I am open page from pages library?
Please let me know your thoughts on the same.
Thanks in Advance.
It looks like you created modern team site but the page is in classic mode (may be it is a wiki page).
In classic sharepoint site search box is at right. In modern pages and sites, it is on top.

SharePoint 2013 online customize personimmersive page

I want to customize the SharePoint 2013 online(office 365) "About me" linked page (personimmersive.aspx) to a custom look and feel.
Even clicking on any SPUser name, for ex in a list item modified by is "John Smith" if we click on it goes to about me page.
This page resides under mysite but I cannot see this page is SharePoint 2013 designer to edit, but modifying SharePoint pages in designer is not always the best way.
Can I just create a new page and redirect all Profile page request to that custom page?
IF I create app parts and edit the page I cannot edit the top portion of the page.
redirecting may not be a feasible approach, specially on the online versions
you can try to take advantage of web parts and css to do what you can
The biggest change is that you can’t edit the entire top portion of
the page. These used to be in a web part zone, and you could choose to
add/remove the web parts. Now they are fixed, with no ability to move
them around or change the parts.
We had removed the Activity Feed web part previously because we were
using Yammer newsfeeds and group feeds embedded throughout the site,
and this part always showed “No activities”. Now this is back again,
with no way to remove it, short of editing the page in SharePoint
Designer.
There are still web part zones on the bottom, but really the problem
is no control over the display of most of the top of the page.
http://weshackett.com/2014/04/office-365-new-profile-page/
There is personImmersive.aspx in SharePoint Designer, you should be able to find it in All Files. Just make sure you connect to [your_domain]-my.sharepoint.com instead of [your_domain].sharepoint.com.
you can't customize the page completely.However you can add custom web part and custom css to change the look and feel to a great extent.
#tiago duarte you can still remove the activity web part.This can be done using script editor webpart and hiding the complete block/div.

How to find most visited pages in site collection using sharepoint 2010

I want to find 3 top most viewed pages in the entire site collection and display their page titles. Using Web analytics webpart, I got top most 10 pages URL. But i want the page title and the not URL. Is there anyway to do that?
Regards,
Raji
This post(http://auditlogsp.codeplex.com/) can give you a reference. The solution can help us to log the source of SharePoint events , actually include the 'Viewing' action.You can store those information at an isolated database for analyzing the “top” reports.

RSS Viewer web part not selectable in Sharepoint Designer

I want to place the RSS Viewer web part into a page layout I've created.
In the Sharepoint Designer (Sharepoint 2010) using the "Advanced Edit Mode" I tried to add the RSS Viewer web part but I cannot find it in the list. Under "Insert>Web part" I find many other web parts but the one I need is missing, also under "More web parts..." it cannot be found.
The web part is installed (I activated the feature). The web part can manually be added to a page into a web part zone when I don't use the Designer but edit the page directly in the browser but of course this is not what I need as I have to put it in the page layout.
Anyone got an Idea why the web part is not selectable/visible in the list?
As I've learned not all web parts are available in this listing.
The workaround would be to manually add the desired web part to a webpart zone on the page (not in the designer) and then open the page in the designer so that you can copy/paste the web part relevant code to the page layout of your desire.

Resources