Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Link to del.icio.us from post Details »»
Link to del.icio.us from post
Version: 1.00, by GilbertZ GilbertZ is offline
Developer Last Online: Jul 2007 Show Printable Version Email this Page

Version: 3.5.0 RC2 Rating:
Released: 08-25-2005 Last Update: Never Installs: 9
Template Edits
 
No support by the author.

If you want to allow your users to bookmark your posts or threads, you can add this code to the end of each post.

Something like this in your postbit should work:

Search for
PHP Code:
<!-- / controls --> 
and right below add this:

PHP Code:
<br /><div align="left"><class="smallfont" href="http://del.icio.us/post?url=$vboptions[bburl]/showpost.php?p=$post[postid]&title=$post[title]target="_blank">Bookmark this post with Del.icio.us</a></div

You can modify the wording or use it on a thread level rather than a post level. Especially if you don't have that option where the thread title is quoted on a post level, because you'll have an empty title in that case.

3.50 Demo 1:

http://www.simstalk.com/forums/showthread.php?t=161

3.08 Demo 2:

http://www.diamondtalk.com/forums/t6...rsonality.html

If you like this mod bookmark it

Show Your Support

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

Comments
  #2  
Old 08-26-2005, 10:17 AM
nexialys
Guest
 
Posts: n/a
Default

<a href="http://del.icio.us/" target="_blank">http://del.icio.us/</a>

» del.icio.us is a social bookmarks manager. It allows you to easily add web pages you like to your personal collection of links, to categorize those sites with keywords, and to share your collection not only among your own browsers and machines, but also with others.
» Once you've registered for the service, you add a simple bookmarklet to your browser. When you find a web page you'd like to add to your list, you simply select the del.icio.us bookmarklet, and you'll be asked for information about the page. You can add descriptive terms to group similar links together and add notes for yourself or for others.
» You can access your list of links from any web browser. Your links are shown to you with those you've added most recently at the top. In addition to viewing by date, you can also view all links with a specific keywords (you define your own keywords as you add the links), or search your links for keywords.
» What makes del.icio.us a social system is its ability to let you see the links that others have collected, as well as showing you who else has bookmarked a specific site. You can also view the links collected by others, and subscribe to the links of people whose lists you find interesting.
Reply With Quote
  #3  
Old 08-26-2005, 11:52 AM
jugo jugo is offline
 
Join Date: Feb 2004
Location: Reading your emails.
Posts: 573
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Nexialys...I was going to ask...

And thanks Gilbertz for the hack.

/me installs.
Reply With Quote
  #4  
Old 08-26-2005, 08:46 PM
flaregun flaregun is offline
 
Join Date: Aug 2004
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm, am i missing something, I just tested this hack and the link doesn't show. I think i'm dense

ahh, I am dense, I forgot postbit legacy
Reply With Quote
  #5  
Old 08-26-2005, 08:56 PM
flaregun flaregun is offline
 
Join Date: Aug 2004
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BTW - if you want send the thread to del.icio.us, here is the code. Put it wherever you want, I put it above the 'next' and 'previous' thread.

Code:
<a class="smallfont" href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$thread[threadid]&title=$thread[title]" target="_blank">Bookmark this thread with Del.icio.us</a>
Reply With Quote
  #6  
Old 08-27-2005, 12:23 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, thank you for sharing your mod.

Could you please put your instructions into a .txt file and attach it? Makes it easier for users who need to re-install this mod for any reason to find the file rather than this thread. Thank you.
Reply With Quote
  #7  
Old 08-27-2005, 04:50 AM
totenmaske totenmaske is offline
 
Join Date: Jul 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by flaregun
BTW - if you want send the thread to del.icio.us, here is the code. Put it wherever you want, I put it above the 'next' and 'previous' thread.
I varied this a little by placing it between the previous and next threads.

Code:
 ?  PREV THREAD  | DEL.ICIO.US BOOKMARK | NEXT THREAD  ?
Sweet (and quick) little mod!
Reply With Quote
  #8  
Old 08-28-2005, 06:46 AM
GilbertZ GilbertZ is offline
 
Join Date: Nov 2004
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Rethinking this mod, where it really belongs and fits well is thread level and in the thread tools drop down, with a little deli.cio.us icon next to it.

I'll redo it when vb 3.5 goes gold.
Reply With Quote
  #9  
Old 09-10-2005, 05:35 PM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice work, thanks for this!
Reply With Quote
  #10  
Old 09-15-2005, 06:48 PM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alien
Very nice work, thanks for this!
Any idea how best to get this NOT to show in private messages?
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 11:15 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04517 seconds
  • Memory Usage 2,306KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_code
  • (2)bbcode_php
  • (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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (10)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