vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=179034)

eddy315west 01-12-2009 08:15 AM

Quote:

Originally Posted by Psionic Vision (Post 1709214)
3.8.0: The hack was last released for 3.7.x, so naturally it may or may not work with 3.8.0. I'd try it on a test installation first if I were you and then tell everyone else whether it works, but I am actually going to update this at some points to work with 3.8.0 at which point I'll send out a notification in some way.


Thanks id rather wait for your update since my board depends heavily on your mod.
so when this gets updated let us know.

M.C. 01-14-2009 06:54 PM

great hack but... vBadvanced integration doesn't work on vBadvanced 3.1.0 :(

WoGuziczek 01-16-2009 08:15 PM

What do I change in the source - to obtain the effect:

Quote:

You must either reply AND click 'Thank You' to see the hidden information contained here.
No 'OR'.
User must reply in the thread and the press thanks.

How do it?

Fynnon 01-18-2009 10:48 AM

Yep, not working with vB 3.8.0

What should we do now, uninstall it or wait for updates ?

M.C. 01-18-2009 12:22 PM

Fynnon it's work perfect on my vB 3.8.0! I talked about vBadvanced 3.1.0

Fynnon 01-21-2009 01:52 PM

well i`m sorry to say but it doesn`t work on my vb 3.8.0 for some strange reason everything i put inside HIDE tags disappears

Vaupell 01-22-2009 03:03 PM

hmm was looking for more info on the exspanded version,
but your website just generates alot of error codes regardless where i click.. :down:


But awsome mod, if availible for 3.8 :up:

dmknights 01-22-2009 04:23 PM

can the hide tag be replaced with the code tag?

akanevsky 01-22-2009 07:53 PM

Quote:

Originally Posted by Fynnon (Post 1720126)
well i`m sorry to say but it doesn`t work on my vb 3.8.0 for some strange reason everything i put inside HIDE tags disappears

That's because you must turn on permissions for forums and usergroups to use those tags first.

Quote:

Originally Posted by Vaupell (Post 1721279)
hmm was looking for more info on the exspanded version,
but your website just generates alot of error codes regardless where i click.. :down:


But awsome mod, if availible for 3.8 :up:

The website is presently working fine.

Quote:

Originally Posted by dmknights (Post 1721347)
can the hide tag be replaced with the code tag?

Not without code tweaking.

dmknights 01-22-2009 08:23 PM

how can this be done?

akanevsky 01-27-2009 12:52 AM

A new package has been posted in the 3.8 version of this thread - new version of expanded edition also available for download from visionscripts.com.

M.C. 01-27-2009 05:04 PM

can you give link to 3.8 version thread?

akanevsky 01-28-2009 11:55 AM

I think you already found it. :)
https://vborg.vbsupport.ru/showthread.php?t=203010

dxflw 02-26-2009 11:28 AM

thanks button not sowing i placed my buuton to my buttons directory i m using default theme of vbulletin. plz help not showing thanks buttom i m using vbulletin 3.7.3

Rukas 03-17-2009 02:15 AM

I just updated to PHP 5.2.8 and MySQL 5.0.77 and ever since doing so the hidden content displays as {param} when thanked.

Any ideas how to fix it?

Blunks 04-18-2009 10:48 AM

Quote:

vS-Hide Hack Resurrection: Incomplete Installation!

One or more of the required files are missing.
Please read over readme.html and ensure every file from the upload directory is uploaded to vBulletin forum root.

Afterwards, click here to refresh the page.
Help? I've uploaded everything fine, double checked...and now this has taken over every page on my admincp....why?

Basicly, How can I uninstall this Product?

xplan2007 05-09-2009 10:45 AM

how do i disable thanks system in sepcified forum.

now only on off for global setting.

( I use expand edition)

akanevsky 05-09-2009 04:06 PM

Quote:

Originally Posted by Blunks (Post 1793843)
Help? I've uploaded everything fine, double checked...and now this has taken over every page on my admincp....why?

Basicly, How can I uninstall this Product?

This is a message from an old version of the hack... Put define('DISABLE_HOOKS', true); in config.php then you can access the control panel.

algert 05-15-2009 04:18 AM

THanks for this, does this worked with 3.8x? And also, can this work like this:- https://vborg.vbsupport.ru/showthread.php?p=1761581 ???

akanevsky 05-29-2009 02:18 AM

:up: Release: vS-Hide Hack Resurrection 3.7.2 :up:

Changes Since 3.7.1:
  • [+]* The hack has been optimized to work fast on large boards.
  • [+] The toolbar buttons are now displayed on postbit_quickedit and showthread_quickreply.
  • [+]* Two less file edits (which need to be removed if you have upgraded from an older version - see forum announcement).
  • [F] Corrected a cosmetic bug in advanced editor's toolbar.
  • [F] Fixed bbcode templates so that they can now be edited.

* Expanded Edition Only.

Upgrade Process:

1. Upload all of the new files.
2. Overwrite the product.
3. In ./includes/functions_databuild.php, find and delete (relevant to expanded edition only):

Code:

$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thanks WHERE postid IN ($postids" . "0)");
               
$hhr_res = $vbulletin->db->query_write("SELECT DISTINCT userid FROM " . TABLE_PREFIX . "post WHERE postid IN ($postids" . "0)");
while ($hhr_item = $vbulletin->db->fetch_array($hhr_res))
{
        $GLOBALS['hhr']->rebuild_cache('count', $hhr_item['userid']);
}

Also in the same file, find and delete:

Code:

$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thanks WHERE postid = $postid");

$GLOBALS['hhr']->rebuild_cache('count', $postinfo['userid']);

4. Revert the following templates, if you've done any changes:
  • hidetag_toolbar_buttons
  • bbcode_hposts
  • bbcode_hrply *
  • bbcode_hrplytnx *
  • bbcode_htnx *
  • bbcode_showtogroups

5. You should see a new administrative notice about rebuilding the thanks table. Please follow the instructions on that notice.

6. Enjoy the faster performance of your forums!

* Expanded Edition Only.

Skyrider 05-29-2009 04:48 AM

I saw a * located at this:
Quote:

[+]* The hack has been optimized to work fast on large boards.
So you are saying it works faster on larger boards, and is in the Expanded edition only? Which is a paid one?

kanzleramt 05-29-2009 08:38 AM

> Is there a chance to subtract a sum out of Reputation Points for
> Users only who have Thanked? It makes no difference how many Rep
> Points are being substracted but I'd like to know how it works.
> Example: "User A" has 50 Rep Points. After a submitted (given)
> Thanks "User A" has 49 Rep Points instead of 50. Thanks in advance

akanevsky 05-29-2009 12:16 PM

Quote:

Originally Posted by FF|Skyrider (Post 1819282)
I saw a * located at this:

So you are saying it works faster on larger boards, and is in the Expanded edition only? Which is a paid one?

The speed mainly concerns the thank you system which was originally very server-intensive. Now it no longer is. But the thank you system is not part of the limited edition, hence the star.

Quote:

Originally Posted by kanzleramt (Post 1819358)
> Is there a chance to subtract a sum out of Reputation Points for
> Users only who have Thanked? It makes no difference how many Rep
> Points are being substracted but I'd like to know how it works.
> Example: "User A" has 50 Rep Points. After a submitted (given)
> Thanks "User A" has 49 Rep Points instead of 50. Thanks in advance

Please submit a feature request on my site. Thanks.

akanevsky 05-29-2009 01:45 PM

:up: Release: vS-Hide Hack Resurrection 3.7.5 :up:

Changes Since 3.7.4:
  • [F] Fixed a minor bug with template caching.

Upgrade Process:

1. Overwrite the product.
2. Done.

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

:up: Release: vS-Hide Hack Resurrection 3.7.4 :up:

Changes Since 3.7.3:
  • [+] Made nicer and more informative tooltips for toolbar buttons.
  • [+]* The "rebuild thank you table" function is now paginated, and you can use it to process any amount of data.
  • [+]* Implemented SHOWTOUSERS (STU) tag.
  • [+]* Added option to disable date display in thanks bit.
  • [+]* Added option to bump thanked threads (globally and on a per-forum basis).
  • [+]* Added a forum-specific option to enable or disable the integrated thank you system.

Upgrade Process:

1. Upload all of the new files.
2. Revert the following templates:
  • hidetag_toolbar_buttons
  • thanks_bit *

3. Overwrite the product.
4. Undo the file edit you have done for ./clientscript/vbulletin_textedit.js for the previous versions, and apply the new one. *
5. Enjoy the new release.

* Expanded Edition Only.

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

:up: Release: vS-Hide Hack Resurrection 3.7.3 :up:

Changes Since 3.7.2:
  • [+]* The "rebuild thank you cache" function is now paginated, and you can use it to process any amount of data.
  • [+] Added template caching for a template that was not cached.

* Expanded Edition Only.

Upgrade Process:

1. Upload all of the new files.
2. Overwrite the product.

maidos 06-08-2009 06:49 PM

cann thismod be used for hiding bbcodes link url without actually tagging for guest and have msg to tell them to register?ànd enable link views on specific section and disallow on specified forum ids?

dmknights 06-08-2009 06:58 PM

how do i set this for hide reply ONLY?

akanevsky 06-08-2009 08:33 PM

Quote:

Originally Posted by dmknights (Post 1825900)
how do i set this for hide reply ONLY?

vBulletin Options. Choose which tags to enable.

doa24uk 08-01-2009 04:44 PM

Hi guys,

I want to do something very simple - create a new variable from $message which is encoded.

Here's the code I'm using

Code:

$message2 = base64_encode($message);
Where should I place the code so that $message2 holds it's value & is useable on the showthread page??????

chick 08-26-2009 09:24 AM

I have been watching this mod for quite sometime and finally decided to try in on my test site. Thanks for work that went into this.

HIDE is showing in code as [HIDE....... [/HIDE]

any ideas? Thank you

Arsh 09-03-2009 08:03 PM

So, this will not work for our forum - which is VB Version 3.8.3 ?

akanevsky 09-05-2009 12:07 AM

Quote:

Originally Posted by Arsh (Post 1879177)
So, this will not work for our forum - which is VB Version 3.8.3 ?

It works on 3.8.3 and 3.8.4.

crouzmind 09-16-2009 11:59 AM

i have installed successfully but when i upload all file and edit all file after that i upload the product and try to visit the forum and click on any forum ( category ) i got this error .

Fatal error: Call to a member function parse_bbcode() on a non-object in /home/ihfun/public_html/includes/functions_forumdisplay.php on line 181

any body tell me about this ?

please its very urgent .

crouzmind 09-16-2009 02:26 PM

and now i got this error .

Fatal error: Call to a member function set_thankscache() on a non-object in /home/ihfun/public_html/includes/functions_forumdisplay.php on line 181

donal 09-18-2009 02:53 AM

Thanks for the nice mod. I have installed and working fine.

But only the text is shown in the post. How can show the image instead of text. I have already uploaded the images in the relevant folders.

akanevsky 10-07-2009 04:45 PM

Release: vS-Hide Hack Resurrection 3.7.8

Changes Since 3.7.6:
  • [+] Added support for "default groups" for the SHOWTOGROUPS tag - like the HIDE tag, the default groups can be configured via vBulletin Options.
  • [+]* When there are too many thanks to be shown, there is now a "remove mine" button, so that users could remove their thanks (if permitted).
  • [F] Fixed a few template bugs.
  • [F]* Fixed a bug that caused a "::blank::" to show up under posts for some forums.
  • [F]* Removed a conflict with vBulletin Blog, which prevented thanked stats from showing up in user profiles.

* Expanded Edition Only.

Upgrade Process:

1. Overwrite the product.
2. Update ./includes/vS_HHR_Engine.php with the file from 3.7.8 version of the package.
3. Revert the following templates, if modified:
  • thanks_ajax*
  • thanks_wrapper*
  • bbcode_htnx*
  • bbcode_hrply*
  • bbcode_hrplytnx*
4. Done.

* Expanded Edition Only.

SevgimBoard 10-17-2009 08:40 AM

thank you

dmknights 01-05-2010 10:59 PM

Ive purchased the expanded edition for v 3.8, but am in the process of upgrading my forum to version 4.0

Is there a hide mod for v4 available yet as vbulletin.com has stated that 3.8 mods do not work on 4.0

padfoot007 01-08-2010 04:15 AM

not working

padfoot007 01-08-2010 04:17 AM

Quote:

Originally Posted by crouzmind (Post 1885748)
and now i got this error .

Fatal error: Call to a member function set_thankscache() on a non-object in /home/ihfun/public_html/includes/functions_forumdisplay.php on line 181

reupload old function_forumdisplay.php

PukkaBen 01-27-2010 12:29 PM

Hey. This mod looks awesome!! Is there any chance of this getting on vB4 at anytime? I'm still looking for a hide mod like this one, and it would be great to get one out there.


All times are GMT. The time now is 10:26 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.01903 seconds
  • Memory Usage 1,831KB
  • 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
  • (3)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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