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)

fjeans1 07-28-2013 02:28 PM

having some error anyone who can help me pls pm to me thank :)

after enable the hide hack my whole text inputbox when creating thread is disable not sure how it causes

fjeans1 08-02-2013 05:49 AM

manage to fix it seem like i upload into a wrong folder my mistake , btw is there a way to use custom image for hidden and unhidden content

Toshinobu 08-19-2013 12:39 AM

This plugin is still not compatible with Tapatalk. Is there any way that this could be implemented? Or at least have some sort of workaround so that Tapatalk users won't be able to read the hidden post?

Acidflame 08-19-2013 01:23 PM

Please help me, i have installed "vFCoders - Hide Hack v4" + "post_thanks_ version_7.84+with_and-without-integrated_postbit_box_collapse" on suite 4.2.1 system thanks work but not show me hidden text. Help

Toshinobu 09-06-2013 11:19 AM

It looks like this mod is no longer supported. I PM'ed the developer twice for help on making this compatible with Tapatalk and I haven't received any response. However, I can see he has been online since I sent those messages.

Also, the last update for this mod was over a year ago.

If anyone is willing to make this mod compatible with Tapatalk I will gladly pay you for it.

ozzy47 09-06-2013 04:32 PM

To be honest, it probably would need to be done on Tapatalk's end, not on the end of the mod. If the Tapatalk don't have the required hooks in order for the mod to work, then there is nothing the dev can do. :(

M.C. 09-19-2013 06:03 PM

conflict with https://vborg.vbsupport.ru/showthread.php?t=264219 editor not showing buttons :(

UPD: if you have this issue simply copy ALL code from vFCoders - Hide Hack [Hide button in Editor] plugin into end (after }}) of MARCO1 Advanced Reply - Auto Function plugin

Quote:

Originally Posted by Nirjonadda (Post 2431405)
How to remove Unhide Border Box?

Attachment 145647

there is vfc_hide_hack_css in your style template editor


Quote:

Originally Posted by Acidflame (Post 2435496)
Please help me,

if try to install Abe1 [AJAX] Post Thank You Hack on 4.2.1 and import product get this error:

The following dependencies were not met: This product is not compatible with version 4.2.1 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

How to install "Abe1 [AJAX] Post Thank You Hack" on 4.2.1 ???

this is wrong place to ask but... open you xml file in any editor and find:
<dependency dependencytype="vbulletin" minversion="" maxversion="" />
if there any numbers - remove them and save ;)

root2012 09-25-2013 09:46 AM

Quote:

Optional - If you have RSS enabled in your forum, then do the following edits..

Open file -> external.php in forumroot
Find:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

if (!empty($threadcache))
{
foreach ($threadcache AS $thread)
{

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add Below:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

if ($vbulletin->option['hide_hack_sett_main']) {
$thread['message'] = $vfc_hide->strip_hide_bbcodes($thread['message']);
}
rss feed still shows it,using vb 4.2 help me plase

hellboundblogge 09-30-2013 07:40 PM

How to change this text?

**Hidden Content: Thanks to see the content**

fxdigi-cash 10-05-2013 02:47 PM

This is a quick solution and the only one I found so far for fixing the buttons issue.

change the very last code in your plugin.js in the folder: clientscript\ckeplugins\hidetags to:

PHP Code:

hidetagCommand('HReply'phrase.wrap_x_tags.replace(/\%1\$s/, 'HIDE-REPLY'), 'HIDE-REPLY''0'IMGDIR_BUTTON '/hreply.gif');
        
hidetagCommand('HReplyThanks'phrase.wrap_x_tags.replace(/\%1\$s/, 'HIDE-REPLY-THANKS'), 'HIDE-REPLY-THANKS''0'IMGDIR_BUTTON '/hreplythanks.gif');
        
hidetagCommand('Hthanks'phrase.wrap_x_tags.replace(/\%1\$s/, 'HIDE-THANKS'), 'HIDE-THANKS''0'IMGDIR_BUTTON '/hthanks.gif');
        
hidetagCommand('HPosts'phrase.wrap_x_tags.replace(/\%1\$s/, 'HIDE-POSTS'), 'HIDE-POSTS''1'IMGDIR_BUTTON '/hposts.gif');
        
Showtogroups('Showtogroups''SHOWTOGROUPS');
        
Showtu('STU''STU'); 

notice that the last two images are removed so you need to add it yourself in the file additional.css, HOW??

you need to find the id of each button (two buttons if used showtogroup and STU options) using chrome inspection element tool. you will find it in the a link and should be used like this:

Code:

#cke_10 span
so you will add the following code for each button in your template additional.css and override other css style:

PHP Code:

#cke_10 span{background:transparent url(images/styles/SKINNAME/buttons/showtogroups.gif)!important;
background-repeat:no-repeat!important;} 

don't forget to change SKINNAME according to your style folder name.

Good luck,


All times are GMT. The time now is 03:58 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.01505 seconds
  • Memory Usage 1,755KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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