Search found 3 matches
- Wed Jun 08, 2011 9:45 am
- Forum: Developers Discussion
- Topic: Replacing part of content before render
- Replies: 3
- Views: 1815
Re: Replacing part of content before render
Thank you for your reply ;) I know that I can add class to img in TinyMCE, my client also knows it, but sometimes he didn't remember ;) So I think that the best issue will be adding class name to img before displaying it using php. So I can't find place in source where is it getting from database be...
- Wed Jun 08, 2011 8:56 am
- Forum: Polish - Polski
- Topic: Edycja zawartosci przed jej wyswietleniem na stronie
- Replies: 1
- Views: 2071
Edycja zawartosci przed jej wyswietleniem na stronie
Potrzebuje dobrac sie do fragmentu kodu, ktory odpowiada za pobraniem contentu z bazy danych i przeslanie go do wyswietlenia. Chcialbym tam sobie porobic pewne operacje na tym stringu. Zalezy mi na tym, zeby dopisac pewne fragmenty htmla do zawartosci przed jej wyswietleniem
- Wed Jun 08, 2011 8:54 am
- Forum: Developers Discussion
- Topic: Replacing part of content before render
- Replies: 3
- Views: 1815
Replacing part of content before render
Hi, I add content page in Administration Panel of CMS MS. In this content I have few images. Before displaying it on page I want to replace each "img src" string with 'img class="example_class" src'. I was looking for a part of code which is responsible for displaying content on ...