vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   End-User Options - vBFavorites (https://vborg.vbsupport.ru/showthread.php?t=132401)

JasonP007 02-16-2008 02:56 AM

thanks, installed and working...

logicuk 02-27-2008 09:34 AM

anyone got this working for 3.7 b5?

HUMMERh3 03-07-2008 12:17 AM

Hey:eek: when someone has a chance how bout a version for the 3.7 .
This was an incredible user mod.

axg 03-07-2008 12:26 AM

Does this work with 3.6.8? Anyone know?

J98680Bxxxxx 04-10-2008 07:59 AM

Installed on vB 3.7 CR2. Works fine, with a small modification (<td> -> <li>, </td> -> </li>)

In the MEMBERINFO template, find:

Code:

<if condition="$show['addignorelist']">
    <li class="vbmenu_option">
      <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[add_to_ignore_list]</a>
    </li>
</if>

ADD UNDERNEATH

Code:

<if condition="$vboptions['vbfavorites_favusers_enabled']">
  <li class="vbmenu_control">
      <if condition="$show['vbfavorites_user_in_favorites']">
        <a href="vbfavorites.php?$session[sessionurl]do=delete&amp;entry_type=user&amp;entry_id=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[vbfavorites_remove_x_from_favorites]</phrase></a>
    <else />
        <a href="vbfavorites.php?$session[sessionurl]do=add&amp;entry_type=user&amp;entry_id=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[vbfavorites_add_x_to_favorites]</phrase></a>
    </if>
  </li>
</if>

:up: Please notice the <li class="vbmenu_option"> (li and not td) instead of <td class="vbmenu_option">

Maybe on your vB version the <td> tag, instead of the <li> tag, is used at this point in the MEMBERINFO template; in which case you must follow the instructions given in the readme.html :)

Artes_Marciales 04-11-2008 03:00 PM

nice, Installed!! :)

toucan42 04-11-2008 03:31 PM

Interesting hack - this is very close to what I am after. Thanks!

PoetJA-1975 07-07-2008 08:10 PM

Wonderful - Still works on 3.7.2 = AWESOME!
Great work ANTHONY ;)

Jacquii.

EagleNick 07-08-2008 06:04 PM

Quote:

Originally Posted by PoetJA-1975 (Post 1569464)
Wonderful - Still works on 3.7.2 = AWESOME!
Great work ANTHONY ;)

Jacquii.

Really?

I think I might give it a try, then! :D

sho3a3 08-23-2008 02:38 AM

i need it for 3.7.2

i used it but is not open


All times are GMT. The time now is 11:11 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.01152 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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