What I liked a lot when posting to the Mozillazine Forums was the fact that everybody could check what browser, version, etc... you where using.
Look here:
Could we have that here too?
This is a discussion on An additional idea for the Forum within the Chrome Central section, part of the Chrome Forum News category: What I liked a lot when posting to the Mozillazine Forums was the fact that everybody could check what browser, ...
What I liked a lot when posting to the Mozillazine Forums was the fact that everybody could check what browser, version, etc... you where using.
Look here:
Could we have that here too?
Last edited by Luc VN; 06-18-2009 at 03:57 PM. Reason: spelling
Where did the info come from ?
Good idea and simple to do, it will help when people have problems/bugs you can see what version they are running and better advise them what do do.
That is, if the forum is made with php![]()
But since most forums are, I disgress, Waha's solution is best.
Yeah it's very easy to add with php like this page: http://www.chromeplugins.org/google/browser-details/
Using php and writing the $_SERVER["HTTP_USER_AGENT"] string to the post table would add no overhead to pageloads, because the info would be pulled along with the regular post content query.
The only thing is it's impossible to make it retro-active, you can't guess what useragent someone had when making a post a month ago unless it was logged at the time.
It would only take 5 minutes to implement the whole thing though.
~ Projects ~
Specialized: Carapass Auction Watcher, Kongregate Chat
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
~ Happy to make extensions for pay too ;D ~
Portfolio: Search and Share
@ Waha: Correct & I love your signature! Cool !!!
Showing the useragent at the time of the post would be helpful, for example someone says xyz doesn't work for me and it attached 2.0.180.0 to the post.
You can say, your running an old version update to 2.x.xxx
Or if someone releases a plugin/mod/theme people can see what version was used by the dev when released.
If you want only their current version displayed, this would be better served as a user maintained profile field.