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)

Mr_Devlin 07-06-2009 03:39 PM

For all the guys who would have shown up the images in basic edition try this:

In template "bbcode_hposts" add at top:

HTML Code:

<style>
.hidden{
      border:solid 0px;
      background:#000000 url(http://your_path_to_imagefolder/misc/locked.gif) no-repeat;
      color:#FFFFFF;
      font-weight:bold;
      padding: 40px;
      text-align:center;
      width: 80%;
      }
.unhidden{
      border:solid 0px;
      background:#000000 url(http://your_path_to_imagefolder/misc/unlocked.gif) no-repeat;
      color:#FFFFFF;
      font-weight:bold;
      padding: 40px;
      text-align:center;
      width: 80%;
      }
.alt3{
      background:#000000;
      border:1px inset;
    }
</style>

These are the css-styles for a box with black background and white font. If you like other colors, change the hex-value after "background" and "color" matching your style.

Next find:
HTML Code:

<td class="alt2" style="border:1px inset">
                        <div>$caption:</div>
                        <div style="font-style:italic">
                                <if condition="$canview">
                                        $message
                                <else />
                                        $vbphrase[hidetag_accessdenied]
                                </if>
                        </div>
                </td>

and REPLACE with this:
HTML Code:

                <td class="alt3">
                        <div>$caption:</div>
                        <div style="font-style:italic">
                                <if condition="$canview">
                                        <div class="unhidden">$message</div>
                                <else />
                                        <div class="hidden">$vbphrase[hidetag_accessdenied]</div>
                                </if>
                        </div>
                </td>

This should do the trick...

motorola 07-06-2009 05:36 PM

Nobody help me:(

akanevsky 07-06-2009 05:40 PM

Quote:

Originally Posted by motorola (Post 1843386)
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

Make sure that when you copy the text to search for, you don't copy the spaces (tabs) on the first line of the text. Otherwise it might not find it.

As for the "I imported product and it does not show up", well, please make sure that you upload all files of the hack before you activate the product.

motorola 07-06-2009 05:51 PM

I found all text files and I have made the changes in the all instalation files,without this one ./clientscript/vbulletin_textedit.js but doesnt work.. I cant hide the text,and my forum dont load anymore,I deleted all files and my forum work again
Can you help me with this?

Mr_Devlin 07-06-2009 06:22 PM

You have to download a vBulletin-version enclosing uncompressed javascript-files. The regular download includes compressed files, which can't be edited in the way Psionic mentioned and recommended.

popular 07-06-2009 09:05 PM

ive been tryin to figure this for ages, but why does the hack not hide in archive mode? i even have the latest version and it still shows up! am i missing something?

motorola 07-07-2009 11:04 AM

Can someone help me to install this ?Pls

Fynnon 07-07-2009 10:30 PM

Quote:

Originally Posted by motorola (Post 1844432)
Can someone help me to install this ?Pls

Its simple, read the instructions and follow them !
Where do you get stuck ?

@PsionicVision - i just got a great idea for your mod: You could make it that the HIDE button to be a PAYPAL button so the user must donate/pay before beeing able to download !

Could it be done ?

popular 07-07-2009 10:58 PM

you know i just might actually consider going pro if i could answer my question 2 posts up

akanevsky 07-08-2009 07:38 PM

Quote:

Originally Posted by popular (Post 1844100)
ive been tryin to figure this for ages, but why does the hack not hide in archive mode? i even have the latest version and it still shows up! am i missing something?

There are a few file edits that need to be done for the archive - please make sure you've done them. :)

willy888 07-09-2009 02:00 PM

Hello
I would like to ask if I buy vS-Hide Hack Resurrection Expanded Edition ,is it possible to update every new version you make ?
or is that Current Version: 3.7.6 what I buy

Mr_Devlin 07-09-2009 06:34 PM

Quote:

@PsionicVision - i just got a great idea for your mod: You could make it that the HIDE button to be a PAYPAL button so the user must donate/pay before beeing able to download !
The HIDE-button is just an option to hide something on your forums. The thread author will use it to hide some content. If you would like to have users paying via paypal for unlocking hidden content you can combine the "Thanks"-Button with paypal code because Abe's PostThankYou-Hack can be enabled or disabled for specified forums. So if you enable the Thanks-Hack only in forums where HIDE ist used you can launch a donation link by clicking thanks button.

motorola 07-10-2009 06:33 PM

I dont know what is this vbulletin-version enclosing uncompressed javascript-files. I have installed the regular downloaded version,is not this good?(I'm a noob,I know that,but I want to learn:), hope somebody will help me,to have finaly installed,this great mod )

Vangerltd 07-12-2009 12:11 PM

Can't see [Hide] button in Opera (quick reply). In FF and IE working fine.

Vangerltd 07-12-2009 10:03 PM

temporary fix (2.8.2)

in showthread_quickreply find
HTML Code:

        <if condition="!is_browser('opera')">
add BEFORE
HTML Code:

        <if condition="is_browser('opera')">
                <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide"><img src="$stylevar[imgdir_editor]/hide.gif" width="41" height="20" alt="$vbphrase[wrap_hide_tags] - $vbphrase[hidetag_explanation_shortcut]" /></div></td>
        </if>


willy888 07-14-2009 12:58 PM

Quote:

Originally Posted by willy888 (Post 1845768)
Hello
I would like to ask if I buy vS-Hide Hack Resurrection Expanded Edition ,is it possible to update every new version you make ?
or is that Current Version: 3.7.6 what I buy

If I BUY this mod will I have support and updates for newer versions ,or I buy only the current version ?

motorola 07-15-2009 12:20 PM

I had purchased the expanded edition and I pay for the instalation also, and nothing not even an email or PM....

What happens?

willy888 07-15-2009 06:34 PM

Did you get the expanded edition mod ???

Arsh 07-16-2009 11:11 AM

I'm trying to install it but I keep getting this message even though the file is there. I've uploaded the file 2 times and have checked it and its there but I still keep getting this message.

Quote:

vS-Hide Hack Resurrection: Incomplete Installation!

The following file(s) are missing from your vBulletin installation:
****/forums/includes/vS_HHR_Engine.php

Since the hack will not function correctly without this file, it has been disabled so that you can still access your vBulletin installation.
Please upload the missing file(s), then re-enable the hack from the admincp's product management system

Mr_Devlin 07-16-2009 09:11 PM

Quote:

Originally Posted by Arsh (Post 1849859)
I'm trying to install it but I keep getting this message even though the file is there. I've uploaded the file 2 times and have checked it and its there but I still keep getting this message.

Check the CHMOD for the specified includes-folder, it should be '777', otherwise upload will not work.

Arman Dinarvand 07-20-2009 08:31 PM

hello i can not edit vbulletin_textedit.js corectly please help me
what is the editor for these files?

kyrenator 07-21-2009 12:15 PM

is there a way to hide all the code tags?

akanevsky 07-23-2009 12:34 PM

Quote:

Originally Posted by Arman Dinarvand (Post 1852435)
hello i can not edit vbulletin_textedit.js corectly please help me
what is the editor for these files?

You can edit that file if you first download the uncompressed version of vBulletin.

ArnyVee 07-26-2009 02:59 PM

Psionic Vision (or anyone else that might know),

I am using this as a 'spoiler' mod....

https://vborg.vbsupport.ru/showthread.php?p=1855858

....and, I only want to show the contents of the spoiler to registered users. Can I use this mod to do this? It seems like it does more than what I need, but I'm just looking to find a solution.

Mr_Devlin 07-26-2009 07:14 PM

Yes, you can use this mod for your needs. You can use it to hide content INSTEAD of spoiler or hide content AND spoiler. You have also the ability to use the Show-To-Groups-Hide to restrict or allow the view of content for specified usergroups.

itsheinz 07-27-2009 03:19 PM

on the last instruction:
Please ensure that you have downloaded an "uncompressed javascript" version of vbulletin.

Unfornatunately i have compressed vbulletin_textedit.js.How is that? How can i edit? or uncompressed the vbulletin_textedit.js?

m1thr0s 07-27-2009 04:20 PM

looks promising - quick question:
if I am already using another bb hide-spoiler, does this need to be uninstalled before installing this one? I am a little uncertain what happens to all the previous posts that used the old spoiler. I am also wary of potential conflicts.

m1

itsheinz 07-28-2009 01:18 PM

ho to uncompressed vbulletin_textedit.js ? im almost done,only that thing is my prob? i dont know how to edit that part because it was compressed ...somebody help me..

chriscodes 07-28-2009 02:55 PM

hey there, i saw this mod and wanted to install but im having some issues with the last step: In file(s) ./clientscript/vbulletin_textedit.js, ( Done)

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

how do i find an "uncompressed javascript" version of vbulletin. ?

when i open the javascript file theres alot of codings one on top of the other, please help

PHILIPS-08 07-28-2009 03:11 PM

hay is this work with version 3.8.1 ??

itsheinz 07-29-2009 10:07 AM

^check on the version dude,its says 3.8x so meaning it will work in all 3.8 version of vbulletin :)
@ Topic:
how to uncompressed vbulletin_textedit.js ? im almost done,only that thing is my prob? i dont know how to edit that part because it was compressed ...somebody help me..

m1thr0s 07-29-2009 11:43 PM

you're really bombing this thread itsheinz and others have questions they are hoping to get answered as well. Why not just back everything out and go in the right way? You can download the uncompressed javascript version form the member's area! This topic isn't intended as a javascript editing tutorial and it isn't necessary anyway. You don't even really need to *back out* if you just overwrite the javascript file with the uncompressed version... read back a bit - this has all been discussed.

m1thr0s 07-29-2009 11:55 PM

To repeat my own question: do I need to uninstall an older spoiler before installing this one?
Anybody know the answer to that?

crouzmind 08-02-2009 01:12 PM

Quote:

case 'PHP':
{
this.apply_format('removeformat');
}
break;
i cant find it in ./clientscript/vbulletin_textedit.js . and i have vbulletin 3.8.1 .

tell me about this plz .

crouzmind 08-02-2009 01:27 PM

i have already downloaded the vbulletin uncompressed java script version now now did i need to upload whole vbulletin file in my site root or only i need to upload ( uncompressed javascript ) vbulletin_textedit.js file only ?

akanevsky 08-10-2009 02:13 PM

You only need to upload the clientscript folder.

Verionia 08-24-2009 12:29 AM

I dont think I quite understand this mod. Will this help me hide like code to guests? Example: Such as coupon codes?

RedHacker 08-24-2009 10:48 AM

Install Expanded Version but must be help ......

RedHacker 08-25-2009 04:37 AM

Someone to help me why Psionic Vision cant find from yesterday....

SevgimBoard 10-05-2009 04:17 PM

thank you


All times are GMT. The time now is 12:39 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.01538 seconds
  • Memory Usage 1,834KB
  • 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_html_printable
  • (9)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