Simple Machines Community Forum

SMF Development => Feature Requests => Applied or Declined Requests => Topic started by: Krispl on January 26, 2005, 07:59:15 PM

Title: [Mod] System Configuration
Post by: Krispl on January 26, 2005, 07:59:15 PM
Mod like this i really miss that from phpbb mayby som one convert to smf ?
http://www.phpbbhacks.com/download/3348

" This hack places a system button at the bottom of each post that, when pressed, will pop up a window with information about that user's computer system. "
Title: Re: [Mod] System Configuration
Post by: Trekkie101 on January 27, 2005, 12:10:53 PM
Could you give a screenshot, im gueesing it might not be a hard button but im not sure as of yet, I think i could do this even (Im not that good at php) but the ['something'] things could be useful. and might enable me to make it. But if someone else has solid knowledge i would hope they could try it
Title: Re: [Mod] System Configuration
Post by: Trekkie101 on January 27, 2005, 12:52:43 PM
To me this was what i wanted but wasnt  :P

<?php
//Member Stats Mod


echo
    
$message['member']['avatar']['image'],
    
$message['member']['ip'],
    
$message['member']['username'],
    
$message['member']['group'],
    
$message['member']['email_public'],
    
$message['member']['blurb'],
    
$message['member']['posts'],
    
$message['member']['title']

?>


I was hoping that would display something but never   :-\
Title: Re: [Mod] System Configuration
Post by: [Unknown] on January 27, 2005, 07:57:01 PM
Why not just use javascript to write the popup as it comes, like the smiley popup?

-[Unknown]
Title: Re: [Mod] System Configuration
Post by: Trekkie101 on January 28, 2005, 10:07:38 AM
There was a pop-up but ive only tried going to the page directly and it doesnt work, just a white screen is it supposed to work? I have another way but it doesnt use SMF code which I would rthaer use.