vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - [AJAX] Live Search (https://vborg.vbsupport.ru/showthread.php?t=235461)

mad@Max 05-27-2010 04:33 PM

BadgerDog, i haven't hungs and not hungs now:)

relaxiha 05-28-2010 07:34 PM

I'm typing a Farsi(persian). No subject search does not.
Please utf8 Persian language and possibly also to test for the Arabic language is the same way too.

steve1966 05-28-2010 07:55 PM

thank you for updating

entertain 05-28-2010 10:12 PM

Hi,

when you move the popup above an "active" navbar tab, this tab will be displayed in front of the popup.

This bug already existed in an earlier version. :)

mad@Max 05-29-2010 04:28 PM

Version 4.0.6
- fix bug with chrome
- fix overlay
- some js optimization
Changed only js files (both).

Frans72 05-31-2010 06:57 PM

The search seems to find deleted threads, when user searching isn't authorized to see those. This can be fixed by adding;

Code:

AND thread.visible =1
to the query. Even nicer would be to check if user can administer threads and base query on that, in ajaxlivesearch.php;
Code:

require_once(DIR . '/includes/adminfunctions.php');
..
$showHidden = can_administer('canadminthreads') ? "" : " AND thread.visible =1 ";
..
AND thread.lastpostid > 0
$showHidden   
ORDER BY " . $vbulletin->db->escape_string($lsasortby) . " " . $vbulletin->db->escape_string($lsasorttype) . "

Excellent mod, saves me a lot of work! (voted MOTM):up:

ndut 05-31-2010 07:00 PM

thank you

relaxiha 06-01-2010 07:35 PM

I'm typing a Farsi(persian). No subject search does not.
Please utf8 Persian language and possibly also to test for the Arabic language is the same way too.

Dr.osamA 06-01-2010 11:39 PM

thanxx for update

mad@Max 06-02-2010 06:04 AM

relaxiha, "no results" return both methods (fulltext or not) of search?
Frans72, thanks, in next version i'll include it:)


All times are GMT. The time now is 01:45 PM.

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.01103 seconds
  • Memory Usage 1,727KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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