By greatbananas on
I'm new to drupal and I can't find how to turn off this function. I have a "Categories" box and I have a "Term" that I posted content to. Once I post to it, next to the term it'll say how long ago I posted. So if I just posted a content to the term, next to the term it'll say "1 sec ago". And for example, after 32 mins later it'll say "32 min 1 sec ago".
How do I turn this off? Thanks.
Comments
sorry, typo. it says "it'll s
sorry, typo. it says "it'll same how" I meant "it'll say how"
me too.
i'd also like this.
after much searching, i found a couple possibilities, but not sure what to spend my time on. would be nice if there was a switch somewhere...
- Creating a Block with links belonging to certain taxonomy terms
- Taxonomy browser? (module)
- Taxonomy menu? (module)
- Taxonomy navigation? (module)
it's a theme function. What
it's a theme function. What theme are you using and what Drupal version.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Hack Taxonomy.module, or use Taxonomy_DHTML
I tried hacking Taxonomy.module, but later found that Taxonomy_DHTML offered what i wanted. Taxonomy_DHTML lets you display each taxonomy in its own Block, and it doesn't display all the extraneous info.
I'd like to know how to
I'd like to know how to disable it too. Whats a simple method instead of resorting to other modules ? Which lines of code do I modify to disable this .. ? Thanks
Display of information like
Display of information like that is in the theme. What theme are you using?
-sp
---------
Test site...always start with a test site.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
I am using the kubrick
I am using the kubrick Theme. I am familiar with editing the themes. Do I have to remove some php variable in the template code ?
I believe so. Kubrick is
I believe so. Kubrick is based on the phptemplate engine. [more info here: http://drupal.org/node/11810].
I had a quick look in the templates but didn't spot anything right off. I'll try to look again later when I have more time.
-sp
---------
Test site...always start with a test site.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide