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)

louis_chypher 11-11-2006 01:33 AM

Error:

Code:


Fatal error: Call to a member function on a non-object in /home/content/b/b/d/xxxx/html/forums/includes/class_postbit.php(296) : eval()'d code on line 1

traces to Hide Hack Resurrection: postbit_display_complete.

This is the 8th+ attempt at the install of this product. I even loaded this product up on a brand new vbulliten site and this was/is the only plug in running. I and three other people have confirned that each and every line of the install insturctions were followed to the letter. We used three different sites and we spent loads of hours trying to make it work.

It appears that the class_postbit.php is not seeing the $hhr->parse_bbcode object/function.

Any suggestions to a solution?

Currently I have deactived postbit_display_complete hook for this modification so that the site does not produce this error.

akanevsky 11-11-2006 11:47 AM

Are you sure you have downloaded the latest package of the hack? The latest package has $GLOBALS['hhr'] instead of just $hhr.

Calibre_k 11-19-2006 02:36 AM

Where can I find the latest one for Version 3.6.3? Thank You

Shazz 11-19-2006 03:25 AM

Quote:

Originally Posted by Calibre_k (Post 1120472)
Where can I find the latest one for Version 3.6.3? Thank You

This is it..

Calibre_k 11-19-2006 03:31 PM

Thank You is it hard to use? can I have it in only in certain few forums tather then on all forums?

akanevsky 11-19-2006 04:12 PM

Quote:

Originally Posted by Calibre_k (Post 1120835)
Thank You is it hard to use? can I have it in only in certain few forums tather then on all forums?

Yes, you can enable/disable it per forum. It is not hard to use either, you just press a button and the "Thank You" is saved.

P.S. Shazz, please do not answer when not asked, esspecially if you are not knowledgeable on the topic. Thanks.

Shazz 11-19-2006 04:14 PM

Quote:

Originally Posted by Psionic Vision (Post 1120869)
Yes, you can enable/disable it per forum. It is not hard to use either, you just press a button and the "Thank You" is saved.

P.S. Shazz, please do not answer when not asked, esspecially if you are not knowledgeable on the topic. Thanks.

Sorry
[high]* Shazz leaves thread[/high]

akanevsky 11-19-2006 04:46 PM

Quote:

Originally Posted by Shazz (Post 1120872)
Sorry
[high]* Shazz leaves thread[/high]

lol. how does one leave a thread?..

sickboy6ths 11-22-2006 09:53 AM

Hi there psionic! If I want the VBCMPS News module not to display hidden text... I had to add the parsehide function to the news.php so the text would be processed and hidden if nececairy.

Since your rewrite in 2.7.x, I get an error that function ParseHide is not defined while im viewing the news on CMPS.
Is the function renamed or must it be hooked into a global start to be available in for instance CMPS etc?

Thanks for any insights!

akanevsky 11-22-2006 11:42 AM

Integration Product Requirement #1: vS-Hide Hack Resurrection 2.7.0+
Integration Product Requirement #2: vBadvanced 2.1.0/2.2.1
------------------------------------------------------------------------------------------------------------
In ./modules/news.php, Find:

PHP Code:

// Strip characters and add "read more" 

Add Above:

PHP Code:

$news['message'] = $GLOBALS['hhr']->parse_bbcode($news['message'], $news['forumid'], $news['threadid'], $news['postid'], $news['userid']); 



All times are GMT. The time now is 03:53 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.01451 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)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