TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 18, 2024, 06:01:57 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 203
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 76
  • Total: 77
  • @rjen

Book Mark?

Started by crip, December 30, 2005, 07:30:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

crip

I think you could consider this a Block snippet..I use it this way in a scriptbox..

Quote
<INPUT TYPE="radio" VALUE="Add to Favorites" onClick='window.external.AddFavorite(location.href, document.title);'>Add To Favorites

You can use a button, radio, or checkbox..

crip~

[attachment deleted by admin]

ontap

#1
Heres a bookmark script for both IE & Firefox.

Make A Javascript/html Block

Add:


<Script>
// Bookmark Script IE & Firefox
// No Need To Change Below
function tpbookmark(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}
</script>
<a href="javascript:tpbookmark('Tinyportal.net', 'http://tinyportal.co.uk')">Tinyportal</a>


elite_thut

This doesn't work with firefox...when you load the bookmark, it's a side panel at the left...not a full window...

akulion

yes these scripts are usually only browser specific

for cross browser functionality you actually have to add 2 or 3 scripts

its to do with the internal workings of the browsers - nothing can be done about it really except use multiple scripts

elite_thut

And do you know of a script which works with firefox? I've never found one...

akulion

yes there are some
check in the block code snippets index

there is some topic about favorites or bookmarks or something listed there

RoarinRow

I use the Bookmark mod from SMF - here.  I like it because you can easily bookmark threads and manage it within your forum.

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

[Duncan]

#7
hello,

i realize a translation for the Bookmark_Mod_1-3.zip by Leipe Po in French.
And a i change it for work properly with tinyportal 0.9.7.

   
you can do of them what you want :)


edit: just correction off language files.