Discussion Forum: Suggestions(Post New Message)
Redisplay Messages: Compact | Brief | All | Full      Show Messages: All | Without Replies

 Author: yorbrick View Messages Posted By yorbrick
 Posted: Oct 14, 2017 02:58
 Subject: Re: User count Active vs. Inactive
 Viewed: 38 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Most companies don't want you to know the number of active users, they prefer
to use registered as this number is obviously bigger.

Plus there is the problem of defining an active user. Is someone logging on once
a year when they visit to check an inventory (even though they don't have
to) an active user?

I'd prefer to see accurate numbers for orders placed - presented by buyer
location, seller location, order value (in bands).

That would give an impression about sales, but I doubt they'd ever do it.
 Author: Admin_Jaclyn View Messages Posted By Admin_Jaclyn
 Posted: Oct 13, 2017 21:44
 Subject: Re: Fix BL login & links
 Viewed: 105 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Hi tEoS,

I'm sorry to hear that you are having trouble logging in. If you're using
a password manager, the issue is likely related to the program containing multiple
login details for BrickLink. Most password managers will save login information
for exact URLs -- since you can log in from different areas of the site,
an outdated password may have been auto-filled without your knowledge.

Examples of different URLs you can use to log in to BrickLink:
https://www.bricklink.com/v2/main.page
https://www.bricklink.com/v2/login.page?
https://www.bricklink.com/regLogin.asp

If you check your password manager, you may be able to locate the old passwords
which were likely saved to specific BrickLink URLs in the past. We recently migrated
the site to HTTPS/SSL, so please be sure to also delete any BrickLink passwords
which are tied to the older URLs that start with "http" (e.g. http://www.bricklink.com/regLogin.asp).
Once the old passwords are deleted, the issue should be resolved once you log
in with your current password.

If this does not resolve the issue, please delete all saved BrickLink passwords
from your password manager. Next, complete a password reset request. The next
time you log in, be sure to select the option to remember your new password when
prompted.

I hope this helps!

Also, please add a separate suggestion for the navigation links if you wouldn't
mind.

Thanks and have a great weekend!

--Jaclyn
BrickLink Customer Support


In Suggestions, tEoS writes:
  1) Please fix the BL login. Multiple times pretty much every day BL tells me
that my auto-fill password and id are in error.

Sometimes I can switch to a new tab or close the browser and start it again.
Other times, I have to clear my cookies (it took 2 tries of clearing cookies
just now). When I clear my cookies for BL, I also lose all my other site prefilled
info.

None of the above is acceptable for a modern website.

2) Links: why on earth do the upper links (community, my store, my bl, etc) work
when clicked on, but do not when you right-click for a new tab? (Google Chrome)
Please fix this too.
 Author: mfav View Messages Posted By mfav
 Posted: Oct 13, 2017 21:12
 Subject: Re: Fix BL login & links
 Viewed: 70 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
I'm going to stick my nose in here where it may or may not be appreciated
in an attempt to explain how some of this stuff works. I hope the following is
helpful in your understanding. It's probably not going to quell your frustration.

In Suggestions, tEoS writes:
  1) Please fix the BL login. Multiple times pretty much every day BL tells me
that my auto-fill password and id are in error.

This is likely not a server side issue and is a client side issue. It's quite
possible that Chrome has stored more than one set of credentials for bricklink
and when it goes to retrieve the credentials it finds the "first set" in the
list and uses those. The first set may be outdated or attached to a different
version of the site (a bit more explanation on that later). I'd look for
wherever Chrome is storing the user/password combos, find all the bricklink related
entries and purge them. Then log in to bricklink fresh from the www.bricklink.com
home page and save the credentials when Chrome asks for them anew.

On the Mac you can find the credentials in the Keychain utility. I don't
know where they are on Windows. I'd start by googling "where are the passwords
stored in Chrome" and try to sort it out from there.

  Sometimes I can switch to a new tab or close the browser and start it again.
Other times, I have to clear my cookies (it took 2 tries of clearing cookies
just now). When I clear my cookies for BL, I also lose all my other site prefilled
info.

It's highly unlikely that password and user info are stored in cookies. Unless
the programmers are patently stupid, which I think they are not. The cookies
would more likely contain some info like "login=true" and a session value that
ties you to your account for the duration of your visit. Cookies probably store
site option/preference info like showing 100 items on a store page instead of
the default 25. So, yes, flushing the cookies just loses your site preferences
and won't do anything about the login credentials.

  2) Links: why on earth do the upper links (community, my store, my bl, etc) work
when clicked on, but do not when you right-click for a new tab? (Google Chrome)

To oversimplify what's actually going on here is this: Those top nav items
are not links. They are "rollover detectors" tied to a script. When your cursor
hovers over one of these areas, it triggers the script which then shows the dropdown
box containing links to pages. As the top nav items are not links, the browser
can't give you the right-click options to open the link in a new window because
the items aren't links. The items in the drop-downs are links, but the top-navs
aren't. Clicking the top nav activates something in the script which then
takes you to a page.

The right-click menu is handled by the browser, which is programmed to show you
one set of options depending on whatever the browser detects below the cursor.
If you are positioned over a link, then you get one set of options. If you are
positioned over an image you get a different set of options. If your are positioned
over "nothing" you get a different set of options and so on.


   Please fix this too.

Chances are that these things aren't "fixable" in the sense you'd like
to see them fixed. Those top nav items can be either a script/trigger OR a link,
but not both simultaneously.

Now, back to the login thing.

If you are observant, you'll notice that what appears to be one web site
actually operates under different "vanity" domains. The main site is www.bricklink.com,
then there's studio.bricklink.com, and I think there's also images.bricklink.com
and a few others. There have been demo versions and such which for a while operate
under demo.bricklink.com...or something...then when they're done with the
demo stage, what had been "demo" becomes "www". There's obviously some pokery-jiggery
going on under the hood to allow you to log into www.bricklink.com and maintain
that login even though you actually fly in and out of these other (studio, image,
demo, etc.) sites. So it's possible that somewhere along the line you logged
into something other than www.bricklink.com and saved the password combo there,
then the site structure changes, then subsequent logins will fail for any number
of reasons. A login should make you valid for www OR studio OR something else.
That a single login makes you valid for www AND studio AND something else requires
additional consideration on the programming side of things. Depending on which
page you use to log in, and given the complexities of the site, it's certainly
possible for something to go awry in programming, the saved info, the URL, a
single page's login box, or who knows what...or any combination of those
things...and give you a login fail. These variables may account for your "sometimes"
being able to log in and "sometimes" not.

The login fail message can also be ambiguous or unhelpful, reporting only "bricklink"
and not offering a clue as to www or whatever, if that is a part of the issue.
Which it might or might not be.

I'd sincerely hope that your login issue is simply fixed by purging any info
that is stored locally and replacing it.
 Author: Cyndis_Bricks View Messages Posted By Cyndis_Bricks
 Posted: Oct 13, 2017 19:29
 Subject: Re: User count Active vs. Inactive
 Viewed: 43 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Brickwilbo writesave
  
Sorry, implementing would be a waste of time and resources.

A line or two of code about the difference between last logged in(that's
already there)
and today's date would work.

  It would be disappointing to know how few really 'active' members BL
has.

The truth should be know.

  There used to be a site visitor counter below on each page.

I really miss this counter, I looked at that all the time I was on.
 Author: Brickwilbo View Messages Posted By Brickwilbo
 Posted: Oct 13, 2017 18:51
 Subject: Re: User count Active vs. Inactive
 Viewed: 43 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Cyndis_Bricks writes:
  Hello all. I have been going through the Members - Feedback ratings list, going
on page 21,158 to find information on something that I have been wondering about.
Well in doing this I have seen thousands of users that don't seem to be
"active" users. So I am thinking the 731,476 registered users is somewhat irrelevant.
Many are a once and done, sort of user.

I would like to suggest, that leaving the registered user count intact, but add
the count of "Active" users. Have BL not count the inactive users after say
6 months or 1 year, of actual log in date. This would give us all a better idea
of how many actual users are using BL. This could work just as the purge orders
after 6 months. This would still allow a user to log in after being put into
not active, and then would be in the active number for the 6 months or year.

What say you?

Dave

Sorry, implementing would be a waste of time and resources.
It would be disappointing to know how few really 'active' members BL
has.
There used to be a site visitor counter below on each page.
 

Next Page: 5 More | 10 More | 25 More | 50 More | 100 More