Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-09-2012, 03:21 PM   #1
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
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
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-09-2012, 03:22 PM   #2
anexsia
Confirmed User
 
anexsia's Avatar
 
Industry Role:
Join Date: May 2010
Posts: 5,735
Quote:
Originally Posted by pierrefitch View Post
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
anexsia is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-09-2012, 03:27 PM   #3
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
Quote:
Originally Posted by anexsia View Post
Next-gen gallery plugin and shutter reloaded for wordpress
do you know how to build a site like this ??
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-09-2012, 03:49 PM   #4
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
Quote:
Originally Posted by anexsia View Post
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 ???
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-09-2012, 04:46 PM   #5
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
anyone how to make the front index page look like a picture upload site??
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-09-2012, 06:04 PM   #6
Lace
Too lazy to set a custom title
 
Lace's Avatar
 
Industry Role:
Join Date: Mar 2004
Posts: 16,116
I'm guessing you a need a theme designed to be a picture site.
__________________
Your Paysite Partner
Strength In Numbers!
StickyDollars | RadicalCash | KennysPennies | HomegrownCash
Lace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-09-2012, 07:53 PM   #7
Young
Bland for life
 
Industry Role:
Join Date: Nov 2004
Posts: 10,468
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 at 08:01 PM..
Young is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-10-2012, 07:44 AM   #8
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
Quote:
Originally Posted by Young View Post
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
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-10-2012, 01:43 PM   #9
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
............
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-10-2012, 01:45 PM   #10
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
Here is another example website http://guysinsweatpants.com/ using picture posting what is they are using for that ?
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-10-2012, 02:03 PM   #11
Harmon
( ͡ʘ╭͜ʖ╮͡ʘ)
 
Harmon's Avatar
 
Industry Role:
Join Date: Mar 2004
Posts: 20,005
Quote:
Originally Posted by pierrefitch View Post
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]
Harmon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-10-2012, 02:59 PM   #12
Triple-A
Confirmed User
 
Triple-A's Avatar
 
Industry Role:
Join Date: Jul 2012
Location: Hartford CT
Posts: 535
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
Triple-A is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-10-2012, 11:33 PM   #13
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
Quote:
Originally Posted by Triple-A View Post
I think he'd probably prefer you hold his cock...
lol .....
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.