User Pass
Home Sign Up Contact Log In
Page:
 
Jack Daniels
offline
Link
 
Originally posted by Jack Daniels
......and what worse is, I cannot use the ticket price assistant at all.


That I cannot find a solution to.
 
Catullus16
offline
Link
 
Originally posted by Theo Wizzago
Not sure he can. I ran into this 'bug' some time back after installing an updated FireFox and some new programs... the quote feature won't run. Also ran into this at the local library's computers as well and they also use the newest version of Firefox.


enable javascript
 
Jack Daniels
offline
Link
 
Originally posted by Catullus16
enable javascript


Already up and running and has been so since forever.
 
Theo Wizzago
Coyote
offline
Link
 
Originally posted by Jack Daniels
Already up and running and has been so since forever.


Same here. Not sure exactly what the issue is/was myself.
 
Jack Daniels
offline
Link
 
I have found the solution for Ticket Price Assistant. Enter edit-mode in Tampermonkey and change the website from http to https, then it works.
 
Sonic
offline
Link
 
I wonder if that is the issue for VPB in Firefox: http -> https.
 
Catullus16
offline
Link
 
Originally posted by Jack Daniels
Already up and running and has been so since forever.


The quote button is Javascript. You can verify this yourself by inspecting the element or looking at the page source:
Originally posted by
<a href="javascript:;" onclick="reply('49746957')" class="buttonSmall"><span>Quote</span></a>



Near the top of the page source, you'll also notice this line:
Originally posted by
<script type="text/javascript" src="/javascript/game/forum_thread.js?10"></script>



The forum_thread.js script provides the reply() method called when you click the quote button.
Originally posted by
function reply(id) {
var content = $('post_content_' + id).innerHTML;
var user = $('user_name_' + id).innerHTML;

content = content.replace(/.*\<\/span\>/gim, '');
content = reply_replace(content);

if (content.replace(/\n|\r/g, '').length) {
if (document.all) {
if (content.match(/\[\/QUOTE\]/)) {
$('reply_box').value += 'Originally posted by ' + user + '
' + content + "\n\n";
}
else {
$('reply_box').value += 'Originally posted by ' + user + '
' + content + "
\n\n";
}
}
else {
$('reply_box').value += 'Originally posted by ' + user + '
' + content + "
\n\n";
}
}
else {
var content = $('post_content_' + id).innerHTML;
content = content.replace(/\<span class=\"?quote\"?\>Originally posted by \<b\>([^\<]*)\<\/b\>/gim, "Originally posted by $1
");
content = content.replace(/\<\/span\>/gim, "
");
content = reply_replace(content);
$('reply_box').value += 'Originally posted by ' + user + '
' + content + "
\n\n";
}

window.scrollBy(0, 50000);
$('reply_box').focus();
}


You can verify that excerpt by viewing the entire script at http://glb.warriorgeneral.com/javascript/game/forum_thread.js.


If reply() isn't working for you, it's either because your browser isn't processing Javascript or you've modified it in some way. If you say that you have Javascript enabled, then obviously we look at what you're running in TamperMonkey. If you can link me to what you're running, I'll check it out.
Edited by Catullus16 on Dec 1, 2018 20:35:32
 
Catullus16
offline
Link
 
Originally posted by Catullus16
Originally posted by Theo Wizzago
Not sure he can. I ran into this 'bug' some time back after installing an updated FireFox and some new programs... the quote feature won't run. Also ran into this at the local library's computers as well and they also use the newest version of Firefox.


enable javascript


The reason why I told you to enable Javascript was because I didn't imagine that you were installing Tampermonkey on your "local library's computers".

Most libraries lock their computers down quite a bit -- often to the point of disabling Javascript (let alone the installation of third-party extensions).
 
Theo Wizzago
Coyote
offline
Link
 
Originally posted by Catullus16
The reason why I told you to enable Javascript was because I didn't imagine that you were installing Tampermonkey on your "local library's computers".

Most libraries lock their computers down quite a bit -- often to the point of disabling Javascript (let alone the installation of third-party extensions).


Yeah, I figured that was the case so I just don't do quotes from there. Had to work from there when the internet (meaning phone) got fried by lightning a while back. Was frustrating.
 
Sonic
offline
Link
 
Why then, since we’re discussing quoting, can I not quote from my iPhone?
 
Catullus16
offline
Link
 
Originally posted by Sonic
Why then, since we’re discussing quoting, can I not quote from my iPhone?


The first thing to check would be your Javascript settings in whatever browser you're using.

If the quote button doesn't work for you, chances are the report button also doesn't work -- they're both using Javascript.
 
Jack Daniels
offline
Link
 
Originally posted by Sonic
I wonder if that is the issue for VPB in Firefox: http -> https.


Use the pabst version of VPB and set the http to https, then it works for me.
 
Dolphanatic
offline
Link
 
Originally posted by Sonic
Why then, since we’re discussing quoting, can I not quote from my iPhone?


Probably because Steve Jobs assumed Apple users would make up their own truth and not bother quoting anyone.

 
darncat
offline
Link
 
Originally posted by Theo Wizzago
Not sure he can. I ran into this 'bug' some time back after installing an updated FireFox and some new programs... the quote feature won't run. Also ran into this at the local library's computers as well and they also use the newest version of Firefox.


sometimes it works on my firefox sometimes not.
for many seasons it would work up until off-season, then nada until next season
lately its been working consistently for whatever reason, so i'm not gonna mess with it again
that's my best advice, if you get it to work don't mess with it and don't do updates lol
 
Theo Wizzago
Coyote
offline
Link
 
Originally posted by darncat
sometimes it works on my firefox sometimes not.
for many seasons it would work up until off-season, then nada until next season
lately its been working consistently for whatever reason, so i'm not gonna mess with it again
that's my best advice, if you get it to work don't mess with it and don't do updates lol


Sometime ago, I upgraded my Firefox (I think they ask you to upgrade about every other week) and a lot of stuff stopped working. Plenty of forum chat about re-installing the older versions to fix... I did... it fixed... so I've been running this ol' 2011 version since then without any problems.
 
Page:
 


You are not logged in. Please log in if you want to post a reply.