vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - microSUPPORT (F.A.Q & Ticketing Live Support) (https://vborg.vbsupport.ru/showthread.php?t=254336)

thang28101993 04-19-2013 04:29 PM

Any one can help me? The issue in post 345,
Thanks so much!

thang28101993 04-24-2013 10:04 AM

Please a gain! I really need this mod!
Thanks so much!

mitch84 04-24-2013 02:29 PM

Quote:

Originally Posted by mitch84 (Post 2417162)
I use file modified but I have a error after when I submit a ticket:
Code:

Fatal error: Call to undefined function convert_wysiwyg_html_to_bbcode() in /home/XXX/public_html/support.php on line 642

hi, nobody can help me? thx

TheSupportForum 04-25-2013 10:14 PM

Quote:

Originally Posted by mitch84 (Post 2418263)
hi, nobody can help me? thx

did you read

This will only work with vbulletin version 4.0.x but not for vbulletin version 4.1.x

Jesakos 04-27-2013 05:17 AM

its working on vb 4.2?

Wolver2 06-21-2013 12:07 PM

Wished someone could update this that it works with 4.2 :/

Hanany95 06-23-2013 12:41 AM

Quote:

Originally Posted by Wolver2 (Post 2429567)
Wished someone could update this that it works with 4.2 :/

Me too

nrms? 07-05-2013 04:53 PM

Sorry ... I'll resurrect this topic ...
For anyone who is having errors like this
Fatal error: Call to undefined function convert_wysiwyg_html_to_bbcode()
Go to the location indicated and replace
$bodytext = convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message']);
by
require_once(DIR . '/includes/class_wysiwygparser.php');
$html_parser = new vB_WysiwygHtmlParser($vbulletin);
$bodytext = $html_parser->parse_wysiwyg_html_to_bbcode($vbulletin->GPC['message']);


That's how I solved my problem.

tomrep 07-24-2013 05:28 AM

this still wrok ?

onespot 08-28-2013 11:43 PM

Is this ever going to work on 4.2? 4.2 has nothing like this and could use it.


All times are GMT. The time now is 03:22 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.01484 seconds
  • Memory Usage 1,735KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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