Welcome to Geeklog, Anonymous Tuesday, June 16 2026 @ 12:03 pm EDT
Geeklog Forums
geeklog.net issues: excluded topics and boxes
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1581
Hello,
Today I noticed a nice welcome message on main geeklog.net page
So I visited my accound and all topics are exclude (checked) and one box was checked (Resources). I did not made those changes. Could it be an upgrade issue?
I saw twice this issue after an update from 1.5.2 to 1.6.0 on two geeklog sites...
::Ben
Today I noticed a nice welcome message on main geeklog.net page
There are no news stories to display. There may be no news for this topic or your user preferences may be too restrictive
So I visited my accound and all topics are exclude (checked) and one box was checked (Resources). I did not made those changes. Could it be an upgrade issue?
I saw twice this issue after an update from 1.5.2 to 1.6.0 on two geeklog sites...
::Ben
32
28
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1581
In usersettings.php line 622 change topics for etids could help
if ($_CONF['emailstories'] == 1) {
$user_etids = DB_getItem ($_TABLES['userindex'], 'etids',
"uid = {$_USER['uid']}");
if (empty ($user_etids)) { // an empty string now means "all topics"
$etids = USER_getAllowedTopics();
$user_etids = implode(' ', $etids);
} elseif ($user_etids == '-') { // this means "no topics"
$user_etids = '';
}
$tmp = COM_checkList($_TABLES['topics'], 'tid,topic', $permissions,
$user_etids, 'etids');
$preferences->set_var('email_topic_checklist',
str_replace($_TABLES['topics'], 'etids', $tmp));
$preferences->parse('digest_block', 'digest', true);
} else {
$preferences->set_var('digest_block', '');
}
::Ben
Text Formatted Code
// daily digest blockif ($_CONF['emailstories'] == 1) {
$user_etids = DB_getItem ($_TABLES['userindex'], 'etids',
"uid = {$_USER['uid']}");
if (empty ($user_etids)) { // an empty string now means "all topics"
$etids = USER_getAllowedTopics();
$user_etids = implode(' ', $etids);
} elseif ($user_etids == '-') { // this means "no topics"
$user_etids = '';
}
$tmp = COM_checkList($_TABLES['topics'], 'tid,topic', $permissions,
$user_etids, 'etids');
$preferences->set_var('email_topic_checklist',
str_replace($_TABLES['topics'], 'etids', $tmp));
$preferences->parse('digest_block', 'digest', true);
} else {
$preferences->set_var('digest_block', '');
}
::Ben
34
29
Quote
All times are EDT. The time is now 12:03 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content