remove time from post and topic list

View previous topic View next topic Go down

remove time from post and topic list Empty remove time from post and topic list

Post by _Twisted_Mods_ 1/24/2015, 6:40 pm

_Twisted_Mods_
_Twisted_Mods_
Founder
Founder

Posts : 101
Reputation : 3
Birthday : 1986-08-05
Join date : 2014-10-03
Age : 37
Location : USA

[script=Your choice=all pages]
Code:

[code]$(function(){
$("#main-content .author").html(function (index, value) {
    return value.replace(/( - | at )\d{1,2}:\d{2}/ig, '');
});
   $(".lastpost").html(function (index, value) {
    return value.replace(/( - | at )\d{1,2}:\d{2}/ig, '');
});
});[/code]

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

Permissions in this forum:
You cannot reply to topics in this forum