remove 'time' from posts Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    remove 'time' from posts

    avatar
    filbert1993
    New Member


    Posts : 16
    Reputation : 3
    Language : english

    In progress remove 'time' from posts

    Post by filbert1993 Mon 5 Jan 2015 - 5:47

    Hello I want to remove the 'time' from posts in the homepage and the posts . But leave the date there. So it can only show the date of posts and not the ' time" of when it was posted. Its for phpbb3 forum.
    avatar
    inallsorts
    Forumember


    Posts : 246
    Reputation : 8
    Language : English

    In progress Re: remove 'time' from posts

    Post by inallsorts Tue 6 Jan 2015 - 12:34

    If I understand correctly, you wish to display (for example) "Today" Instead of "Today at 2:30pm".

    Would this be correct?
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: remove 'time' from posts

    Post by _Twisted_Mods_ Tue 6 Jan 2015 - 12:48

    acp>modules>javascript managment

    turn on javascript

    create a name script
    title: whatever
    placement : in the topics

    Code:
    $(function(){
    $(".author").html(function (index, value) {
        return value.replace(/( - | at )\d{1,2}:\d{2}/ig, '');
    });
    });

    submit
    avatar
    filbert1993
    New Member


    Posts : 16
    Reputation : 3
    Language : english

    In progress Re: remove 'time' from posts

    Post by filbert1993 Wed 7 Jan 2015 - 7:55

    Thanks worked in the "post" topics not the !homepage" Can remove the  time from " homepage" to please?
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: remove 'time' from posts

    Post by _Twisted_Mods_ Wed 7 Jan 2015 - 8:32

    just change placement to all pages and should work everywhere time is displayed on the site
    avatar
    filbert1993
    New Member


    Posts : 16
    Reputation : 3
    Language : english

    In progress Re: remove 'time' from posts

    Post by filbert1993 Wed 7 Jan 2015 - 10:48

    The all pages I tried it already but not working. Ange should be able to solve this. Thanks for Your help I will wait for a code
    avatar
    filbert1993
    New Member


    Posts : 16
    Reputation : 3
    Language : english

    In progress Re: remove 'time' from posts

    Post by filbert1993 Thu 8 Jan 2015 - 12:27

    Bumping.....
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: remove 'time' from posts

    Post by Ange Tuteur Thu 8 Jan 2015 - 23:10

    Hello @filbert1993,

    Could you provide a link to your forum ?

    Thanks