Customizing the "NEW" text button

csh / 2013-02-18 18:30:03   

Which file to I need to modify to change the "NEW" text that shows up in green next to the exhibit name. I love this feature by the way....
I have the text that I'm referring to on under the reference section of my site incase you're wondering what I'm referring to.

chughes.net/reference/salon-series-lecture/

Casey

csh / 2013-02-25 07:54:52   

This questions is about a one out of ten on the importance meter, but I imagine that someone might be able to head me in the right direction on this regardless....

Thanks!

lemathieu A / 2013-02-25 11:37:36   

Hello,
could you show us wich page you give this "new" text ?
thx

bipster / 2013-02-25 12:52:37   

You have to edit the file /ndxzsite/plugin/plugin.index.php line 179:

  1. $new = ($this->exhibit['new'] == 1) ? " <sup>new</sup>": '';
  2.  
Vaska A / 2013-02-25 12:58:02   

What do you want to change? The style or what is says? The style is in the style.css file and what bipster said.

;)

csh / 2013-02-26 06:19:34   

Works like a charm- I changes "New" to "

This thread has been closed, thank you.