themes.wordpress.net theme viewer script

Discussion in 'PHP' started by seodesignnet, Aug 16, 2007.

  1. #1
    Hi.
    I am looking for a theme viewer for wordpress similar to the one on themes.wordpress.com. Do you know where I could find such a script?
    Thank you for your help.
     
    seodesignnet, Aug 16, 2007 IP
  2. infogle

    infogle Prominent Member

    Messages:
    2,732
    Likes Received:
    128
    Best Answers:
    1
    Trophy Points:
    300
    #2
    its basically a plugin... search the plugins at wordpress site
     
    infogle, Aug 16, 2007 IP
  3. seodesignnet

    seodesignnet Peon

    Messages:
    296
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    seodesignnet, Aug 16, 2007 IP
  4. infogle

    infogle Prominent Member

    Messages:
    2,732
    Likes Received:
    128
    Best Answers:
    1
    Trophy Points:
    300
    #4
    Okay you want... that... every theme should be link to the demo... of the script.. that way.. hmm interesting...

    Surely there will be solution for that also...
     
    infogle, Aug 16, 2007 IP
  5. ehlokoen

    ehlokoen Peon

    Messages:
    161
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Basically you need the user to upload the theme in a .zip, you unzip it through PHP into the wp-content/themes/, and use a
    foreach(glob("wp-content/themes/*") AS $theme)
    {
      echo "<img src = '$theme/screenshot.whatwastheextension????' />";
    }
    PHP:
    etc.

    So basically they need to upload a wp-theme, you unzip it, and make a script to read the themes directory, display a picture of them, and when you click on it, you have to mod wordpress to show that time (pass the theme with a GET variable)

    Hope it helps :)
     
    ehlokoen, Aug 16, 2007 IP
  6. internetstarter

    internetstarter Well-Known Member

    Messages:
    578
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    108
    #6
    I'd be interested in buying such a script, anyone knows of one for purchase?
     
    internetstarter, Aug 25, 2007 IP
  7. nanexo

    nanexo Guest

    Best Answers:
    0
    #7
    very much interested in the same since m starting a template site
     
    nanexo, Aug 27, 2007 IP
  8. marcel

    marcel Well-Known Member

    Messages:
    1,503
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    150
    #8
    also interested
     
    marcel, Sep 18, 2007 IP
  9. JimmyJam

    JimmyJam Peon

    Messages:
    49
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I too would be interested in finding a script such as this.
     
    JimmyJam, Feb 18, 2008 IP