Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   01-04-2007, 01:47 PM
HD Amateur
 
Join Date: Dec 2006
Location: Dubai
Posts: 66

Status: hozyali is offline
does anyone know how to modify coppermine gallery script?
I need to modify the search page fields...

HozyAli
 
 
 


Old
  Post #2 (permalink)   01-04-2007, 04:39 PM
HD Management Staff
 
Artashes's Avatar
 
Join Date: Apr 2003
Location: Montreal, Canada
Posts: 5,309

Status: Artashes is offline
HozyAli, depends what kind of modification you want to do. Either way I think if you contact any programmer they will be able to help.
Maybe you can ask the developer of the script himself?
__________________
Welcome to our web hosting community for grownups.

Read the RULES you have agreed to.
 
 
 


Old
  Post #3 (permalink)   01-05-2007, 01:22 PM
HD Amateur
 
Join Date: Dec 2006
Location: Dubai
Posts: 66

Status: hozyali is offline
the developer of the gallery does not help i just need to change the input type on this search page. http://www.bookstocollect.com/gallery/search.php

from checkbox to input text field.

do you have any idea ?
 
 
 


Old
  Post #4 (permalink)   01-05-2007, 03:02 PM
HD Moderator
 
ldcdc's Avatar
 
Join Date: May 2004
Location: Ploiesti
Posts: 2,507

Status: ldcdc is offline
Maybe you can get some help from a knowledgeable member on the developer's forum?
 
 
 


Old
  Post #5 (permalink)   02-09-2007, 05:15 PM
HD Amateur
 
Join Date: Feb 2007
Posts: 63

Status: WickedShark is offline
I would start looking here if you still need help with this.

http://coppermine-gallery.net/forum/
__________________
Quality Hosting @ Great Prices
Shared Hosting, Reseller Hosting, VPS Servers
Valet Hosting & Web Services
 
 
 


Old
  Post #6 (permalink)   02-15-2007, 12:44 PM
HD Amateur
 
Join Date: Dec 2006
Location: Dubai
Posts: 66

Status: hozyali is offline
I searched that entire forum for that issue but the main developer of CPG refused to modify with some strong reasons. anyways. the issue has been escalated.
 
 
 


Old
  Post #7 (permalink)   02-17-2007, 06:47 PM
HD Newbie
 
Join Date: Feb 2007
Posts: 7

Status: flann is offline
change the input type to <input type="text"> and on the page where the processing of the form is, there should be something like the following.

PHP Code:
(isset($_POST['nameOfField'])) 
change that to put the value of the post directly into a variable. You might need to change more than just that if depending on the structure of your database and the way the query is written. You can PM or post your code and I can help you with it.
__________________
flann
La Crosse WI | Mortgage Calculator
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On