Chrome
Safari
Edge
Firefox
Chrome (Android)
Tap the lock icon next to the address bar. Tap Permissions → Notifications . Adjust your preference.
Chrome (Desktop)
Click the padlock icon in the address bar. Select Site settings . Find Notifications and adjust your preference.
Safari (iOS 16.4+)
Ensure the site is installed via Add to Home Screen . Open Settings App → Notifications . Find your app name and adjust your preference.
Safari (macOS)
Go to Safari → Preferences . Click the Websites tab. Select Notifications in the sidebar. Find this website and adjust your preference.
Edge (Android)
Tap the lock icon next to the address bar. Tap Permissions .
Find Notifications and adjust your preference.
Edge (Desktop)
Click the padlock icon in the address bar. Click Permissions for this site . Find Notifications and adjust your preference.
Firefox (Android)
Go to Settings → Site permissions . Tap Notifications . Find this site in the list and adjust your preference.
Firefox (Desktop)
Open Firefox Settings. Search for Notifications . Find this site in the list and adjust your preference.
Здрасть. Помогите решить задачку. Хожу где-то рядом с решением, а вот найти не могу.
В админке есть список неактивированных. Очень хочется в этом списке увидеть одно из дополнительных полей у юзеров.
Чего добился:
Таблица для поля рисуется, как вытащить из БД содержимое дополнительного поля?
Вот что видно в админке:
А вот кусок кода, отвечающий за отрисовку таблицы:
//=========================================================================== // Member: validating //=========================================================================== function member_validating_row( $r="" ) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<<EOF <td class='tablerow2'><a href='{$this->ipsclass->vars['board_url']}/index.php?showuser={$r['id']}'><strong>{$r['members_display_name']}</strong></a>{$r['_coppa']}<div class='desctext'>IP: <a href='{$this->ipsclass->base_url}§ion=content&act=mtools&code=learnip&ip={$r['ip_address']}'>{$r['ip_address']}</a></div></td> <td class='tablerow1'>......</td> <td class='tablerow1'>{$r['email']}</td> <td class='tablerow1'><span style='color:green'>{$r['_where']}</span><br />{$r['_entry']}<div class='desctext'>{$r['_days']} дней и {$r['_rhours']} часов назад</div></td> <td class='tablerow1' align='center'>{$r['posts']}</td> <td class='tablerow1'>{$r['_joined']}</td> <td class='tablerow1' align='center'><input type='checkbox' id="mid_{$r['member_id']}" name='mid_{$r['member_id']}' value='1' /></td> </tr> EOF; //--endhtml--// return $IPBHTML; }Что надо нарисовать тут
чтоб из доп.поля вытащить инфу?
Чего тока не рыл - не получается. Видать не силён я в пхп...