Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 ADDON: Pop-up Topic Statistics 1.5
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 4

Pull My Finger
Starting Member

43 Posts

Posted - 23 November 2004 :  20:43:05  Show Profile
quote:
Originally posted by Pull My Finger

Maybe I did something wrong but....
After installing I noticed that topics that didn't have replies posted didn't show the members names who viewed topic in the popup window.





Sorry Da_Stimulator, I missed this in you first post of this topic....
quote:
Note: The view count per viewer will be inaccurate for back-filled data (posts before you installed the mod) - there is nothign I can do about that.

Go to Top of Page

jensen
New Member

United Kingdom
97 Posts

Posted - 30 November 2004 :  12:02:00  Show Profile
Da_Stimulator

I would like the "popup link" to only be active if loged on as an "admin", normal users should just see the "Replies" and "Read" info without the popup link.

Possible?

Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 30 November 2004 :  22:20:07  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Just released 1.5 with updated mySQL support and admin functions

-Stim

Edited by - Da_Stimulator on 01 December 2004 00:33:24
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 01 December 2004 :  02:52:26  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
Would it be possible to make this available per forum? I don't want this for all my forums but only a few. I have the who-read-mod installed and it really bulk up the db pretty quick, I think this would do the same and therefore i would like to be able to turn this on/off. =)

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 01 December 2004 :  03:17:11  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
quote:
Originally posted by tribaliztic

Would it be possible to make this available per forum? I don't want this for all my forums but only a few. I have the who-read-mod installed and it really bulk up the db pretty quick, I think this would do the same and therefore i would like to be able to turn this on/off. =)




I may include this in future versions... I want to try and get all of any existing (if any) bugs worked out before I go changing the code around like that

-Stim
Go to Top of Page

jensen
New Member

United Kingdom
97 Posts

Posted - 04 December 2004 :  06:17:45  Show Profile
quote:
Originally posted by jensen

Da_Stimulator

I would like the "popup link" to only be active if loged on as an "admin", normal users should just see the "Replies" and "Read" info without the popup link.

Possible?




I have installed this mod and like the stats it produces, but to keep it installed i would like to be able to limit its audience as above, sorry to ask again - but can i limit the onfo to admin logons only?
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 04 December 2004 :  06:31:10  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
yes; if you installed it correctly, go to Admin Options->Feature Configuration

Scroll down to "Misc Features"

There you can set the audience type.

If you are using an older version, you will need to upgrade to the current in order to be able to do this.


-Stim

Edited by - Da_Stimulator on 04 December 2004 07:31:54
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 07 December 2004 :  08:27:03  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
heh, I'm such a perfectionist...

Now doing a complete re-write for Version 2.0
will be upgradable

Now Taking suggestions

-Stim
Go to Top of Page

Pull My Finger
Starting Member

43 Posts

Posted - 09 December 2004 :  11:19:26  Show Profile
Maybe bug on verson 1.5

I upgraded from 1.2

When selecting "Members Only" theres no links on topic view and topic replys when IM loged on as a normal member and also Admin. Other selections work
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 09 December 2004 :  11:31:10  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
quote:
Originally posted by Pull My Finger

Maybe bug on verson 1.5

I upgraded from 1.2

When selecting "Members Only" theres no links on topic view and topic replys when IM loged on as a normal member and also Admin. Other selections work



Can you post a link to your forum? I cant duplicate it on my forum

-Stim
Go to Top of Page

Pull My Finger
Starting Member

43 Posts

Posted - 09 December 2004 :  18:16:15  Show Profile
quote:
Originally posted by Da_Stimulator

Can you post a link to your forum? I cant duplicate it on my forum



I got the mod set to members only. Again other selections work the way they surposed too.

http://www.yankeewaterfowler.com/forum/
login- test
password- demo
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 10 December 2004 :  06:28:22  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Double-check to make sure that your "PopStatLink" Function in inc_func_common is updated, and try "Check Forum Installation" to update the variables.

It's working fine on my forum, I cant duplicate it to fix it...

Ok I found it, change this in inc_func_common.asp in the PopStatLink funciton

"if mLev < 0 then"

to

"if mLev > 0 then"

typo on my part, fixed in readme

-Stim

Edited by - Da_Stimulator on 10 December 2004 06:30:20
Go to Top of Page

Pull My Finger
Starting Member

43 Posts

Posted - 10 December 2004 :  11:35:51  Show Profile
Da_Stimulator:

That did the trick.....Set to "Members Only"... worked under member name "test" and admin.... Didn't work when logged off as lurker (they way its surposed too for lurkers)

Thanks a Bunch!
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 02 January 2005 :  21:08:10  Show Profile
When viewing Archived topics, I get the following:
ADODB.Field error '800a0bcd' 
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. 

/Forum/inc_func_common.asp, line 47
The line 47 is in red:
Function GetMemViewed(fTopicID, fUserID)
  strsql = "SELECT T_MEMVIEWED FROM " & strTablePrefix & "TOPICS"
  strsql = strsql & " WHERE TOPIC_ID=" & fTopicID				 
  set fRS = Server.CreateObject("ADODB.RecordSet")
  fRS.CursorLocation = adUseClient
  fRS.Open strsql, my_conn, adOpenKeyset
  crappyVB = fRS("T_MEMVIEWED")
  if IsNull(crappyVB) or IsEmpty(crappyVB) then 
    GetMemViewed = Cint(fUserID)
  else
    GetMemViewed = crappyVB & "," & Cint(fUserID)
  end if
  fRS.Close
  set fRS = nothing
Any ideas on the Archived stuff?


Cheers,

David Greening
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 02 January 2005 :  23:37:19  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Let me look into it, I didnt take archived topics into account when I wrote the script... Will have a fix for you by tomorrow :)

-update-

I dont have archived topics on my forum, so I cant test this.

But, in your inc_func_common.asp file, change the strTablePrefix in the GetMemViewed Function to strActivePrefix


strsql = "SELECT T_MEMVIEWED FROM " & strActivePrefix & "TOPICS"

-Stim

Edited by - Da_Stimulator on 03 January 2005 22:09:23
Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07