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)
-   -   New Posting Features - vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=237057)

Aclikyano 03-20-2010 10:50 PM

please someone just share a rapidshare or megaupload or attachment link of
/clientscript/vbulletin_quick_reply.js,

with the edits!!!!

Aclikyano 03-20-2010 10:53 PM

because I cannot find either in my file :(

/**
* Handles quick reply data when AJAX says qr_ajax_post() is complete
*
* @param object YUI AJAX
*/
function qr_do_ajax_post


OR


ajax_last_post = ajax.responseXML.getElementsByTagName('time')[0].firstChild.nodeValue;

Manoel J?nior 03-27-2010 06:43 AM

Quote:

Originally Posted by Aclikyano (Post 2007285)
because I cannot find either in my file :(

/**
* Handles quick reply data when AJAX says qr_ajax_post() is complete
*
* @param object YUI AJAX
*/
function qr_do_ajax_post


OR


ajax_last_post = ajax.responseXML.getElementsByTagName('time')[0].firstChild.nodeValue;

Your file is compressed, go to the members area and download vbulletin.com vbulletin uncompressed.

-------------------------------------------------- ----------

My question is what is attached below:

Whenever I put links, it does replace. I vBSEO the RMU, this mod does not work with SEO? Do you have a fix?

ellinofatsa 03-27-2010 08:10 AM

not working.....

ukbuon 04-03-2010 11:10 AM

not working with vBulletin 4.0.2 Patch Level 4

arena 04-04-2010 11:13 PM

Thank you Installed.

haidm 04-06-2010 12:36 PM

Which Thank you mod I can use with this mod?
And can I use 1 thank you mod for both vS-Hide Hack Resurrection and kBank?

meissenation 04-07-2010 10:48 PM

Will this work with signatures?

jensis 04-08-2010 04:49 PM

In file(s) ./clientscript/vbulletin_quick_reply.js

Please ensure that you have downloaded an "uncompressed javascript" version of vbulletin.
FIND

/**
* Handles quick reply data when AJAX says qr_ajax_post() is complete
*
* @param object YUI AJAX
*/
function qr_do_ajax_post

make it to

// [HIDE] Hack Resurrection :: Expanded Edition :: Hide Reply Ajax Update
function hhr_get_posts()
{
if (hide_reply_xml.handler.readyState == 4 && hide_reply_xml.handler.status == 200 && hide_reply_xml.handler.responseXML)
{
var posts = fetch_tags(hide_reply_xml.handler.responseXML, 'post');

for (var i = 0; i < posts.length; i++)
{
var postid = fetch_tags(posts[i], 'postid')[0].firstChild.nodeValue;
var message = fetch_tags(posts[i], 'message')[0].firstChild.nodeValue;
fetch_object('post_message_' + postid).innerHTML = message;
}

if (is_ie)
{
hide_reply_xml.handler.abort();
}
}
}
// [HIDE] Hack Resurrection :: Expanded Edition :: Hide Reply Ajax Update

i don?t found this in the

and the next is

edit this one

In file(s) ./clientscript/vbulletin_quick_reply.js

Please ensure that you have downloaded an "uncompressed javascript" version of vbulletin.
FIND

ajax_last_post = ajax.responseXML.getElementsByTagName('time')[0].firstChild.nodeValue;

edit in this

// [HIDE] Hack Resurrection :: Expanded Edition :: Hide Reply Ajax Update
var anchors = fetch_tags(fetch_object('posts'), 'div');
var postids = '';
var tmppostid = 0;
for (var i = 0; i < anchors.length; i++)
{
if (anchors[i].id && anchors[i].id.indexOf('dis_hhr_hide_reply::') != -1 || anchors[i].id && anchors[i].id.indexOf('dis_hhr_hide_rt::') != -1)
{
tmppostid = anchors[i].id.substr(anchors[i].id.lastIndexOf('::') + 2);
tmppostid = tmppostid.substr(0, tmppostid.lastIndexOf('_'));
postids = postids + ',' + tmppostid;
}
}

if (postids != '')
{
hide_reply_xml = new vB_AJAX_Handler(true);
hide_reply_xml.onreadystatechange(hhr_get_posts);
hide_reply_xml.send('ajax.php', 'do=hhr_get_posts&postids=' + postids.substr(1));
}
// [HIDE] Hack Resurrection :: Expanded Edition :: Hide Reply Ajax Update

i have found the uncompressed jave file on here http://www.vbulletinprogramming.com/...r_do_ajax_post


can one please upp this edit file vbulletin_quick_reply.js vor Version 4.0.2

Chaini 04-18-2010 09:54 PM

Not working :( vB 4.0.3


All times are GMT. The time now is 06:34 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.01204 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_quote_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