vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Add to favorites on forumhome (https://vborg.vbsupport.ru/showthread.php?t=85529)

Sephiroth32 12-03-2002 07:39 PM

Add to favorites on forumhome
 
I am stumped here.

I want to have a little link in the forum listing that lets you add a perticular forum to your favorites. I found a javascript but it only lets you do one url, could I pout as the url the url to any forum but use $forum[forumid]?

filburt1 12-04-2002 06:52 PM

As in add a forum to Internet Explorer's favorites?

assassingod 12-04-2002 07:00 PM

I am a little confused. There is a script that lets you click and it adds to your IE's favourites, but what you are saying is confusing me.
Could you explain a bit better?

Sephiroth32 12-04-2002 09:30 PM

ok sorry i'll try to be more clear here (and yes its IE)

I want a link to appear next to every forum name that says [add to favorites]. When you click it I would like it to bring up the favorites dialog for IE so you can add it like thoose links on websites that say "add this page to your favorites".

I have found an add to favorites javascript but it is just a function that only supports one URL. The script is:
Code:

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function addbookmark()
{
bookmarkurl="http://wwwyoursite.com"
bookmarktitle="Site Title"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//  End -->
</script>

As you can see only one url can be used. I tried making the URL include $forum[forumid] but it just put nothing for $forum[forumid]. Is there a way to have this add to favorites link for ever forum? or does it require file hacking

filburt1 12-04-2002 09:57 PM

I'll look into this.

filburt1 12-04-2002 10:11 PM

I'll have it done once this is resolved: http://www.vbulletin.com/forum/showt...?postid=381121

Nairb 12-04-2002 10:37 PM

couldnt you just do something like:

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function addbookmark()
{
bookmarkurl="$bburl/showthread.php?$forumid"
bookmarktitle="$threadname"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarkti tle)
}
// End -->
</script>

those arent the right variables, but it makes the point...

Sephiroth32 12-04-2002 10:38 PM

thanks :)
Nairb read my post, I tried that :)

filburt1 12-04-2002 10:52 PM

Nairb just gave me a very good idea though...

filburt1 12-04-2002 10:59 PM

<a href="http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=2217" target="_blank">http://www.vbulletintemplates.com/mo...&threadid=2217</a>


All times are GMT. The time now is 08:13 AM.

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.03487 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete