4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: jotabonfim on January 18, 2007, 03:20:09 PM
-
Hi I have a referring doubt to the system 4images.
It would be possible to transform it into dating site?
I need to construct a search system, that makes search for the sex, age and city. He will be that he is possible?
I am thankful for the aid :lol:
-
... a example ... http://www.zapomnime.com/
-
well, like mawenzi said, it is possible and i've made it on my site. But it's very hard work, and it takes time.
-
Congratulations for its site, this note 10. I did not obtain to use its site, therefore I do not have knowledge of this language, I only speak English and French. My will is to make of 4images a site for relationship. I want to make a search for the sex, city and state. Possible È to modify the search form to carry through this operation?
-
... I want to make a search for the sex, city and state. Possible È to modify the search form to carry through this operation?
... yes ... :wink:
-
It could give an example as I can change the search to make search in the new fields that I created in the database.
“New fields: user_sex, user_city, user_province “
Current search:
if ($search_user != "" && $show_result == 1) {
$search_user = str_replace('*', '%', trim($search_user));
$sql = "SELECT ".get_user_table_field("", "user_id")."
FROM ".USERS_TABLE."
WHERE ".get_user_table_field("", "user_name")." LIKE '$search_user'";
$result = $site_db->query($sql);
$search_id['user_ids'] = "";
if ($result) {
while ($row = $site_db->fetch_array($result)) {
$search_id['user_ids'] .= (($search_id['user_ids'] != "") ? ", " : "").$row[$user_table_fields['user_id']];
}
$site_db->free_result($result);
}
}
New search:
??????????????????????????????????
-
http://www.4homepages.de/forum/index.php?topic=1313.msg5562#msg5562
-
My site is currently being translated to English, so check it out in a few weeks.
Regarding your request - just search the MOD forums, there are a few MOD's that you can use in order to have a (partial) 4images datingsite