Hello all;

I am looking to buy and/or download a web page gallery template that will work smoothly with PhotoShop version 6. Included in the template I would like the following features:
- photo gallery template of some sort
- images to have a right-click disable feature to discourage theft of photos.
- PayPal shopping cart feature

I found a template from Adobe that sounds perfect but is only compatible with PhotoShop CS2, CS3 and CS4.

Anybody out there able to point me in the right direction?

Looking forward to your response.

Sylvan54

Dani AI

Generated

Practical guidance for (and to expand on the pointers from and ):

Most modern template sellers prepare PSDs for current Photoshop releases. If you absolutely must edit in Photoshop 6, ask the seller for either (a) a PSD saved down to a PS6-compatible format or (b) separated, flattened image assets (PNG/JPG) plus a short layout guide so you can reconstruct the pages in PS6. If you do not need to edit layered artwork, pick an HTML/CSS/JS gallery template and work with exported images only — a maintained, lightweight gallery (for example, Lightbox2) removes the need to open PSD files at all.

Right-click blocking is only a minor deterrent. It prevents casual users but is trivial for anyone with basic browser tools. Stronger, practical steps: watermark important images, publish lower-resolution files for the web, and stop hotlinking at the server. A simple client-side deterrent (easy to bypass) looks like:

document.addEventListener('contextmenu', function(e) {
  e.preventDefault();
});

A common .htaccess rule to block off-site hotlinking (update example.com):

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?example\.com/ [NC]
RewriteRule \.(jpe?g|png|gif)$ - [F,NC]

For payments, PayPal now offers simple hosted buttons and modern JavaScript Checkout (Smart Payment Buttons / REST) via its developer site; pick the integration that matches your platform and security needs. If you plan to run the site on WordPress, gallery plugins with eCommerce extensions (for example, NextGEN Gallery and its paid add-ons) can combine display and checkout—verify current plugin capabilities and compatibility before committing.

Recommended workflow: confirm whether PSD editing in PS6 is essential. If yes, request a legacy PSD or flattened assets from the seller or hire a conversion. If not, buy an HTML gallery template (or a WordPress gallery plugin) and integrate PayPal checkout or a plugin-based eCommerce flow. When using free template sites suggested by others in the thread, always check PSD version, asset exports, and licensing before purchase or download.

Recommended Answers

All 2 Replies

hello Griffin54,
I have found one site for design related i think this site will fulfill your requirement www.redesignunit.com i hope you enjoy it.

you can visit web!!!

free download psd files,psd templates, brushes, fonts, Styles, web templates


All for designer

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.