The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Desktop Image Hack Details »» | |||||||||||||||||||||||||
Desktop Image Hack
What does this hack do? It adds a place in your member profile for your desktop picture. You can submit your desktop picture at desktop.php so members, Can see your desktop picture in your profile. The picture will be resized at 339 x 250 pixels but if you click on it , it goes to The full size It is a fun hack :classic: Screenshots are in the next posts Please be gentle it is my third hack Here's a live demo: http://www.echohype.com/forums/membe...tinfo&userid=1 Show Your Support
|
Comments |
#42
|
|||
|
|||
Im busy with it right now
|
#43
|
||||
|
||||
hey exactly where do i submit the picture? Am i suppose to add a link somewhere on the forums. I goto url.com/desktop.php and add my URL but it just popups a blank screen after that. . . . and wat's goin on.
|
#44
|
|||
|
|||
You must press ok not enter ..... lol
|
#45
|
||||
|
||||
I"m working on a simple mod to add the links to be easily accesible to change your image in your CP, as well as adding who's online locations for this too.
nothing big, but useful |
#46
|
||||
|
||||
Not sure why people would want to see other people's desktop images... (???) - however, I can see using this to let people post other types of pictures. My site deals with mountain biking, so perhaps pictures of their bikes or something like that.
Interesting though. I can see if users are allowed to upload images directly it could cause storage problems - you'd have to be able to check image sizes and then would be getting into imagemagick types of issues.. I suppose a user could offer an anonymous ftp site to place the pictures then give directions on how to submit a link. Hmmm.. |
#47
|
||||
|
||||
PSI- you may want to add these 2 things to the install file or first post. Please credit me though maybe with a link to me forums, hehe.
In user option templates > modifyprofile find: Code:
$customfields Code:
tr> <td bgcolor="#1C5780"><normalfont><b>Desktop Image:</b></normalfont></td> <td bgcolor="#1C5780"><normalfont><a href="http://www.yourforumURL.com/desktop.php">Add/Change DeskImage</a></normalfont></td> </tr> Code:
case 'gallery': $userinfo[where] = "Viewing Picture <a href='gallery.php?s=$session[sessionhash]'>Gallery<a>"; break; Code:
case 'desktopimage':
$userinfo[where] = "Adding/Changing <a href='desktop.php?s=$session[sessionhash]'>Desktop Image<a>";
break;
Code:
case 'gallery.php': $userinfo[activity] = 'gallery'; break; Code:
case 'desktop.php':
$userinfo[activity] = 'desktopimage';
break;
works on my forums. Have fun! |
#48
|
||||
|
||||
You another cool and interactive idea is there is a free program that will take random screens of your desktop and then upload them to your webspace that would be cool in intergrate that idea into this hack. But that would take some really hard work to get done.
|
#49
|
||||
|
||||
random screens and upload them to your webspace......hmm......that'd be like a live webcam eh? but taking desk screenies.
I like that idea....maybe I"ll talk it over with my guys and may do it. good idea serge! |
#50
|
||||
|
||||
for
Code:
<tr> <td bgcolor="#1C5780"><normalfont><b>Desktop Image:</b></normalfont></td> <td bgcolor="#1C5780"><normalfont><a href="http://www.yourforumURL.com/desktop.php">Add/Change DeskImage</a></normalfont></td> </tr> Code:
<tr> <td bgcolor="#1C5780"><normalfont><b>Desktop Image:</b></normalfont></td> <td bgcolor="#1C5780"><normalfont><a href="$bburl/desktop.php">Add/Change DeskImage</a></normalfont></td> </tr> |
#51
|
||||
|
||||
true true, I just have a passion for typing the full URL
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|