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)

NAZIA 06-28-2008 10:00 PM

[Ajax] Relevant thread Checker Before new Post
 
[Ajax] Relevant thread Checker Before new Post

What will this hack do?
This AJAX hack automatically fetch the related thread from the data base of the forum and show their link above the editor..
As shown in screen below

https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

If there is no relevant thread to the given subject then it will show this screen

https://vborg.vbsupport.ru/

How to Install?
Step1: Download this attachment and upload it from your admincp > Plugins & Products> Manage Products > [Add/Import Product] Page..

Step2: Go to vBulletin Options> Message Posting and Editing Options

https://vborg.vbsupport.ru/


Now Scroll it down and select the options at the bottom of that page..

https://vborg.vbsupport.ru/


Installation Time: 30 Seconds.
Product upload: 1
It will add two new templates automatically...
-----
If you like this hack plz marked it as installed..
Thanks buddies...:)

This mod is working fine in IE,Firefox,Opera...

Some screen shots of Urdu Version of this hack are attached below...

tafreeh 06-29-2008 01:45 AM

hmm sounds good.... i might give this a try .....
btw lol @ kis ko talash karon..

NAZIA 06-29-2008 01:53 AM

Quote:

Originally Posted by tafreeh (Post 1561694)
hmm sounds good.... i might give this a try .....
btw lol @ kis ko talash karon..

hmmm,..
Usay Thread mila jo nahi tha.. Tu bechara kis ko talash karta...

hehehhehe
Enjoy....

tafreeh 06-29-2008 02:00 AM

btw ... agar suppose mein ne Dwnload likha or if i had more then 20 threads that contain word"download" to kia aap ka hack wo sari 20 threads show kareya ga or only 5 or 10 ????

NAZIA 06-29-2008 02:21 AM

Quote:

Originally Posted by tafreeh (Post 1561706)
btw ... agar suppose mein ne Dwnload likha or if i had more then 20 threads that contain word"download" to kia aap ka hack wo sari 20 threads show kareya ga or only 5 or 10 ????

----URDU
Nahi
jo top 5 ziyda relvant hon gay sirf un ko ,
----ENG
Noo,
This only shows the top five relevant Threads..

Stoebi 06-29-2008 04:56 AM

installed and nominated, thank you. :)

TheProphet 06-29-2008 05:39 AM

Sounds nice, thank you Nazia

rooban12 06-29-2008 05:54 AM

hmm look nice

ry215 06-29-2008 06:03 AM

look like this mod:

https://vborg.vbsupport.ru/showthrea...Similar+thread

TheProphet 06-29-2008 07:56 AM

Here are the dutch translation phrases.

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?

RedFoxy 06-29-2008 09:41 PM

it's the SAME mod! https://vborg.vbsupport.ru/showthread.php?t=151714

Jase2 06-29-2008 09:46 PM

Yes, but different authors, hence the reason I mentioned it. Do you have permission to release this?

Chadi 06-29-2008 10:10 PM

edit; nevermind, fixed

KURTZ 06-30-2008 07:59 AM

sounds really good Nazia, have you a working demo?

NgocTam 06-30-2008 09:06 AM

hey guy, i see this code like code in https://vborg.vbsupport.ru/showthread.php?t=151714 but different name. So I wonder who is real author?

NAZIA 06-30-2008 09:51 AM

Quote:

Originally Posted by ry215 (Post 1561823)

Quote:

Originally Posted by NgocTam (Post 1562824)
hey guy, i see this code like code in https://vborg.vbsupport.ru/showthread.php?t=151714 but different name. So I wonder who is real author?

Quote:

Originally Posted by Jase2 (Post 1562425)
Yes, but different authors, hence the reason I mentioned it. Do you have permission to release this?

Quote:

Originally Posted by RedFoxy (Post 1562418)

Quote:

Originally Posted by Jase2 (Post 1562409)
Related?: https://vborg.vbsupport.ru/showthrea...imilar+threads

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


https://vborg.vbsupport.ru/showthrea...Similar+thread
Actually many peoples are asking about the mod in MrNase thread; but no one is replying about 3.7 ver of the mod, So that I have redited taht modification for 3.7 and uploaded it in 3.7 addone section of the board.

So by this people are using this mod for 3.7,

Moreover the author is mrnase. And I also pm to the moderators to delete my thread. as many people don't like this thread.
So please delete this thread.

KURTZ 06-30-2008 10:26 AM

but you don't put mrnase onto 'co-authors' list ... ;)


All times are GMT. The time now is 06:38 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.01544 seconds
  • Memory Usage 1,779KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete