• Hi folks,
    I am looking for a hack for quotes. I wanted a simply script that I can put into my existing design. Doesn’t have to be fancy with sql calls or anything, bust a simple file that can post random quotes. Any ideas?

Viewing 11 replies - 1 through 11 (of 11 total)
  • I’m using a simple PHP script from here; very basic but it does what I need it to.

    it can be coded using txt file and some random functions. I am doing it soon! =D

    Thread Starter rupe

    (@rupe)

    Thanks notthatugly – works like a charm…..one down…one to go…..

    @ntu – thanks for the link. It has been added to the Wiki on the WP Hacks page.
    @rupe – check out the hacks on the Wiki for IdahoCline’s hack. His does require a database connection, but it’s a short and sweet bit of code as well.
    Craig.

    @nm : Soon, on my site a download area will be available. Where all my hacks will be availale to download. Only issue for the moment is…..TIME ! :o( But I will manage to do it asap. This means : euh….Let’ say…Very soon. ;o)
    @rupe: I sent you the code for the Coppermine module ;o) Let say your have the exclusivity for now…

    Should be possible this weekend to hack the hack…..
    Functionnalities could be : Random images from an album, List of albums…..
    ;o)

    faewench

    (@faewench)

    you place all that code on the index.php page where youw ant the quotes to be?

    faewench

    (@faewench)

    how would you call it as an include? i think that was my orginal question, i think:)

    Beel

    (@beel)

    Like all the other includes in WP πŸ˜‰
    <?php include(‘randquote.php’); ?>

    You can use the Hello Dolly Plugin as an example.

    faewench

    (@faewench)

    thank you both i did get it figured out:) im very pleased now:)
    fae

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Random Quotes’ is closed to new replies.