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)

ErrorLog 07-27-2008 07:59 PM

[HIDE-REPLY] tag not working help me ..!

TilkiBey 07-27-2008 08:07 PM

Quote:

Originally Posted by ErrorLog (Post 1585453)
[HIDE-REPLY] tag not working help me ..!

look 1st message



[HIDE-THANKS]*: defines that the content within may only be read after the person says thank you by pressing a special button. (Expanded Edition Only)
[HIDE-REPLY]*: defines that the content within may only be read after the person replies. (Expanded Edition Only)

popular 07-28-2008 07:23 AM

Quote:

[HIDE]information[/HIDE]
Shortcut code, can be mapped to any of the below ones. By default, it is mapped to HIDE-POSTS.

[HIDE-POSTS=X]information[/HIDE-POSTS]
Information is not shown to people who have less than X posts. Has an alternative syntax: , where X is automatically set to the value defined in vBulletin options.

how do i make this possible? i want the hide button to automatically do [hide]information[/hide] whenever a person highlights the text and presses hide instead of the default pop up because newbies wouldn't know what to put in when it asks for an option.

nvm i figured in

vbulletin_textedit.js

Quote:

case 'HIDE':
case 'HIDE-POSTS':
case 'SHOWTOGROUPS':
{
useoption = true;
}
break;
change useoption = true;

to false

Internetcafe 07-28-2008 03:52 PM

I disabled admins and moderators from viewing content until they thank or reply, but they can still view hidden content.
Registered members cannot see hidden, so that part appears to work well, but I cannot find any other option to disallow admins / mods etc!?

akanevsky 07-29-2008 10:46 AM

Quote:

Originally Posted by Internetcafe (Post 1586047)
I disabled admins and moderators from viewing content until they thank or reply, but they can still view hidden content.
Registered members cannot see hidden, so that part appears to work well, but I cannot find any other option to disallow admins / mods etc!?

Wow, this question has been asked a lot of times, maybe I should add it to the F.A.Q. But the answer is, since admins/mods can always edit posts (and see the source), it's pointless to hide anything from them. So the only mods who are treated like regular users are the non-global mods in sections where they don't have any editing powers.

lostguy 08-01-2008 01:20 AM

./clientscript/vbulletin_textedit.js i cant edit this because this dont exist in my js . Im Vb 3.7.2 p1 user .

case 'PHP':
{
this.apply_format('removeformat');
}
break;

Help

Fraxter 08-01-2008 01:30 AM

Quote:

Originally Posted by lostguy (Post 1588839)
./clientscript/vbulletin_textedit.js i cant edit this because this dont exist in my js . Im Vb 3.7.2 p1 user .

case 'PHP':
{
this.apply_format('removeformat');
}
break;

Help

You must download the uncompressed java version of your vbulletin version. Redownload the correct version from your members area.

regards

Pander23

lostguy 08-01-2008 03:30 AM

urh i did redownload but dont see the text i need to change ! U better check with vb 3.7.2 p1 ! Seriouslly there is no script similar with :
vbulletin_textedit.js

case 'PHP':
{
this.apply_format('removeformat');
}
break;

prince1111 08-01-2008 05:11 AM

Quote:

Originally Posted by lostguy (Post 1588873)
urh i did redownload but dont see the text i need to change ! U better check with vb 3.7.2 p1 ! Seriouslly there is no script similar with :
vbulletin_textedit.js

case 'PHP':
{
this.apply_format('removeformat');
}
break;

i have too same problem..there have no this text

lostguy 08-01-2008 06:30 AM

i found the answer ! When u try download your vbulletin there is OPTION for u to choose what type u want to down..try check it on the download vbulletin section..u have to tick one of the option to see more .

lg

Fraxter 08-01-2008 04:35 PM

Yes, that is what i meant.

DJ-Ready 08-06-2008 08:47 AM

i have a Problem with the vS-Hide Hack Resurrection (Expanded Edition) hack.

I have added primary groups like vip secondlevel user etc. they all can thx andsee the hidden tag after it. But the member who register in vbulletin cant see it after thx and after reply not.

Please anybody can help me.

my ICQ 509-716

mmoworld.info 08-07-2008 11:31 AM

where can i get version only with:
[hide=x]message[/hide] , where x postcount
and showtogroups functions?
Please help me i not need other f-tions , thx!

Raptor 08-07-2008 03:55 PM

First of all thanks for this hack. Installed and working perfect first time even on a heavily modified board. All these problems people are having must be their own fault :/

Anyway I have a simple request

I require the showtogroup being set to specified X,Y,X usergroups as default - where do i add that code so I dont have to manually input thr group members when click the STG button ?

many thanks again for a useful as hell mod

Raptor 08-07-2008 04:16 PM

also how to set the hide tag to not default to hide-posts ?

Raptor 08-07-2008 04:20 PM

also where to edit to get rid of the default " : " when showing showgroup output (as im using an image and no text)

Thanks

Edit: Sorted this one.

in template bbcode_showtogroups

$caption:

remove ":"

:)

puredarkness 08-09-2008 07:50 AM

Hi Thanks for this

But could someone please help all is working but when you hold the mouse over the hidden content image on the bottom toolbar it shows the link so the users can copy it and paste it in to get the link.

I have attached an image please I need help on this.

Thank You.

Raptor 08-15-2008 05:52 AM

Quote:

Originally Posted by Raptor (Post 1593514)
I have a simple request

I require the showtogroup being set to a specified usergroup as default - where do i add that code so I dont have to manually input the group members when click the STG button ?

many thanks again for a useful as hell mod

Really need this guys - help ?

germinus 08-20-2008 05:42 PM

I seem to remember reading that you could replace the the default images (the pic that says please click thanks to view hidden text) to actual text that says please click thanks to see hidden text. But cant find where I read it, it might have been an older version, how would one do this?

mahiwal69 08-24-2008 02:51 PM

Hello Sir Im added Vs Hide Resurrection on my forum and i edited All template but i dont know where is problem its cant working for me Plss Help me ..here is pic of my forum added VS Hide.when i hide any link its say u need 5 post to see hide link but cant see press Thanks to see hide link

https://vborg.vbsupport.ru/external/2008/09/3.png

https://vborg.vbsupport.ru/external/2008/09/4.png

Plss Help me

rmxs 08-27-2008 06:37 AM

expanded version work good..

One question now..
When users thanks in one thread this thread have XXX thanks..
How its possible to add this number in the forum display after the post count?

rmxs 08-27-2008 06:39 AM

Quote:

Originally Posted by mahiwal69 (Post 1605839)
Hello Sir Im added Vs Hide Resurrection on my forum and i edited All template but i dont know where is problem its cant working for me Plss Help me ..here is pic of my forum added VS Hide.when i hide any link its say u need 5 post to see hide link but cant see press Thanks to see hide link





Plss Help me


The hide thanks and hide-post its only availiable for PAID VERSION Expanded Edition Only

oz_moses 08-29-2008 04:11 AM

Right... so I just bought this via the link in this thread, went through and it says 12 months support etc.

Then I go through the installation and now my whole forums are down.

Quote:

Site error: the file /home/.bermuda/gotah/gothetahs.com/forum/includes/visionscripts/psionic_hide/global_start.php requires the ionCube PHP Loader ioncube_loader_lin_4.4.so to be installed by the site administrator.
so I search the thread, apparently a common problem no worries. Click the link through to visionscripts.com but apparently those forums are now closed for registrations, yet all support is there! But I read on and now there's no support! Perhaps information I could have used before I paid for this to stuff my forums!

So, what next?

oz_moses 08-29-2008 04:14 AM

Seems I need to install some Zend Optimiser in order to parse your PHP, but this requires root access. Of course I can't be sure as all previous support is on your forums, which are closed, and apparently permanently offline!

Now I can't even access admincp. Seems a lot of hassle for a few games of Rock/Scissors/Paper!

After substantial more searching and attempting to translate Brazillian, it seems that I have to install some Zend Optimiser in order to parse your PHP. Funny there was no mention of this before I installed the damn thing.

You claim this is a 2 minute install, yet there's about 20 file edits and 3rd party installs requiring root access, good luck.

akanevsky 08-30-2008 06:50 PM

Quote:

How its possible to add this number in the forum display after the post count?
This would require an extra "n" queries, where "n" is the number of threads you have per page on forum display.

Quote:

You claim this is a 2 minute install, yet there's about 20 file edits and 3rd party installs requiring root access, good luck.
I suppose the 2 minutes are a remainant of the first versions of the hack, which had less edits but a lot of security holes, and it is also probably more of my speed of this hack's installation than a regular user's... In any case, I guess 5 minutes would be more appropriate, though I don't necessarily agree that this piece of information has such a great importance as to make a new package just for the purpose of fixing it... :)

Julio 08-31-2008 01:08 AM

Hi.. Please bear with my ignorance on this hack, although I have read the description, posts, etc. As far as I remember, a previous hack I was using for vb 3.6 would automatically "hide" the links in all the posts, except to those usergroups setup in the configuration.

Does this hack do the same thing? I mean.. without me having to manually tag each post...

Julio 08-31-2008 02:42 PM

OK - Have successfully installed the hack... and as I thought... I have to manually tag each post, to hide the content. Is there a fix so it automatically hides all posts to Guests, or configured groups?

iceytdot 08-31-2008 05:49 PM

how long do i have to wait before i recieve the product i just purchased from you psionic?

rmxs 09-01-2008 05:24 AM

if i remeber correct after the payment you can login and download the product from the site.

iceytdot 09-03-2008 05:21 PM

when i go to his site there is no login area!!

can someone link me plz

iceytdot 09-04-2008 04:41 PM

psionic can u activate my license plz... ive been waitin almost 1 week now? i sent u an email with my payment details the other day ccuz its takin way to long... check it out so i can get my site rolling psionic

rmxs 09-04-2008 06:52 PM

Here is the login

http://www.visionscripts.com/clienta...ient_login.php

rmxs 09-04-2008 06:54 PM

Its possible when someone click on the first post thanks this thread move in forst place like when user post?

siveriano 09-05-2008 07:05 PM

ok bro i pm u and still waiting.

siveriano 09-08-2008 01:54 PM

i have a problem with the images they dont show just the txt but no images does anyone know how to fix this?.

al3bed 09-11-2008 09:50 AM

Thanks but this is this best "bad hack' for vb3.7 ever never relase?!
i thouth is for vb 3.0.0 when I start install it :D

too complex but very nice :)
thanks and keep going

eddy315west 09-25-2008 05:24 PM

man im waiting still to have this installed waiting on this to open up my site

eTiKeT? 09-28-2008 07:30 AM

Thanks :)

corbis 09-29-2008 10:42 PM

Quote:

Originally Posted by mahiwal69 (Post 1605839)
Hello Sir Im added Vs Hide Resurrection on my forum and i edited All template but i dont know where is problem its cant working for me Plss Help me ..here is pic of my forum added VS Hide.when i hide any link its say u need 5 post to see hide link but cant see press Thanks to see hide link

https://vborg.vbsupport.ru/external/2008/09/3.png

https://vborg.vbsupport.ru/external/2008/09/4.png

Plss Help me

I got the same issue, so let me get this strait, we have to pay for this to be able to get the hide hack to work properly?

cedar 10-02-2008 11:15 AM

I'm using free version, and fix all files also templates in readme.html!But when I see my forum to test, the button cant display.It only shows the text as in attachment pic below.It occurs in quickreply, quickedit and also full edit/reply!Pls help me...

P.S : more information : I've just upgraded my vBB from 3.6.x to 3.7.3 PL1, and imported new skin "Transparencity" (also in this forum).

Thank all!


All times are GMT. The time now is 06:29 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.01512 seconds
  • Memory Usage 1,830KB
  • 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
  • (12)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