<< SharePoint 2019/SE 'Modern' Web PartsTable of contents 
Classifieds Web Part

The Classifieds Web Part allows users to post classified ads to a Sharepoint List.
It reads the entries from a Sharepoint List or Library (located anywhere in the site collection) and displays the selected user fields in a grid with an optional interactive search filter.
Sharepoint 2019 Modern Classifieds Web Part

Web Part Configuration:


Title:
enter the optional web part title

Web Part:
AEClassifieds

Configuration:
enter the below configuration options:

site=SiteUrl (optionally enter a site URL)
list=Classifieds (enter the name of the Sharepoint ist)
view=SomeView (optionally enter the name of the list view)
template=Title;Category;etc. (enter the column names to be displayed)
tabs=top (display or hide the Category tabs)
filter=Title;@Category (optionally enter the search filters)
groupby=Category (optionally group by a list column)
sortby=Created/desc (define the sort order)
pagesize=20 (optionally define the list page size)
thumbnail=50 (define the image thumbnail height in pixels)
expires=30 (optionally enter post expiration in number of days)
header=some text (optionally display a header text)
footer=some text (optionally display a footer text)
approvedonly=1 (onldy display approved posts)

Web Part Configuration
Webpart Homepage & Download »


Please enter a comment below if you want to give feedback or have suggestions for improvements:

User Comments Post a Comment 

Michael  
10/25/2022 20:41 
Do you have an option to change the tab colors?
Juerg  
10/26/2022 13:53 
Michael,
to change the tabs color, please add the below line to the web part’s “Configuration” setting:

options=css=.AECFCategories {background-color:red !important} #aeCFTabId {color:white !important}

The above example both changes the background and the font color of the tabs.