עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

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 שגם יכולה לגרום לבעיות

ארכיון

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

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.