... Please post the URL of the feed - I´ll test it ...reddevilmeuk wrote:is there any way to manipulate how the text comes across? for example a feed from ign doesnt come across with line breaks and appends a disclaimer? any way of changing these?
I think there is no edits in functions_posting.php for my mod ...reddevilmeuk wrote:am receiving the error after running on my live site
Fatal error: Cannot redeclare generate_smilies() (previously declared in
xxxxxxxx/includes/functions_posting.php:22) in xxxxxxxxx/includes/functions_posting.php on line 145
any thoughts?
Code: Select all
Column 'topic_first_poster_name' cannot be null [1048]
You can do this2.the user of lastrss_ap_bot_id its 7333,
how can change that with PhpMyAdmin![]()
Code: Select all
INSERT INTO `phpbb_config` (`config_name`, `config_value`, `is_dynamic`) VALUES
('lastrss_type', 'curl', 0),
('lastrss_ap_version', '0.1.2', 0),
('lastrss_ap_enabled', '1', 0),
('lastrss_ap_items_limit', '5', 0),
('lastrss_ap_bot_id', '2', 0);
Code: Select all
'LOG_ERROR_LASTRSS' => '<strong>lastRSS error</strong><br />» %s',
Code: Select all
'LOG_ERROR_LASTRSS' => '<strong>lastRSS error</strong><br />» %s',
Code: Select all
'LOG_ERROR_EMAIL' => '<strong>E-mail error</strong><br />» %s',