vb.org Archive

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

blogthea 03-29-2011 07:06 PM

cant wait for a vb4 version

Trek 03-29-2011 07:28 PM

Quote:

Originally Posted by blogthea (Post 2178822)
cant wait for a vb4 version

Here ya go: http://www.dragonbyte-tech.com/vbdow...load&fileid=62

Needs and update to really flesh it out, but does what it's supposed to pretty well, and it's free and made for vB4.

career 04-05-2011 03:06 PM

May be better to place favorite threads on separate page within user cp?
Too many favorites may cause to more complicated navigation on that page.

Eric 05-10-2011 01:12 PM

Quote:

Originally Posted by blogthea (Post 2178822)
cant wait for a vb4 version

It's not listed here as re-usable, nor in the description - but in the download it has:

Quote:

This file may redistributed under GPL license for non-commercial purposes only.
I'll see what I can do to update it and release it for vB4, if possible.

Meestor_X 05-21-2011 07:31 PM

Quote:

Originally Posted by Eric (Post 2194030)
I'll see what I can do to update it and release it for vB4, if possible.

That'd be great!

The bookmarking mod from dragon-tech is much more basic.

d1alaccom 07-28-2012 08:27 PM

getting error :

SELECT *
FROM favorites
WHERE userid = '1'
AND entry_type = 'thread'
ORDER BY dateline DESC;

MySQL Error : Table 'buratina.favorites' doesn't exist

squishi 02-26-2013 09:13 PM

I am using v2.0.2 of this product. I don't know if the code has been changed, but the changelog does not mention it.

This product is flawed.
The list of ALL favorites (threads, posts, and users) is loaded on EVERY page load of the member (in the global_start hook).
It might not be a problem at first. But the list of likes will grow more and more. the way the favorites are queried will lead to serious performance problems.

blind-eddie 02-02-2014 01:52 PM

For those that install this and receive a database error...
Open the product,

Code:

Find:

Type=MyISAM

Change to:

ENGINE=MyISAM

re-upload product

TAIFUN_T 03-11-2014 03:04 PM

PHP Code:

<form action="vbfavorites.php" method="post"

not closed

TAIFUN_T 01-09-2015 03:31 PM

1 Attachment(s)
Security fixed if you installed vB SEO


All times are GMT. The time now is 07:40 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.01338 seconds
  • Memory Usage 1,740KB
  • 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)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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