עבור לתוכן

עזרה | מה לא בסדר כאן?

Featured Replies

פורסם

//+----------------------------------------------------------------

// Start printing the page

//+----------------------------------------------------------------

$this->output .= $this->html->PageTop($this->forum);

//+----------------------------------------------------------------

// Annoucements?

//+----------------------------------------------------------------

if ($ibforums->input['st'] < 1 or !$ibforums->input['st'])

{

$time_now = time();

$announce = $DB->query("SELECT a.*,m.name,m.title FROM ibf_announcements a, ibf_members m WHERE a.a_mid=m.id AND (a.a_forum='".$this->forum['id']."' OR a.a_forum='0') AND ((a.a_start < '".$time_now."' AND a.a_end > '".$time_now."') OR a.a_expire = '0') ORDER by !a.a_forum DESC, a.a_start DESC");

$ann_print = "";

if ($result = $DB->fetch_row())

{

$this->output .= $this->html->announce_start();

$this->announce_print = 1;

$ann_print = "1";

do

{

$this->output .= $this->render_announce( $result );

} while ($result = $DB->fetch_row());

}

}

//+----------------------------------------------------------------

// Do we have any topics to show?

//+----------------------------------------------------------------

if ($total_possible['max'] < 1 AND !$ann_print)

{

$this->output .= $this->html->show_no_matches();

}

פורסם

תשים את הקוד בתוך code.gif בבקשה.

אתה רוצה שאנחנו נבצע לך בדיקת סינטקס? :P

פורסם
  • מחבר
//+----------------------------------------------------------------
// Start printing the page
//+----------------------------------------------------------------

$this->output .= $this->html->PageTop($this->forum);


//+----------------------------------------------------------------
// Annoucements?
//+----------------------------------------------------------------

if ($ibforums->input['st'] < 1 or !$ibforums->input['st'])
{


$time_now = time();

$announce = $DB->query("SELECT a.*,m.name,m.title FROM ibf_announcements a, ibf_members m WHERE a.a_mid=m.id AND (a.a_forum='".$this->forum['id']."' OR a.a_forum='0') AND ((a.a_start < '".$time_now."' AND a.a_end > '".$time_now."') OR a.a_expire = '0') ORDER by !a.a_forum DESC, a.a_start DESC");

$ann_print = "";

if ($result = $DB->fetch_row())
{
$this->output .= $this->html->announce_start();
$this->announce_print = 1;
$ann_print = "1";
do
{

$this->output .= $this->render_announce( $result );


} while ($result = $DB->fetch_row());


}

}


//+----------------------------------------------------------------
// Do we have any topics to show?
//+----------------------------------------------------------------

if ($total_possible['max'] < 1 AND !$ann_print)
{
$this->output .= $this->html->show_no_matches();
}

פורסם

שנה את הכותרת כך שתכיל יותר מידע (באיזו שפה אתה כותב וכד').

חוץ מזה, תוסיף פרטים על הבעיה - מה אתה מנסה לעשות, מה קורה בפועל.

אנחנו לא צריכים לנחש.

פורסם
  • מחבר

אני בונה אתר...לא יודע על איזה שפה מדובר...

אני מנסה להתקין מוד, וזה רושם שיש שגיאה בקוד.

פורסם

איך אתה בונה את האתר שלך? מה זה המוד הזה? איפה שמת את הקוד הזה? מה השגיאה המופיעה?

פרטים, בנאדם, פרטים!

פורסם

ברור מאליו שזה PHP במערכת IBHEB

ודאי יש לך הוראות עבור המוד בקובץ הטקסט המצורף לו...

ותבדוק אם קיימת אצלך טבלה בשם ibf_announcements שגם יכולה לגרום לבעיות

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים