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

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


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

Hi,

Posted this in vb.org site and thought I would also post it here. Need some help with the following PHP code :-

Code:
$navbits = array();
$navbits[$vbulletin->options['forumhome'] . '.php' . $vbulletin->session->vars['sessionurl_q']] = $vbphrase['forum'];
$parentlist = array_reverse(explode(',', substr($foruminfo['parentlist'], 0, -3)));
foreach ($parentlist AS $forumID)
{
$forumTitle = $vbulletin->forumcache["$forumID"]['title'];
$navbits[fetch_seo_url('forum', array('forumid' => $forumID, 'title' => $forumTitle))] = $forumTitle;

}

// pop the last element off the end of the $nav array so that we can show it without a link
array_pop($navbits);

$navbits[''] = $foruminfo['title'];
$navbits = construct_navbits($navbits);
$navbar = render_navbar_template($navbits);

if ($_POST["action"]=="proceed") {
exec_header_redirect("template-form.php");
exit();
}
else {
if ($_POST["action"]=="refuse") {
$url = "forumdisplay.php?f=102";
$js_url = "forumdisplay.php?f=102"; // STANDARD_REDIRECT template uses this variable for javascript redirect for Mozilla type browsers
// $vbusername = $vbulletin->userinfo['username'];
$errormessage = "Returning you to Personal Classifieds section...";
vB_Template:reRegister('STANDARD_REDIRECT',array ('errormessage' => $errormessage,'url' => $url,'js_url' => $js_url));
eval(print_standard_redirect('errormessage',true,t rue));
exit();
}
}
Specifically, the 2nd part where the "REFUSE" action is selected. The redirect doesn't show up properly and the member is "redirected" to the same page while the intended action is to serve up the forum section ($url = forumdisplay.php&f=102) where the member first entered.

Additional issue : The STANDARD_REDIRECT template is called BUT the variable 'errormessage' is not parsed. I have also added a phrase of the same name but its not calling up the phrase.

Thanks for any/all help!
__DEFINE_LIKE_SHARE__
رد مع اقتباس
إضافة رد

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


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

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



الساعة الآن 12:41 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