Author |
Topic |
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 13 January 2003 : 16:58:12
|
Based upon a request in this topic http://forum.snitz.com/forum/topic.asp?TOPIC_ID=40527 by a user called Morten.
Idea stolen inspired from http://www.vbulletin.com.
WHAT IT DOES On forum.asp, any topic with replies > 0 will now have a link to a popup window that shows who has posted in that topic and how many times they have posted.
Also has a link to each member's profile.
TESTED On snitz 3.4.0.3 -Access 2000 -MS SQL Server 2000
INSTALLATION Files to edit - forum.asp New File - pop_posted.asp
DEMO http://www.ian-hamlin.co.uk/forum/forum.asp?FORUM_ID=2
DOWNLOAD http://www.ian-hamlin.co.uk/downloads.asp http://www.snitzbitz.com/mods/details.asp?Version=All&mid=122
Update Well for the 2 people that have downloaded this, I'm sorry my quality assurance control needs a lot to be desired
pop_posted.asp line 61
strSql = "SELECT M.M_NAME,Count(M.M_NAME),R.R_AUTHOR AS total_posts FROM " &_ Should be
strSql = "SELECT M.M_NAME,Count(M.M_NAME) AS total_posts,R.R_AUTHOR FROM " &_ It does not matter as it works with the original line, but the correction is how the query was intended.
The zip file has been updated. |
Edited by - Hamlin on 13 January 2003 17:31:23 |
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 13 January 2003 : 17:12:47
|
that was fast |
De Priofundus Calmo Ad Te Damine |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 13 January 2003 : 17:38:07
|
There was originally a mod for this on 3.1 and 3.3 and it not only incorporated Who Replied, but Who Viewed. I believe the mod was called Who Viewed or something like that. You may want to check it out so the new 3.4 version you have released can include the Who Viewed portion. This is a valuable mod and nice to see that someone took it upon themselves to get it working with 3.4 |
|
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 13 January 2003 : 17:42:06
|
quote: Originally posted by dayve
There was originally a mod for this on 3.1 and 3.3 and it not only incorporated Who Replied, but Who Viewed. I believe the mod was called Who Viewed or something like that. You may want to check it out so the new 3.4 version you have released can include the Who Viewed portion. This is a valuable mod and nice to see that someone took it upon themselves to get it working with 3.4
I was un-aware of a previous version, do you know who authored it? I should really add them to the readme.txt I suppose.
I know there is a Who Viewed This mod by Kal Korp, but I did not think of adding that option here. |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 13 January 2003 : 18:07:22
|
quote: Originally posted by OneWayMule
Yeah, GauravBhabu's WhoIsInside MOD.
no, that's not it... I think Da_Stimulator did it, and I converted it to 3.1, let me check the search engine real quick. |
|
|
|
dayve
Forum Moderator
USA
5820 Posts |
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 13 January 2003 : 18:24:37
|
Good searching their dayve , added credit to original authors in the readme.txt file |
|
|
DJBBIZ
Junior Member
214 Posts |
Posted - 13 January 2003 : 18:41:19
|
Nice tool, I revised a couple of the items in the code to WHOSEEN and posted under Mods with code. It looks similar but they are in two different spots in the code. WHOSEEN is embedded into the topic itself. It could make some sense to put the WHOSEEN where you have "who has posted" but you really do not know who has seen what if you don't have access to the time of the posts and the time that the replies were made so combining them may not do a lot of good.
One thought, I had a tough time seeing the forest thru the trees, you may want to put a tool tip (balloon) so when you hover over the number of posts it tells you what you get if you click this. |
"The difference between good ideas and good results is performance" the management institute | tmiFinance | tmiCreative | ProfileOnDemand |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 14 January 2003 : 02:29:49
|
quote: Originally posted by DJBBIZ
One thought, I had a tough time seeing the forest thru the trees, you may want to put a tool tip (balloon) so when you hover over the number of posts it tells you what you get if you click this.
Thats a good idea, I'll add it in |
|
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 14 January 2003 : 23:42:41
|
Thank you for the MOD, Hamlin.
When I upgrade to 3.4.xx, I'll try it out.
Cheers,
Etymon |
|
|
Neil Washbrook
New Member
57 Posts |
Posted - 16 January 2003 : 09:14:14
|
Great mod - very simple to install. Thanks |
|
|
richfed
Average Member
United States
999 Posts |
Posted - 19 January 2003 : 11:50:01
|
Hamlin, thanks for the mod. I have it working in fine order.
The only "problem" that I noticed, is that it doesn't work in the Archives. Clicking on the post total gives a "There was a problem with your details" error. How difficult would it be to adapt this to cover the Archives, as well? |
Rich [size=1]A Complete Idiot's Guide to MOD Implementation || On the Trail of the Last of the Mohicans[/size=1] |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 19 January 2003 : 12:42:52
|
quote: Originally posted by richfed
Hamlin, thanks for the mod. I have it working in fine order.
The only "problem" that I noticed, is that it doesn't work in the Archives. Clicking on the post total gives a "There was a problem with your details" error. How difficult would it be to adapt this to cover the Archives, as well?
It cant be too hard I'm not sure how hard it will be, as you can guess I did not even think of archives but I will look at it now.
EDIT - Just covering my self |
Edited by - Hamlin on 19 January 2003 12:44:48 |
|
|
Topic |
|