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

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

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

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

If you create an article with any html special characters, in my case it was quote ("), in the title, the page selection control will display it improperly.

The issue is that the article title is stored with special characters already encoded. When the article title is added to the pagelist array, it is added before the page list is encoded so it winds up being encoded twice. For example:


"Test" gets stored to the db as "Test" and when the second htmlspecialchars is run on it it becomes "Test". End result your forum shows "Test" in the page control instead of "Test".

I have a workaround and a fix for this. The workaround is to add a replacement variable to replace " with " (or whatever special characters your using). This is a hack but it will continue to work if a new version of VB comes out without the fix.

The actual fix to the issue (or at least my fix) is to edit packages/vbcms/view/article.php. Find the line (line 55 in 4.04) that says:

PHP Code:
$pagelist[1] = $this->title

And change it to:

PHP Code:
$pagelist[1] = htmlspecialchars_decode ($this->title);
__DEFINE_LIKE_SHARE__
رد مع اقتباس
إضافة رد

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

أدوات الموضوع
انواع عرض الموضوع

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

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



الساعة الآن 12:35 AM


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