Open GoogleCodeExporter opened 9 years ago
[deleted comment]
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
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
Original comment by instcode
on 19 Feb 2009 at 4:27
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
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
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
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
Original issue reported on code.google.com by
kilea...@hotmail.com
on 11 Feb 2009 at 8:24