Former Member
inherit
guest@proboards.com
195316
0
Nov 30, 2024 12:30:30 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 11, 2013 12:53:28 GMT -8
This was done as a request as to show the last post At the top of the forum Without showing the container headerWith rounded cornersNote: rounded corners won't display internet explorer Tested Firefox - Chrome - Opera The idea was to show the last post at the top of the forum Simurlar in look to the v5 news feedEDIT: Updated Screenshots For A Live Preview = tcptestingboard.boards.net/ Go > Admin > Structure > Layout Templates > Home And the code above or below $[news]The code below shows the last post on a transparent background<center><div class="content"><div style="padding:2px;border:1px solid #000000;border-radius:5px; text-align:center;">Our Latest Posting $[last_updated_thread.recent_link] By $[last_updated_thread.last_post.created_by_user] - $[last_updated_thread.last_post.created_on]</div></div></center><br /> If you want to add a background colour use the code belowYou can change background-color:white; the bold to any colour<center><div class="content"><div style="padding:2px;border:1px solid #000000;border-radius:5px; background-color:white; text-align:center;">Our Latest Posting $[last_updated_thread.recent_link] By $[last_updated_thread.last_post.created_by_user] - $[last_updated_thread.last_post.created_on]</div></div></center><br /> Steve Reminder You Always Click On The Preview Button To View How It Will Look Before You Click To Save Any Changes To Your Template
|
|