Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - uploadeur

Pages: [1]
1
Discussion & Troubleshooting / Redirect non-www to www domain
« on: April 23, 2012, 03:19:22 PM »
If you want to redirect all non-www requests to your site to the www version, all you need to do is add the following code to your .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

but when i do this xxx.com/picture.html returns to www.xxx.com/details=php? etc...

how can i protect the real permalink of a page?

2
i need a trick(at left sidebar) which shows 5 or 10 random images from current category.

any ideas?

3
Download button is off for non-members, i want to enable Download button for all visitors of my website.

How can i?

4
Chit Chat / Google Chrome disable Frame Busting(Killing) ?
« on: January 19, 2012, 01:41:49 AM »
Please read this article:

http://www.seroundtable.com/google-images-framebuster-14429.html

Using Chrome, we can't kill the Frame on Google Images anymore. Google use our traffic but dont let visitior to come inside to our website. This is a violation.

Any ideas?

5
Hi,

When we are at the final image at a category, tehre is no Next button for sure. But i want to circle the thing and A Next button in the final image for the first image of the same category. How can i do this next/prev image circulation?

6
Discussion & Troubleshooting / Prev Pic - Next Pic Buttons as a Navigator
« on: February 28, 2011, 05:36:13 PM »
hi, i wanna create 2 button for each picture in my website, like ''prev picture - next picture'' for navigation.

how can i do this?

thnaks in advance.

7
hi, i wanna create 2 button for each picture in my website, like ''prev picture - next picture'' for navigation.

how can i do this?

thnaks in advance.

8
Merhaba,

Her resmin altında önceki resim - sonraki resim şeklinde navigatör butonları koymak istiyorum. Nasıl yapabilirim? Yardımcı olabilecek var mı?

Pages: [1]