links header in simple news

poivre / 2009-03-04 16:47:28   

Hi,

I just managed to have the "simple news" plugin to work.... with thumbnails... But how could I disable the links in news titles headers... On the news page here on http://www.indexhibit.org/ the title of each news are not links... this what i want...

here is my page: http://poivre.net/inex/info/news/

Thanks in advance...

All the best

Vaska A / 2009-03-04 19:11:10   

You edit the plugin directly and take out the link...

poivre / 2009-03-04 23:17:30   

Thank you very much Vaska for your support

Great work

:-)

poivre / 2009-03-04 23:35:26   

Sorry Vaska... I cannot figure out where is the link in the plugin file? Each try I did either erased the title or it linked back to the main page...

I believe it is somewhere her:

  1. $s .= "<a href='" . BASEURL . ndxz_rewriter($page['url']) . "'>$page[title]</a>
  2. $whenn";
  3. $s .= $page['content'];
  4. $s .= "<p style='margin-bottom: 27px;'> » <a href='" . BASEURL . ndxz_rewriter($page['url']) . "'>Permalink</a>n";

but where...

Many thanks

All the best

Philippe

Doctor_Osimo / 2009-03-06 01:20:32   
  1. delete in line 36:
  2. < a href='" . BASEURL . ndxz_rewriter($page['url']) . "' >
  3. and of course the closing a tag after $page[title] ;-)
poivre / 2009-03-06 07:01:36   

Great Doctor...!!! it Works !

Thank you very much...

mortenengel / 2009-07-07 21:15:37   

Sorry to ask this, but can anyone tell me how I style the news headlines of the plugin.
I basically want the headlines in bold.

I have tried modifying the plugin in this respect, but am getting errors.

  1. I am pretty sure it is this part I have to modify, but can't crack it
  2. $s .= "<p><a href='" . BASEURL . ndxz_rewriter($page['url']) . "'>$page[title]</a>
  3. <span style='color:#999;'>$when</span></p>n";
  4. ¬†¬†¬†¬†¬†¬†¬†¬†$s .= $page['content'];
  5.     }

Thanks.

This thread has been closed, thank you.