inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Jun 9, 2014 6:03:57 GMT -8
Hi can anyone give me the path so I can change this prompt? It comes up when you try access a thread in a password protected board, or when you've not logged in first I think
Also, this text: "You do not have permission to access this thread."
Many thanks
Edit in case I wasn't clear: I want to change the text to something else. Thanks
|
|
#eb7100
1480
0
1
Nov 21, 2024 14:52:33 GMT -8
Craig
209,196
September 2001
cmdynasty
|
Post by Craig on Jun 9, 2014 6:14:27 GMT -8
There is no default method to change that i'm afraid, but it should be possible to achieve via a code in the headers and footers, so you should make a post in the templates request board
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Jun 9, 2014 6:17:37 GMT -8
Isn't there? I thought it would be somewhere in Layout Templates or something - I just couldn't find the actual text to change. I guess this explains why! Thanks for the quick reply Craig
|
|
#eb7100
1480
0
1
Nov 21, 2024 14:52:33 GMT -8
Craig
209,196
September 2001
cmdynasty
|
Post by Craig on Jun 9, 2014 6:18:32 GMT -8
I did take a look to be sure, and it wasn't
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Jun 9, 2014 9:20:25 GMT -8
Smangii seems to have come up with a JavaScript code that does the trick: I changed it with a bit of code in global footers. Just edit the blue parts! <script type="text/javascript"> $(document).ready(function() { if ( !proboards.data('route') ){ $('.container.error .title-bar h2').html("error title"); $('.container.error .content').html("error message"); } }); </script>
Edited with Pebble's route check to avoid the code executing on every page.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Jun 9, 2014 9:36:09 GMT -8
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Jun 9, 2014 9:39:42 GMT -8
Nice, Pebble - I included your check in my quote above for anyone else who finds this thread down the line.
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Jun 10, 2014 4:38:29 GMT -8
|
|