� Under the �Latest News� section how do I activate and link the �read more� button to another page or site? Also can I add additional items beyond the three that are listed?
- This is going to take some custom coding.
You would need to create the pages in administration. Then, you will need to create a database query to pull the first few lines out of the pages table. Then create link to the page where the full article is located.
� The link to �Privacy Policy� and �Terms of Use� at the bottom of the screen is not active. Also how can I modify these two? There is a �Terms & Conditions� listed under the Modify Content Pages section of Admin, but since the link is not active I cannot tell whether changes are reflected on the web page.
- Open your layout.tpl.php file in the templates directory.
- Locate "Privacy Policy" at the bottom of the file
- create the following link:
PHP Code:
<a href="{$smarty.const.URLS}/page.php?page=2">Privacy Policy</a>
� The �FAQ� button on the navigation bar at the top does not seem to be active. Changes that I make to this page in the FAQ listed under the Modify Content Pages section of Admin are not reflected on this page. How do I activate and make changes to this page?
- Use the same method as described for the Privacy policy link
� Also the �Links� button on the navigation bar at the top does not seem to be active. How do I activate and make changes to this page?
- - Use the same method as described for the Privacy policy link
Hope this helps.