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.


Messages - raaja4u

Pages: [1]
1
1)open the .htaccess file and add the lines to the .htaccess
Code: [Select]
RewriteEngine On

#RewriteBase /
RewriteRule ^cat-(.*)-([0-9]+).htm categories.php?cat_id=$2&%{QUERY_STRING}
#Mod_bmollet : Image name in URL
RewriteRule ^img-(.*)-([0-9]+).htm details.php?image_id=$2&%{QUERY_STRING}

#Mod_bmollet : This is to make search function work  ( redirect links from search results )
RewriteRule ^search\.htm$ search.php?%{QUERY_STRING}
RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING}


Do u mean.. .htaccess in      public_html/.htacess ?

i juz need to paste this code below the file right? bit im getting 404 error

2
Discussion & Troubleshooting / Re: How to remove image info box
« on: May 30, 2008, 03:05:00 PM »
Great! Thats exactly what i´ve been searching for ..

thanks again mawenzi ..

- PROBLEM SOLVED-

3
Discussion & Troubleshooting / Re: How to remove image info box
« on: May 30, 2008, 02:20:22 PM »
thanks buddy..  :) :)

i have another question.. how i can increase number of table rows in index page in NEW IMAGES section.. currently its showing 1 row only...

4
Discussion & Troubleshooting / How to remove image info box
« on: May 30, 2008, 01:22:39 PM »
hi guys..

i need a small help,.can anyone guide me how i can remove the image detail box which contain the image name and lighbox button.... i want the image only! which file and which part should i remove.. thanks in advance

check the image below


5
Espaņol / Castellano / Re: [MOD] Integrar Google VIDEO y YouTube
« on: February 25, 2007, 12:45:57 AM »
hi guys

im having some prob here...

i alredi edit the file and code

but i cant see any buttons or place to add the you tube link.... guide me.. in english pls

Pages: [1]