vb.org Archive

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

calvinnguyen 05-27-2009 07:55 AM

this mod didn't work for my forum at all. So mess up

CEO254 05-27-2009 06:35 PM

Hack does not work

akanevsky 05-29-2009 02:17 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.

f1x3d 05-29-2009 03:03 AM

Uncached templates: hidetag_toolbar_buttons (3)
Uncached templates: postbit_quickedit (1)
in /showthread.php

Uncached templates: hidetag_toolbar_buttons (3)
Uncached templates: postbit_quickedit (1)
Uncached templates: showthread_quickreply (1)
in /newreply.php

And 1.7.x hack version haven't a quickreply toolbar buttons.

akanevsky 05-29-2009 12:21 PM

Quote:

Uncached templates: postbit_quickedit (1)
Uncached templates: showthread_quickreply (1)
This is a vBulletin problem... It happens on a new installation of vBulletin 3.8.1 and 3.8.2 - so report it there.

Quote:

Uncached templates: hidetag_toolbar_buttons (3)
Thanks, this one will be fixed.

akanevsky 05-29-2009 01:43 PM

: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.

Kolbi 05-29-2009 05:35 PM

Does this hack now work correctly?

akanevsky 05-29-2009 08:16 PM

Quote:

Originally Posted by Kolbi (Post 1819709)
Does this hack now work correctly?

Sorry, I do not understand your question. What do you mean?

CEO254 05-29-2009 09:37 PM

Still Not Working

ANGEL OF FIRE 05-30-2009 01:26 AM

Uncached templates: postbit_quickedit (1)

akanevsky 05-30-2009 02:11 AM

Quote:

Originally Posted by CEO254 (Post 1819842)
Still Not Working

What is not working?

Quote:

Originally Posted by ANGEL OF FIRE (Post 1819912)
Uncached templates: postbit_quickedit (1)

That is a vBulletin problem. Please report it at www.vbulletin.com.

Kolbi 05-30-2009 07:40 AM

Quote:

Originally Posted by CEO254 (Post 1819842)
Still Not Working

Somethin like that i mean :)

Raptor 05-30-2009 11:48 AM

ive upgraded from 3.7.1 to 3.7.3 (expanded edition)

works perfect for me :)

However I recommend you add an auto next page on rebuilding the cache - i had to click next over 400 times !!!

(For others who have the same issue - you can use this autoclicker tool - i just left it and it clicked 417 times until it was finished :)

http://rapidshare.com/files/19657848....3_by_Luis.zip

akanevsky 05-30-2009 12:40 PM

Quote:

Originally Posted by Kolbi (Post 1819999)
Somethin like that i mean :)

Well what exactly is not working? Unless you say it, I can't fix it, right?

Quote:

Originally Posted by Raptor (Post 1820075)
ive upgraded from 3.7.1 to 3.7.3 (expanded edition)

works perfect for me :)

However I recommend you add an auto next page on rebuilding the cache - i had to click next over 400 times !!!

Thank you, will do.

Kolbi 05-30-2009 01:17 PM

There must be a bug:
When I use the HIDE-Hack with presing on HIDE, I should write the param but then it looks like:
HIDE="hjkhaksjhdkj" /HIDE

the param must be wrong...

akanevsky 05-30-2009 04:25 PM

The param is the minimum number of posts. The result should look like this:

[HIDE="50"]your hidden text[/HIDE].

Where 50 is any number you want. :)

Kolbi 05-30-2009 04:36 PM

Okay, and every Hidden Text must defined new?

akanevsky 05-30-2009 06:40 PM

Quote:

Okay, and every Hidden Text must defined new?
Well, usually you write different things in different post, right?
If not, then I guess you can save it to notepad and then copy-paste to posts. :)

Kolbi 05-30-2009 06:56 PM

I think you missunderstood me. I mean if i have to change the number of posts a user must have to view the hidden text every time i want to use the hide bbcode.

akanevsky 05-30-2009 07:51 PM

You don't have to. You can type nothing and then it will use the default number of posts specified in the admincp.

akanevsky 05-30-2009 07:58 PM

: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.

The Notorious 05-30-2009 09:19 PM

Thanks for the updates, great hack.

f1x3d 05-31-2009 06:46 AM

Quote:

Originally Posted by Psionic Vision (Post 1819922)
That is a vBulletin problem. Please report it at www.vbulletin.com.

But when I disable vS-Hide Hack it cached correctly.

ANGEL OF FIRE 05-31-2009 11:53 AM

Quote:

Originally Posted by f1x3d (Post 1820512)
But when I disable vS-Hide Hack it cached correctly.

the same problem

akanevsky 05-31-2009 12:59 PM

Quote:

Originally Posted by f1x3d (Post 1819258)
Uncached templates: hidetag_toolbar_buttons (3)
Uncached templates: postbit_quickedit (1)
in /showthread.php

Uncached templates: hidetag_toolbar_buttons (3)
Uncached templates: postbit_quickedit (1)
Uncached templates: showthread_quickreply (1)
in /newreply.php

And 1.7.x hack version haven't a quickreply toolbar buttons.

Alright, thank you for pointing out the bug. It will be fixed.
The hack has quick reply and quick edit toolbar buttons starting from 3.7.2.

akanevsky 05-31-2009 01:44 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.

f1x3d 05-31-2009 08:40 PM

thanks :up:

W!cKeD 05-31-2009 09:14 PM

* Thanks & Installed * :up:

dancue 06-01-2009 12:24 AM

Any way of adding a credits mod integration?

Where it would cost the person a certain amount of credits to view?

akanevsky 06-01-2009 02:09 AM

Quote:

Originally Posted by dancue (Post 1821012)
Any way of adding a credits mod integration?

Where it would cost the person a certain amount of credits to view?

I wasn't aware there were any credit mods. I thought that all credit mods have died a long time ago. ;)

Can you please link me to a few that you have in mind? Thank you.

FernandoFG 06-01-2009 07:47 PM

Hello:

Really good mod. I have a couple of questions:

Is there a way to limit the thanks a user can give per day or per hour and per forum or category?

Can we disable thanks for certain usergroups in certain forums/categories only?

Thanks!

dancue 06-01-2009 11:29 PM

Quote:

Originally Posted by Psionic Vision (Post 1821068)
I wasn't aware there were any credit mods. I thought that all credit mods have died a long time ago. ;)

Can you please link me to a few that you have in mind? Thank you.

vbcredits is the one I use and seems to be the most popular. Their site is vbcredits.com and they have the mod released here.

I will definitely get the expanded version if it has this feature.

tipu sulthan 06-10-2009 09:53 PM

when i edit my forumdisplay php the i go to my forums it's show this error?
Code:

Fatal error: Call to a member function parse_bbcode() on a non-object in /home/MT00/public_html/forum/includes/functions_forumdisplay.php on line 181
any one help me?

akanevsky 06-10-2009 10:20 PM

Quote:

Originally Posted by tipu sulthan (Post 1827281)
when i edit my forumdisplay php the i go to my forums it's show this error?
Code:

Fatal error: Call to a member function parse_bbcode() on a non-object in /home/MT00/public_html/forum/includes/functions_forumdisplay.php on line 181
any one help me?

The error will disappear after you do ALL file modifications, upload all files, and install the product XML.

Raptor 06-22-2009 09:07 AM

1 Attachment(s)
I'm tidying up my postbit_legacy - however I find that there is a gap above and below the Thanks bit and I can't find the cause anywhere (I'm using the paid expanded version btw)

Can someone help ? Cheers.

Raptor 06-22-2009 09:13 AM

Quote:

Originally Posted by chrisnufcfan (Post 1775123)
I told you it doesen't work, nobody has got this working.

you're an idiot - it works for everyone who installs it correctly.

akanevsky 06-22-2009 11:05 AM

Quote:

Originally Posted by Raptor (Post 1834629)
I'm tidying up my postbit_legacy - however I find that there is a gap above and below the Thanks bit and I can't find the cause anywhere (I'm using the paid expanded version btw)

Can someone help ? Cheers.

I think you can fix that by editing the thanks_postbit template.

Raptor 06-22-2009 09:11 PM

Quote:

Originally Posted by Psionic Vision (Post 1834680)
I think you can fix that by editing the thanks_postbit template.

im such a dumbass !!!!!

just needed to remove

style="margin: 10px 0;"

thanks for pointing out the embaressingly obvious :)

motorola 07-05-2009 08:29 PM

I have some problems with the instalation of this mod

I cant find the code from the folowing instalations file to make changes

In file(s) ./includes/functions_digest.php,
In file(s) ./includes/functions_newpost.php
In file(s) ./clientscript/vbulletin_textedit.js

Can someone help me?

LE:What happens when I try to go to a thread,doesnt load,This probblem is after I made some changes in the files for this mod instalation?Plz help

motorola 07-06-2009 08:35 AM

Edit 2: I made all changes in all files required ,I installed the xml file and nothing happens,only probblems with forum loading?
Could someone help me with this.. Plz


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