Thanks for the quick reply Varun. But other country users are disabling client scripts. So any code written in javascript won't work. Do you have any thought about this?
... View more
Dear Team, HDFC community has more than 17000 registered users from which only 600 users are valid. We tried to block them using client side scripting but it didn't work as they blocked client side scripting from their browsers. I have attached script which I used to block spam users from registering by using their geolocation. In our case users belong to India are allowed to sign up. I want you to implement something like this from server side. -- When user is redirected to registration page alert message saying that you are not allowed to sign up from this region. Hope to hear from you soon.
... View more
Ok, Understood your requirement. Can you show me one blog with teaser image and one blog with body image. so I can differentiate both on blog list page.
... View more
I didn't find attached image in edit post screenshot, can you high light same ? I think you need to attach OR I have another work around. If you permanently want to block teaser image than please try to do it with Jquery. Make one custom component with Jquery Script tag. in $(document).ready() just include $(".tease-image").hide(); It will hide all of your teaser image on blog page. Don't forget to include this component on blog page only. See attached Screenshot. Please let me know if you find have any problem.
... View more
Hi Madhukar, Its happening because you are not adding anything at all in teaser field, if you want to prevent displaying main body content you must put empty space or some sort of text. Ideally I put some blank space so that it works fine. Please try this one. Thanks, Hayat Sama
... View more