Topics

User Functions

Events

There are no upcoming events

What's New

Stories

No new stories

Comments last 2 weeks

No new comments

Trackbacks last 2 weeks

No new trackback comments

Links last 2 weeks

No recent new links

NEW FILES last 14 days

No new files

Welcome to Geeklog Tuesday, May 21 2013 @ 09:58 AM EDT


 Forum Index > Extensions > Plugins New Topic Post Reply
 Forum 2.8.0 issues and Feedback
   
::Ben
 08/13/11 11:57AM (Read 1261 times)  
+++++
Full Member

Status: offline


Registered: 01/14/05
Posts: 1359
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
PHP 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

We speak french on http://geeklog.fr
 
Profile Email Website
 Quote
Laugh
 08/18/11 08:31PM  
AAAAA
Admin

Status: offline


Registered: 09/27/05
Posts: 874
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

PHP Formatted Code
$CONF_FORUM['linkinfo_width'] = 50;


Tom

 
Profile Email Website
 Quote
::Ben
 08/20/11 03:40AM  
+++++
Full Member

Status: offline


Registered: 01/14/05
Posts: 1359
PHP Formatted Code
$CONF_FORUM['linkinfo_width'] = 43;

solved my issue.

Thanks,

Ben

We speak french on http://geeklog.fr
 
Profile Email Website
 Quote
Jokke_K
 09/12/11 12:43PM  
+----
Newbie

Status: offline


Registered: 02/24/04
Posts: 9
I upgraded to 1.8.1rc1 and Forum 2.8.0 and I have problem with Private forums and Geeklog search engine. Users are able to get search results without proper rights. Any ideas?


 
Profile Email Website
 Quote
Laugh
 09/12/11 02:08PM  
AAAAA
Admin

Status: offline


Registered: 09/27/05
Posts: 874
Confirmed. Good catch.

I will post a unofficial fix here when I have one.

Tom

 
Profile Email Website
 Quote
Laugh
 09/12/11 02:58PM  
AAAAA
Admin

Status: offline


Registered: 09/27/05
Posts: 874
Ok in the forum functions.inc do a search for the function plugin_dopluginsearch_forum and replace the first part with:

PHP 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

 
Profile Email Website
 Quote
Jokke_K
 09/12/11 03:35PM  
+----
Newbie

Status: offline


Registered: 02/24/04
Posts: 9
It works. Thank you.

 
Profile Email Website
 Quote
Content generated in: 1.93 seconds
New Topic Post Reply

Normal Topic Normal Topic
Sticky Topic Sticky Topic
Locked Topic Locked Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Able to post 
Filtered HTML Allowed 
Censored Content