Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Ultrabubble:
New: SefJam Bookmarks
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 10/02/07 01:05 
This is a free plugin for Jamroom which will allow you to add 'submit to bookmark sites' buttons to your skin pages. You can see this in action throughout http://www.sefjam.com

You can download it from the Marketplace.

Note, whilst free this is a "not necessarily" supported plugin which may or may not help you to do what you require.
SefJam is not a requirement.
It will only be kept up to date if enough people want to buy me a beer or two, or contribute the info needed to expand it and keep it up to date.
Please remember that making things to help people makes me thirsty and that a pint of real ale costs £2.50 (about $5) in the pub.
Let me know if the submission urls are outdated or need additional parameters (include the url and parameter details), and let me know of any bookmark sites you would like added.
http://www.jamroom.net/phpBB2/viewforum.php?f=15

I'd like to know where you are using it, so send me an email and I can put you on the mailing list for updates.

Installation

Upload the files to your Jamroom directory and place the following Jamroom function in your skin templates:
{jr_sefjam_bookmarks title=`$title`}

If you do not want all of the bookmarks to be used, you should add a sites parameter like this:
{jr_sefjam_bookmarks title=`$title` sites="google,digg,furl"}


In Artist and Member Themes

If you are using jr_sefjam_bookmarks in theme_side.tpl or another artist theme template you will need to add the following to allow for the script pages as well as the artist site pages.
{if isset($OUTPUT_FILENAME)}
{jr_sefjam_bookmarks title="`$BAND_NAME`: `$title`" url=`$ARTIST_URL``$OUTPUT_FILENAME`}
{else}
{jr_sefjam_bookmarks title="`$BAND_NAME`: `$title`"}
{/if}

If you are using SefJam urls you would want to use this instead:
{if isset($OUTPUT_FILENAME)}
{jr_sefjam_bookmarks title="`$BAND_NAME`: `$title`" url="`$JAMROOM_URL`/`$BAND_URL_NAME`/`$OUTPUT_FILENAME`"}
{else}
{jr_sefjam_bookmarks title="`$BAND_NAME`: `$title`"}
{/if}

Further examples and all of the parameters are explained in the ReadMe file

These are the sites you can get your visitors to submit their bookmarks, notes and feeds to:

http://www.google.com/bookmarks/
http://del.icio.us/
http://www.furl.net/
http://digg.com/
http://reddit.com/
http://www.stumbleupon.com/
http://ma.gnolia.com/
http://slashdot.org/
http://technorati.com/
http://www.spurl.net/
http://www.newsgator.com/
http://www.netscape.com/
http://www.bloglines.com/
http://yahoo.com/
http://www.diigo.com/
http://www.newsvine.com/
http://www.simpy.com/
http://www.folkd.com/
http://www.blinklist.com/
http://www.blinkbits.com/
http://www.netvouz.com/
http://www.facebook.com/


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 10/24/07 18:29 
SefJam bookmarks has been updated to version 1.01.

Facebook has been added to the available sites.

To upgrade you need to redownload the files from the marketplace and upload to your site.


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
addick



Joined: 14 Jun 2006
Posts: 103

Posted: 10/26/07 19:01 
does this work on projam with out editing anything?

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 10/26/07 19:10 
It would work on any skin/theme, but you would need to add the functions into the templates as described above.

A very easy edit, and easy to configure via the function parameters as well.


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
Prawn



Joined: 10 Sep 2006
Posts: 1512

Posted: 10/27/07 06:45 

SteveX:


Installation

Upload the files to your Jamroom directory and place the following Jamroom function in your skin templates:
{jr_sefjam_bookmarks title=`$title`}


which file ?

overall header ? or all the skin files ?



SteveX:


If you are using jr_sefjam_bookmarks in theme_side.tpl or another artist theme template you will need to add the following to allow for the script pages as well as the artist site pages.
{if isset($OUTPUT_FILENAME)}
{jr_sefjam_bookmarks title="`$BAND_NAME`: `$title`" url=`$ARTIST_URL``$OUTPUT_FILENAME`}
{else}
{jr_sefjam_bookmarks title="`$BAND_NAME`: `$title`"}
{/if}


i think i have this one, if i can get the first one.

sorry if it sounds stupid but for some reason i cannot get it

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 10/27/07 06:58 
It just goes wherever you want the bookmarks to appear, nothing has to be changed in the header.

So in the index page here http://www.sefjam.com/, I have placed the following code in skins/Cobalt3/jr_overall_footer.tpl (which is where the side column is), just below the stats block:

Code
  <div class="head_2">SefJam Bookmarks (Test)</div>
  <div class="body_3">
  <div style="padding:5px;">
   {jr_sefjam_bookmarks title=`$title` vspace="2" hspace="2"}
  </div>
  </div>

That will now appear on any page that uses the overall footer from the skins, and should pick up the page title.

If you wnat it to appear in the main part of the page rather than the side you would need to edit other templates (eg the blog templates) and place the function there instead, or as well as - you can have more than one instance on a page)


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 10/27/07 07:25 
Heres an example of the function in the main body of the page:
http://www.sefjam.com/index.php?t=jr_faq

To get this to appear here I have added this into the page template right above the footer include:

Code
<div class="head_2">Social Bookmarks</div>
<div class="body_3">
{jr_sefjam_bookmarks sites="reddit,yahoo,digg,delicious,furl,stumbleupon,magnolia" title=`$title` add_keywords="ohno,yeah"}
</div>


Note this uses the optional sites= parameter to only show a particular selection of the bookmarkers, and the add_keywords parameter to inject additional keywords into the info passed to (some but not all) of the sites. (not all of the sites acept keywords)

If I wnated the bookmarks to not show in the side column on this particular page I would try something like this around the code in overall_footer:

Code
{if $QUERY_STRING == "t=jr_faq"}
Dont show the bookmarks in the side
{else}
The standard bookmarks code as shown above for the side goes here
{/if}


QUERY_STRING might not be the best option, do a {debug} to find others (possibly $t or $template)


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
Prawn



Joined: 10 Sep 2006
Posts: 1512

Posted: 10/27/07 08:45 

Code
{jr_sefjam_bookmarks title=`$title`}


or this


Code
  <div class="head_2">SefJam Bookmarks (Test)</div>
  <div class="body_3">
  <div style="padding:5px;">
   {jr_sefjam_bookmarks title=`$title` vspace="2" hspace="2"}
  </div>
  </div>


just makes my right hand column disappear, i am using FLASHBACK

Back to top
Prawn



Joined: 10 Sep 2006
Posts: 1512

Posted: 10/27/07 09:41 
ok it works now, it appears it was a FTP error.

Man i sh##t myself, i thought i was really loosing the plot, such a simple system and installation and i could not get it..

Thanks for your time again Steve X

PS i dont see the FACEBOOK one in there

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 10/27/07 09:57 
You're welcome Pinhead, glad it is working for you.

That old ftp thing happens to everyone now and again.


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
Prawn



Joined: 10 Sep 2006
Posts: 1512

Posted: 10/27/07 11:25 
i noticed that the ARTIST FORUM displays the bookmarks twice ?

in my: themes/Flashback/theme_side.tpl

i have:


Code
{if isset($OUTPUT_FILENAME)}
{jr_sefjam_bookmarks title="`$BAND_NAME`: `$title`" url=`$ARTIST_URL``$OUTPUT_FILENAME`}
{else}
{jr_sefjam_bookmarks title="`$BAND_NAME`: `$title`"}
  <div class="title">Social Bookmarks</div>
  <div class="body_2">
  <div style="padding:5px;">
   {jr_sefjam_bookmarks title=`$title` vspace="2" hspace="2"}
  </div>
  </div>
{/if}


and in my :/skins/Flashback/jr_overall_footer.tpl

i have:


Code
  <div class="title">Social Bookmarks</div>
  <div class="body_2">
  <div style="padding:5px;">
   {jr_sefjam_bookmarks title=`$title` vspace="2" hspace="2"}
  </div>
  </div>


Back to top
Prawn



Joined: 10 Sep 2006
Posts: 1512

Posted: 10/27/07 11:28 
everywhere else it is working great so far, just the artists FORUMS.

Also there are only 21 showing and the 22nd (facebook) is not showing.

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 10/27/07 13:50 
Oops, there was an error in the new file. Download again from the marketplace and overwrite the files on your server, no need to alter your templates at all.

Not sure about the forum, have you added it to the script_ templates as well as the regular artist theme templates, or do you mean the admin forum? They work ok on all the sefjam forums, do you have a link to the pages where thye are missing?


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
mapyaboy



Joined: 14 Aug 2006
Posts: 600

Posted: 01/10/08 17:49 
How do I add this bookmarks
My Favorites
Live Bookmarks
Ask
Blogmarks
Fark
RawSugar
DropJack
LinkaGoGo
Tailrank
BuddyMarks
Blue Dot
Backflip

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 01/10/08 19:05 
I am not going to be adding any more bookmarks in the near future, but I'll take these as suggestions for when I do.

Or if you need these sooner you could open up the plugin and add your extra buttons into the code at the bottom.

Are any of these particularly important sites in the bookmarking world?


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Ultrabubble

12345Next >
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.