News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Active Members In Topic

Started by snork13, June 01, 2006, 02:09:14 PM

Previous topic - Next topic

Vinspire

Quote from: snork13 on June 28, 2006, 09:16:10 AM
working example, toggle on/off too

http://www.snork13.net/smf11/index.php?topic=20.0

Thanks snork. When will be the next version of this ? I want it to be like this screenshot  ;D


snork13

Quote from: Vinspire on June 28, 2006, 10:30:13 AM
Quote from: snork13 on June 28, 2006, 09:16:10 AM
working example, toggle on/off too

http://www.snork13.net/smf11/index.php?topic=20.0

Thanks snork. When will be the next version of this ? I want it to be like this screenshot  ;D



Not sure, only time will tell ;)
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

Vinspire

Hmm ... hope to c an update of this mod soon. The popup window is really awesome :(

PrizeLive.com

Installations actions for "Active Members In Topic":
Installing this package will perform the following actions:
   Type    Action    Description
1.    Execute Modification    ./Sources/Display.php    Test successful
2.    Execute Modification    ./Sources/ManagePermissions.php    Test failed
3.    Execute Modification    ./Sources/ModSettings.php    Test successful
4.    Execute Modification    ./Themes/default/Display.template.php    Test successful
5.    Execute Modification    ./Themes/default/index.template.php    Test successful
6.    Execute Modification    ./Themes/default/languages/Help.english.php    Test successful
7.    Execute Modification    ./Themes/default/languages/index.english.php    Test successful
8.    Execute Modification    ./Themes/default/languages/ManagePermissions.english.php    Test successful
9.    Execute Modification    ./Themes/default/languages/ModSettings.english.php    Test failed
10.    Execute Modification    ./Themes/default/languages/Modifications.english.php    Test successful
11.    Execute Code    add_settings.php


If I just manually edit those two files that failed, will it work right/
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!


PrizeLive.com

#25
Any way to choose how its sorted in the admin side?  I'd like to see it sorted by username, but be able to switch based on post count as well..

One big issue I think.......

It's display the username and not the display name..... Some people want to hide their username so people dont know what name they log in with... Can you modify the code or how would I if I wanted to change this?
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

fiver

Hi snork13... a feature request:

How about making it Active and Inactive Members In Topic? or maybe another mod called Inactive Members in Topic? so we can see a list of those members who has read but not posted. Thanks.

;)

LostProphecy

oooh i would love the read but not posted bit but i imagine it would be ultra hard if not impossible to code...
Angelus Ex Quo Nox

snork13

Quote from: SurfExcelerator.com on July 13, 2006, 03:07:55 PM
Any way to choose how its sorted in the admin side?  I'd like to see it sorted by username, but be able to switch based on post count as well..

One big issue I think.......

It's display the username and not the display name..... Some people want to hide their username so people dont know what name they log in with... Can you modify the code or how would I if I wanted to change this?

this could be changed in the "query" I chose the name the member sign up with. I look into it after the weekend.

-Snork13
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

PrizeLive.com

Quote from: snork13 on July 14, 2006, 11:14:47 AM
this could be changed in the "query" I chose the name the member sign up with. I look into it after the weekend.

-Snork13

Ok great.. Just let me know..
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

snork13

Quote from: SurfExcelerator.com on July 14, 2006, 12:20:46 PM
Quote from: snork13 on July 14, 2006, 11:14:47 AM
this could be changed in the "query" I chose the name the member sign up with. I look into it after the weekend.

-Snork13

Ok great.. Just let me know..


i think this is what you want.

in sources/Display.php  find 

{$db_prefix}members.memberName

and replace with

{$db_prefix}members.realName

-Snork13
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

PrizeLive.com

Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

PrizeLive.com

I have another request.... How can I have it so when I view a post, that my total is bolded when I view the active members in topic area?  So each member can find his/her stats quickly...
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

PrizeLive.com

Take the picture below as an example.. Would there be anyway to reset all members numbers whenever you want to? Just for that topic only? I'd still want the posts to remain in the thread but the members totals be reset back to 0...

Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

PrizeLive.com

Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

snork13

Quote from: SurfExcelerator.com on July 17, 2006, 10:15:18 AM
Is it possible to reset it?
Not at this time, the query for the mod would need to be changed and I have no plan on doing that, but your welcome to.

-Snork13
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

PrizeLive.com

Quote from: snork13 on July 17, 2006, 01:53:25 PM
Not at this time, the query for the mod would need to be changed and I have no plan on doing that, but your welcome to.

-Snork13

Can you give me the code (query) to run in the database (phpmyadmin) to reset the numbers for a given topic number?
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

Vinspire

Quote from: Jay T on June 24, 2006, 04:30:09 PM
Snork very nice as always.

I do have one request if it is possible. I like the way VB has it. The amount of replies is a link that will popup this list. This info is sometimes good to have. The way VB has it is it just a little cleaner. Can this be done?

Here is a s/s to help explain


snork, can we have this in the next update ?

angelillovk

Good afternoon, I have installed mod "Activates Members In Topic", gustaria to know to me as I can put the bottom of the black box.

kriskd

Are any file modifications required for those of us not using the default theme?  (I use the classic theme.)
SMF 2.0.2

Advertisement: