PDA

View Full Version : WANTED: PHP expert!




teacherone
05-19-2011, 10:01 AM
do you know any PHP?

could you help me modify this map program (http://mapdemo.110mb.com/) to be more user friendly at www.ronpaulrides.com. (click download - i'm using the component).

i think i may have done all i can :0

these changes are wanted:
--ability to login and alter previously place map marker
--modified and limited site marker input page
--modified map sidebar
--larger event icons but still color coded rides
----and more suggestions already in this thread :) (http://www.ronpaulforums.com/showthread.php?293669-Be-the-first-to-test-out-RonPaulRides-BETA!!!!)

tangent4ronpaul
05-19-2011, 10:43 AM
Check your PM's - I just sent you referrals to several.

-t

teacherone
05-20-2011, 05:31 PM
thanks tangent - still waiting to hear back!

i've been editing the php down and am almost there. stuck at one place now.

there's three <divs> in between the country input and the description.

when i delete them, the submit button doesn't work.

i want to move the description field up!

http://ronpaulrides.com/component/google_maps_vision/?task=new

tangent4ronpaul
05-20-2011, 05:53 PM
I'm not finding them in the source.

There shouldn't be any "divs", but <div id=whatever>
stuff here
</div>

should be - they come in pairs like in loops:
if(1);
do something
endif();

if you take away the termination, you break the script/prog

-t

tangent4ronpaul
05-20-2011, 10:07 PM
bump

Rosenzweig
05-20-2011, 10:30 PM
w. Mostly Unreal Script.

teacherone
05-21-2011, 01:08 AM
yeah - not <divs> they're in a table built into the php. html file.

when i move them or delete them the form won't submit :(