vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - vFCoders - Hide Hack v4 (https://vborg.vbsupport.ru/showthread.php?t=282328)

fevredsuk 06-04-2012 07:49 PM

still same mate just posts

i can give you admin access if you like

Badshah93 06-04-2012 08:27 PM

Quote:

Originally Posted by fevredsuk (Post 2336560)
still same mate just posts

i can give you admin access if you like

ok pm me..

netsploiter 06-05-2012 09:58 AM

I had davidmods but i wanto to quit that mod and install yours but is a mess i tried and looks like didnt work so i restore all
is this mod supporting 4.2???

thanks in nadvance!

Hippy 06-05-2012 10:07 AM

Quote:

Originally Posted by netsploiter (Post 2336686)
I had davidmods but i wanto to quit that mod and install yours but is a mess i tried and looks like didnt work so i restore all
is this mod supporting 4.2???

thanks in nadvance!

To answer your question .yes it is
I guess you didn't even read the last page...

LouiseWilson 06-05-2012 11:01 AM

Conflict Issue found with
[CKEditor] MARCO1 Advanced Editor Settings

Just a report When enabled the Hide Icons in the editor do not show up in Quick Editor and Quick Reply.

fevredsuk 06-05-2012 09:50 PM

thanks for the help mate.

Any chance in future these could work within the social groups

netsploiter 06-06-2012 12:32 AM

Finally I found a solution for Davidmods Worst Hide hack ever!
First here is the query to recover all your hidden posts

UPDATE post ns join thread hh on ns.postid=hh.firstpostid set ns.pagetext = (SELECT concat('[hide]',replace(hd.content,' ','\n'),'[/hide]') FROM dmods_hide_content hd where ns.threadid = hd.identifier limit 1);

With this query you are copying the hidden content to the correct table "posts", after that you must uninstall davidmods VBHide, then upload vFCoders folder and install it! you are ready

hope this help!

Badshah93 06-06-2012 04:08 AM

Quote:

Originally Posted by fevredsuk (Post 2336914)
thanks for the help mate.

Any chance in future these could work within the social groups

it can work now also, just need few changes..

morrow 06-07-2012 04:20 PM

Make sure you go into your USERGROUPS and save. This will enable the modification for the usergroups you've chosen. This mod did not work until I went in and saved. Didn't have to modify anything, just save.

Nice work! Love this mod!

morrow 06-07-2012 08:46 PM

Just found something I'd like to see. Currently it only lets you hide stuff in the first post of the thread. Can we expand this to do anywhere in the thread?

Hippy 06-07-2012 11:45 PM

Quote:

Originally Posted by morrow (Post 2337571)
Just found something I'd like to see. Currently it only lets you hide stuff in the first post of the thread. Can we expand this to do anywhere in the thread?

Jersey

I'm not sure why but from what I been testing it will do it on any thread or post ..
weird

nexxzus 06-09-2012 07:07 PM

vbulletin not working in 4.2. It shows the buttons in the editor.

Badshah93 06-10-2012 03:44 AM

v3 GOLD Released (for vB 4.1.10+=)

Changes:
1) Added STU Tag
2) Fix [SHOWTOGROUPS] Tag Bug
3) Optimize Codes
4) Hide/Unhide Box

Note: After upgrading it to v3, reconfigure the vFcoders - Hide Hack settings. (including usergroup settings also)

mitch84 06-10-2012 04:57 AM

thank you for this update!

nacaruncr 06-10-2012 05:37 AM

Does it work with 4.1.10-??
Thanks a lot man :D
Regards :)

Badshah93 06-10-2012 05:43 AM

Quote:

Originally Posted by nacaruncr (Post 2338317)
Does it work with 4.1.10-??
Thanks a lot man :D
Regards :)

not completely.. i will release Hide Hack v3 for 4.1.10 - in next 24 hrs.

nacaruncr 06-10-2012 05:50 AM

ok man :) I'll wait it to help you to translate to spanish again :)
don't forget you add the phrases to translate them ok ;)
regards :)

mitch84 06-10-2012 05:56 AM

Quote:

Originally Posted by netsploiter (Post 2336954)
Finally I found a solution for Davidmods Worst Hide hack ever!
First here is the query to recover all your hidden posts

UPDATE post ns join thread hh on ns.postid=hh.firstpostid set ns.pagetext = (SELECT concat('[hide]',replace(hd.content,' ','\n'),'[/hide]') FROM dmods_hide_content hd where ns.threadid = hd.identifier limit 1);

With this query you are copying the hidden content to the correct table "posts", after that you must uninstall davidmods VBHide, then upload vFCoders folder and install it! you are ready

hope this help!

hi, if I use this query, it works fine but all my previews disappear! :mad:anyone know why? who tried?
thank you

dwx 06-10-2012 10:34 AM

Hi Badshah,

I think you've written a GREAT addon! On our forum we use it primarily for the STG (SHOWTOGROUP) feature, so senior members can see restricted content and the junior level members have incentive to advance to the senior levels.

There are a few ideas that I had to make the addon a bit more functional and configurable:

Toolbar/BBcode ideas:
  1. Shorten SHOWTOGROUPS to be STG, but leave the SHOWTOGROUPS tag as well so that old posts will continue to work.
  2. Add an additional tag of SHOWTOUSERS for STU, just for completeness. ;)
  3. Add two check boxes to the SHOWTOGROUPS and STU tag's dialogs that will allow the poster's friends to see the content, or the posters ignored users to be blocked, both of these "checked" functions should override the groups that the users belong to. And I suppose admin setting to enable these check boxes or not.
  4. Add a third check box to leave off the green box and outline. And and admin setting to enable this check box or not.
Core functionality ideas:
  1. Add an option to NOT map the HIDE tag to anything. i.e. jsut don't have the button or do anything with the code. We only have SHOWTOGROUP active, so we effectively have 2 buttons that do the same thing, although if we change the mapping in the future, a lot of posts will expose content that wasn't intended to be seen. The remappable HIDE tag is a liability.
  2. Allow the Green Box and outline to be optionally enabled or disabled. And possibly have the HTML code for the green box in a field in the control panel so the admin can edit the look and feel of the box. Possibly introduce some standard variables like {allowed_groups}, {allowed_friends} and {ignored_users} that can be used in the "green box" code to show WHO can see the content to all viewing users.
  3. Add an option to ALWAYS block users that are on the poster's ignore list. (As a global setting)
  4. Add an option to always ALLOW users that are in the poster's friends list. (As a global setting)
  5. Allow the admin to select which usergroups show up in the dropdown box for the SHOWTOGROUPS tag.
Nice to haves (but not critical):
  1. Allow users for the STU tag to be chosen by name instead of user number (similar to how you pick users for PMs)
  2. Add a pick from friends button on the STU dialog that will bring up a list of the poster's friends and check boxes to quickly select them.
  3. Allow the admin to choose the usergroups AND the order to be displayed for SHOWTOGROUP tag dialog. Also allow the admin to chose if selecting a group just effects that group or that group and ALL the groups higher on the list. (e.g. we have senior user groups defined as escalating ranks: bronze, silver, gold, platinum. Right now the poster has to select ALL 4 ranks to show content that requires a "bronze" rating. It would be nice if the poster could select "bronze and above" instead of individually picking the usergroups.)

Lastly, you need to come up with some way for us to pay you for this mod! You're doing great work, I'm sure that at least some of us would like to give you something for your efforts!

Oh, and PLEASE ANSWER the PM that I sent you about that other matter! ;)

You're really done great work here, your efforts are definitely appreciated!

nexxzus 06-10-2012 10:37 AM

Quote:

Originally Posted by Badshah93 (Post 2338305)
v3 GOLD Released (for vB 4.1.10+=)

Changes:
1) Added STU Tag
2) Fix [SHOWTOGROUPS] Tag Bug
3) Optimize Codes
4) Hide/Unhide Box

Note: After upgrading it to v3, reconfigure the vFcoders - Hide Hack settings. (including usergroup settings also)

Still not working in vbulletin 4.2. not buttons appear in the editor

Badshah93 06-10-2012 10:51 AM

Quote:

Originally Posted by nexxzus (Post 2338382)
Still not working in vbulletin 4.2. not buttons appear in the editor

upload contents of image folder in your custom skin folder.

if that doesn't fix the issue, then pm me admin id and url of your forum.

nexxzus 06-10-2012 05:08 PM

Quote:

Originally Posted by Badshah93 (Post 2338388)
upload contents of image folder in your custom skin folder.

if that doesn't fix the issue, then pm me admin id and url of your forum.


It apparently works perfectly incompatible with the product: [CKEditor] MARCO1 Advanced Quick Reply And Edit

tarzan22 06-10-2012 05:30 PM

Good job.

You can put in an automatic way to not need the buttons?

regards

dwx 06-10-2012 09:39 PM

Quote:

Originally Posted by tarzan22 (Post 2338514)
Good job.

You can put in an automatic way to not need the buttons?

regards

you can always just type the BBcodes into the editor by hand.

nexxzus 06-11-2012 08:30 AM

Any way to fix this problem:
https://vborg.vbsupport.ru/external/2012/06/16.png

Badshah93 06-11-2012 09:47 AM

Quote:

Originally Posted by nexxzus (Post 2338658)

is hide tag disabled in your forum ?

nexxzus 06-11-2012 10:42 AM

Quote:

Originally Posted by Badshah93 (Post 2338666)
is hide tag disabled in your forum ?

This enabled all right and is a bug you have.

T.P. 06-11-2012 11:27 AM

Works with vBulletin 4.2.0 Patch Level 1 ?

Easy5s.net 06-11-2012 11:48 AM

Quote:

Originally Posted by T.P. (Post 2338698)
Works with vBulletin 4.2.0 Patch Level 1 ?

is work :)

Badshah93 06-11-2012 02:16 PM

Quote:

Originally Posted by nexxzus (Post 2338685)
This enabled all right and is a bug you have.

there is no bug, can i see the picture of vFcoders - Hide Hack setting page.

mitch84 06-11-2012 05:26 PM

Quote:

Originally Posted by netsploiter (Post 2336954)
Finally I found a solution for Davidmods Worst Hide hack ever!
First here is the query to recover all your hidden posts

UPDATE post ns join thread hh on ns.postid=hh.firstpostid set ns.pagetext = (SELECT concat('[hide]',replace(hd.content,' ','\n'),'[/hide]') FROM dmods_hide_content hd where ns.threadid = hd.identifier limit 1);

With this query you are copying the hidden content to the correct table "posts", after that you must uninstall davidmods VBHide, then upload vFCoders folder and install it! you are ready

hope this help!

Quote:

Originally Posted by mitch84 (Post 2338321)
hi, if I use this query, it works fine but all my previews disappear! :mad:anyone know why? who tried?
thank you

hi, a little help if you can, thank you;)

letipro 06-11-2012 05:33 PM

how to admin can see hidden content which smod and mod not see? (mod and smod thank and answer to see)

nrms? 06-11-2012 08:11 PM

There is something here that is not well, at least in my case.

I installed everything as instructed, the mod works and really of much use, but the problem is that the buttons do not work in CKEditor, not displayed correctly ... eg [HIDE] is the answer for this url background-image: url("http://www.***/http://www.***/Pro/buttons/hide.gif?t=B8DJ5M3") and click on it, we get the window opaque white, but nothing appears ...


How to solve this ...?


I use vbulletin 4.1.12

Manoel J?nior 06-12-2012 01:49 AM

How to display Hidden Content in center? And how to change color the box?

nacaruncr 06-12-2012 03:39 AM

Quote:

Originally Posted by Badshah93 (Post 2338318)
not completely.. i will release Hide Hack v3 for 4.1.10 - in next 24 hrs.

any news?

Badshah93 06-12-2012 06:25 AM

Quote:

Originally Posted by nacaruncr (Post 2338872)
any news?

will do it today, had a exam yesterday.

Badshah93 06-12-2012 06:30 AM

Quote:

Originally Posted by Manoel J?nior (Post 2338854)
How to display Hidden Content in center? And how to change color the box?

Edit template: vfc_hide_hack_css

To align text to center

Find:
Code:

.hiddencontent, .unhiddencontent {
Add below:
Code:

text-align: center;

Alex@bulletin 06-12-2012 03:32 PM

1 Attachment(s)
Hello there,

I'd like to provide a new translation for your mod, but as it seems you made an error:
I updated the mod from 2.0 to 3.0.
As I view the ACP settings the option for "Showgroups-Tag" is there twice.

Screenshot:

https://vborg.vbsupport.ru/attachmen...1&d=1339515613

The green one has been translated for 2.0 yet, the red one is the dublication I got now. I'm quite sure you'd like to write STU instead of SHOWTOGROUPS?! Ok for me this is no problem, I can concern that for my translation, but maybe it will confuse the users of the original phrases.

-----------------
Aaaaaaaaaand last but not least, you forget to phrase this one:

https://vborg.vbsupport.ru/attachmen...1&d=1339518047

Kay, I'm done with my translation up to now, I'll PM you a link to the german vbulletin.org where I will upload my translation, if you'd like to reupload to your thread or writing the link in your mod description.

Finally I'd like to make a suggestion: In my opinion It would be better to change STU to "SHOWTOUSERS" (I did so in my translation yet :p)

Azucar 06-12-2012 10:59 PM

Excellent work, Badshah93. Thanks alot. :)

I only have an issue, only [HIDE-REPLY] shows its button in the editor, I'm trying to enable HIDE only (which is mapping to HIDE-REPLY) but I get the following:

https://vborg.vbsupport.ru/external/2012/06/32.jpg

Only if I enable HIDE-REPLY I get a button:

https://vborg.vbsupport.ru/external/2012/06/33.jpg

Is this a bug or I may have my settings wrong?

Badshah93 06-13-2012 05:02 AM

Quote:

Originally Posted by The Crow (Post 2339138)
Excellent work, Badshah93. Thanks alot. :)

I only have an issue, only [HIDE-REPLY] shows its button in the editor, I'm trying to enable HIDE only (which is mapping to HIDE-REPLY) but I get the following:

https://vborg.vbsupport.ru/external/2012/06/32.jpg

Only if I enable HIDE-REPLY I get a button:

https://vborg.vbsupport.ru/external/2012/06/33.jpg

Is this a bug or I may have my settings wrong?

i have fixed that issue in v 3.1. Download latest zip file from first post.


All times are GMT. The time now is 01:15 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.01799 seconds
  • Memory Usage 1,841KB
  • 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
  • (2)bbcode_code_printable
  • (20)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