inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Nov 12, 2013 12:08:05 GMT -8
Forum URL: armitagearmy.proboards.comI hope I am allowed to ask questions on 3 topics in one post... First of all, I don't know if it's a plugin or a code edit, but in V4 we had a copyright notice automatically in each post (I did this with code in the footer I believe). Is this possible in V5? Second, is it possible to request some way for staff to see if a member has read a PM? I know it's been discussed but don't know if it's actually been requested. Third (added later) - I had code in V4 which let someone's join date be changed (how it appears in the miniprofile, etc) . Is that available for v5? thanks!
|
|
inherit
(??_?)
181912
RIP RIP RIP Almost RIP - Why does this social section still exist?
0
1
Jul 6, 2015 20:35:17 GMT -8
CheatAreZee
56,804
March 2005
zyvoloski
Ricky's Mini-Profile
|
Post by CheatAreZee on Nov 12, 2013 12:12:40 GMT -8
Hi Lady Squid, For the first & third questions, do you happen to have a link to where those codes can be found? For the second one, it has been requested however since the PM system allows for multiple participants now, it'll be a bit difficult to implement. I can't say that it won't ever happen, but for the moment it seems unlikely though
|
|
#e61919
Support Manager
154778
0
1
Nov 27, 2024 12:17:07 GMT -8
Michael
19,618
May 2010
wiseowl
|
Post by Michael on Nov 12, 2013 12:13:04 GMT -8
Hi,
Yes it would definitely be possible to do this with a plugin in v5.
No, this is not possible and we have no plans to bring this functionality to v5 at this time.
|
|
inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Nov 12, 2013 12:14:20 GMT -8
First and third, let me look at my old H&F... be back in a minute.
|
|
inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Nov 12, 2013 12:15:35 GMT -8
Ok, for the copyright, it was by california:
<script type="text/javascript"> <!-- /* add a copyright to every user's post by california */
var copyright="©2013, <i>#username#</i>, All Rights Reserved.";
var td=document.getElementsByTagName("td"); if(location.href.match(/action=(display|search2)/)){ for(i=0;i<td.length;i++){ var tda=td.getElementsByTagName("a"); if(td.width=="20%" && td.className.match(/windowbg/)){ if(tda.length>2){ if(tda[1].name) dname = tda[2].innerHTML; else dname = tda[1].innerHTML; }else{ var dname = (td.innerHTML.match(/<\/a>\s?(\w+)\s?</i)) ? RegExp.$1 : 'guest'; } } if(td.colSpan=="3" && td.vAlign=="bottom"){ td.innerHTML=copyright.replace(/#username#/gi,dname)+td.innerHTML; } } } // --> </script>
|
|
inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Nov 12, 2013 12:16:17 GMT -8
And the "change join dates" was by SubDevo:
<script type="text/javascript"> /* Change Join Dates for Certain Users by SubDevo */ /* Global Footer - Please leave this header intact. Do not repost. */ /* interoceandesigns.com or lsdp.proboards.com */ var uI=[]; // DO NOT TOUCH uI["squidknox"]=["Sept 2007", "Sept 15, 2007, 1:00am"]; if(/(calendar|pm|pre)view|viewprofile|search2|display/i.test(pb_action)){ var td=document.getElementsByTagName("td"),n,x=-1,pU; while(td[++x]){ n=td[x].innerHTML; if(td[x].width=="20%"&&/user=(.+?)\"/i.test(n)){ pU=RegExp.$1; if(uI[pU]){ td[x].innerHTML=n.replace(/Joined:(.+?)</,"Joined: "+uI[pU][0]+"<"); }}}} td=document.getElementsByTagName("font"); if(pb_action=="viewprofile"){ pU=location.href.split(/&user=/i)[1]; pU=(pU)?pU:pb_username; if(uI[pU]){x=-1; while(td[++x]){ if(td[x].innerHTML=="Date Registered:"){ td[x+1].innerHTML=uI[pU][1]; break; }}}} </script>
|
|
inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Nov 12, 2013 12:16:46 GMT -8
Ok, thanks for the answers on #2. I'll tell our staff.
|
|
inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Nov 12, 2013 12:21:17 GMT -8
Actually you asked for links to the codes, not the codes themselves. I don't have the links, sorry.
|
|
inherit
(??_?)
181912
RIP RIP RIP Almost RIP - Why does this social section still exist?
0
1
Jul 6, 2015 20:35:17 GMT -8
CheatAreZee
56,804
March 2005
zyvoloski
Ricky's Mini-Profile
|
Post by CheatAreZee on Nov 12, 2013 12:23:03 GMT -8
Thanks Lady Squid! For the registration date, it looks like a plugin for that has already been created which you can find here. For the copyright one, though I don't see anything similar that's been created just yet. Visit our Request a Plugin area and create a new thread there. In the new thread, feel free to provide that code as an example and a coder should be able to work off of it to create a compatible plugin see the suggestions below
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 12, 2013 12:24:02 GMT -8
The copyright one could be done with a layout template modification, easy. We'd just need to know where in the post it goes.
|
|
Former Member
inherit
guest@proboards.com
195316
0
Dec 1, 2024 17:54:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 12, 2013 12:24:06 GMT -8
Hi,
For adding copyright to each posting - You can do this on the templates
Go Admin - Themes - Layout Templates - Thread - Post List
go to about line 31
And try adding the code below - you can change ©2013 to ©2014
<br /> <div class="copyright">©2013, <span class="italic">ADD YOUR FORUM NAME HERE</span>, All rights reserved and remain with the author $[post.created_by_user.name]©</div>
|
|
inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Nov 12, 2013 12:28:35 GMT -8
Hi, For adding copyright to each posting - You can do this on the templates Go Admin - Themes - Layout Templates - Thread - Post List go to about line 31 And try adding the code below - you can change ©2013 to ©2014 <br /> <div class="copyright">©2013, <span class="italic">ADD YOUR FORUM NAME HERE</span>, All rights reserved and remain with the author $[post.created_by_user.name]©</div> Here is a shot of the general line 31 area, can you tell me exactly where to place that code? I'm terrified of making an error!!
|
|
inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Nov 12, 2013 12:29:07 GMT -8
Thanks Lady Squid! For the registration date, it looks like a plugin for that has already been created which you can find here. For the copyright one, though I don't see anything similar that's been created just yet. Visit our Request a Plugin area and create a new thread there. In the new thread, feel free to provide that code as an example and a coder should be able to work off of it to create a compatible plugin see the suggestions below Yes, he sure was speedy in posting that! I just asked him to clarify exactly where to place the code.
|
|
inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Nov 12, 2013 12:32:14 GMT -8
Thanks Lady Squid! For the registration date, it looks like a plugin for that has already been created which you can find here. For the copyright one, though I don't see anything similar that's been created just yet. Visit our Request a Plugin area and create a new thread there. In the new thread, feel free to provide that code as an example and a coder should be able to work off of it to create a compatible plugin see the suggestions below Got that plugin all set up, thanks!
|
|
Former Member
inherit
guest@proboards.com
195316
0
Dec 1, 2024 17:54:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 12, 2013 12:34:38 GMT -8
Hi,
Try below 31 - remember you can click on preview button to see how it looks before clicking to save any changes and if looks all OK then click save if not just don't click to save
|
|