remove 'time' from posts
4 posters
Page 1 of 1
remove 'time' from posts
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.
filbert1993- New Member
- Posts : 16
Reputation : 3
Language : english
Re: remove 'time' from posts
If I understand correctly, you wish to display (for example) "Today" Instead of "Today at 2:30pm".
Would this be correct?
Would this be correct?
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
Re: remove 'time' from posts
acp>modules>javascript managment
turn on javascript
create a name script
title: whatever
placement : in the topics
submit
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
Re: remove 'time' from posts
Thanks worked in the "post" topics not the !homepage" Can remove the time from " homepage" to please?
filbert1993- New Member
- Posts : 16
Reputation : 3
Language : english
Re: remove 'time' from posts
just change placement to all pages and should work everywhere time is displayed on the site
Re: remove 'time' from posts
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
filbert1993- New Member
- Posts : 16
Reputation : 3
Language : english
Re: remove 'time' from posts
Bumping.....
filbert1993- New Member
- Posts : 16
Reputation : 3
Language : english
Similar topics
» How to remove contact buttons from posts & information/options in writing posts?
» remove topic posts last posts
» Date and time in posts
» Time restriction on editing own posts
» Request time-out after a few lines in posts
» remove topic posts last posts
» Date and time in posts
» Time restriction on editing own posts
» Request time-out after a few lines in posts
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum