vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=123527)

akanevsky 02-11-2007 12:03 PM

Quote:

I assume you're talking about the 'vbulletin_textedit.js' part?
Yes. Try also reverting that file first. Oh, and which edition are you running?

doopz 02-11-2007 12:09 PM

Quote:

Originally Posted by Psionic Vision (Post 1179838)
Yes. Try also reverting that file first. Oh, and which edition are you running?

I've downloaded from here, version 2.8.0

this is how it currently looks:
Code:

switch (tagname)
                {
                        case 'CODE':
                        case 'HTML':
                        case 'PHP':
                        {
                                this.apply_format('removeformat');
                        }
                        break;
                        //added by hidehack
                        case 'HIDE-POSTS':
                        case 'SHOWTOGROUPS':
                        {
                                useoption = true;
                        }
                        break;
                }

But.. still no joy

akanevsky 02-11-2007 03:41 PM

Make it:

Code:

case 'HIDE':
case 'HIDE-POSTS':
case 'SHOWTOGROUPS':


doopz 02-11-2007 06:22 PM

Quote:

Originally Posted by Psionic Vision (Post 1179967)
Make it:

Code:

case 'HIDE':
case 'HIDE-POSTS':
case 'SHOWTOGROUPS':


Perfect! that did it :)
Couldn't figure it out.. untill this hehe

thanks for your time/help !

Robp57 02-16-2007 09:26 PM

I have downloaded and installed and whenever I post something I get this error..........
Unable to add cookies, header already sent.
File: /home/robp57/public_html/includes/functions_newpost.php
Line: 1211

I have tried to disable it and get a Database error, so I cant disable or uninstall.......
Can someone give me some help, this hack is killing me..........

akanevsky 02-17-2007 12:53 AM

Quote:

Originally Posted by Robp57 (Post 1184191)
I have downloaded and installed and whenever I post something I get this error..........
Unable to add cookies, header already sent.
File: /home/robp57/public_html/includes/functions_newpost.php
Line: 1211

I have tried to disable it and get a Database error, so I cant disable or uninstall.......
Can someone give me some help, this hack is killing me..........

Maybe you should review the file modification step of readme.html that deals with ./includes/functions_newpost.php.

Robp57 02-24-2007 10:15 AM

I already did all that a number of times.............
Its a shame .........I was gonna buy your Hide hack, but not if I cant get the free one to work......
I have installed and uninstalled a bunch of times and no go...........
Too Bad......

akanevsky 02-24-2007 12:06 PM

Quote:

Originally Posted by Robp57 (Post 1189622)
I already did all that a number of times.............
Its a shame .........I was gonna buy your Hide hack, but not if I cant get the free one to work......
I have installed and uninstalled a bunch of times and no go...........
Too Bad......

Maybe you can post lines 1200-1300 of your functions_newpost.php file? The error dispalyed is not likely to be associated with this hack, but maybe I can still help you.

mrahul 02-26-2007 06:54 AM

I had installed this hack in my old skin before, now I have added new skin, do I need to alter my files still or will the hack get altered automatically when this new skin was added.
Actually it's working well with out moderating any files :)

akanevsky 02-26-2007 11:16 AM

Quote:

Originally Posted by mrahul (Post 1190930)
I had installed this hack in my old skin before, now I have added new skin, do I need to alter my files still or will the hack get altered automatically when this new skin was added.
Actually it's working well with out moderating any files :)

You only need to modify files once for your installation. But you do need to apply skin modifications to each skin.


All times are GMT. The time now is 02:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01438 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_code_printable
  • (6)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