(FSY23) Venues v1.1
Started by Michael, Oct 19 2006 04:26 PM
75 replies to this topic
#61
Posted 28 June 2008 - 09:35 AM
I would like to come in contact with a member who can help me with a paid modification to this component to be used together with Googlemaps and Thailand data.
I am willing to pay 100 USD for the service. Please PM me if you are interested.
I am willing to pay 100 USD for the service. Please PM me if you are interested.
#62
Posted 15 November 2008 - 07:32 PM
well apparently i should have looked more in detail... does this mod not support canada? if not, how can i make it support canada?
#63
Posted 15 November 2008 - 07:37 PM
2 errors
===================================================
Date: Sat, 15 Nov 2008 12:34:34 -0700
Error Number: 1054
Error: Unknown column 'K9L1J' in 'where clause'
IP Address: 24.235.160.212
Page: /forum/index.php?autocom=venues&code=locator
mySQL query error: SELECT z_id FROM ibf_venue_zipdb WHERE z_zipcode=K9L1J
===================================================
Date: Sat, 15 Nov 2008 12:36:59 -0700
Error Number: 1064
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
IP Address: 24.235.160.212
Page: /forum/index.php?autocom=venues&code=sethome&id=1
mySQL query error: SELECT COUNT(*) AS cnt FROM ibf_members WHERE home_venue=
===================================================
Date: Sat, 15 Nov 2008 12:34:34 -0700
Error Number: 1054
Error: Unknown column 'K9L1J' in 'where clause'
IP Address: 24.235.160.212
Page: /forum/index.php?autocom=venues&code=locator
mySQL query error: SELECT z_id FROM ibf_venue_zipdb WHERE z_zipcode=K9L1J
===================================================
Date: Sat, 15 Nov 2008 12:36:59 -0700
Error Number: 1064
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
IP Address: 24.235.160.212
Page: /forum/index.php?autocom=venues&code=sethome&id=1
mySQL query error: SELECT COUNT(*) AS cnt FROM ibf_members WHERE home_venue=
#64
Posted 15 November 2008 - 08:09 PM
PBF, on Nov 15 2008, 03:32 PM, said:
well apparently i should have looked more in detail... does this mod not support canada? if not, how can i make it support canada?
PBF, on Nov 15 2008, 03:37 PM, said:
2 errors
===================================================
Date: Sat, 15 Nov 2008 12:34:34 -0700
Error Number: 1054
Error: Unknown column 'K9L1J' in 'where clause'
IP Address: 24.235.160.212
Page: /forum/index.php?autocom=venues&code=locator
mySQL query error: SELECT z_id FROM ibf_venue_zipdb WHERE z_zipcode=K9L1J
===================================================
Date: Sat, 15 Nov 2008 12:36:59 -0700
Error Number: 1064
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
IP Address: 24.235.160.212
Page: /forum/index.php?autocom=venues&code=sethome&id=1
mySQL query error: SELECT COUNT(*) AS cnt FROM ibf_members WHERE home_venue=
===================================================
Date: Sat, 15 Nov 2008 12:34:34 -0700
Error Number: 1054
Error: Unknown column 'K9L1J' in 'where clause'
IP Address: 24.235.160.212
Page: /forum/index.php?autocom=venues&code=locator
mySQL query error: SELECT z_id FROM ibf_venue_zipdb WHERE z_zipcode=K9L1J
===================================================
Date: Sat, 15 Nov 2008 12:36:59 -0700
Error Number: 1064
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
IP Address: 24.235.160.212
Page: /forum/index.php?autocom=venues&code=sethome&id=1
mySQL query error: SELECT COUNT(*) AS cnt FROM ibf_members WHERE home_venue=
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#65
Posted 15 November 2008 - 08:14 PM
will the "workstation license" from that link work? ill buy it and send it to you if you'd like.
#66
Posted 15 November 2008 - 08:27 PM
Well, it would probably work for just you, but my guess is that since the license description of that says "single-user, single workstation" that I could only put this into the mod for you and it wouldn't then be something I could really update the mod for others with. Still, if you need that, then yes, buy that and send me the file and I should be able to work it into this mod for you. Will take some time to get it changed to the format this mod uses.
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#67
Posted 16 November 2008 - 12:05 AM
error after the patch that you sent me
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/content/e/h/e/ehenshaw/html/paintballforces/forum/sources/components_public/venues.php on line 2484
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/content/e/h/e/ehenshaw/html/paintballforces/forum/sources/components_public/venues.php on line 2484
#68
Posted 16 November 2008 - 08:52 PM
Crap, sorry! Just resent you a file which should fix that.
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#69
Posted 16 November 2008 - 09:16 PM
got it, seems to have worked... it is still only allowing 5 digits for zip/post code... I will need 6 for canada
#70
Posted 17 November 2008 - 02:15 PM
Run these queries one at a time in your SQL Toolbox:
ALTER TABLE ibf_venues CHANGE v_zipcode v_zipcode VARCHAR(10) NOT NULL; ALTER TABLE ibf_venue_zipdb CHANGE z_zipcode z_zipcode VARCHAR(10) NOT NULL; ALTER TABLE ibf_members CHANGE zip_code zip_code VARCHAR(10) NOT NULL;You'll also need to change this line in the skin_venues -> usercp_form skin template:
<td class="row1" width="50%"><input type='text' name='u_zip' value='{$data['zip']}' size='10' maxlength='5'></td>
To this: <td class="row1" width="50%"><input type='text' name='u_zip' value='{$data['zip']}' size='10' maxlength='10'></td>
And this line in skin_venies -> venue_form: <td class="row1" width="50%"><input type='text' name='v_zip' value='{$data['zip']}' size='10' maxlength='5'></td>
To this: <td class="row1" width="50%"><input type='text' name='v_zip' value='{$data['zip']}' size='10' maxlength='10'></td>
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#71
Posted 19 November 2008 - 09:39 PM
let me know when you have the time, ill purchase that zip listing and send it to you. Sound ok?
#72
Posted 20 November 2008 - 01:22 PM
Yep, I can do that whenever you send it to me.
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#73
Posted 09 September 2009 - 05:12 PM
Hi Michael
Is there a venues for version 3?
If not I have left a service request for you.
Thanks
Is there a venues for version 3?
If not I have left a service request for you.
Thanks
#74
Posted 16 September 2009 - 06:21 PM
Anyone have any idea?
#75
Posted 16 September 2009 - 07:00 PM
This mod has not been upgraded for IP.Board 3.0 yet, but should be eventually. I have other projects to do first, though.
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#76
Posted 26 October 2009 - 12:32 AM
Is there any way for my members to have the option (or be forced) to enter their postal code upon registration? (2.3.x)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users




Contributor










