I have suddenly lost all posting in Trade->Ask, Have
and Professions. I still can see my own postings in My
Ads. If I make new posting then they do not turn up in
Ask or Have.
Every other client online can see my information in
Ask, Have and Profession. My tabs are simply blank
(sorting line at top is still visible).
I have tried to logout and then login again, but the
problem persists. It seems my savedvariables file must
influence the problem somehow. I don't know how to get
the Ask, Have and Professions tabs to show anything
again. :-/
Logged In: YES
user_id=293001
Just so there is no confusion: I have configured GuildAds to
show my own ads and professions (and it did work up until
today).
Anyway, I tried using /guildads reset all but that had no
effect whatsoever on the problem. Actually, nothing changed.
Even after "/console ReloadUI" GuildAds was still the same
(with the same problem).
Logged In: YES
user_id=293001
Further details: I am able to see everything from another
alt. I just can't see anything from my main. The saved
variables file must contain something bad... Even a reset
doesn't work.
Logged In: YES
user_id=293001
Details of my savedvariables file:
Main (that can't see anything in Ask, Have and Profession):
["<main>"] = {
["Trade"] = {
["Filters"] = {
},
["<alt>"] = {
["Trade"] = {
["Filters"] = {
["everything"] = true,
},
I did try to adjust on the filter slider on my main but it
had no effect.
When I reinsert ["everything"] = true, into Filters then I
can see my Ads and professions again (except I only see my
own because I did the "/guildads reset all" before). Seems
like ["everything"] = true, somehow got removed.
Logged In: YES
user_id=304672
"Filters" in Trade tab are use when ReagentData is installed :
you have additional filters options.
It seems there is bug that delete "everything"=true, so no
item are shown.
Thanks a lot for the details.
Logged In: YES
user_id=293001
There is still a problem. I always loose the other guildies
ads when logged in on my main. They appear when they log on
and disappear when they log off. Also, I can only see my own
tradeskills. Not even my alt's tradeskills are shown :-(
Everything works just fine from my alt so it is only my main
that has a problem.
Logged In: YES
user_id=293001
Nevermind my previous report... I completely overlooked the
show offline trade option in the config panel :-p
Logged In: YES
user_id=304672
Note : I'm not sure that the "show offline trade" is
saved/restore correctly when you use the configuration panel.
Logged In: NO
Ensure all 4 check boxes are checked to enable showing
content from offline characters and such. Found on one of
the configuration tabs.
this is the best I can do from memory.
Logged In: YES
user_id=703839
After reading through the comments I seem to be having the
same issue as Galmok with the "showing up on one alt but not
the other" thing. I have also encountered this problem when
I change the channel from Manual -> Auto. Everything just
disappeared out of my have even though I used the exact same
channel name!
Logged In: NO
Hello
I recently install this addon (and ask some of my officer friend in the guild to do the same). My problem is almost same as the user
"Galmok". But in my case, I didn't lose any information in the addon. I never manage to get any information from other users. My Ask, Have, Professions
tap is empty. I did everything that i can think of. My friend does see my alch capabilities via this addon, he also sees the thinks that i put as have or ask. We r over 100 ppl in the guild and i think this addon is perfect, if only i can manage to get it work. Please help.
Thank you.
Sincerely
Logged In: YES
user_id=293001
Originator: YES
With 100 players online, synchronizing data can take some hours. Does waiting some hours help?
If not, the Filters sub-table in GuildAds' savedvariables file could be empty:
...
["Filters"] = {
},
...
Once wow is exited, make a safety copy of your GuildAds' savedvariables file (\World of Warcraft\WTF\Account\<ACCOUNT>\SavedVariables\GuildAds.lua)
Load the file in a text editor. Search for Filters and if you find an empty table like shown above, modify it to look like:
["Filters"] = {
["everything"] = true,
},
This should help.