ContributionsMost RecentMost LikesSolutionsRe: BULK Data API issue : unable to get output . hI, not sure if this related or not..previouly my python script working when downloading the bulk data. but now its not working as per normal. Its been 2 days now. the downloaded CSV is filled with HTML below <html> <head><title>503 Service Temporarily Unavailable</title></head> <body bgcolor="white"> <center><h1>503 Service Temporarily Unavailable</h1></center> </body> </html> Re: How to display current date in the email notification Thanks for the info VarunGrazitti . I've gone thru docs in the text editor, but nothing in there mention how to display the notification date, So far there is the message post date in the docs but i want to notify the email recipient on when is the message is last edited. How to display current date in the email notification Hello There, I'm trying to customize our email subscription notification in the studio text editor by displaying the current date..but failed..so far i inserted ${.now?string.long} - it display the code itself not the date $date - display the code ${date.getCurrentDate("yyyy", $locale)} - display code too 😓 can someone help me to do it the right way.thank Khoros Communities Re: Pulling community data to an external site HI Kev_B , I've done it using the endpoint in studio. Use a freemarker to create the API that returns json format. The external website will call the API and read the data from there, Re: (Python) script for the Bulk Data API Hi RaphaelB, Here is the code that i've used. The sample given is not working with me. just change to your url , client id and token import requests startdate = '20180810' enddate = '20180815' headers = { 'client-id': 'your client id', } params = (('fromDate', startdate),('toDate', enddate),) response = requests.get('https://api.lithium.com/lsi-data/v1/data/export/community/your url', headers=headers, params=params, auth=('token', '')) open('LSIBulkData'+startdate+'-'+enddate+'.csv', 'wb').write(response.content) Re: How is the pages are mapped or linked to a board or category you can create a custom page that inherit the default page using studio by following the name convention. after that you can assign the page to the board/category in the admin setting Re: How to retrive info from query string and pass into component in Lithiumplease try it in the page where you use this component. it should be working in the blog page. https://xxxxxxxxx/t5/blogname/bg-p/blognameRe: How to retrive info from query string and pass into component in Lithium Blog id is = ${coreNode.id} this one should work if the url is http://community.digi.com.my/t5/Blog/bg-p/11112222 it should return 11112222 How to hide first reply in the message? hi all One of my project requirement is to hide the first reply in the message so that only certain user can view it. I was thinking to use CSS to hide it based on its div id but any user can view the content by viewing the page source. Is there anyway we can do this when the page is loaded. I've tried to search the message page template in the studio but can't find it or is it cant be customized? below is the sample of message page. Really appreciate if anyone have any ideas on how to achieve this.thanks. http://community.eu.playstation.com/t5/PS4-Support/PlayStation-Support-Self-Service-Tools/m-p/25436147 . Re: Customizing search result to display time takenI'm just using OOB search result