Recent content by JTL-Software

  1. J

    XF 2.2 New database port = MySQL server has gone away

    Ok, i found my problem. It was an buggy user in our cluster.
  2. J

    XF 2.2 New database port = MySQL server has gone away

    Hello ! I had moved the port of our database from 3306 to 3307: <?php $config['db']['host'] = '10.10.10.1'; $config['db']['port'] = 3307; $config['db']['username'] = 'forum'; $config['db']['password'] = 'xxxx'; $config['db']['dbname'] = 'forum'; Now i get the following error message: An...
  3. J

    XF 1.5 New posts - colored

    Oh sorry... the needed include is in thread_list_item: <xen:require css="discussion_list.css" /> <xen:if is="{$thread.isDeleted}"><xen:include template="thread_list_item_deleted" /><xen:else /> <li id="thread-{$thread.thread_id}" class="discussionListItem {$thread.discussion_state}{xen:if...
  4. J

    XF 1.5 New posts - colored

    Hi ! We have for each category a different color-set and want to use the same color in the overview of "new posts". Is it possible to include the categorie-ID for each listen post, so i can create an CSS style to use colored title ? Here is the interesting part of the template "find_new_posts"...
Top Bottom