Knowledge Base Home page - how can we remove the published date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2014 06:34 AM
On our Knowledge Base homepage we have a column for the short description and another column for when an KB article was published. We want to remove the Published column.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2016 01:56 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2016 06:27 AM
can you navigate to your kb home page in chrome and right-click one of the publish dates and click "Inspect"? and then take a screen print of that? I need to see the html for that section. The above is just a jquery selector to find the elements and hide / remove them. It is a bit "hacky" but the concept should work.
Also, you need to make sure that $j is working as your jquery object.
so once you get into developer tools and after you take the screenshot above, click the console tab. at the bottom you can run javascript on the page. make sure you select the appropriate frame to run the javascript in and then try to run the jquery statement I gave you. see if that selects them properly. you can test alot of things out in that console tab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2016 10:14 PM
did you get my last reply? If you can send me that requested screen shot I can help you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2016 03:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2016 10:02 PM
This's here.Jonathan Barnes
Thanks,
Suchawadee