Welcome to Geeklog, Anonymous Friday, November 29 2024 @ 01:32 pm EST
Geeklog Forums
Forum 2.8.0 issues and Feedback
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
I upgraded from forum 2.7.4 to forum 2.8.0 on geeklog.fr. Everything went well. However I find that:
1. Part of the text is outsite the tooltip (on index.php?forum=X pages).
2. The link color for New topic or Post Reply might be blank because depending to site links color, they can be unreadable on the blue background.
To solve this in public_html/forum/forum/layout/forum.css I changed
color: #fff !important;
text-decoration: none !important;
}
3. On 3 columns sites with fixe width the breadcrumb, new topic link and post reply link are too tight. We might introduce her a new config option for blocks display (left, right, both)
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
1. Part of the text is outsite the tooltip (on index.php?forum=X pages).
2. The link color for New topic or Post Reply might be blank because depending to site links color, they can be unreadable on the blue background.
To solve this in public_html/forum/forum/layout/forum.css I changed
Text Formatted Code
a.postbutton {color: #fff !important;
text-decoration: none !important;
}
3. On 3 columns sites with fixe width the breadcrumb, new topic link and post reply link are too tight. We might introduce her a new config option for blocks display (left, right, both)
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
9
12
Quote
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
Location:Canada
Yeah I had a few issues with themes that use a dark color in the title columns. I added a few bug reports about them.
The tooltip problem is easily fixed though (I added a bug report on this as well). Look in the forum config.php file and change
Tom
One of the Geeklog Core Developers.
The tooltip problem is easily fixed though (I added a bug report on this as well). Look in the forum config.php file and change
Text Formatted Code
$CONF_FORUM['linkinfo_width'] = 50;Tom
One of the Geeklog Core Developers.
14
12
Quote
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
Location:Canada
Ok in the forum functions.inc do a search for the function plugin_dopluginsearch_forum and replace the first part with:
function plugin_dopluginsearch_forum($query, $datestart, $dateend, $topic, $type, $author, $keyType, $page, $perpage)
{
global $LANG_GF01, $_TABLES, $_GROUPS;
// Make sure the query is SQL safe
$query = trim(addslashes($query));
$sql = "SELECT ft.id, ft.date, ft.subject AS title, ft.comment AS description, ft.views AS hits, ft.uid, "
. "CONCAT('/forum/viewtopic.php?showtopic=', ft.id) AS url "
. "FROM {$_TABLES['forum_topic']} ft, {$_TABLES['forum_forums']} ff "
. "WHERE ft.forum = ff.forum_id AND (ff.grp_id IN ('" . implode( "','", $_GROUPS ) . "')) AND ft.date <> 1 ";
Let me know if you have any problems.
Tom
One of the Geeklog Core Developers.
Text Formatted Code
function plugin_dopluginsearch_forum($query, $datestart, $dateend, $topic, $type, $author, $keyType, $page, $perpage)
{
global $LANG_GF01, $_TABLES, $_GROUPS;
// Make sure the query is SQL safe
$query = trim(addslashes($query));
$sql = "SELECT ft.id, ft.date, ft.subject AS title, ft.comment AS description, ft.views AS hits, ft.uid, "
. "CONCAT('/forum/viewtopic.php?showtopic=', ft.id) AS url "
. "FROM {$_TABLES['forum_topic']} ft, {$_TABLES['forum_forums']} ff "
. "WHERE ft.forum = ff.forum_id AND (ff.grp_id IN ('" . implode( "','", $_GROUPS ) . "')) AND ft.date <> 1 ";
Let me know if you have any problems.
Tom
One of the Geeklog Core Developers.
14
14
Quote
All times are EST. The time is now 01:32 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