Welcome, Guest. Please Login or Register.
April 27, 2025, 06:17:41 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 2 3 [4] 5 6 ... 10 Reply Ignore Print
Author Topic: [Done 1.3.1] MemberAction Mod (UserDoingWhat) v0.2a  (Read 12648 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)
« Reply #45 on: May 19, 2002, 02:00:10 PM »
Reply with quote

Well, there is one way to find out... PlonkerFish, come to my board, I will make a test board and I want you to look at it. While you are in the test board I will check to see if it shows...
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)
« Reply #46 on: May 19, 2002, 02:05:43 PM »
Reply with quote

Quote from: PlonkerFish on May 19, 2002, 01:58:19 PM
Quote from: Scotty_B on May 19, 2002, 01:44:16 PMif you view a restricted access forum and someone who cant view the forum looks @ the whos doing what, does it show them the name of the thread your looking at or does it censor it?

soo..... does this happen then?

I would say this happen, the non-restricted member will see the name of that board, however, they can't access it ;)

For only Admin, if users are doing something else, he will see the query of URL of that user...instead of just Doing Something Else..
Logged

On the route to hell...
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Done] MemberAction Mod (UserDoingWhat)
« Reply #47 on: May 19, 2002, 02:26:19 PM »
Reply with quote

I have found a slight problem.

When I go into the Who is doing what section...

And click on a members name (to view their profile).. it say member does not exist.

If I view their profile from anywhere else its ok.

The members username is "little+green+round" maybe it doesnt like the + in it??

All other users seem ok....

Logged
vorapoap (vory)
Sr. Member
****
Posts: 424


Not considered either a living or death

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

Ok I fixed it in v0.2.. please redownload.. and read the description in the mod file.

(Add two lines of language).
Logged

On the route to hell...
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


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

I have uploade the new Memberaction.php and changed the LNG file..

As a guest.. I can still view Whos doing what..

How do i stop this??

Thanks

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.2
« Reply #50 on: May 19, 2002, 03:33:07 PM »
Reply with quote

Did you remove this from MemberAction.php?:

   if($user == "Guest") fatal_error($txt[223]);
If so, it needs to be in it for it to not allow guests to view it.
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 #51 on: May 19, 2002, 03:35:43 PM »
Reply with quote

Quote from: Chris Cromer on May 19, 2002, 03:33:07 PMDid you remove this from MemberAction.php?:

   if($user == "Guest") fatal_error($txt[223]);
If so, it needs to be in it for it to not allow guests to view it.

Didnt edit MemberAction.php at all...

Checked.. and that line is there...

Still can view as a guest though
Logged
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


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

Do you allow Guests to view on your board??

Just visited it.. and i could see whos doing what as a guest...

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.2
« Reply #53 on: May 19, 2002, 03:40:27 PM »
Reply with quote

Try replaceing that line with this and see if it fixes it:

   if($user == "Guest") {
      fatal_error($txt[223]);
   }
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
PlonkerFish
Full Member
***
Posts: 247


Chicken

plonkerfish@hotmail.com
Re:[Done] MemberAction Mod (UserDoingWhat)
« Reply #54 on: May 19, 2002, 03:42:10 PM »
Reply with quote

Quote from: Chris Cromer on May 19, 2002, 02:00:10 PMWell, there is one way to find out... PlonkerFish, come to my board, I will make a test board and I want you to look at it. While you are in the test board I will check to see if it shows...

lol, i'm almost 2 hours late. I'll be on l8r tonight ;)
Logged

If i don't make sense, please tell me.

I stole this avatar. I wonder how long it will take before the person finds out!
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


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

Quote from: Chris Cromer on May 19, 2002, 03:40:27 PMTry replaceing that line with this and see if it fixes it:

   if($user == "Guest") {
      fatal_error($txt[223]);
   }

Nope.. Guests can still view :-/

Logged
vorapoap (vory)
Sr. Member
****
Posts: 424


Not considered either a living or death

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

Quote from: Chris Cromer on May 19, 2002, 03:40:27 PMTry replaceing that line with this and see if it fixes it:

   if($user == "Guest") {
      fatal_error($txt[223]);
   }

Is that different? :P
Logged

On the route to hell...
PlonkerFish
Full Member
***
Posts: 247


Chicken

plonkerfish@hotmail.com
Re:[Done] MemberAction Mod (UserDoingWhat) v0.2
« Reply #57 on: May 19, 2002, 03:48:44 PM »
Reply with quote

don't go >_<

i will chase my hamsters after you to eat you!!!
Logged

If i don't make sense, please tell me.

I stole this avatar. I wonder how long it will take before the person finds out!
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 #58 on: May 19, 2002, 03:49:42 PM »
Reply with quote

Sorry that is the same. Alright look for:

   global $user,$txt,$settings,$color,$TableHeader,$imagesdir,$TableFooter,$db_prefix,$modSetting,$MembersPerPage,$start;
   global $TableHeader, $TableFooter, $Sort, $yytitle;

and add this after it:

global $username;
Then look for:

   if($user == "Guest") fatal_error($txt[223]);
and replace it with:

   if($username == "Guest") fatal_error($txt[223]);
Tell me if this works.
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.2
« Reply #59 on: May 19, 2002, 03:54:21 PM »
Reply with quote

Thank you for your help Mr.CoolSurname :D (Cromer)

Why it doesn't work is very strange.. I copied this line from Memberlist.php :(
Logged

On the route to hell...
Pages: 1 2 3 [4] 5 6 ... 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.101 seconds with 18 queries.