Welcome, Guest. Please Login or Register.
April 27, 2025, 06:32:34 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.3.1] MemberAction Mod (UserDoingWhat) v0.2a « previous next »
Pages: 1 ... 3 4 [5] 6 7 ... 10 Reply Ignore Print
Author Topic: [Done 1.3.1] MemberAction Mod (UserDoingWhat) v0.2a  (Read 12652 times)
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2
« Reply #60 on: May 19, 2002, 03:56:30 PM »
Reply with quote

I don't want to be cool. *Uck*

The reason it didn't work was because I beleive $user is blank with no value. But $username is used by Subs.php and is always set to the username that is logged in no matter what.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Done] MemberAction Mod (UserDoingWhat) v0.2
« Reply #61 on: May 19, 2002, 03:58:19 PM »
Reply with quote

Yeah!! that did the job :-)

Many thanks!

Cool mod btw...

A few of my members have asked if it could just show what Guests are doing though.. would that be easy to do??

(They dont like being spied on ya see)
Logged
vorapoap (vory)
Sr. Member
****
Posts: 424


Not considered either a living or death

WWW
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2
« Reply #62 on: May 19, 2002, 03:58:53 PM »
Reply with quote

Yes.. That works now .

So I guess.. it is the bug in Memberlist.php as well.
Will update a zip file in a second.
Logged

On the route to hell...
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2
« Reply #63 on: May 19, 2002, 04:06:04 PM »
Reply with quote

No it isn't a bug in Memberlist.php I don't think memberlist is being included and that is why the variable is blank.

I think if you remove this it might only print the names of the guests... but I am not certain, vory would know better than I would.

      else {
         $euser=urlencode($membername);
         print "<a href=\"$cgi?action=viewprofile;user=$euser\">$realname</a>";
      }
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #64 on: May 19, 2002, 08:55:38 PM »
Reply with quote

is uncommented the isadmin line...  but it still lets none admins in...

(Oh Chris.. that change above.. just got rid of the user name... displayed the rest of the detail.. doh!)

Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #65 on: May 19, 2002, 09:01:09 PM »
Reply with quote

I said it MIGHT work not will. Vory is the one to ask on how to do this, since it is his mod.
« Last Edit: May 19, 2002, 09:01:49 PM by Chris Cromer » Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
vorapoap (vory)
Sr. Member
****
Posts: 424


Not considered either a living or death

WWW
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #66 on: May 20, 2002, 12:48:06 AM »
Reply with quote

Look into file Security.php where is_admin is.. and take the code from there might help...
Logged

On the route to hell...
Ironman
Guest
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #67 on: May 20, 2002, 11:57:56 AM »
Reply with quote

I just installed it on 2 Boards, works fine, thanx!  ;)

EDIT: I did a little Modifcation to MemberAction.php:

At the bottom of the File I searched this:

print "</td></tr></table></table>";
and changed into:

print "</td></tr></table></table><br>";
print "<a href=\"http://www.MyURL.de/yabbse/\">Back</a>";

 8)
« Last Edit: May 20, 2002, 12:15:23 PM by Ironman » Logged
Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #68 on: May 20, 2002, 04:00:53 PM »
Reply with quote

I'm having a weird problem with this mod, wondering if anyone could help?

If I change the logTime lines to global statements, I find I'm not displayed in either online users or the user actions page. Gradually this happens to all my members until no members are displayed. If I do not change the logTime lines, everything works as it should, except for the fact that users are sometimes duplicated on the user actions page. In this case, one copy of the user is doing one action, whilst the other copy of the user is doing another. What could be causing this problem? :-\
Logged
Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #69 on: May 20, 2002, 04:09:07 PM »
Reply with quote

One of my members has suggested the problem is caused when a member browses the forum using more than one browser window. I tried this, and sure enough my name was repeated twice.

Is there any way I can prevent this from occurring?
Logged
vorapoap (vory)
Sr. Member
****
Posts: 424


Not considered either a living or death

WWW
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #70 on: May 20, 2002, 09:56:42 PM »
Reply with quote

Due to the fact.. I rarely modified the STRUCTURE of YaBB SE.. also this mod doesn't add anything to the db...  $logTime is now the global variable ESSENTIALLY accessed/modified by the function write_log and click_log. If u want to fix this.. go modifying the write_log and click_log functions.
Logged

On the route to hell...
tore-
Sr. Member
****
Posts: 291


I love YaBB SE!

Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #71 on: May 20, 2002, 10:25:21 PM »
Reply with quote

http://forum.filmanmelderen.com/index.php?action=maction

That aint right....
Logged

Star wars rules!
blacknight
Noobie
*
Posts: 19


I'm a llama!

WWW
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #72 on: May 20, 2002, 10:30:30 PM »
Reply with quote

Is it my imagination, or is the download not working properly... All I get is lot of gibberish when I try to download
Logged
tore-
Sr. Member
****
Posts: 291


I love YaBB SE!

Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #73 on: May 20, 2002, 10:44:52 PM »
Reply with quote

Quote from: blacknight on May 20, 2002, 10:30:30 PMIs it my imagination, or is the download not working properly... All I get is lot of gibberish when I try to download

rename the downloaded file to something.zip
« Last Edit: May 20, 2002, 10:45:26 PM by tore- » Logged

Star wars rules!
tazthedev
Full Member
***
Posts: 161


I'm a llama!

Re:[Done] MemberAction Mod (UserDoingWhat) v0.2a
« Reply #74 on: May 21, 2002, 04:57:55 AM »
Reply with quote

doesnt work...

Users online

- 0 Guests, 1 Users


I dont have the same things... I used boardmod 2.5 on a local pc.

help
Logged
Pages: 1 ... 3 4 [5] 6 7 ... 10 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.3.1] MemberAction Mod (UserDoingWhat) v0.2a « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.031 seconds with 16 queries.