there's a list of functions we can override with customized versions.
My questin is on how can I use the original following functions listed :
- googlemap (includes/googlemapfunc.php - generates google or sitemaps.org sitemap) - latextohtml (includes/templatefunctions.php - processes latex codes) - geofromaddr (includes/commonfuncs.php - finds latitude and longitude for an address) - geofromip (includes/commonfuncs.php - finds latitude and longitude from an IP)
If you don't know PHP well enough to understand the functions by reading the existing versions of them (and the brief summaries you've quoted), then you're not the sort of person who will be developing plugins.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on some available functions
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Hello Paul,
At manual: scripts.webmastersite.net/w.../articles/plugins-380.html
there's a list of functions we can override with customized versions.
My questin is on how can I use the original following functions listed :
- googlemap (includes/googlemapfunc.php - generates google or sitemaps.org sitemap)
- latextohtml (includes/templatefunctions.php - processes latex codes)
- geofromaddr (includes/commonfuncs.php - finds latitude and longitude for an address)
- geofromip (includes/commonfuncs.php - finds latitude and longitude from an IP)
Thanks.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If you don't know PHP well enough to understand the functions by reading the existing versions of them (and the brief summaries you've quoted), then you're not the sort of person who will be developing plugins.