Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthortimfire
    • CommentTimeApr 10th 2008 edited
     # 101
    blizeH,

    If I understood brandonc correctly, you really only have to change these two lines:

    old:[line 105] $s->AddWhere("i", "IpHistoryID", "", $_COOKIE['IpHistoryID'], "=");

    [line 123] $s->AddWhere("i", "IpHistoryID", "", $_COOKIE['IpHistoryID'], "=");


    new:[line 105] $s->AddWhere("i", "IpHistoryID", "", FormatStringForDatabaseInput($_COOKIE['IpHistoryID']), "=");

    [line 123] $s->AddWhere("i", "IpHistoryID", "", FormatStringForDatabaseInput($_COOKIE['IpHistoryID']), "=");
    •  
      CommentAuthorSomo
    • CommentTimeApr 28th 2008
     # 102
    Thanks for that brandonc, extension works fine for me now.
    •  
      CommentAuthorHamed
    • CommentTimeMay 11th 2008
     # 103
    how do we change the position of the users online?
    can we make it right above the footer, instead of being within the panel?
    •  
      CommentAuthorrayk
    • CommentTimeMay 21st 2008
     # 104
    Can some one share the modded version Mr Do had? The link http://alek-3d.be/WhosOnline.rar <-- seems to be down :(
    •  
      CommentAuthorHamed
    • CommentTimeMay 21st 2008
     # 105
    what was the difference in the modded version?
    •  
      CommentAuthorrayk
    • CommentTimeMay 24th 2008
     # 106
    It works better, like the one I have now (modded from following instructions) for some reason doesn't display anything to guests (missing from panel), where as before it would (I had to delete some extensions to fix a little hick up).
    •  
      CommentAuthorHamed
    • CommentTimeMay 25th 2008
     # 107
    I had the same issue along time ago, but i got it fixed.

    check out my topic here:
    http://lussumo.com/community/discussion/7593/whos-online-available-to-guests-as-well/#Item_6
    •  
      CommentAuthorrayk
    • CommentTimeMay 25th 2008
     # 108
    Cheers :D
    •  
      CommentAuthorHamed
    • CommentTimeMay 25th 2008
     # 109
    glad i could help
    ^_^
  1.  # 110
    Is there a way to display the users' full names instead of their user IDs?
    • CommentAuthorcircuit
    • CommentTimeJun 23rd 2008
     # 111
    i would like to display the user icon next to the ID :)
    • CommentAuthorStahlblau
    • CommentTimeJul 30th 2008
     # 112
    Hi There.

    Is there a way to change the method of ordering the names?
    It seems to me, that it dislays allways the first-registered users first.
    So the oldest registered user is allways on top.
    It would be great to see the list ordered by the actual login-time. newest logged-in users first (or at the bottom).

    ?
    • CommentAuthorcircuit
    • CommentTimeAug 1st 2008
     # 113
    stahlblau, try reading this thread, specifically post 65, as it answers your question directly.
    • CommentAuthorStahlblau
    • CommentTimeAug 2nd 2008
     # 114
    Thanks! :)
    Forgot to mention that i tried this allready.
    Unfortunatley it returns this error:

    A fatal, non-recoverable error has occurred

    Technical information (for support personel):

    Error Message
    An error occurred while attempting to retrieve the requested information.
    Affected Elements
    WhosOnline.GetRecentUsers();
    The error occurred on or near: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DESC' at line 1
    For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs
    • CommentAuthorStahlblau
    • CommentTimeAug 9th 2008 edited
     # 115
    sorry for bumping all night long ;)
    but are there any news?
Add your comments
    Username Password
  • Format comments as