Jump to content

annaharris

Members
  • Posts

    50
  • Joined

  • Last visited

Posts posted by annaharris

  1. Follow the simple step to solve it.

    Go to Modules >> HTML & JAVASCRIPT >> Javascript code management than Create a new javascript title and paste this script then submit.

    jQuery(document).ready(function() {
    jQuery('.genmed:contains("Latest topics")').replaceWith('<img src="http://i.imgur.com/ZMRCS5O.png" />');
    });
    
  2. According to me below PHP functions are necessary for TYPO3 6.

    • passthru - used when generating thumbnails in the backend.
    • proc_close - used, probably by a mailer class.
    • proc_open - used, probably by a mailer class.
    • shell_exec - used by the scheduler and by the RTE for spellchecking using Aspell.
  3. I don't know any accurate solution for this.
    Just try this
    <TEXTAREA WRAP="OFF" NAME="DESC" ROWS="15" COLS="60"></TEXTAREA>
    (I don't change the formatting at all when writing to MySQL)

    OUTPUT SCREEN:
    print "<PRE>" . $db->row[0] . "</PRE>n";

    Where $db->row[0] is what is returned from my query for DESC

    I hope it may work

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.