Previous Thread
Next Thread
Print Thread
Rate Thread
Ian_W #316366 11/26/2007 11:01 AM
Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
This is my latest version smile

Code
<br /><br />
<a rel="nofollow" href="http://del.icio.us/post?url={$config.FULL_URL}/ubbthreads.php{$var_start}ubb{$var_eq}showflat{$var_sep}Number{$var_eq}{$postrow[post].Number}%2F%23Post{$postrow[post].Number}&title={$postrow[post].SubjectSocial}" title="Add {$postrow[post].SubjectSocial} to del.icio.us" target="_blank"><img src="{$config.FULL_URL}/images/social/delicious.gif" border="0" alt="Add {$postrow[post].SubjectSocial} to Del.icio.us" title="Post {$postrow[post].SubjectSocial} to Del.icio.us" /></a>
<a rel="nofollow" href="http://digg.com/submit?phase=2&url={$config.FULL_URL}/ubbthreads.php{$var_start}ubb{$var_eq}showflat{$var_sep}Number{$var_eq}{$postrow[post].Number}%2F%23Post{$postrow[post].Number}&title={$postrow[post].SubjectSocial}" title="Digg {$postrow[post].SubjectSocial}" target="_blank"><img src="{$config.FULL_URL}/images/social/digg.gif" border="0" alt="Digg {$postrow[post].SubjectSocial}" title="Digg {$postrow[post].SubjectSocial}" /></a>
<a rel="nofollow" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u={$config.FULL_URL}/ubbthreads.php{$var_start}ubb{$var_eq}showflat{$var_sep}Number{$var_eq}{$postrow[post].Number}%2F%23Post{$postrow[post].Number}&t={$postrow[post].SubjectSocial}" title="Post {$postrow[post].SubjectSocial} to Yahoo My Web" target="_blank"><img src="{$config.FULL_URL}/images/social/yahoomyweb.gif" border="0" alt="Add {$postrow[post].SubjectSocial} to Yahoo My Web" title="Add {$postrow[post].SubjectSocial} to Yahoo My Web" /></a>
<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&bkmk={$config.FULL_URL}/ubbthreads.php{$var_start}ubb{$var_eq}showflat{$var_sep}Number{$var_eq}{$postrow[post].Number}%2F%23Post{$postrow[post].Number}&title={$postrow[post].SubjectSocial}" title="Post {$postrow[post].SubjectSocial} to Google Bookmarks" target="_blank"><img src="{$config.FULL_URL}/images/social/googlebookmarks.gif" border="0" alt="Add {$postrow[post].SubjectSocial} to Google Bookmarks" title="Add {$postrow[post].SubjectSocial} to Google Bookmarks" /></a>
<a rel="nofollow" href="http://www.facebook.com/sharer.php?u={$config.FULL_URL}/ubbthreads.php{$var_start}ubb{$var_eq}showflat{$var_sep}Number{$var_eq}{$postrow[post].Number}%2F%23Post{$postrow[post].Number}&t={$postrow[post].SubjectSocial}" title="Post {$postrow[post].SubjectSocial} to Facebook" target="_blank"><img src="{$config.FULL_URL}/images/social/facebook.gif" border="0" alt="Add {$postrow[post].SubjectSocial} to Facebook" title="Add {$postrow[post].SubjectSocial} to Facebook " /></a>
<a rel="nofollow" href="http://www.stumbleupon.com/submit?url={$config.FULL_URL}/ubbthreads.php{$var_start}ubb{$var_eq}showflat{$var_sep}Number{$var_eq}{$postrow[post].Number}%2F%23Post{$postrow[post].Number}&title={$postrow[post].SubjectSocial}" title="Post {$postrow[post].SubjectSocial} to Stumbleupon" target="_blank"><img src="{$config.FULL_URL}/images/social/stumbleupon.gif" border="0" alt="Add {$postrow[post].SubjectSocial} to Stumbleupon" title="Add {$postrow[post].SubjectSocial} to Stumbleupon" /></a>
<a rel="nofollow" href="http://reddit.com/submit?url={$config.FULL_URL}/ubbthreads.php{$var_start}ubb{$var_eq}showflat{$var_sep}Number{$var_eq}{$postrow[post].Number}%2F%23Post{$postrow[post].Number}&title={$postrow[post].SubjectSocial}" title="Post {$postrow[post].SubjectSocial} to Reddit" target="_blank"><img src="{$config.FULL_URL}/images/social/reddit.gif" border="0" alt="Add {$postrow[post].SubjectSocial} to Reddit" title="Add {$postrow[post].SubjectSocial} to Reddit" /></a>

Notes:-

I am only using icons (which I have contained within /images/social), so have removed the div command.
I am adding to all posts so have removed the smarty command, which limits it to the first post on a page only.
I have added "no follow" to each link
I have changed #Post{$postrow[post].Number} to %2F%23Post{$postrow[post].Number} - this allows the full post URL to go through to the bookmarks (it also ensures that the title of the post is carried over as well (which was not happening before))
I have added a few more links - I am not 100% sure which sites are the most popular.
This is not updated with the language files though. Words are hardcoded.
This needs to be added to post_top.tpl and post_side.tpl to show up in the posts for 7.2 and above.
In showflat.inc.php replace $postrow[$i]['Subject'] = "$Subject"; with $postrow[$i]['Subject'] = "$Subject"; $postrow[$i]['SubjectSocial'] = "$Subject";

I have tested on yahoo, google & digg - so can only assume others work as well.

Thanks to Allen for the original posts smile



Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Sponsored Links
Entire Thread
Subject Posted By Posted
ubb.social AllenAyres 08/03/2006 5:38 PM
Re: ubb.social AllenAyres 08/03/2006 5:43 PM
Re: ubb.social Ian_W 12/25/2006 1:49 PM
Re: ubb.social Gizmo 12/26/2006 7:50 AM
Re: ubb.social AllenAyres 12/26/2006 8:18 PM
Re: ubb.social Gizmo 12/27/2006 2:58 AM
Re: ubb.social StanCA 01/04/2007 3:46 PM
Re: ubb.social AllenAyres 01/04/2007 4:24 PM
Re: ubb.social StanCA 01/04/2007 4:26 PM
Re: ubb.social chillin 01/04/2007 8:00 PM
Re: ubb.social Ian Spence 01/05/2007 12:55 AM
Re: ubb.social AllenAyres 01/07/2007 4:24 AM
Re: ubb.social AllenAyres 01/10/2007 4:35 AM
Re: ubb.social Gizmo 01/10/2007 7:02 AM
Re: ubb.social Gizmo 01/05/2007 1:38 AM
Re: ubb.social chillin 01/05/2007 1:40 AM
Re: ubb.social Gizmo 01/05/2007 3:28 AM
Re: ubb.social StanCA 01/05/2007 5:23 AM
Re: ubb.social Ian_W 11/24/2007 3:53 PM
Re: ubb.social Ian_W 11/24/2007 6:21 PM
Re: ubb.social Ian_W 11/25/2007 1:13 PM
Re: ubb.social AllenAyres 11/25/2007 3:45 PM
Re: ubb.social Ian_W 11/25/2007 4:04 PM
Re: ubb.social Ian_W 11/26/2007 6:01 PM
Re: ubb.social Ian_W 11/26/2007 6:16 PM
Re: ubb.social Ian_W 11/26/2007 7:54 PM
Re: ubb.social willing 05/31/2008 5:41 AM
Re: ubb.social AllenAyres 06/10/2008 5:28 AM
Re: ubb.social willing 06/10/2008 5:51 AM
Re: ubb.social Ian_W 06/11/2008 10:20 AM
Re: ubb.social willing 06/11/2008 10:36 AM
Re: ubb.social willing 06/12/2008 6:14 AM
Re: ubb.social AllenAyres 06/13/2008 6:56 AM
Re: ubb.social willing 06/13/2008 11:26 AM
Re: ubb.social willing 06/28/2008 3:07 AM
Re: ubb.social willing 07/14/2008 6:11 AM
Re: ubb.social AllenAyres 07/17/2008 4:39 PM
Re: ubb.social willing 07/18/2008 1:29 AM
Re: ubb.social AllenAyres 08/04/2008 11:37 PM
Re: ubb.social Gizmo 08/05/2008 6:19 AM
Re: ubb.social sirdude 08/05/2008 6:29 AM
Re: ubb.social AllenAyres 08/05/2008 4:47 PM
Re: ubb.social sirdude 08/05/2008 10:23 PM
Re: ubb.social Gizmo 08/06/2008 3:02 AM
Re: ubb.social sirdude 08/06/2008 5:25 AM
Re: ubb.social willing 08/06/2008 8:00 PM
Re: ubb.social willing 08/06/2008 8:01 PM
Re: ubb.social AllenAyres 08/06/2008 8:15 PM
Re: ubb.social sirdude 08/06/2008 8:35 PM
Re: ubb.social Placebo 12/18/2008 2:28 PM
Re: ubb.social AllenAyres 12/19/2008 7:47 PM
Re: ubb.social Placebo 12/21/2008 3:30 PM
Re: ubb.social Placebo 01/08/2009 12:25 PM
Re: ubb.social StanCA 07/04/2009 8:15 PM
Re: ubb.social AllenAyres 07/08/2009 8:56 PM
Re: ubb.social StanCA 07/08/2009 8:57 PM
Re: ubb.social Gizmo 07/08/2009 10:34 PM
Re: ubb.social StanCA 07/11/2009 6:04 PM
Re: ubb.social bellaonline 10/12/2009 9:19 PM
Re: ubb.social bellaonline 10/12/2009 9:45 PM
Re: ubb.social AllenAyres 07/08/2009 9:02 PM
Re: ubb.social Anonymous 07/16/2008 3:51 PM
Re: ubb.social AllenAyres 07/17/2008 4:36 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,575
Posts293,930
Members13,823
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)