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)
-   -   [hide] hack (https://vborg.vbsupport.ru/showthread.php?t=90985)

sezmar 01-11-2006 11:48 PM

Please add to your direction, also disable quote:


Goto Templates> newreply and remove this

Code:

<br />


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">
                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('threadreview')"><img id="collapseimg_threadreview" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_threadreview].gif" alt="" border="" /></a>
                $vbphrase[topic_review_newest_first]
        </td>
</tr>
</table>

$spacer_close
$spacer_open

<div id="collapseobj_threadreview" style="$vbcollapse[collapseobj_threadreview]">

        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
       
        $threadreviewbits
       
        <if condition="$show['reviewmore']">
        <tr>
                <td class="tfoot" align="center" colspan="2"><span class="smallfont">
                        <phrase 1="$vboptions[maxposts]" 2="showthread.php?$session[sessionurl]t=$threadid">$vbphrase[thread_has_more_than_x_review]</phrase>
                </span></td>
        </tr>
        </if>
       
        </table>
       
</div>

$spacer_close
$spacer_open


HellBoy 01-12-2006 09:43 PM

Excellent, just what I've been looking for :)

The Realist 01-13-2006 10:45 AM

Dont work :(

Xplorer4x4 01-13-2006 12:14 PM

Also if users use threaded or hybrid mode, they will see the hidden content.

ja3 01-13-2006 03:48 PM

Thanks for all reply's I will look into the bugs this week

sezmar 01-13-2006 08:44 PM

Quote:

Originally Posted by Xplorer4x4
Also if users use threaded or hybrid mode, they will see the hidden content.

Go up a few, the fix is there

Smiry Kin's 01-14-2006 10:44 AM

very nice, im gonna be using this one. :)

Xplorer4x4 01-14-2006 01:41 PM

[hide] <a href="link" target="_blank">link</a> [/hide]

Now it parsing into HTML and I am suing the latest version. :s

EDIT: I deleted B2 and reinstalled it, and I do not see hide tags listed in the vB code page....

sniper0 01-14-2006 04:32 PM

Problems or features I would like to see.

Bugs: xplorer posted it on page 11

Features that would be great:
- Quoting post doesn't show hidden text
- Admins and mods can auto see hidden text (or make an option in the ACP for all listed usergroups to bypass the hidehack)
- Images for hidden area
- Thank You's show hidden text.

I would be more than happy to donate a few bucks if I hear you are working on these.

The Notorious 01-14-2006 05:33 PM

Admins+mods of that forum.

Zia 01-17-2006 06:59 AM

we are on vb3.5.3 install this hack..
but it has bug...while replying with quote it appeared....n only once it can be use in a thread..
least how to stop showing while any one quoting it in reply?
any way that it will be ignored from quoted??

The Notorious 01-18-2006 01:53 AM

Known bugs in B2:
- Only 1 hide tag per post.

And yea quote is a pretty big problem...

Xplorer4x4 01-19-2006 07:18 AM

Quote:

Originally Posted by sniper0
Features that would be great:
- Images for hidden area

This can already be done. Find the template called BBC_hide_noaccess template or soemthing like that. And where it says you do not have pemrision to see this, or w/e it says, just replace with <img src="url here"></img>

Xplorer4x4 01-19-2006 07:30 AM

When I try using either version, I get this:

PHP Code:

 <div style="margin:20px; margin-top:5px; ">
    <
div class="smallfont" style="margin-bottom:2px">Hide:
    <
table cellpadding="6" cellspacing="0" border="0" width="100%">
    <
tr>
        <
td class="alt2" style="border:1px inset">
             
test 
        
</td>
    </
tr>
    </
table>
</
div

EDIT: It looks that the templates are out of date for 3.5.3 when logging into the admin cp.

Stone Cold 3:16 01-28-2006 02:00 PM

Quote:

Originally Posted by Xplorer4x4
When I try using either version, I get this:

PHP Code:

 <div style="margin:20px; margin-top:5px; ">
    <
div class="smallfont" style="margin-bottom:2px">Hide:
    <
table cellpadding="6" cellspacing="0" border="0" width="100%">
    <
tr>
        <
td class="alt2" style="border:1px inset">
             
test 
        
</td>
    </
tr>
    </
table>
</
div

EDIT: It looks that the templates are out of date for 3.5.3 when logging into the admin cp.

Getting frustrated.

I merged the vbulletin-style.xml into both my skins, and imported the product hack. I posted it and it doesnt work.

zodehala 01-28-2006 05:41 PM

sorry guy !!!!!!!!!!!!!!!!!!!!!!!!

this hack cause following errors

1- db errors...( see following thread )
http://www.vbulletin.com/forum/showthread.php?t=172685

2- open html codes...

adielsh 01-28-2006 09:52 PM

Quote:

Originally Posted by zodehala
sorry guy !!!!!!!!!!!!!!!!!!!!!!!!

this hack cause following errors

1- db errors...( see following thread )
http://www.vbulletin.com/forum/showthread.php?t=172685

2- open html codes...

Yes i olso recived this and now i understands why tanks
to fix the quote problem
go to Add New Plugin
Product:Hide Hack
Hook Location:newreply_quote
title:[hide] hack
Plugin PHP Code:
Code:

$pagetext = preg_replace("/\[hide\]((?:.*[\n\r]*)*)\[\/hide\]/i","",$pagetext);
Plugin is Active: yes
and save this

utw-Mephisto 01-29-2006 09:16 AM

Quote:

Originally Posted by Stone Cold 3:16
Getting frustrated.

I merged the vbulletin-style.xml into both my skins, and imported the product hack. I posted it and it doesnt work.

same here ..

Delphiprogrammi 02-03-2006 10:11 AM

wel,
i clicked install but one thing about this hack that annoys me is that the hidden content is still viewable (without being forced to reply) through the archieve ....

you could add a plugin that prevents that ...

lawina 02-04-2006 11:16 PM

is it me or does this mod not work with 3.5.3 ? It works for older [hide] tags but when i try to use the [hide] tag it wont work

Darkfire122333 02-05-2006 06:25 PM

it is working for me, and I am running 3.5.3, you have to also install the other file that is shown there along with the files in the .zip file. I was stuck on that for a while.

RFViet 02-06-2006 01:56 AM

Quote:

Originally Posted by Darkfire122333
it is working for me, and I am running 3.5.3, you have to also install the other file that is shown there along with the files in the .zip file. I was stuck on that for a while.

How do you install ?? It works sometimes on board, which is vb3.5.3

RFViet 02-06-2006 06:34 PM

Well, I figured out something, the hiden part should be at the bottom of the post . Otherwise It won't work. Is it supposed to be ???

RFViet 02-07-2006 02:50 PM

Quote:

Originally Posted by MarsNIIT
Please help me, error after i add bbcode of hide hack [hide][/hide] in BB Code Manager: (i have use prefix vbb_ in table)

Please help me, error after i add bbcode of hide hack [hide][/hide] in BB Code Manager: (i have use prefix vbb_ in table)


Quote:

There seems to have been a problem with the NIIT VIETNAM STUDENTS database.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.


Database error in vBulletin 3.5.0:

Invalid SQL:
SELECT COUNT(*) AS `num` FROM abc_post WHERE `userid` = 1 AND `threadid` =;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Date : Friday, October 28th 2005 @ 07:58:00 AM
Script : http://forums.niitvn.info/x_AdminCP...e.php?do=modify
Referrer : http://forums.niitvn.info/x_AdminCP/index.php
IP Address : 58.186.43.49
Username : MarsNIIT
Classname : vb_database

I have the same problem when I tried to add BB code => Anyone knows how to fix ???

RFViet 02-08-2006 01:02 PM

I found a problem from this hide hack on my vB3.5.3 as described in this thread :
http://www.vbulletin.com/forum/showthread.php?t=174186

Hope someone can fix this problem !!

VaaKo 02-09-2006 12:21 PM

I'm facing a problem
whenever I use this

Code:

[hide]text[/hide]
it works just fine
but when I use this

Code:

[hide]
text1
text2
[/hide]

it doesn't work

any sugegstions please!

OndaReal 02-10-2006 06:43 PM

doesnt work with my 3.5.3 :(

Pickalo 02-13-2006 02:31 AM

I was wondering if you could tell me if there is a way to just show the hidden information to certain usergroups?

mrahul 02-13-2006 02:56 AM

doesnt work with my 3.5.0. getting msg visible even after placing the tags

brianvu 02-15-2006 09:16 PM

does this code work for vb 3.5.3 ?

uaeco 02-15-2006 11:41 PM

Quote:

Originally Posted by brianvu
does this code work for vb 3.5.3 ?

yub

i try it and it's work

uaeco 02-15-2006 11:44 PM

can i have bbcode for hide plz

i wanna to add to the tool bar

Smiry Kin's 02-16-2006 12:12 AM

Quote:

Originally Posted by uaeco
can i have bbcode for hide plz

i wanna to add to the tool bar

[hide]text here[/hide] is it not?

agsguar 02-16-2006 06:32 AM

Quote:

Originally Posted by Smiry Kin's
[hide]text here[/hide] is it not?


I have the same problem!! anyone have any idea?? or solution. Im using 3.5.3

Regards!!

lonelime 02-17-2006 02:53 AM

this one seem not very good....coder didnt support good....

agsguar 02-17-2006 06:46 PM

Any ones can help me??

I have the version 3.5.3

Regards..!!!

lawina 03-04-2006 01:08 PM

Quote:

Originally Posted by RFViet
Well, I figured out something, the hiden part should be at the bottom of the post . Otherwise It won't work. Is it supposed to be ???

Same problem here, hope someone can find a fix for this

Smiry Kin's 03-08-2006 09:58 AM

could ya make it so it works with a thank you hack?

CongTuDepTrai 03-10-2006 12:12 PM

how can we block seach engine not to show content too? I have it work with thread but when people search my post or engine, my hide content show up

Moya 03-15-2006 07:46 PM

Quote:

Originally Posted by princessfrozen
Could moya and ja3 join forces and get a good hide hack up and operational? If its a matter of ja3 having access to the customers portion of vbstyles, I'd be happy to buy a license to a style for him/her. Rather unfortunate that ja3 doesn't run a forum anymore as they wouldn't have anywhere to use the style. :(

I have a version 2 at vbstyles. Come and check it out.


All times are GMT. The time now is 09:13 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.01440 seconds
  • Memory Usage 1,836KB
  • 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
  • (2)bbcode_php_printable
  • (13)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