Current time: 05-24-2012, 11:50 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] WOL: Viewing a profile [C-Michael83]
09-21-2008, 11:23 PM
Post: #1
[F] WOL: Viewing a profile [C-Michael83]
In the who's online list it always says "Viewing a profile". It should be "Viewing profile of user x" like it was in previous versions.

Greets,
Michael
-------------
[Image: donation_drive_sig.png]
Visit this user's website Find all posts by this user
09-22-2008, 07:53 AM
Post: #2
RE: WOL: Viewing a profile
Ever thought it might not be a bug, rather a feature change?...

I think it's a great step for privacy in myBB - why should you know who's profile I'm looking at! Toungue
Find all posts by this user
09-22-2008, 09:40 AM (This post was last modified: 09-22-2008 09:40 AM by MattRogowski.)
Post: #3
RE: WOL: Viewing a profile
Well there should be an option in the ACP for it... here, it shows, I have a fresh 1.4.2 install and it doesn't and I can't see why. These forums are on 1.4.2, are they not??

Download My Plugins
My Personal Site - Twitter
[Image: eX4bjF]
Visit this user's website Find all posts by this user
09-22-2008, 01:34 PM
Post: #4
RE: WOL: Viewing a profile
(09-22-2008 09:40 AM)Matt_ Wrote:  Well there should be an option in the ACP for it... here, it shows, I have a fresh 1.4.2 install and it doesn't and I can't see why. These forums are on 1.4.2, are they not??

He was joking
Visit this user's website Find all posts by this user
09-22-2008, 02:47 PM
Post: #5
RE: WOL: Viewing a profile
(09-22-2008 01:34 PM)Ryan Gordon Wrote:  
(09-22-2008 09:40 AM)Matt_ Wrote:  Well there should be an option in the ACP for it... here, it shows, I have a fresh 1.4.2 install and it doesn't and I can't see why. These forums are on 1.4.2, are they not??

He was joking

I realise now Toungue
Anyways, is it meant to be like this now??

Download My Plugins
My Personal Site - Twitter
[Image: eX4bjF]
Visit this user's website Find all posts by this user
09-22-2008, 08:20 PM (This post was last modified: 10-03-2008 05:16 PM by Manuel Feller.)
Post: #6
RE: WOL: Viewing a profile
No. It has something to do with the last update...
Those lines cause it.

1.4.1
PHP Code:
        if(isset($_SERVER['QUERY_STRING']))
        {
            
$location .= "?".$_SERVER['QUERY_STRING'];
        }
        else if(isset(
$_ENV['QUERY_STRING']))
        {
            
$location .= "?".$_ENV['QUERY_STRING'];
        } 

1.4.2
PHP Code:
        if(isset($_SERVER['QUERY_STRING']))
        {
            
$location .= "?".htmlspecialchars_uni($_SERVER['QUERY_STRING']);
        }
        else if(isset(
$_ENV['QUERY_STRING']))
        {
            
$location .= "?".htmlspecialchars_uni($_ENV['QUERY_STRING']);
        } 

You should use the 1.4.1 version

Regards,
Manuel

Don't ask me for support over PM, please.
Find all posts by this user
09-29-2008, 11:43 PM
Post: #7
[F] WOL: Viewing a profile
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 2 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication