Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:43:07 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 12, 2014 15:19:05 GMT -8
This will add a copyright notice at the bottom of each post
((( That will link each username on a post to their profile ))) Go - Admin - Templates - Thread - Post ListLook For <td class="foot"> And directly under it Add the line of code below <!-- Template Link username to profile with copyright notice on each post by xsteveuk --><br /><center><div>©All rights are reserved and remain with the author $[post.created_by]</div></center><br /> So it will look like <!-- Template Link username to profile with copyright notice on each post by xsteveuk --><td class="foot"> <br /><center><div>©All rights are reserved and remain with the author $[post.created_by]</div></center><br /> It will add a copyright notice at the bottom of each post ((( That will link Each Username of a post To their profile )))
See ScreenshotIf you do wish it to be aligned centre remove the center tags
Reminder you can always click on the preview button To view how it will look before your click to save any changes to your template
Steve
Edit: Updated to add © symbol on text
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:43:07 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 28, 2014 8:52:57 GMT -8
Here is a little update This will wrap the copyright notice within a container You can change the width in bold and background colour to suit your forumScreenshotGo - Admin - Templates - Thread - Post List
Look For
<td class="foot">Then add the lines of the code below<!-- Template copyright notice within a container by xsteveuk --><div class="container" id="copyright-important"><center><div class="content-box" style="font-size: 16px; padding:10px; text-align: center; width: 650px; background: #FFFFFF"> All rights are reserved and remain with the author: $[post.created_by]© </div></center></div>IF YOU WISH TO ADD THE DATE AND TIME STAMP ALSOUSE THE CODE BELOW<!-- Template copyright notice within a container by xsteveuk --><br /><div class="container" id="copyright-important"><center><div class="content-box" style="font-size: 16px; padding:10px; text-align: center; width: 650pxpx; background: #FFFFFF"> $[post.created_on]<br>All rights are reserved and remain with the author: $[post.created_by]© </div></center></div>
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:43:07 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 2, 2015 9:09:13 GMT -8
This will add a copyright notice at the bottom of each post That will link each username on a post to their profile With a Follow Me link Go - Admin - Templates - Thread - Post List Look For
<td class="foot">
And directly under it
Add the line of code below
<!-- Template copyright notice With a Follow Me link by xsteveuk --> <br /><center><div>©All rights are reserved and remain with the author $[post.created_by]<br><a href="$[post.created_by.link.href]"><font size="2"><b>Follow Me</b></font></a></div></center><br />
So it will look like
<!-- Template copyright notice With a Follow Me link by xsteveuk --> <td class="foot"> <br /><center><div>©All rights are reserved and remain with the author $[post.created_by]<br><a href="$[post.created_by.link.href]"><font size="2"><b>Follow Me</b></font></a></div></center><br />
It will add a copyright notice at the bottom of each post That will link Each Username of a post To their profile - With A Follow Me Link
The Follow Me Link Will Link To Each Users Profile So can click to follow the userScreenshot
|
|
inherit
222144
0
Apr 26, 2016 9:01:28 GMT -8
NatAni
43
June 2015
natani
|
Post by NatAni on Jan 3, 2016 15:40:48 GMT -8
Nice one Steve, thank you. I'm using the second option with the container.
|
|