vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=97366)

mktrilogy 07-26-2006 04:51 AM

Quote:

Originally Posted by Profusehost
Getting database error when I try to make changes to "usergroup" setting. Everything goes fine when I uninstall the product. I went over the "readme" file two times now and I checked all files.


I had same problems and did not have solutions for that. The best solution for that is when u change ur setting for usergroup, uninstall first the plugin for hide hack, then change the settings. No error will occur. Then upload the plugins again and hide hack will work again like nothing happen :)

X-Jerry 07-26-2006 06:00 AM

In Expanded version, there're 4 bbcode: [HIDE], [SHOWTOGROUPS],[hide-thanks] and [hide-reply]. I want to remove the [SHOWTOGROUPS] bcode and i want to "mix up" [hide-thanks] and [hide-reply] together. How can i do?
ex: Member can reply to see the hide content or they also can click thanks button to view.
Please help me to make it in, very special thanks!

cyberphr 07-26-2006 09:16 AM

It needs some major editing but thanks.

Profusehost 07-28-2006 11:13 PM

Quote:

Originally Posted by mktrilogy
I had same problems and did not have solutions for that. The best solution for that is when u change ur setting for usergroup, uninstall first the plugin for hide hack, then change the settings. No error will occur. Then upload the plugins again and hide hack will work again like nothing happen :)

thanks its working now but having this problem with the code. For some reason, its putting the hidden code in the following format -

[HIDE="hidden content"]hidden content[/HIDE]

For it to work, its needs to be like this - [HIDE]hidden content[/HIDE]

any idea how to fix this.

ragtek 07-29-2006 11:46 AM

Will it be available for 3.6?

akanevsky 07-31-2006 06:32 PM

Quote:

Originally Posted by mktrilogy
I had same problems and did not have solutions for that. The best solution for that is when u change ur setting for usergroup, uninstall first the plugin for hide hack, then change the settings. No error will occur. Then upload the plugins again and hide hack will work again like nothing happen :)

The solution is to rebuild bitfields after installing the hack.

Quote:

Originally Posted by Profusehost
thanks its working now but having this problem with the code. For some reason, its putting the hidden code in the following format -

[HIDE="hidden content"]hidden content[/HIDE]

For it to work, its needs to be like this - [HIDE]hidden content[/HIDE]

any idea how to fix this.

Install the hack correctly. Please do not ask about problems, all problems are due to bad installation. Make sure you follow your readme steps correctly.

nonet 08-02-2006 03:33 PM

WARNING!

If you purchase a hack from Vision Scripts don't expect the support your paying for. I've sent emails on 7-30 and 7-31 and today (8-2) with no reply. I've even used the contact form on the site and still no reply.

My site now gets a nice page the tells me to upload a new license key which I did...yet the error still persist. Their site says to follow the directions in the README file yet there are no instructions in the README file that even mention a license key much less directions on where to upload it or how to validate it.

If you can't provide clear documentation OR respond to your clients for which you have happily taken money from maybe you should clarify your support policy.

And that's all I have to say!

mktrilogy 08-03-2006 12:28 AM

Quote:

Originally Posted by Psionic Vision
The solution is to rebuild bitfields after installing the hack.



Install the hack correctly. Please do not ask about problems, all problems are due to bad installation. Make sure you follow your readme steps correctly.


I think i did follow ur instructions. I tried it like 10 times before i post coz u always make a terrible comment or u r born "defensive". U are autocratic and assuming all members of this board r power users.

Quote:

Originally Posted by Psionic Vision
The solution is to rebuild bitfields after installing the hack.

I did rebuild the bitfields and it persisted. Thats y i tried removing ur hack and i can now update the usergroups. Since I really like ur hack in tried to install it again and it works. But having issues whenever i change the usergroup. so the best solution is whenever u update usergroup settings, just uninstall the plugin. update usergroup, reinstall the plugin. It works flawlessly that way.

Mine is just help extended to fellow board owners who are not elite users like u and the others. My instruction was "clear" and he easily understood it. works for me in my board. test board both and i assume it will work for him as well.

peace out

louis_chypher 08-03-2006 11:56 AM

I noticed that when I was viewing the vB code help page I received an error that pointed Me to this line
PHP Code:

 ($hook vBulletinHook::fetch_hook('misc_bbcode_complete')) ? eval($hook) : false

in misc.php. Looking into what modification that uses the misc_bbcode_complete hook I find product [Hde] Ressurection version 2.6 to be the user.

A review of the code attached to the misc_bbcode_complete hook shows that the lines
PHP Code:

if (($vbulletin->options['enable_hide_tag']) 

and
PHP Code:

if (($vbulletin->options['enable_showtogroups_tag']) 

to have an error in their syntax use. I corrected the lines to read out
PHP Code:

if ($vbulletin->options['enable_hide_tag']) 

and
PHP Code:

if ($vbulletin->options['enable_showtogroups_tag']) 

to eliminate the produced error.

MajorFm.com 08-03-2006 10:11 PM

Will this work on 3.6.0?


All times are GMT. The time now is 05:03 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.02771 seconds
  • Memory Usage 1,755KB
  • 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
  • (5)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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