vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   New Posting Features - [Ajax] Relevant thread Checker Before new Post (https://vborg.vbsupport.ru/showthread.php?t=183846)

M-Tuning 06-29-2008 08:37 AM

Quote:

Originally Posted by TheProphet (Post 1561846)
Here are the dutch translation phrases.

Thanks :up:

TheProphet 06-29-2008 08:48 AM

Quote:

Originally Posted by M-Tuning (Post 1561866)
Thanks :up:

No problem, just edit the translation to your own needs...

swissknife 06-29-2008 10:32 AM

Is it possible to have it run complettly on the own server and not using parts from yours? ( the script )

NAZIA 06-29-2008 11:27 AM

Quote:

Originally Posted by swissknife (Post 1561950)
Is it possible to have it run complettly on the own server and not using parts from yours? ( the script )

Obviously we can do this..
Step1:upload the attachment file in your forum directory...
Step2:then you need to edit one template...
go to: Styles & Templates>Style Manager>edit template Option>nazia_header

Replace the nazia_header with the following code..
Code:

<script type="text/javascript" src="clientscript/jquery-1.1.3.1.pack.js"></script>
                <script type="text/javascript">
                        $(function(){
                                $("#inputthreadtitle").bind("blur", function(){
                                        var value =$(this).val();
                                        $('td#similarthreadcheckcontent').html('<img src="$stylevar[imgdir_misc]/13x13progress.gif" />');
                                        $.ajax({
                                                type: "GET",
                                                url: "ajax.php",
                                                data: "do=getsimilarthreads&title="+value,
                                                success: function(msg){
                                                        $('td#similarthreadcheckcontent').html(msg);
                                                        }
                                        });
                                });
                        });
                </script>

All is done:)
Enjoy....

entertain 06-29-2008 03:57 PM

Hello,

your modification is working fine with the Internet Explorer, but with firefox the similar threads aren't shown.

Do you have an idea why? :o


cu
entertain

NAZIA 06-29-2008 04:07 PM

Quote:

Originally Posted by entertain (Post 1562166)
Hello,

your modification is working fine with the Internet Explorer, but with firefox the similar threads aren't shown.

Do you have an idea why? :o


cu
entertain

My all screen shots are taken from Firefox..
Which version of FF you are using?
But I have tested it on 2,3 version of FF,and also test it in Opera, Here are the screen shots..

entertain 06-29-2008 04:09 PM

I'm using version 3. ;)

But I think the problem is existing because of the Adv. Editing Options modification.

*Uninstall* :(

avsunforum 06-29-2008 07:33 PM

Wooww Thank You Very Much

Alfa1 06-29-2008 09:25 PM

Is this working on forums with template cache turned on?

Jase2 06-29-2008 09:32 PM

Related?: https://vborg.vbsupport.ru/showthrea...imilar+threads

Anyway, does this put much strain on the server, esp with big boards?


All times are GMT. The time now is 06:23 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.01857 seconds
  • Memory Usage 1,735KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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