Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Desktop Image Hack Details »»
Desktop Image Hack
Version: 1.00, by PSI|Dr-X PSI|Dr-X is offline
Developer Last Online: Jul 2005 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 03-01-2003 Last Update: Never Installs: 18
 
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 03-04-2003, 12:45 AM
LOD-squa's Avatar
LOD-squa LOD-squa is offline
 
Join Date: Aug 2002
Location: Orlando, Florida
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lol, I am used to doing the same thing.
Reply With Quote
  #53  
Old 03-04-2003, 06:11 AM
Sebastian's Avatar
Sebastian Sebastian is offline
 
Join Date: Oct 2002
Location: America
Posts: 488
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by gopherhockey
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..
well, it doesn't have to be desktop pictures, it can be naked pictures if you'd like.. there are no limits..

as for space.. well, most of don't have 100MB of webspace you know.... I have an entire 60GB drive to myself, as with most others with dedicated servers.
Reply With Quote
  #54  
Old 03-05-2003, 02:29 PM
PSI|Dr-X PSI|Dr-X is offline
 
Join Date: Aug 2002
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by EchoHype.com
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
add below:
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>
In online.php find:
Code:
case 'gallery':
$userinfo[where] = "Viewing Picture <a href='gallery.php?s=$session[sessionhash]'>Gallery<a>";
break;
add below:
Code:
case 'desktopimage':
	  $userinfo[where] = "Adding/Changing <a href='desktop.php?s=$session[sessionhash]'>Desktop Image<a>"; 
break;
find:
Code:
case 'gallery.php':
    $userinfo[activity] = 'gallery';
    break;
add below:
Code:
case 'desktop.php':
	$userinfo[activity] = 'desktopimage';
	break;

works on my forums. Have fun!

I had already done that modify profile but anywayz thnx

I will be really soon attaching the new updated hack its delayed cuz i most format my computer of a virus
Reply With Quote
  #55  
Old 03-08-2003, 05:43 PM
Xyphen's Avatar
Xyphen Xyphen is offline
 
Join Date: Dec 2002
Location: ON, Canada
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you make an addon that users can choose to upload or specify a url?
Reply With Quote
  #56  
Old 03-08-2003, 05:56 PM
Zzed's Avatar
Zzed Zzed is offline
 
Join Date: Feb 2002
Location: Glendale, CA, USA
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I released a similar hack to this last year...

Image in profile
Reply With Quote
  #57  
Old 03-09-2003, 04:59 PM
PSI|Dr-X PSI|Dr-X is offline
 
Join Date: Aug 2002
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Avio i had formatted everything of that computer and i am gonna install that computer tommorrow so then i can begin coding *on this computer my server doesn't works*
Reply With Quote
  #58  
Old 07-20-2003, 12:34 AM
ElmGoodie ElmGoodie is offline
 
Join Date: Mar 2003
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a chance you could tell me how to also be able to use this on the fourmhome?
Reply With Quote
  #59  
Old 07-20-2003, 04:23 PM
KISS's Avatar
KISS KISS is offline
 
Join Date: Jan 2002
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about a option in the postbit or something that would show if the user has added his desktop for viewing.

Like:

Desktop Available or Desktop Not Available.
Reply With Quote
  #60  
Old 09-17-2003, 08:05 PM
Harlequin's Avatar
Harlequin Harlequin is offline
 
Join Date: Aug 2003
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I asked the same thing about the Image In Profile hack by Zzed (another great hack tryin' to accomplish the same thing as this one is ) and I think it merits the same thing here.


How would someone go about making a preview for this 'desktop image' in the usercp? [In a table like a signature preview or the subscribed threads, on the main usercp page.]
Reply With Quote
  #61  
Old 09-18-2003, 12:10 AM
Keyser S?ze's Avatar
Keyser S?ze Keyser S?ze is offline
 
Join Date: Apr 2002
Location: USA
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

he means so ppl can upload the desktop pic, like in the sig hosting hack, or attachments

also what would be GREAT is if in the profile view, the desktop pic is small like in vb3 attachment views, and then u click it to see the bigass pic

that would be cool, dunno if imma install this one, ppl will complain too much "i aint got no where to host my pic "
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:53 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05072 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete