instcode / gladiatus

Automatically exported from code.google.com/p/gladiatus
1 stars 0 forks source link

Auction time left never appears #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've changed the variables' values to english ones and it still does not work.

I even installed a refresh-script and had it going every second from short
to very short and the time still did not appear.

What's wrong? Have they fixed it for it not to work?

Original issue reported on code.google.com by kilea...@hotmail.com on 11 Feb 2009 at 8:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I experience the same problem.
I´ve changed this 

var veryLongTimeStr = "Rất lâu";
var longTimeStr = "Dài hạn";
var middleTimeStr = "Trung hạn";
var shortTimeStr = "Ngắn hạn";
var veryShortTimeStr = "Rất ngắn";

to 

var veryLongTimeStr = "very long";
var longTimeStr = "long";
var middleTimeStr = "Middle";
var shortTimeStr = "Short";
var veryShortTimeStr = "very short";

even tried to change this

var currentAuctionStatus = "Short";
var previousAuctionStatus = "Middle";

Original comment by annmarie...@gmail.com on 14 Feb 2009 at 10:30

GoogleCodeExporter commented 9 years ago
The constant texts should exactly be the same as they are in the auction page.
I think the following replacements should work (for English version) :D

var veryLongTimeStr = "very long";
var longTimeStr = "long";
var middleTimeStr = "Middle";
var shortTimeStr = "Short";
var veryShortTimeStr = "very short";

Make sure you leave one or more gladiatus pages online during the transition 
from
"short" to "very short"...

Original comment by instcode on 19 Feb 2009 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by instcode on 19 Feb 2009 at 4:27

GoogleCodeExporter commented 9 years ago
Hi Instcode !
Sorry for my disturbing you. Could you tell me how can i change the mentioned 
changes ?
Because this is in your progs : 
// @require       
http://gladiatus.googlecode.com/svn/trunk/GladiatusHelper/src/gm/GladiatusHelper
_Auction.js.
And when i click on geasemonkey and manage user scripts, i see one thing : 
Gladiatus
Helper Extreme. Nothing else. And there aren't that you mentioned, when i 
editing
that. I understand these variables are in GladiatusHelper_Auction.js. But how 
can i
change the variables and how will be effective and this won't be effective :
http://gladiatus.googlecode.com/svn/trunk/GladiatusHelper/src/gm/GladiatusHelper
_Auction.js.

Thanks for your help.
Mike

Original comment by kornyei....@gmail.com on 23 Feb 2009 at 11:53

GoogleCodeExporter commented 9 years ago
your problem lies here 

var veryLongTimeStr = "very long";
var longTimeStr = "long";
var middleTimeStr = "Middle";
var shortTimeStr = "Short";
var veryShortTimeStr = "very short";

it needs to be

var veryLongTimeStr = "Very long";
var longTimeStr = "Long";
var middleTimeStr = "Middle";
var shortTimeStr = "Short";
var veryShortTimeStr = "Very short";

capitalization is important.

Original comment by GeneralY...@gmail.com on 2 Mar 2009 at 11:06

GoogleCodeExporter commented 9 years ago
You have to edit the files IN YOUR COMPUTER. Find them acording to your system:
- On Windows XP/2000, the path is usually 
%AppData%\Mozilla\Firefox\Profiles\xxxxxxxx.default\, where 
xxxxxxxx is a random string of 8 characters. Just browse to C:\Documents and 
Settings\[User 
Name]\Application Data\Mozilla\Firefox\Profiles\ and the rest should be obvious.
- On Windows 95/98/Me, the path is usually C:\WINDOWS\Application 
Data\Mozilla\Firefox\Profiles\xxxxxxxx.default\
- On Linux, the path is usually ~/.mozilla/firefox/xxxxxxxx.default/
- On Mac OS X, the path is usually ~/Library/Application 
Support/Firefox/Profiles/xxxxxxxx.default/

Good luck all.

Original comment by eleven...@gmail.com on 3 Mar 2009 at 10:00

GoogleCodeExporter commented 9 years ago
Thank you for all.
But ...
thanks GeneralYorr for your instructions(save as ...), it was very helpful, 
because i
have Vista ... sorry ... :))
but it doesn't work, but i leave on the auction page, I waited for the change 
for
example middle to short, but nothing happened. The prg write the status 
correctly
(strange: with full small letters - anyway), but the time wasn't appearing. Am i
doing something wrong still ?

Thanks again everything.
Mike

Original comment by kornyei....@gmail.com on 4 Mar 2009 at 12:14