إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...

انضم الينا
استراحات زايد الصفحة الرئيسية

         :: شركة تركيب كاميرات مراقبة بينبع (آخر رد :rwnaa_1)       :: المنصات عبر الإنترنت من التقنيات المبتكرة (آخر رد :اسماعيل رضا)       :: برامج الحفظ عبر الإنترنت المرونة (آخر رد :اسماعيل رضا)       :: تطبيق كليك كاش click cash (آخر رد :جاسم الماهر)       :: متجر ساكورا للهدايا: تمتع بتجربة تسوق استثنائية (آخر رد :نادية معلم)       :: التداول والأسهم: دليل شامل لعالم الاستثمار (آخر رد :محمد العوضي)       :: برامج الرشاقة السعيدة (آخر رد :دارين الدوسري)       :: التسجيل في الضمان المطور: خطوة بسيطة نحو مستقبل آمن (آخر رد :مصطفيي)       :: دراسة جدوى حناء: استثمار مربح في عالم الزراعة (آخر رد :مصطفيي)       :: رفع تقرير التأهيل الشامل: الخطوة الأخيرة نحو النجاح والتميز (آخر رد :مصطفيي)      

إضافة رد
 
LinkBack أدوات الموضوع انواع عرض الموضوع
  #1  
قديم 04-28-2010, 03:13 AM
عضو ماسي
بيانات محروم.كوم
 رقم العضوية : 503
 تاريخ التسجيل : Dec 2007
الجنس : female
علم الدوله :
 المشاركات : 2,100,613
عدد الـنقاط :3341
 تقييم المستوى : 2139

Allright, rare that I ask for help myself but if you know the solution I will be more than grateful!

I have been working on a forum, the owner decided to slowly introduce the new features as they were previously on Expression Engine (yuck!) and now have moved to vBulletin 4.x series and they love it however upon turning on the CMS to code it all up I received this error:

Code:
Fatal error: Call to undefined method vBCms_BBCode_HTML::get_preview() in /home/name/mysite.com/public_html/forums/packages/vbcms/content/article.php on line 639
Now, I have disabled the mods one by one assuming it was a third party modification and it is not... I even disabled a custom plugin or two I wrote for the owner however that was not it either... I do have some custom BB Codes for video tutorials however none of those bbcodes have been used on the CMS in any article .

Notes: I have edited the index.php and changed the default landing page to the forum, also hid the navbar tab via conditional code so only I can see it, this way the CMS can be worked on by the staff until completed and no members will see it until we reveal it etc but I wanted to note that just in case it helps determine the issue.

What I have done for now is simply modify and trick the article.php so I could view the CMS and go about my business however I do not like tricking it and would rather it function properly with the intended code!

Original Code in article.php (Lines 635 to 657):

PHP Code:
if ($showpreviewonly)
{
$bbcode_parser = new vBCms_BBCode_HTML(vB::$vbulletin, vBCms_BBCode_HTML::fetchCmsTags());
$bbcode_parser->setOutputPage(1);
$pagetext = $bbcode_parser->get_preview(
fetch_censored_text($this->content->getPageText()),
$this->default_previewlen,
vBCMS_Permissions::canUseHtml($this->getNodeId(), $this->content->getContentTypeId(), $this->content->getUserId()),
true,
$this->content->getHtmlState()
);
$view->previewtext = strip_bbcode($pagetext);
$view->preview_chopped = 1;
}
else
{
$view->previewtext = $view->pagetext;

if (
count($view->pagelist) > 1)
{
$view->preview_chopped = 1;
}
}

Modified Code:

PHP Code:
if ($showpreviewonly)

{
$view->previewtext = $view->pagetext;

if (
count($view->pagelist) > 1)
{
$view->preview_chopped = 1;
}
}
else
{
$view->previewtext = $view->pagetext;

if (
count($view->pagelist) > 1)
{
$view->preview_chopped = 1;
}
}

So as you can see I simply tricked it via duplicate code, silly and simple yet effective lol but upon refreshing the page I noticed my custom css is off a bit so could that be an underlying issue as well?

Allright I'll leave it up to my favorites Trevor, Zachery, and Lynne, if anyone beats them to it I might do you a favor in return .

THANKS!

Mike
__DEFINE_LIKE_SHARE__
رد مع اقتباس
إضافة رد

مواقع النشر (المفضلة)


تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة
Trackbacks are متاحة
Pingbacks are متاحة
Refbacks are متاحة



الساعة الآن 10:39 PM


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir

RSS RSS 2.0 XML MAP HTML