| Miscellaneous (11) | |
| Tutorials (4) | |
| Announcements (23) | |
| Tips & Tricks (4) | |
| Corporate Activities (6) |
Intelliants blog is proudly powered by
Subrion CMS Script
Hello, The trick is that you need to comment just one block of code. First, FTP to your site and open view-article.tpl which is located in templates/Default/. I recommend that you to open the file with an editor like Notepad ++ that displays line numbers. Scroll down through the file and find the 113th line. Well, comment the block of code starting from 113th line with <!-- and ending with --> in the 126th line. The screenshot below demonstrates which block of code should be commented:
Don’t forget to save changes and overwrite the file if your FTP client asks. Let me show you the result of our little efforts. The screenshot below demonstrates how the full article page was displayed before changes:
And how it displays now:
P.S. After the changes you’ve made the article photo will only display on the homepage and not on the article page.
Take care! |