Idea: Turn product numbers into links.

Got a question or suggestion about the forum? Ask or comment here, or
PM an admin or moderator.
Post Reply
Message
Author
yak
ThinkPadder
ThinkPadder
Posts: 1256
Joined: Thu Dec 06, 2007 3:17 pm
Location: NRW, Germany

Idea: Turn product numbers into links.

#1 Post by yak » Fri Mar 13, 2009 10:47 am

Hi,

I had some free time today so for sports I was looking at the source of the Lenovo support page, the one that lets you give it the product number and in return it gives you full description of the particular machine this product number refers to, including full factory specs.

As it turns out, there just a short javascript code that removes all non-alphanumeric chars from the given product number whin you hit submit, makes it uppercase and reloads the page using the following URL:

Code: Select all

http://www.lenovo.com/support/site.wss/quickPath.do?quickPathEntry=xxxxxxx
where "xxxxxxx" is the product number, (ex. 2668KHU).

I then started to look for use for this information. One could be to automatically turn "xxxx-xxx" strings (or "nnnnxxx" strings where "n" are digits and "x" are letters) posted on this forum into links to the above URL. If someone was asking a question, he would just have to include the product number. Others would then be able to easily check the full specs so the probability of relevant answers would be higher. A lot of people also include their product numbers in the signature. They would also automatically turn into links.

I'm not a phpBB expert so I don't know if it would be done by adding some module or one would have to hack the core. Knowing the right place to add it, it should be pretty easy using regular expressions.

What do you people think?
ThinkPad™ X201 / AFFS-120
i5-560M 2.67Ghz, 8GB RAM, Samsung 840 Pro 256GB SSD, Win 8 Pro 64-bit, UltraBase X200, ThinkPad Compact USB Keyboard,
Dell U2713HM (2560x1440, IPS), ExpressCard USB 3.0 (2 ports, flush), Nexus 7+10

dr_st
Senior ThinkPadder
Senior ThinkPadder
Posts: 6648
Joined: Sat Oct 29, 2005 6:20 am

Re: Idea: Turn product numbers into links.

#2 Post by dr_st » Fri Mar 13, 2009 11:36 am

Sounds like a great idea. I hope it can be implemented.

BTW, for those running Firefox, there is a search plugin for Lenovo's model numbers:
http://mycroft.mozdev.org/search-engine ... Lenovo+MTM
Current: X220 4291-4BG, T410 2537-R46, T60 1952-F76, T60 2007-QPG, T42 2373-F7G
Collectibles: T430s (IPS FHD + Classic Keyboard), X32 (IPS Screen)
Retired: X61 7673-V2V, A31p w/ Ultrabay Numpad
Past: Z61t 9440-A23, T60 2623-D3U, X32 2884-M5U

RealBlackStuff
Admin
Admin
Posts: 17485
Joined: Mon Sep 18, 2006 5:17 am
Location: Mt. Cobb, PA USA
Contact:

Re: Idea: Turn product numbers into links.

#3 Post by RealBlackStuff » Fri Mar 13, 2009 11:37 am

It would require quite some Database power to convert all the Type/Model numbers, adding an unnecessary extra load on the server.
There are nearly 500,000 posts that would need to be checked, not to mention the 32,000+ user profiles.
Idea is not bad, but just not practical.
Besides, all regular users know about this anyway.
As long as people mention these Type/Model numbers in their signature (or in their post) everyone is happy.
Lovely day for a Guinness! (The Real Black Stuff)

Check out The Boardroom for Parts, Mods and Other Services.

yak
ThinkPadder
ThinkPadder
Posts: 1256
Joined: Thu Dec 06, 2007 3:17 pm
Location: NRW, Germany

Re: Idea: Turn product numbers into links.

#4 Post by yak » Fri Mar 13, 2009 12:04 pm

RealBlackStuff wrote:It would require quite some Database power to convert all the Type/Model numbers, adding an unnecessary extra load on the server.
There are nearly 500,000 posts that would need to be checked, not to mention the 32,000+ user profiles.
Idea is not bad, but just not practical.
Besides, all regular users know about this anyway.
As long as people mention these Type/Model numbers in their signature (or in their post) everyone is happy.
I rather thought that the links would be added on the fly while generating the page. I don't know what servers are running thinkpads.com but it shouldn't need that much processing power.

But anyway, it was just a thought :)
ThinkPad™ X201 / AFFS-120
i5-560M 2.67Ghz, 8GB RAM, Samsung 840 Pro 256GB SSD, Win 8 Pro 64-bit, UltraBase X200, ThinkPad Compact USB Keyboard,
Dell U2713HM (2560x1440, IPS), ExpressCard USB 3.0 (2 ports, flush), Nexus 7+10

yak
ThinkPadder
ThinkPadder
Posts: 1256
Joined: Thu Dec 06, 2007 3:17 pm
Location: NRW, Germany

Re: Idea: Turn product numbers into links.

#5 Post by yak » Fri Mar 13, 2009 12:05 pm

dr_st wrote:BTW, for those running Firefox, there is a search plugin for Lenovo's model numbers:
http://mycroft.mozdev.org/search-engine ... Lenovo+MTM
Great. Didn't know about this. Thanks.
ThinkPad™ X201 / AFFS-120
i5-560M 2.67Ghz, 8GB RAM, Samsung 840 Pro 256GB SSD, Win 8 Pro 64-bit, UltraBase X200, ThinkPad Compact USB Keyboard,
Dell U2713HM (2560x1440, IPS), ExpressCard USB 3.0 (2 ports, flush), Nexus 7+10

ssd_thinkpad
Senior Member
Senior Member
Posts: 872
Joined: Mon Sep 22, 2008 4:45 am
Location: France Paris

Re: Idea: Turn product numbers into links.

#6 Post by ssd_thinkpad » Fri Mar 13, 2009 1:54 pm

RealBlackStuff wrote:It would require quite some Database power to convert all the Type/Model numbers, adding an unnecessary extra load on the server.
There are nearly 500,000 posts that would need to be checked, not to mention the 32,000+ user profiles.
Idea is not bad, but just not practical.
Besides, all regular users know about this anyway.
As long as people mention these Type/Model numbers in their signature (or in their post) everyone is happy.
This is done just with an sql replace query on post table and should require very few minutes if at all.

RealBlackStuff
Admin
Admin
Posts: 17485
Joined: Mon Sep 18, 2006 5:17 am
Location: Mt. Cobb, PA USA
Contact:

Re: Idea: Turn product numbers into links.

#7 Post by RealBlackStuff » Fri Mar 13, 2009 5:03 pm

Ask the management.
Lovely day for a Guinness! (The Real Black Stuff)

Check out The Boardroom for Parts, Mods and Other Services.

bill bolton
Admin
Admin
Posts: 3848
Joined: Thu Sep 01, 2005 10:09 am
Location: Sydney, Australia - Best Address on Earth!

Re: Idea: Turn product numbers into links.

#8 Post by bill bolton » Fri Mar 13, 2009 5:21 pm

Not all valid MTMs yield matching web pages (particularly for small volume commercial order configurations), so an automated link of the type suggested above which does not produce the desired result 100% of the time is simply not worth doing.

Cheers,

Bill B.

yak
ThinkPadder
ThinkPadder
Posts: 1256
Joined: Thu Dec 06, 2007 3:17 pm
Location: NRW, Germany

Re: Idea: Turn product numbers into links.

#9 Post by yak » Fri Mar 13, 2009 5:42 pm

bill bolton wrote:Not all valid MTMs yield matching web pages (particularly for small volume commercial order configurations), so an automated link of the type suggested above which does not produce the desired result 100% of the time is simply not worth doing.
Oh, I didn't know that.
ThinkPad™ X201 / AFFS-120
i5-560M 2.67Ghz, 8GB RAM, Samsung 840 Pro 256GB SSD, Win 8 Pro 64-bit, UltraBase X200, ThinkPad Compact USB Keyboard,
Dell U2713HM (2560x1440, IPS), ExpressCard USB 3.0 (2 ports, flush), Nexus 7+10

RealBlackStuff
Admin
Admin
Posts: 17485
Joined: Mon Sep 18, 2006 5:17 am
Location: Mt. Cobb, PA USA
Contact:

Re: Idea: Turn product numbers into links.

#10 Post by RealBlackStuff » Sat Mar 14, 2009 6:51 am

How about all those CTO machines (Configured To Order)? They have no info available on those...
And our members have loads of those.

@yak:
Your signature is missing the Type/Model!
Lovely day for a Guinness! (The Real Black Stuff)

Check out The Boardroom for Parts, Mods and Other Services.

yak
ThinkPadder
ThinkPadder
Posts: 1256
Joined: Thu Dec 06, 2007 3:17 pm
Location: NRW, Germany

Re: Idea: Turn product numbers into links.

#11 Post by yak » Sat Mar 14, 2009 7:54 am

RealBlackStuff wrote:Your signature is missing the Type/Model!
Fixed. I opted for putting my full config there since it is quite modded comparing to what is listed on Lenovo's support site. Now I've included the model number as well as indication what was upgraded.
ThinkPad™ X201 / AFFS-120
i5-560M 2.67Ghz, 8GB RAM, Samsung 840 Pro 256GB SSD, Win 8 Pro 64-bit, UltraBase X200, ThinkPad Compact USB Keyboard,
Dell U2713HM (2560x1440, IPS), ExpressCard USB 3.0 (2 ports, flush), Nexus 7+10

Mike Blake
Sophomore Member
Posts: 248
Joined: Sun Mar 30, 2008 4:28 pm
Location: Warwick, Rhode Island

Re: Idea: Turn product numbers into links.

#12 Post by Mike Blake » Mon Mar 16, 2009 7:04 am

RealBlackStuff wrote:
Your signature is missing the Type/Model!
Yeah, but so is Bill Bolton's...oops, never mind, it says "Admin" under his name, so I guess the rules don't apply to him. :mrgreen:
--Mike Blake

RealBlackStuff
Admin
Admin
Posts: 17485
Joined: Mon Sep 18, 2006 5:17 am
Location: Mt. Cobb, PA USA
Contact:

Re: Idea: Turn product numbers into links.

#13 Post by RealBlackStuff » Mon Mar 16, 2009 7:59 am

Putting the Type/Model in your signature is not mandatory, but extremely helpful.
I just thought it was curious to see yak make a point about converting the Type/Model information, and that he himself does not even supply this very info!
Hence my 'ribbing' of him!
Lovely day for a Guinness! (The Real Black Stuff)

Check out The Boardroom for Parts, Mods and Other Services.

tfflivemb2
Moderator1
Moderator1
Posts: 5532
Joined: Thu Sep 01, 2005 1:17 pm
Location: Wisconsin
Contact:

Re: Idea: Turn product numbers into links.

#14 Post by tfflivemb2 » Wed Mar 18, 2009 6:51 am

Not to mention that a signature isn't even required at all....it is just helpful. I don't even have my plethora of machines listed anymore. Sometimes people own too many to list them, because people might assume that the question that you are asking my only be relevant to the machine/s in your signature. Now, if you only have the one machine, it certainly makes things easier....

Mike Blake
Sophomore Member
Posts: 248
Joined: Sun Mar 30, 2008 4:28 pm
Location: Warwick, Rhode Island

Re: Idea: Turn product numbers into links.

#15 Post by Mike Blake » Wed Mar 18, 2009 7:48 am

Actually, when I posted, I had momentarily confused the rule you must include your location, with putting your Thinkpads in your sig.
--Mike Blake

Post Reply

Return to “Forum Notices, Questions and Suggestions”

Who is online

Users browsing this forum: No registered users and 1 guest