View Full Version : vS-Hide Hack Resurrection
akanevsky
10-01-2005, 10:00 PM
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.
/*===================================*\
|| vS-Hide Hack Resurrection
||
|| Author : Anton Kanevsky
|| Works on : vBulletin 3.5.x - 3.8.x
|| Released : Oct 07, 2009
||
|| Time required to install: ~2 minutes
|| Difficulty: easy
\*===================================*/
DESCRIPTION
Have you ever wanted your users to be able to define who exactly can view the information in any particular post? vS-Hide Hack Resurrection, a vBulletin 3.5.x - 3.8.x expansion, features a set of handy tags that together give your users an opportunity to do just that:
: defines the minimum number of posts required to read the content within.
[SHOWTOGROUPS]: defines the usergroups that may read the content within.
[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)
[STU]: defines the users that may read the content within. (Expanded Edition Only)
*(1): The HIDE-THANKS tag comes with a full-featured Post Thank You System. See features for further details.
*(2): The HIDE-REPLY tag can be reversed to HIDE with just one easy switch of an admincp option.
STATISTICS
File Uploads: 1
File Changes: 10
Products to Install: 1
FEATURES
General
Stylish, HTML-formatted output.
Compatible With Regular and WYWIWYG editors.
Compatible with all vBulletin Versions from 3.5.x through 3.8.x.
Unregistered, Unverified and Banned users are prevented from seeing any hidden content.
Post owners can always see hidden content in their own posts.
Users can always see hidden content in posts that they can edit.
It is impossible to quote hidden text even if it is revealed - it is stripped from the quotation.
Ability to specify usergroups that can always see hidden content.
Zero template edits.
Works fast on large boards.
Ability to enable / disable any of the tags:
on global basis - vBulletin Options
on per-forum basis - Forum Options (Expanded Edition Only)
on per-usergroup basis - Usergroup Options (Expanded Edition Only)
AJAX Features for HIDE-REPLY, HIDE-THANKS, and HIDE-REPLY-THANKS, with full non-ajax functionality for older browsers. (Expanded Edition Only)
Online vB Code Documentation.
Case-Insensitive Tags.
vB Code Shortcut (HIDE) that can be linked to any of the tags featured by this engine.
There is no way to go around the tags. They are parsed correctly everywhere, including:
Showthread / Showpost.
Search Area
Forum Display (First Post Preview)
New Reply (Thread Review)
Post Preview
Archive
Print Version
E-mail Subscriptions
RSS Feeds
Integrated "Thank You" System ? (Expanded Edition Only)
Works fast on large boards.
Automatic prevention of users from saying Thank You more than once for the same post.
Automatic prevention of users from saying Thank You to themselves.
Ability to define which usergroups can post thanks.
Ability to define which usergroups can remove own thanks.
Ability to define which usergroups can remove others' thanks.
Ability to define in which forums to enable the system (can also be enabled/disabled globally).
Ability to define in which forums to bump thanked threads (can also be enabled/disabled globally).
Ability to define whether to allow thanks on first post only.
Ability to define whether to allow thanks in closed threads.
"Remove All" button displayed to those who can remove both own and others' thanks.
List of users who clicked "Thank You" below each post, with an option to limit the maximum amount of such users displayed.
List of latest Thank You's received is displayed in each member's usercp.
Administrator can specify a certain amount of reputation to be given to users who upon the receipt of a 'Thank You'.
AJAX posting and removal of Thank You's, with a stylish progress indicator.
AJAX posting and removal of Thank You's degrades gracefully to non-javascript functionality when AJAX is disabled.
INTRODUCTION
Why "Resurrection"?
The reason is simple: This hack has been written many times by various people, and nobody ever got their version working correctly.
This product presents a professional version written from scratch, and there are no backdoors through which hidden information can be illegally retrieved. Unlike other systems, this one works correctly with the vBulletin Post Cache.
Usage Syntax:
[HIDE]information
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.
[HIDE-REPLY]information[/HIDE-REPLY] (Expanded Edition Only)
Information is not shown to people unless they reply.
[HIDE-THANKS]information[/HIDE-THANKS] (Expanded Edition Only)
Information is now shown to people unless they press "Thank You" button.
[HIDE-REPLY-THANKS]information[/HIDE-REPLY-THANKS] (Expanded Edition Only)
Information is not shown to people unless they either reply or press "Thank You" button.
information
Information is not shown to people unless they are a member of the X usergroups, where X is a comma-separated list of usergroupids.
information
Information is not shown to people unless they are a listed in X, where X is a comma-separated list of userids.
:: Copyrights ::
The Engine & Toolbar Images - Copyright ? Anton Kanevsky, 2006 - 2009
Locked and Unlocked Images - Copyright ? vBStyles.com, 2004 - 2006, huge thanks to Miko for providing the PSD files!
VERSION HISTORY
Please see the attached change log file for version history.
The installation manual is contained within the attached file.
IF YOU LIKE MY HACK, PLEASE CLICK INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=203010)
erratic assasin
10-02-2005, 11:39 AM
err where do I find the file?
akanevsky
10-02-2005, 11:44 AM
You usually have to wait about 5 minutes for the files to appear. I at first create the thread, then I edit my hack manual to contain a reference to the thread, and only then I fill the thread with archive / screenshots / whatever. This is true for any of my hacks.
erratic assasin
10-02-2005, 11:57 AM
Thanks for the advice nice work and check your pm please...
Kent100
10-02-2005, 01:04 PM
Thanks!!! :banana:
VaaKo
10-02-2005, 01:42 PM
you should make the hide hack integrated with the thank you hack
text
when a user clicks on "thank you" button, it unhides the text!
erratic assasin
10-02-2005, 01:45 PM
Fatal error: Call to undefined function: parsehide() in /****/*******/public_html/******/includes/functions_forumdisplay.php on line 163
getting parse error on this line ? help :nervous:
$thread['preview'] = strip_tags(str_replace("<br />", "\n", parseHide($thread['preview'])));
akanevsky
10-02-2005, 04:31 PM
you should make the hide hack integrated with the thank you hack
text
when a user clicks on "thank you" button, it unhides the text!
What's the point in that "thank you" hack?
Fatal error: Call to undefined function: parsehide() in /****/*******/public_html/******/includes/functions_forumdisplay.php on line 163
getting parse error on this line ? help
$thread['preview'] = strip_tags(str_replace("<br />", "\n", parseHide($thread['preview'])));
Make sure you followed the instructions correctly. I am not getting any errors on my end.
dantes
10-02-2005, 05:12 PM
Fine work !
Thx ....
Mr Chad
10-02-2005, 06:10 PM
Fine work !
Thx ....
The [HIDE] works fine but the [SHOWTOGROUPS=] does nothing...
By the way loved your manual.
erratic assasin
10-02-2005, 06:26 PM
Its OK I uninstalled hack its not what I was looking for but still awesome manual and support many thanks...
kauka
10-02-2005, 07:16 PM
ok where in admincp can you change amount of posts before you can see?
slank
10-02-2005, 07:16 PM
this will be awesome for a riddles forum - i'll try installing.
thanks
akanevsky
10-02-2005, 08:37 PM
The [HIDE] works fine but the [SHOWTOGROUPS=] does nothing...
By the way loved your manual.
That's not true, it works for me.
Thanks for compliment about the manual :)
ok where in admincp can you change amount of posts before you can see?
vBulletin Options -> BBCODE Settings
VaaKo
10-03-2005, 09:14 AM
What's the point in that "thank you" hack?
you'll get to say thank you to the poster and unhide the topic
MarsNIIT
10-03-2005, 10:34 AM
Please help me , error:
Fatal error: Call to undefined function: parsehide() in /home/ddfiles/public_html/includes/class_postbit.php(279) : eval()'d code on line 1
Cyricx
10-03-2005, 12:48 PM
Will this check secondary usergroups as well? or just primaries?
ctsolutions
10-03-2005, 02:40 PM
you'll get to say thank you to the poster and unhide the topic
if I know well, the hide hack is coded to read the post count and then let the user read the hide text.
the thank you hack will not increase your post count, so they cant work together for the moment.
Mike
akanevsky
10-03-2005, 07:20 PM
Fatal error: Call to undefined function: parsehide() in /home/ddfiles/public_html/includes/class_postbit.php(279) : eval()'d code on line 1
You need to copy and paste from the instructions.
There isn't "parsehide", but instead there is a "parseHide"... Case matters.
Will this check secondary usergroups as well?
Yes.
if I know well, the hide hack is coded to read the post count and then let the user read the hide text.
the thank you hack will not increase your post count, so they cant work together for the moment.
Not with the same tag. I could make it with a different tag, such as [hide-no-reply]... However, I don't see a point in doing that. It's too easy to click a button, who cares about it.
kauka
10-03-2005, 07:39 PM
Very nice hack indeed. Just for my own personal view about this hack if it's done by post counts not every member has or hasn't that amount required. I guess what i'm asking is instead of post counts it be by usergroups. Just asking as I know nothing about coding.
ctsolutions
10-03-2005, 08:02 PM
(50 post(s) are required, you have 0):
You do not have sufficient rights to be able to see this block.
==============================================
but, my user has 62.
still after I updated the post count. from where will be the post count read ?
Mike
akanevsky
10-03-2005, 08:05 PM
Very nice hack indeed. Just for my own personal view about this hack if it's done by post counts not every member has or hasn't that amount required. I guess what i'm asking is instead of post counts it be by usergroups. Just asking as I know nothing about coding.
This hack features both... Read the description carefully and you fill discover the existence of [SHOWTOGROUPS] tag.
(50 post(s) are required, you have 0):
You do not have sufficient rights to be able to see this block.
==============================================
but, my user has 62.
In what area are you trying to use the tag? Can I see it?
akanevsky
10-03-2005, 08:30 PM
Your problem is that you still have the [hide-until-reply] hack installed... They are incompatible.
akanevsky
10-03-2005, 09:10 PM
I could look at your FTP... If you want, send me the login details as a PM.
ctsolutions
10-03-2005, 10:15 PM
Sorry about previous posts, I deleted them.
I just installed your hack on another site and works like a charm.
Thanky You !!!
Mike
alhedayh
10-04-2005, 09:59 AM
Thanky You !!!
booktoweb
10-04-2005, 11:12 AM
i want
text
dis appear from user
and apear pic
http://www.shazly.net/hst2x1/dbosch7t...hide.gif
when user post reply
text appear to him with this pic
http://www.shazly.net/hst2x1/ewaramvw...unhidden.gif
how can i do it
where the option of thes hack in admincp ?
akanevsky
10-04-2005, 11:56 AM
i want
text
dis appear from user
and apear pic
when user post reply
text appear to him with this pic
how can i do it
where the option of thes hack in admincp ?
That's not in this hack. This hack is based on postcounts and usergroups.
I'm getting the exact same error as above
Fatal error: Call to undefined function: parsehide() in /home/eroticst/public_html/forums/includes/functions_forumdisplay.php on line 163
did this problem get fixed?
booktoweb
10-04-2005, 03:57 PM
can you re build this hack to 3.5.0 please :surprised:
When I add this line to functions_forumdisplay
$thread['preview'] = strip_tags(str_replace("<br />", "\n", parseHide($thread['preview'])));
Fatal error: Call to undefined function: parsehide() in /home/eroticst/public_html/forums/includes/functions_forumdisplay.php on line 163
Any ideas? Sorry for the double post.
akanevsky
10-04-2005, 04:10 PM
sorry for doube post
Diagnosis: crooked hands of the person who was performing the installation.
Make sure you edited functions.php properly, as described in the manual.
can you re build this hack to 3.5.0 please
No, because in my opinion that hack is pointless.
Diagnosis: crooked hands of the person who was performing the installation.
Make sure you edited functions.php properly, as described in the manual.
These are fresh files and it's only the one line to add. Crooked hands is not an option. ;) Any other ideas?
Edit:
I'll double check all edits one more time.
Edit: I figured out that the code is different when viewed with IE. Might want to make a note to use only Firefox. There are no errors now but showgrougs tag does nothing. Any ideas?
jaks
oricon
10-04-2005, 06:42 PM
any chance to integrate this hack with the thank you hack? i think it is better to press "thank you"-button as a simple "thank you" answer. without this hack most user wrote only thx and the post count is high. sorry for my english, i hope you understand.
I'm getting a DB error when i run the install which I figure is a conflict with the old version. Any chance you have an upgrade install or a db removal for the old version?
Figured it out i just had to delete the 2 rows in the settings table and it now works like a charm.
Jaks
akanevsky
10-05-2005, 05:08 PM
I figured out that the code is different when viewed with IE.
False. Tested in the three major browsers: IE, Opera, Firefox
There are no errors now but showgrougs tag does nothing.
It does for me.
any chance to integrate this hack with the thank you hack? i think it is better to press "thank you"-button as a simple "thank you" answer. without this hack most user wrote only thx and the post count is high. sorry for my english, i hope you understand.
Maybe I will release a separate version that will include both "Thank You" and "Hide Until Reply" tags. Keep up with updates (of course, to do that you need to click Install)
akanevsky
10-05-2005, 05:48 PM
Download the new version, just released.
To upgrade:
1. Re-do changes for functions.php
2. Do changes for vbulletin_textedit.js
To find out why this version has a "Limited" label, please check out the manual.
Kent100
10-05-2005, 06:25 PM
Суперхак! :up:
akanevsky
10-05-2005, 06:40 PM
Спасибо =)
adill420
10-06-2005, 04:36 AM
hey thanks for this great hack!
one thing though..i did it to define as default what show groups to show to..so when a user is replying the button is clicked and the showtogroups=x,x,x,x is already filled..but i couldn't figure out how to do this for wysiwyg for creating new thread..any ideas on how i can add the two buttons on those?
thanks
Maybe I will release a separate version that will include both "Thank You" and "Hide Until Reply" tags. Keep up with updates (of course, to do that you need to click Install)
I also wait for this release. Thank you Dark Visor for this great work
akanevsky
10-06-2005, 06:48 PM
hey thanks for this great hack!
one thing though..i did it to define as default what show groups to show to..so when a user is replying the button is clicked and the showtogroups=x,x,x,x is already filled..but i couldn't figure out how to do this for wysiwyg for creating new thread..any ideas on how i can add the two buttons on those?
thanks
Check out my How-To...
https://vborg.vbsupport.ru/showthread.php?t=97295
ctsolutions
10-06-2005, 09:29 PM
can you tell me please what is the change log from 1.0.0 to 1.0.1 ?
I have installed the 1.0.0 release, what is new in the 1.0.1 ?
What code must be change from 1.0.0 ?
thanks
Mike
P.S, sorry, here is the chance ?
Download the new version, just released.
To upgrade:
1. Re-do changes for functions.php
2. Do changes for vbulletin_textedit.js
akanevsky
10-06-2005, 09:42 PM
ctsolutions,
Yes. Those two are what you gotta do. And if you have clicked "install" when you actually installed the hack, then you would've received those by e-mail....
can you tell me please what is the change log from 1.0.0 to 1.0.1 ?
It's in hack's description.
stinger2
10-07-2005, 07:47 PM
Maybe I will release a separate version that will include both "Thank You" and "Hide Until Reply" tags. Keep up with updates (of course, to do that you need to click Install)
thanks great hack.was waiting for it..i will aslo be the first one install the separate version with the thank you button when released....
many thanks
oricon
10-07-2005, 08:38 PM
@dark visor:
edit: i wrote pm.
@dark visor:
i need only one thing in the expanded version ([HIDE-THANKS][/HIDE-THANKS]). 30$ is too much for me and so i hope it is possible to buy a cheaper version with only [HIDE-THANKS][/HIDE-THANKS]. i hope my question it is not bad for you. the work for the script is hard and it is ok to sell it.
I also want only the Thank You Version of this hack. But i think 30$ is too much for a expanded version. I also know thats not easy to coding a hack for vbulletin. :ermm:
:disappointed: :disappointed:
akanevsky
10-08-2005, 02:34 PM
About the price, see PM :)
Concerning parsehide() problems, I just found out that my HTML manual won't be displayed correctly in Internet Explorer because of a CSS issue.
Until I fix it, use something other than Internet Explorer to view my manuals, or just use the TEXT version of it.
hawksisdead
10-08-2005, 03:29 PM
I just bought a custom hide hack from Dark Visor and it's definitely worth the money. You will get very detailed installation instructions and he's always around for support.
If you need help installing the hacks, I can do it for next to nothing. Email hawkz@3kingz.net
sezmar
10-09-2005, 02:52 AM
Why are you selling the hack for 30 bucks?
Well I guess I will figure this one out for myself.
JJH35
10-09-2005, 03:59 AM
how to change the color from BLUE?
akanevsky
10-09-2005, 11:27 AM
how to change the color from BLUE?
AdminCP -> vBulletin Settings -> BBCode Options -> [HIDE] Color
dantes
10-09-2005, 02:53 PM
ИМХО .... они .... все парсевые функции ... не туда вставляют....
Больщое спасибо ещё раз ... Всё отлично работает ... бед не знаем ....
JJH35
10-09-2005, 04:48 PM
thank you, hack works well, never got a good workin hide hack that allows admins to view past, this one works great
rb290
10-09-2005, 05:26 PM
how come its like this, putting certain amount of posts for people to see
the other hide hack you had to leave a post to see it <<<<< i liked much better, is their a way to do this
akanevsky
10-09-2005, 06:16 PM
ИМХО .... они .... все парсевые функции ... не туда вставляют....
Больщое спасибо ещё раз ... Всё отлично работает ... бед не знаем ....
Дело в том, что я допустил ошибку в CSS инструкций, поэтому в Internet Explorer содержимое текстовых окон было вытянуто в одну строку... Что, естественно, недопустимо :) Рад что для тебя работает.
thank you, hack works well, never got a good workin hide hack that allows admins to view past, this one works greatp
Glad to be of help.
how come its like this, putting certain amount of posts for people to see
the other hide hack you had to leave a post to see it <<<<< i liked much better, is their a way to do this
That is featured in my expanded version of the hack.
Makaveli105
10-10-2005, 08:50 AM
how come its like this, putting certain amount of posts for people to see
the other hide hack you had to leave a post to see it <<<<< i liked much better, is their a way to do this
That is featured in my expanded version of the hack.
where is this expanded version? or is it still in progress?
havefun
10-10-2005, 07:35 PM
* havefun clicked install
THX Dark Visor, working fine :)
i like to change one thing:
// ################################################## ##
// output
// ################################################## ##
if ($hidetag['canview'] == true)
{
$text = str_replace(array("<%=ugrouptitles=%>"), array($hidetag['usergroups_list']), "<font color='".$vbulletin->options['hidetag_color']."'><b>".$vbphrase['hidetag_showtogroups_caption'].":</b><br />".$text."</font>");
}
...
i don't like to have that .$text."</font>" colored..? thx
akanevsky
10-10-2005, 08:19 PM
havefun,
vBulletin Options -> BBCode Options -> HIDE Color
havefun
10-11-2005, 06:55 AM
havefun,
vBulletin Options -> BBCode Options -> HIDE Color
i know. sorry, i described it the wrong way.
everything should be colored but not the text between "[hide|showtogroups]not colored[/hide|showtogroups]"
idander
10-11-2005, 01:41 PM
great hack
JJH35
10-11-2005, 05:40 PM
if the post is hide=20 does the user regardless have to have 20 posts or is 20 posts so they can see it without replying?
akanevsky
10-11-2005, 05:41 PM
Ah! Then remove <font color='".$vbulletin->options['hidetag_color']."'> and </font> from the line you posted.
JJH35
10-11-2005, 10:44 PM
any answer to my question DARk
akanevsky
10-11-2005, 11:08 PM
Yes, hide=20 requires a user to have 20 posts. [HIDE] does not have anything to do with replies, and the reply-based hide ([HIDE-REPLY]) is not included in this version of the hack.
JJH35
10-12-2005, 12:05 AM
an idea whats causing this error
Database error in vBulletin 3.5.0:
Invalid SQL:
INSERT INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'hidetag_color',
'bbcode',
'blue',
'blue',
'free',
'',
10,
0,
1,
'darkvisor_hide'
),
(
'hidetag_defaultposts',
'bbcode',
'1',
'5',
'number',
'',
10,
0,
1,
'darkvisor_hide'
);
MySQL Error : Duplicate entry 'hidetag_color' for key 1
akanevsky
10-12-2005, 12:25 AM
Yes. You already have the 3.0 version of the hack installed in your database. You need to uninstall the 3.0 options by going to yourboardurl/admincp/options.php?do=removesetting&varname=hidetag_defaultposts and
yourboardurl/admincp/options.php?do=removesetting&varname=hidetag_color
JJH35
10-12-2005, 12:42 AM
it let me remove the first thing u have, said the 2nd wasnt there but it still gives me same sql error
akanevsky
10-12-2005, 12:43 AM
You're welcome :)
JJH35
10-12-2005, 12:47 AM
guess if id use some common sense id get it, i substituted the hidetag_color in there to the remove thing u have and got ur hack to install, thanks again
akanevsky
10-12-2005, 12:48 AM
Yes, sorry, I posted wrong link.
I posted a link to the option from the advanced version of this hack instead of the version for vB 3.0.x :(
havefun
10-12-2005, 02:14 PM
Ah! Then remove <font color='".$vbulletin->options['hidetag_color']."'> and </font> from the line you posted.
thx. now i found out how it works. moved </font> before :</b>
havefun
10-12-2005, 09:28 PM
sorry. me again :)
because of a fun-forum it would be better that mods and super-mods
can't see it too. only after answer.
i think that i've to delete this for mods:
if (can_moderate($forumid) AND in_array(THIS_SCRIPT, array('forumdisplay', 'showthread', 'archive', 'printthread')))
{
$hidetag['canview'] = true; // allowed if [user = mod]
}
akanevsky
10-12-2005, 09:31 PM
Replace
if (in_array($usergroup, array(5,6))
With
if (in_array($usergroup, array(6))
and erase
if (can_moderate($forumid) AND in_array(THIS_SCRIPT, array('forumdisplay', 'showthread', 'archive', 'printthread')))
{
$hidetag['canview'] = true; // allowed if [user = mod]
}
havefun
10-12-2005, 09:34 PM
Replace
if (in_array($usergroup, array(5,6))
With
if (in_array($usergroup, array(6))
and erase
if (can_moderate($forumid) AND in_array(THIS_SCRIPT, array('forumdisplay', 'showthread', 'archive', 'printthread')))
{
$hidetag['canview'] = true; // allowed if [user = mod]
}
ok fine, THX
ctsolutions
10-14-2005, 11:07 AM
Hi, Dark Visor
I find something but I dont know if this is a bug from the first release or the second.
Exemple:
I make a new thread and I post
sometext
now, when somebody visit this thread will see that he need 10 post to be able to see the hiden text. Our user has only 5 post and he is not able to see the hiden text.
That is okay, so far.
Anyway,when the user post a "replay" but he dont post realy and scroll down to my hiden thread he IS ABLE to see the hiden text in the " Topic Review (Newest First) "
Is that a bug or my update mistake ?
2. I have noticed that when I click the hide icon, to write a text a java script popup open. When I wrote "http://www.vbulletin.org" I will take:
and that is wrong
][/b]="http://www.vbulletin.org"] that is correct. I missed an ] after the first "hide" tag.
Can you help please ?
Thanks,
Mike
david_be
10-14-2005, 02:25 PM
gracias
akanevsky
10-14-2005, 05:51 PM
ctsolutions,
In popup you should write the amount of posts a user needs to have to see the content. The content itself goes here:
...youcontents...
ctsolutions
10-14-2005, 06:48 PM
ctsolutions,
In popup you should write the amount of posts a user needs to have to see the content. The content itself goes here:
...youcontents...
Okay, thanks...but what is with my example here:
I find something but I dont know if this is a bug from the first release or the second.
Exemple:
I make a new thread and I post
sometext
now, when somebody visits this thread will see that he needs 10 posts to be able to see the hidden text. Our user has only 5 posts and he is not able to see the hidden text.
That is okay, so far.
Anyway,when the user poss a "reply" but he doesnt post really and scrolls down to my hidden thread he IS ABLE to see the hidden text in the " Topic Review (Newest First) "
Is that a bug or my update mistake ?
Thanks
Mike
akanevsky
10-14-2005, 07:35 PM
It is probably your mistake since on my board it works fine.
ctsolutions
10-15-2005, 02:28 PM
It is probably your mistake since on my board it works fine.
I have uninstalled the hack and installed the new release on other vbulletin, but by a "reply" to hidden thread still the hiden tag shown.
please take a look on my test board
http://www.ct-xp.com/forums/showthread.php?p=55#post55
test account send PM.
I've just test it at another board as a new user with "0" postings and I can see the hidden content when I reply to the thread.
Thanks
Mike
akanevsky
10-15-2005, 03:42 PM
See PM.
ctsolutions
10-15-2005, 07:14 PM
See PM.
Access Send, see PM
Thanks
Mike
akanevsky
10-16-2005, 02:30 PM
BUG-FIX RELEASE
- Instructions can now be viewed in Internet Explorer
- Fixed a bug that allowed for viewing hidden content in newreply reviewbits
NOTE: This fix applies to both limited and extended versions. If you have the extended version, PM me and I will send you the update. Otherwise, download the updated limited version from the thread.
ctsolutions
10-16-2005, 03:03 PM
Thanks for the BUG-FIX RELEASE.
What do I need now to change on my installed release 1.0.1 ?
I must deinstall and install again all the files and the xml file too ?
thanks,
mike
P.S how can we buy the extended versions ?
akanevsky
10-16-2005, 03:08 PM
TO UPDATE:
Re-do changes in functions.php - that's it.
lawahdy
10-16-2005, 04:35 PM
TO UPDATE:
Re-do changes in functions.php - that's it.
thanks a million.. but what is the extended version?
akanevsky
10-16-2005, 04:55 PM
but what is the extended version?
It's right in the instructions (Section "HACK DATA").
betablue
10-17-2005, 01:14 AM
Hi,
thank you for this. Great idea, however I got some problem with a part of it:
Quick mining and smithing levels:
Hidden Block (you must be registered and have 50 posts):
You do not have sufficient rights to see the data contained here.
Free items:
When you do the tutorial at the beginning, keep talking to the people that give you things. For example, with the baker that gives you water and flour, bake the bread then talk to him again. He should give you more supplies.
As we can see [HIDE] seems to work properly, but [SHOWTOGROUPS] just shows the tag and text remeins unhidden.
This is the newest version. (downloaded today)
I followed the instructions in the manual and copy/paste all code from it.
Any idea, where should I look for errors to fix that?
akanevsky
10-17-2005, 01:31 AM
Yes. Rather than using group titles, use Group ID. E.g. ... = for texts available to admins only.
What RPG if your post about?
david_be
10-17-2005, 01:53 PM
gracias men lo he estado esperando, pero funciona co vbulletin 3.5? sin ser gold? la verdad no estoy seguro si el mio es gold (aunque no lo creo-)
betablue
10-17-2005, 03:59 PM
Thanks for your quick response.
Yes, ID# of usergroup fixed it and it works great now. (was it in the manual? - I don't recall seing it there. I'd think it's worth mentioning there.)
Sugestion: Is it possible to add a default setting for usergroups (similar as minimum post setting), so it could be set in admincp for quicker tagging. (or assign a separate button in the editor for specific usergroups; again - definable by admin)
Where can we edit caption for the hidden block (text, color, etc...)
As you can see there maybe too many colons in the second block.
Quick mining and smithing levels:
Hidden Block (you must be registered and have 50 posts):
You do not have sufficient rights to see the data contained here.
Free items:
Hidden Block (for usergroups: VIP :: 16):
You do not have sufficient rights to see the data contained here.
Admins and supermods can still see the entries (which is good).
This install is running on vb 3.5 Gold.
BTW: The RPG hints are for Runscape 2
akanevsky
10-17-2005, 09:12 PM
gracias men lo he estado esperando, pero funciona co vbulletin 3.5? sin ser gold? la verdad no estoy seguro si el mio es gold (aunque no lo creo-)
What makes you think that I know Spanish? English please :)
Yes, ID# of usergroup fixed it and it works great now. (was it in the manual? - I don't recall seing it there. I'd think it's worth mentioning there.)
Yes, under a heading "Tag Syntax".
Sugestion: Is it possible to add a default setting for usergroups (similar as minimum post setting), so it could be set in admincp for quicker tagging. (or assign a separate button in the editor for specific usergroups; again - definable by admin)
I don't think so. The default setting was carried over from the 3.0 version, and I was planning on removing in for 3.5, since it is obsolete (there is a popup that lets you input your own value).
Where can we edit caption for the hidden block (text, color, etc...)
Phrases, bro, phrases :)
Should I give you a list or do you want to figure it out yourself?
Admins and supermods can still see the entries (which is good).
I know. It's by design :) Mods can see entries too, but only local mods (that can mod the post).
BTW: The RPG hints are for Runscape 2
Really? That's nice. I sometimes play that game, even though rarely. :)
chipdien
10-17-2005, 09:54 PM
Thanks... :D ...
Sehr sch?n ! :D ...
akanevsky
10-17-2005, 10:07 PM
What can I do to solve this problem ?
The problem originated from an invalid installation, therefore please seek an error within the changes done by you.
Flow Fusion
10-20-2005, 03:25 PM
This rocks. Just what I needed.
rb290
10-25-2005, 05:14 PM
how can I make it so they have to post a reply to see it ?
akanevsky
10-25-2005, 05:44 PM
how can I make it so they have to post a reply to see it
That is available in [HIDE] Hack Resurrection Extended. PM for Details.
lairnoc
10-25-2005, 06:01 PM
just installed it great
Is it also posible to hide untill replied?
D.Ilyin
10-26-2005, 07:12 AM
NOTE: This fix applies to both limited and extended versions.
Dark Visor what the diferense between extended and limited version?
intrigue
10-26-2005, 09:20 AM
thanks gonna take a look at this and possibly install it
.matt
concoc
11-01-2005, 02:55 AM
BUG (Hiden mod)
If you Reply (Use: Advanced) All code show in Preview
akanevsky
11-01-2005, 05:48 PM
Dark Visor what the diferense between extended and limited version?
Extended version also offers [HIDE-REPLY] and [HIDE-THANKS]. If you need explanations on what those are, let me know.
BUG (Hiden mod)
If you Reply (Use: Advanced) All code show in Preview
That is not a bug. Since you are the author, you are supposed to see your own text. :]
bigmonay2k
11-01-2005, 09:26 PM
Extended version also offers [HIDE-REPLY] and [HIDE-THANKS]. If you need explanations on what those are, let me know.
That is not a bug. Since you are the author, you are supposed to see your own text. :]
it this also like vbstyles hack?? :nervous:
akanevsky
11-01-2005, 09:37 PM
it this also like vbstyles hack??
Yes. :)
JsnakeJ
11-03-2005, 05:13 AM
Maybe you should just have it so that they have to reply instead of have x posts. That way someone can't just make lets say 10 posts and then go download all of the multimedia content a forum has. What I see in this hack could be done by just creating a second usergroup and using promotions.
Sorry for that but I think we need a more useful hide hack.
Account4All4Fan
11-03-2005, 07:54 PM
hey why when i finished that mod... post link they give me Hidden Block ( post(s) are required, you have ): why I didn't see number they post they just give my post(s) and you have ):
akanevsky
11-03-2005, 08:00 PM
Maybe you should just have it so that they have to reply instead of have x posts. That way someone can't just make lets say 10 posts and then go download all of the multimedia content a forum has. What I see in this hack could be done by just creating a second usergroup and using promotions.
Sorry for that but I think we need a more useful hide hack.
"Useful" is not a fact. It is an opinion ;)
In fact, what you requested is provided by the Extended version of my hack (see readme.html for details).
JsnakeJ
11-04-2005, 03:08 PM
lol my bad man you should mention that in the main post. Sorry for the misunderstanding.
bigmonay2k
11-07-2005, 03:59 PM
Hidden Block (<%%=postsrequired=%%> post(s) are required, you have <%%=postsowned=%%>):
I getting this :ermm:
bigmonay2k
11-07-2005, 07:06 PM
anyone??
akanevsky
11-07-2005, 07:09 PM
Make sure you installed the hack correctly.
bigmonay2k
11-08-2005, 02:02 AM
Make sure you installed the hack correctly.
the first one was in firefox
this is what get in EI
Hidden Block ( post(s) are required, you have ):
You do not have sufficient rights to see the data contained here.
akanevsky
11-08-2005, 02:05 AM
Is anybody else gettings that? Because I do not...
HansLinux
11-08-2005, 10:23 PM
%%=and_x_posts=%%>):
I have the same Problem
vb 3.5.1
havefun
11-09-2005, 12:34 PM
Is anybody else gettings that? Because I do not...
yes, the same under 3.5.1:
Hidden Block (<%%=postsrequired=%%> post(s) are required, you have <%%=postsowned=%%>)
Hidden Block ( post(s) are required, you have ):
You do not have sufficient rights to see the data contained here.
-> without posts
it worked fine under 3.5.0
bigmonay2k
11-09-2005, 02:38 PM
thanks I though that was only me.
akanevsky
11-09-2005, 05:39 PM
I'll fix that.
bigmonay2k
11-10-2005, 02:26 AM
I'll fix that.
good, can't wait. :squareeyed:
akanevsky
11-10-2005, 07:12 PM
UPDATE: CRITICAL PHRASE ERROR APPLICABLE TO VB3.5.1 HAS BEEN FIXED.
TO UPGRADE:
1. Re-do changes for functions.php
2. Reinstall product XML.
THE ERROR EXISTS IN BOTH LIMITED AND EXPANDED VERSION, PM FOR EXPANDED UPDATE.
havefun
11-10-2005, 10:17 PM
THX 4 the update :)
edit: yeah, works fine now under 3.5.1
Account4All4Fan
11-10-2005, 10:19 PM
thanks alot work 100% now
Great hack! But is there a way to limit usergroups who can use the hide feature when posting?
akanevsky
11-13-2005, 12:32 AM
Great hack! But is there a way to limit usergroups who can use the hide feature when posting?
No, not at the moment. Why would you possibly want to do that?
nasser71
11-17-2005, 11:11 AM
text
Same as above, however it utilizes the default amount of posts that you have set up using your admincp (using the new vBulletin option).
whear do i find this option in admincp
akanevsky
11-17-2005, 05:47 PM
Under vBulletin Options -> BBCODE Settings
Dollah
11-18-2005, 04:06 AM
this is the reason why i went with this board because of this thanx
akanevsky
11-19-2005, 02:30 PM
Those who have the Extended [HIDE] Hack Resurrection and are having trouble installing it on 3.5.1 because a certain line of code cannot be found, PM me for instructions update.
Maybe a silly question...but does this work for the default style only? I've added the editor_toolbar_on template change in another style but can't get the "hide" text to appear in the editor panel in that forum. It works fine for the default style though.
akanevsky
11-21-2005, 12:25 AM
This works for any style, as long as you do changes to all the styles. :)
Of course, might be that your style is radically changed by the style's author, and then it might not work.
Got it working now! Thanks!
Exernon
11-22-2005, 08:49 AM
Would it be better if the text would be placed in a code/quote box?
I just think it would look better in that way...
akanevsky
11-22-2005, 05:40 PM
Of course it would. I just didn't have time to work on that yet :) Someday, it will all be in boxes. :)
Exernon
11-23-2005, 01:05 AM
And may I know when will be that someday?
I'm excited to use this on my forums now, but I think I would still wait for the update...
akanevsky
11-23-2005, 01:08 AM
Someday is when I will be free from all the private custom hacks that I'm doing. HOPEFULLY, this weekend. But I cannot promise anything, cause I'm a busy guy (as you mighta figured out) :)
Exernon
11-23-2005, 04:05 AM
I'll be looking forward for this update!
More power!
teedizz
11-23-2005, 06:35 PM
any way juss to make a plain hide hack where it shows after someone replies?
akanevsky
11-23-2005, 06:43 PM
Yes. Read the first post under "Description". The italicized text.
puertoblack2003
11-23-2005, 07:54 PM
it's funny how people are waiting for an update for this hack, i installed it with no promblem lot of scripts to alter but it worth it and working well... :nervous: ***INSTALLED***
akanevsky
11-25-2005, 12:19 AM
<font size="3">MAJOR UPGRADE, 1.0.2 to 2.0.0, BOTH EDITIONS!</font>
New Features: See First Post.
New Screenshots: See First Post.
Upgrade: This time you need to completely undo the changes made by version 1.0.2, and re-install the hack using the files provided in the new package.
Exernon
11-25-2005, 06:22 AM
Nice one Psionic, thanks!
jonblaze3
11-25-2005, 06:46 AM
I bought the extended. Great work and nice updates
akanevsky
11-25-2005, 03:11 PM
<font size="3">UPDATE, 2.0.0 to 2.0.1, BOTH EDITIONS!</font>
Changes: See First Post.
New Screenshots: No new screenshots since 2.0.0
How to upgrade:
1. Overwrite the product XML. (Or, better, re-install the product.)
2. Re-Do changes for postbit and postbit legacy templates.
3. Re-Do changes for editor_toolbar_on
4. Re-Do changes for functions.php
5. Enjoy!
akanevsky
11-26-2005, 01:33 PM
So... Any replies? I need to know whether the new version works correctly. To me, it does, but who knows - maybe I left out something in the manual (as it always happens :rolleyes:)...
puertoblack2003
11-26-2005, 02:56 PM
So... Any replies? I need to know whether the new version works correctly. To me, it does, but who knows - maybe I left out something in the manual (as it always happens :rolleyes:)...
The only problem i encountered was when you use the hide hack it display hide: with no writing like you must have 5 post to view post, it's blank with the hide only, so i reverted back to old one since i never had any problem with it.
example hide:
akanevsky
11-26-2005, 03:08 PM
That problem is irrelevant to the hack, because there is nothing like just "hide:" in the code. Try again, following the manual.
puertoblack2003
11-26-2005, 03:23 PM
That problem is irrelevant to the hack, because there is nothing like just "hide:" in the code. Try again, following the manual.
you asked a question to the post above so i answered i did follow the manuel carefully to what was written. the hack is fine just when you use the hide feature it leaves a blank statement the only thing that is wriiten, it said hide nothing else, unlike the old version something is written to let the user know what they have to do to see the beyond the post..
as stated since theres nothing wrong with the original one i'm leave it as is...and not upgrade..
akanevsky
11-26-2005, 03:32 PM
If I were you, I'd install the hack and then provide a demo of it "not working". So that maybe I could figure out what's wrong (if anything is)... As you just revert back, there is no way I can fix the problem, because I cannot recreate it on my site.
If I just wanted to use the [showtogroup] functionality of this hack, could I eliminate some of the file edits?
akanevsky
11-28-2005, 04:14 PM
No. All the parsing is performed in the same file edit. All the other ones are to cover the areas which have bbcode parsing.
KubiNetCafe
12-02-2005, 09:47 PM
Hello Psionic Vision
when I use the 3.5.1 [HIDE] Hack Resurrection.I would like to see near the hide messages both write and hide Picture (hide and unhidden Picture) How can ı do it
Example
akanevsky
12-03-2005, 06:59 PM
No, sorry, I am afraid that the work required isn't worth the result.
KubiNetCafe
12-03-2005, 07:09 PM
I need this because only the hide writing is passive
thank you for your help
KubiNetCafe
12-03-2005, 07:15 PM
ı will do this by working in the local.when ı can do it,ı will share it wiht you
utw-Mephisto
12-03-2005, 09:03 PM
Aren't those the files (HIDE gif) from the HIDE hack from vbstyles ?
TOXACb
12-05-2005, 06:24 PM
Какие изменения надо ввести в код, чтобы при нажатии на SHOWTOGRPOUS по умолчанию стояло '5,6,7'? Заранее спасибо.
How to modify the code so that default STG param will be '5,6,7'?
whitetigergrowl
12-05-2005, 09:41 PM
For some reason it's not working for me. When I post a Hide, it shows everything. What could I be doing wrong?
Heo13
12-06-2005, 04:43 AM
Psionic Vision
Do you have ICQ? I need to talk to you about ur hack ("IMHO moderator" here)
My ICQ: 141044
akanevsky
12-06-2005, 09:21 AM
Heo13 - PM.
TOXACb
12-06-2005, 11:27 AM
Sugestion: Is it possible to add a default setting for usergroups (similar as minimum post setting), so it could be set in admincp for quicker tagging. (or assign a separate button in the editor for specific usergroups; again - definable by admin)I don't think so. The default setting was carried over from the 3.0 version, and I was planning on removing in for 3.5, since it is obsolete (there is a popup that lets you input your own value).Psionic Vision, очень тебя прошу, не мог бы ты тогда хотя бы сказать, что изменить в коде, чтобы по умолчанию в опции появлялось 5,6,7. Заранее спасибо.
sevster
12-06-2005, 06:20 PM
great work once again bro :) thank you so much for all your great work!
aranthorn
12-07-2005, 04:23 PM
UPDATE, 2.0.0 to 2.0.1, BOTH EDITIONS!
Changes: See First Post.
New Screenshots: No new screenshots since 2.0.0
How to upgrade:
1. Overwrite the product XML. (Or, better, re-install the product.)
2. Re-Do changes for postbit and postbit legacy templates.
3. Re-Do changes for editor_toolbar_on
4. Re-Do changes for functions.php
5. Enjoy!
I upgraded from 1.0.2 to 2.0.1 simply by reverting everything back and installing fresh. I don't see any postbit template edits that are required, did I miss something?
akanevsky
12-07-2005, 05:44 PM
Yes, apparently you did.
aranthorn
12-07-2005, 08:31 PM
from the instructions in readme.html:
TEMPLATE CHANGES
To find out how to manage templates, refer to vBulletin's manual.
In template(s) editor_toolbar_on, ( Done)
FIND
$vBeditTemplate[extrabuttons]
ADD ABOVE
<if condition="in_array(THIS_SCRIPT, array('newthread', 'newreply', 'editpost'))">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<if condition="$vboptions[enable_hide_tag]"><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]" /></div></td></if>
<if condition="$vboptions[enable_showtogroups_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_showtogroups"><img src="$stylevar[imgdir_editor]/showtogroups.gif" width="31" height="20" alt="$vbphrase[wrap_showtogroups_tags]" /></div></td></if>
</if>
Step is Complete.
PRODUCT UPLOADS
It never mentions postbit template edits.
Are they in the product xml file?
akanevsky
12-07-2005, 08:34 PM
Ah... Those changes are only pertinent for the extended version of the hack :)
rb290
12-10-2005, 06:48 AM
not sure if this has been said
when upgraded to 3.5.2 and when trying to view a thread it gave me a parse error, and i found out what plugin caused it - "[HIDE] Hack Resurrection Component" under Hook Location : postbit_display_complete.
can you please fix this or.. ?
HansMuenchen
12-10-2005, 09:12 AM
Hi,
ist this hack also working with the 3.5.0?
Thnx for answer my question!
Greetings
Hans
akanevsky
12-10-2005, 10:51 AM
not sure if this has been said
when upgraded to 3.5.2 and when trying to view a thread it gave me a parse error, and i found out what plugin caused it - "[HIDE] Hack Resurrection Component" under Hook Location : postbit_display_complete.
can you please fix this or.. ?
There is no parse error... If there is, provide me with an admin account on your board and I'll look at it. Via PM of course.
HansMuenchen
Yes.
mindtrix25
12-12-2005, 04:08 AM
I like the idea of this hack, atleast the feature, however I wondered if it would be possible to completely HIDE the text, without leaving a msg stating that the user NEEDS X requirements to see it. Rather it just APPEAR, possibly even inside a <feildset> tag which shows the user's name and 'HIDDEN'
<fieldset>
<legend><? echo $bbuserinfo['username'] . "/HIDDEN" ?> </legend>
Hidden text
</fieldset>
Similar to that. Just a thought. I might attempt making a hack similar but I am far from an experienced coder.
oricon
12-12-2005, 10:10 AM
hello!
it is possible to change the toolbar button hide?
at the moment: i press the button then "hide="
my wish: i press the button then "hide" (without the paramter)
how can i do this? how i can change the language for the word hide?
hide -> english
versteckt -> german
thx!
akanevsky
12-12-2005, 05:43 PM
Edit the template.
Replicators
12-13-2005, 02:05 AM
It would be perfect if you can set the hide hack only affected to one forum,instead of letting everybody use it in every forum.
akanevsky
12-13-2005, 08:53 PM
That would be a bit too complicated. Maybe when I have a lot of time I'll do it...
CongTuDepTrai
12-14-2005, 01:59 PM
how you change the code <please reply to see the content> to the image like the screenshot 4
CongTuDepTrai
12-14-2005, 02:57 PM
this is a good hack
akanevsky
12-14-2005, 08:36 PM
how you change the code <please reply to see the content> to the image like the screenshot 4
That's how it works by default...
Replicators
12-16-2005, 03:36 AM
Decent hack,but to pay $30 for it is a jipp. I think miko's hide hack is better,though he/she doesn't support it anymore.If you created options like "Hide hack only works on certain forums" and "Select usergroups do not need to reply to see what is hidden" etc. then it may be worth buying.
Though i do not have this installed,i did have it installed and this name is fooling on what the hide hack should do.Not to knock you down psionic,but it is a bit misleading. When people see a hide hack,they expect a hack to hide info from members until they reply to that post,and yes you offer that in this,but you have people pay $30 to get that feature in which you know is the main reason people would even look into this hack.
akanevsky
12-16-2005, 09:30 AM
Decent hack,but to pay $30 for it is a jipp. I think miko's hide hack is better,though he/she doesn't support it anymore.If you created options like "Hide hack only works on certain forums" and "Select usergroups do not need to reply to see what is hidden" etc. then it may be worth buying.
Though i do not have this installed,i did have it installed and this name is fooling on what the hide hack should do.Not to knock you down psionic,but it is a bit misleading. When people see a hide hack,they expect a hack to hide info from members until they reply to that post,and yes you offer that in this,but you have people pay $30 to get that feature in which you know is the main reason people would even look into this hack.
The hack as it is today has evolved the way it did based on people's requests only.
As for your feedback - you cannot say that you like something better than something that you have never used.
I can just say that I have provided the full list of features and it is your responsibility to read it. Cheers.
Kent100
12-19-2005, 04:04 PM
Problem
Помоги пожалуйста.
vB 3.5.2
akanevsky
12-19-2005, 05:44 PM
Поставь последнюю версию.
rb290
12-19-2005, 06:23 PM
hey how come i have 2 HIDE's and STG's
look at this pic:
http://img343.imageshack.us/img343/2037/hdd6tl.jpg
akanevsky
12-19-2005, 08:03 PM
Because you made the same template modification twice.
Delphiprogrammi
12-19-2005, 08:28 PM
i don't get it there is no "unhide" image in that zip ? oooh never mind found it in your manual .... there is a commercial version hmmm need to think about that
Smiry Kin's
12-19-2005, 09:26 PM
damn gizs the expanded version free its xmas :P
akanevsky
12-19-2005, 09:30 PM
lol... no way. I ain't no Santa. ;)
Smiry Kin's
12-19-2005, 09:34 PM
lol... no way. I ain't no Santa. ;)
guess ill have to find some one who has it :( lol 30$ quiet alot. jsut for a few extra bits of code.. lol
Smiry Kin's
12-19-2005, 09:36 PM
could you tell me how to make it so ppl can only view a post if they click the thank you button, make it defult... certian forums if possibe... just want that hack, no need for hide etc? ..
akanevsky
12-19-2005, 09:42 PM
guess ill have to find some one who has it
That would be a disrespect towards my efforts... And essentially breaking the usage rules. As for code, it's about 200 additional lines.
If anything will ever stop me from even releasing free hacks is if people start illegally using my commercial ones. Cheers.
Smiry Kin's
12-19-2005, 09:51 PM
theres a special santa for everyone.. :) so ppl arnt allowed to give to there friends?...
akanevsky
12-19-2005, 09:52 PM
Nope.
rb290
12-19-2005, 10:58 PM
Because you made the same template modification twice.
are you talking about the edit in the editor_toolbar_on template ?
i only have this once:
<if condition="in_array(THIS_SCRIPT, array('newthread', 'newreply', 'editpost'))">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<if condition="$vboptions[enable_hide_tag]"><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]" /></div></td></if>
<if condition="$vboptions[enable_showtogroups_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_showtogroups"><img src="$stylevar[imgdir_editor]/showtogroups.gif" width="31" height="20" alt="$vbphrase[wrap_showtogroups_tags]" /></div></td></if>
</if>
edit: nevermind i fixed it reverted the template
Smiry Kin's
12-19-2005, 11:18 PM
Nope.
you have not really got a say into that.. lol neways
can't wait for updates. maybe some custom scripts etc, of the way it looks, as i don't no how to edit it etc. :) add text, colours, boarders, adsense of sum sort...
[edit] could people post the code they use to make it look different?...
akanevsky
12-19-2005, 11:21 PM
you have not really got a say into that..
I actually do. I strongly do not suggest that you use an illegal version of any of my comm. hacks. That said, you have been added to my ignore list. Which means - no support for you.
Smiry Kin's
12-19-2005, 11:28 PM
I actually do. I strongly do not suggest that you use an illegal version of any of my comm. hacks. That said, you have been added to my ignore list. Which means - no support for you.
oh no im not that bothered about it i aint gonna look, lol if i was i would buy it.. im trying to figure out, how to make all posts need a thank you click before viewing... possible..?
EricaJoy
12-22-2005, 02:07 AM
*sigh* I guess it serves me right for not reading the entire release post. Finished installing the hack to find its not based on replies. Doh! Can you reverse this functionality? By post count and usergroup available in the extended version and based on regular reply in the free version?
akanevsky
12-22-2005, 06:22 PM
Nope, sorry.
Installed extended version and it is working great, just one question.
How can I add usergroups that can always see the hidden content?
akanevsky
12-27-2005, 12:43 AM
I am glad that it works great :)
In functions.php,
FIND:
if (is_member_of($vbulletin->userinfo, 5) OR is_member_of($vbulletin->userinfo, 6))
{
return true; // can override if [user is a supermoderator || user is an administrator]
}
ADD UNDER:
if (is_member_of($vbulletin->userinfo, X, Y, Z))
{
return true; // can override if [user is a member of a custom usergroup that can see all]
}
Obviously, X Y and Z are the usergroupids of the usergroups that you want to add.
korny
12-30-2005, 03:46 AM
With this hack, if I were to buy the extended version, will this hack work for just hiding attachement/posts for a normal user. IE, the user has 5 posts and wants to see the hide content and all he has to do is reply and he will see what was hidden? Is that what is in the extend version of this hack?
andrewrhs
12-30-2005, 04:29 AM
what exactly do you do with product-psionic_hide.xml? i don't see instruction on what to do with this file.
Hello, I have one question. We have a thread where the first post has a hidden-text and the third post has a hidden-text. An user have replied, but he only sees the first hidden-text. What must I change, so he can se the second too?
T
akanevsky
12-30-2005, 11:01 AM
Is that what is in the extend version of this hack?
Yes, either reply or say "thanks", depending on the tag used.
product-psionic_hide.xml
You upload it as a product, as stated in the instructions.
Hello, I have one question. We have a thread where the first post has a hidden-text and the third post has a hidden-text. An user have replied, but he only sees the first hidden-text. What must I change, so he can se the second too?
Do you have the latest version of the hack?
I just noticed that if I edit a post I will get this error above the post I edit
Warning: Invalid argument supplied for foreach() in /includes/class_postbit(251) : eval()'d code on line 192
If I disable the postbit plugins then the error will not be generated when edit a post but numerous simliar errors will be generated when I refresh a page....could you point me in a direction where I could have made an error....
Thanks
akanevsky
12-30-2005, 03:01 PM
Do you have the latest version installed? If so, recheck every step.
iTaLiAnBoY165
12-30-2005, 04:26 PM
why evrytime i try to use the hide hack.. it doesn't come out. the way is supost . and ahout this.!!
no picture and nothey.!!
did i do something wrong..
akanevsky
12-30-2005, 04:37 PM
You don't use it like that. You use it like this:
SERIALS:BLAHBLAHBLAH
Yes. I use the 2.0.1 of the hack in the expanded version.
T
akanevsky
12-30-2005, 04:51 PM
Yes. I use the 2.0.1 of the hack in the expanded version.
Then you seem to have forgotten to click a certain button. ;)
Ryan McBain
12-31-2005, 08:05 PM
The hack works fine. I just wish it was a full plugin, so I didn't have to edit files again when its time to update my board.
akanevsky
12-31-2005, 08:10 PM
Unfortunately, that is not possible.
I have minimized file edits, but there were not enough hook for each of the occasions :(
Ryan McBain
12-31-2005, 08:43 PM
I did find one small problem. If someone uses the the hide hack so you have to reply to see the content, it wont open if you use quick reply. You have to refresh the page. Is there a way to fix this?
akanevsky
12-31-2005, 08:45 PM
It should disable AJAX quick reply if you have done the showthread_quickreply template change correctly.
Ryan McBain
12-31-2005, 08:47 PM
I did it right, I guess I'll have to turn off quick reply, that sucks, I really liked that feature.
And there is a showthread template change not a showthread quickreply template change. At least not in the hack you sent me.
Ryan McBain
12-31-2005, 08:52 PM
Should I just turn off quickreply? Or is there something I'm doing wrong?
akanevsky
12-31-2005, 10:05 PM
No, turn off ajax quick reply using vbulletin options.
Ryan McBain
01-01-2006, 04:43 PM
Hmmm for some reason the switch editor mode works in IE but not in firefox. And now that I look further I'm having a lot of problems in firefox.
akanevsky
01-01-2006, 05:19 PM
What kinds of problems?
Ryan McBain
01-01-2006, 05:35 PM
What kinds of problems?
In firefox, it wont let me use any of the icons in the editor when I'm trying to post, and when I post long topics its all bunch together, even if I start a paragraph.
akanevsky
01-01-2006, 05:51 PM
You might want to post a ticket with jelsoft. This doesn't sound like a problem with thi particular hack...
Ryan McBain
01-01-2006, 05:57 PM
You might want to post a ticket with jelsoft. This doesn't sound like a problem with thi particular hack... The problem didnt start until I installed this hack. It seems like this hack doesn't work with firefox.
akanevsky
01-01-2006, 06:04 PM
I just checked, it does. Nobody else has such problem...
Make sure you've installed everything correctly.
Ryan McBain
01-01-2006, 06:40 PM
The hack has some errors so I had to uninstall. :(
Just to let you know the error that I am having has to do with the showthread template edit I believe.
Ryan McBain
01-01-2006, 06:42 PM
Ok i'll check again...
Hello,
with me is somehow very amusing it, if several in the Hide post does not go it. In each case it dissolves the first contribution of a side. Much-calibrated knows who which.
Greeting T
The Notorious
01-05-2006, 10:18 AM
Can you do - [/HIDE-REPLY], which will hide the content until the user replies to the thread (Expanded Version Only) a separate hack, and make the tags just cuz I know lots of people don't want all the other extra stuff you got there.
Thanks
[email protected]
vbmenu_register("postmenu_865198", true);
01-05-2006, 03:08 PM
im having proplems on this last bit in editor_toolbar_on
$editorid}_cmd_wrap0_showtogroups"><img src="$stylevar[imgdir_editor]/showtogroups.gif" width="31" height="20" alt="$vbphrase[wrap_showtogroups_tags]" /></div></td></if>
</if><if condition="in_array(THIS_SCRIPT, array('newthread', 'newreply', 'editpost'))">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<if condition="$vboptions[enable_hide_tag]"><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]" /></div></td></if>
changed all the templates and uploaded the file now i get this error on the reply page - it says vB_Editor_001}_cmd_wrap0_showtogroups">
See Attachment
Anyone help
peterska2
01-07-2006, 07:53 PM
Hey, any ideas about a message saying about the post being a duplicate of one posted in the last 5 mins even if no posts in the last 5 mins and all content different. The post is being submitted but every post gives this error.
akanevsky
01-07-2006, 08:37 PM
Hey, any ideas about a message saying about the post being a duplicate of one posted in the last 5 mins even if no posts in the last 5 mins and all content different. The post is being submitted but every post gives this error.
Nope, doesn't have anything to do with this hack.
peterska2
01-07-2006, 08:42 PM
Ok, cheers. I'm just re-tracing my steps and not doing too well.
akanevsky
01-07-2006, 09:49 PM
Just a note, the expanded version is now available on 3.0.8-3.0.11.
Sorry, that I've forgotten to click ;-)
Can you now help me with my problem, that only the first hidden-text is visible after replying?
And I have an other problem. Since the hide-hack is installed, every time an user wants to edit a post and click on submit, this message is over his post:
Warnung: Invalid argument supplied for foreach() in /includes/class_postbit.php (152) : eval()?d Code (Zeile 53)
I hope you can help me now :-)
T
akanevsky
01-08-2006, 10:58 AM
Do you have the post thank you system (the one included with this hack) enabled or disabled?
The Notorious
01-08-2006, 04:37 PM
Any chance of helping me with the quote problem? I tried to install the hack few times with no luck, or this is a bug?
This is enabled. The only thing that I've changed is, that I deleted the icons hide.gif and showtogoups.gif when you make a post in the templates.
T
The Notorious
01-16-2006, 12:54 PM
Ok I managed to get the quoting right, but everything is still shown in the archive...
akanevsky
01-16-2006, 12:59 PM
It shouldnt happen if uve applied fileedits correctly.
The Notorious
01-16-2006, 05:17 PM
It shouldnt happen if uve applied fileedits correctly.
Will try again, thanks. Good job on the hack.
[email protected]
vbmenu_register("postmenu_875779", true);
01-17-2006, 07:59 PM
i have the extended version installed on my board but cannot get the bloody thing to work - i only want to show the images and hide the text until they have replied
eg
this until a reply is submitted
http://forums.musicstreams.co.uk/lock.gif
Then This after they have replied along with the hidden text
http://forums.musicstreams.co.uk/unlock.gif
its all installed ready to go but i cant get it to work
Rix
akanevsky
01-17-2006, 08:57 PM
What exactly is the problem?
The Notorious
01-18-2006, 01:47 AM
I also noticed on some boards that got this hack that when the person used more than one hide-reply tag people who reply only see one of them unhidden. I think that's a bug and needs to get fixed...
[email protected]
vbmenu_register("postmenu_876234", true);
01-18-2006, 02:11 PM
What exactly is the problem?
it wont show the images and hide the text
[email protected]
vbmenu_register("postmenu_876239", true);
01-18-2006, 02:24 PM
ive installed the product and done the template mods now all i want it to do is when i leave the [HIDE-REPLY]text[/HIDE-REPLY] in a topic i want http://www.musicstreams.co.uk/forums/lock.gif to appear and after they have replied i want http://www.musicstreams.co.uk/forums/unlock.gif to appear revealling the hidden text, i have the extended version installed but i cant get this to work !!
Can you help ?
Janet
Have you now fixe the problem with more than one hidden-text in a thread? Only the first text is after replying unhidden. the other not.
T
[email protected]
vbmenu_register("postmenu_876853", true);
01-19-2006, 06:14 AM
i cant get the images to appear ive uploaded them to the root, is that where they should be ?
[email protected]
vbmenu_register("postmenu_876855", true);
01-19-2006, 06:16 AM
if you would like to try it in my site its located Here (http://musicstreams.co.uk/forums/index.php)
akanevsky
01-19-2006, 05:38 PM
Yes, the problem with the only-first-text has been fixed in the updated version of the extended hide hack.
And where can I get the updated version?
T
The Notorious
01-19-2006, 10:08 PM
You have to PM Psionic Vision, thanks man.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.