what picture posting script are they using?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pierrefitch
    Confirmed User
    • Dec 2005
    • 318

    #1

    what picture posting script are they using?

    What script is this website using and how easy it this to setup please tell me thank you

    http://www.guysinunderwear.me/ this is the example site

    thanks

  • anexsia
    Confirmed User
    • May 2010
    • 5735

    #2
    Originally posted by pierrefitch
    What script is this website using and how easy it this to setup please tell me thank you

    http://www.guysinunderwear.me/ this is the example site

    thanks
    Next-gen gallery plugin and shutter reloaded for wordpress

    Comment

    • pierrefitch
      Confirmed User
      • Dec 2005
      • 318

      #3
      Originally posted by anexsia
      Next-gen gallery plugin and shutter reloaded for wordpress
      do you know how to build a site like this ??

      Comment

      • pierrefitch
        Confirmed User
        • Dec 2005
        • 318

        #4
        Originally posted by anexsia
        Next-gen gallery plugin and shutter reloaded for wordpress
        Installed both plugins now how do you make the index page look like a upload picture site ???

        Comment

        • pierrefitch
          Confirmed User
          • Dec 2005
          • 318

          #5
          anyone how to make the front index page look like a picture upload site??

          Comment

          • Lace
            Too lazy to set a custom title
            • Mar 2004
            • 16116

            #6
            I'm guessing you a need a theme designed to be a picture site.
            Your Paysite Partner
            Strength In Numbers!
            StickyDollars | RadicalCash | KennysPennies | HomegrownCash

            Comment

            • Young
              Bland for life
              • Nov 2004
              • 10468

              #7
              Code:
              <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
              
              <?php } ?>
              	
              	<!-- Thumbnails -->
              	<?php foreach ( $images as $image ) : ?>
              
              	<?php if ( $image->hidden ) continue; ?>
              	<?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?>
              		
              	<?php } ?>
              
               	<?php endforeach; ?>
              That should get you started. If you want it to work as a gallery on a template page.

              BUT. The site you pointed to is not using the gallery function at all. Each one of those pics are a separate post. Looks like NextGen Gallery is just their means of upping and managing the pics (watermarks, cropping etc).

              If you want something like the site you posted you just need to call out the featured thumbnail in the loop. Or you could use some fancy PHP which will pull the picture from the post automatically and make a thumb out of it.

              That's as detailed as I'm going to get. It's not a lot of work.
              Last edited by Young; 08-09-2012, 07:01 PM.
              ★★★

              Comment

              • pierrefitch
                Confirmed User
                • Dec 2005
                • 318

                #8
                Originally posted by Young
                Code:
                <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
                
                <?php } ?>
                	
                	<!-- Thumbnails -->
                	<?php foreach ( $images as $image ) : ?>
                
                	<?php if ( $image->hidden ) continue; ?>
                	<?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?>
                		
                	<?php } ?>
                
                 	<?php endforeach; ?>
                That should get you started. If you want it to work as a gallery on a template page.

                BUT. The site you pointed to is not using the gallery function at all. Each one of those pics are a separate post. Looks like NextGen Gallery is just their means of upping and managing the pics (watermarks, cropping etc).

                If you want something like the site you posted you just need to call out the featured thumbnail in the loop. Or you could use some fancy PHP which will pull the picture from the post automatically and make a thumb out of it.

                That's as detailed as I'm going to get. It's not a lot of work.
                Thanks hope this works

                Comment

                • pierrefitch
                  Confirmed User
                  • Dec 2005
                  • 318

                  #9
                  ............

                  Comment

                  • pierrefitch
                    Confirmed User
                    • Dec 2005
                    • 318

                    #10
                    Here is another example website http://guysinsweatpants.com/ using picture posting what is they are using for that ?

                    Comment

                    • Harmon
                      ( ͡ʘ╭͜ʖ╮͡ʘ)
                      • Mar 2004
                      • 20012

                      #11
                      Originally posted by pierrefitch
                      Here is another example website http://guysinsweatpants.com/ using picture posting what is they are using for that ?
                      Sounds like you need to hire somebody, and stop asking for your hand to be held throughout the whole process of getting a site up and running.
                      [email protected]

                      Comment

                      • Triple-A
                        Confirmed User
                        • Jul 2012
                        • 535

                        #12
                        I think he'd probably prefer you hold his cock...
                        Triple A Spanking - AAAspanking Affiliate Program
                        Contact me if you want to help promote our niche

                        Comment

                        • pierrefitch
                          Confirmed User
                          • Dec 2005
                          • 318

                          #13
                          Originally posted by Triple-A
                          I think he'd probably prefer you hold his cock...
                          lol .....

                          Comment

                          Working...