Contentteller

Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >

Wrong time

Discussion in 'Version 1.x' started by beo, Jun 14, 2007.

  1. beo Guest

    Wrong time

    I have moved site to US host and now 'Posted' time is wrong. (im CET) Any way to fix this in free version?

    edit:

    Also I would like to know how reduce space between Main and Extended News. Its always 3 lines. I want it 2.. thx
    [Edited by beo on 2007-06-15 01:44:00]
    beo, Jun 14, 2007
    #1
  2. Philipp Guest

    Wrong time

    I have moved site to US host and now 'Posted' time is wrong. (im CET) Any way to fix this in free version?
    Add at the top (after global $insert;) of the story, news_col_news and news templates the following code:

    Code:
    $offset = 3600 * 6; // 6 hours
    $story_time = strtotime($insert[story_time]) + $offset;
    $insert[story_time] = date("Y-m-d H:i:s",$story_time); 
    Also I would like to know how reduce space between Main and Extended News. Its always 3 lines. I want it 2..
    You find the HTML code in template story
    Philipp, Jun 15, 2007
    #2
Show Ignored Content

Share This Page

Tweet
Forgot your password?
Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Useful Searches

  • Recent Threads
More...
    Forum software by XenForo™ ©2010-2012 XenForo Ltd.