Former Member
inherit
guest@proboards.com
181302
0
Nov 28, 2024 9:23:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 7, 2015 16:57:45 GMT -8
Okay, like done on my forum, and discussed in the topic found here, this box goes around the copyright area. There are css codes to be used, which you can adjust to your liking. The codes are pretty easy to insert. Here is the css which would be added to: Admin Home > Themes > Advanced Styles & CSS > Style Sheet footer { background: #FFFFFF; border: 1px solid #007ABE; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; width: auto; padding: 0.5em 0.3em; text-align:center; color: #00137F; font-size: 10pt; margin-left: 0%; margin-bottom: 15px; }
.bkcopy { display: none; } Now for the copyright addition, where can enter your own HTML formatted copyright: This will go into your Global Footer: <br /><div class="bkcopy"><strong>ENTER YOUR COPYRIGHT HERE.</strong></div><br />
Now, to add your custom copyright into the footer box made above, where the ProBoards copyright already is, you add this code to the Global Footer as well. However, there are 2 versions. The first places your custom copyright ABOVE the ProBoards copyright links, and the second, places it BELOW. ABOVE: <script type="text/javascript"> $(document).ready(function(){ $('footer').prepend($('.bkcopy').html()+'<br />'); }); </script> BELOW: <script type="text/javascript"> $(document).ready(function(){ $('footer').append('<br />'+$('.bkcopy').html()); }); </script> Many thanks go to Brian for his help in getting this done.
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 28, 2024 9:23:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 10, 2015 2:06:33 GMT -8
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 28, 2024 9:23:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 10, 2015 8:48:33 GMT -8
Hi, @burkeknight I saw your excellent plugin which I'm using But don't forget it's also useful to have the template too if maybe low on plugin space To be able to use the template I mean to have that option also if needed Steve
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 28, 2024 9:23:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 10, 2015 8:49:51 GMT -8
@xsteveuk Still, support would best be all in one spot, so if lock this with link to the support thread for the plugin, it would be easier.
|
|