Re: [pmapper-users] Search several database columns at the same time with the same search field

2014-07-11 Thread Pedro Venâncio
Hi Armin, Thank you very much for your help! My goal is to have only one search form field, and use the value inserted there to do the search in two columns at the same time. That is, search the same value in both columns. For example, this table id | col1 | col2 1 | 2001 | 2005 2 | 2006 | 20

Re: [pmapper-users] Search several database columns at the same time with the same search field

2014-07-11 Thread Armin Burger
I would guess something like that (haven't fully understood what you want, though...) could be achieved via the "sql_where" definition in the XML file, I found an old sample like cmeu01 (cmbname ~* '[cmbname]' OR cminame ~* '[cmbname]') AND id = [id] If the t

Re: [pmapper-users] Search several database columns at the same time with the same search field

2014-07-11 Thread Pedro Venâncio
Hi, Do you think this is possible just configuring the search in the config_xxx.xml? I've tried several ways, but without success. Thanks. Best regards, Pedro - Mensagem original - > DE: Pedro > > Hi, > > I'm trying to create a search of type suggest, that search multiple colum

Re: [pmapper-users] No Legend Wanted

2014-07-11 Thread Armin Burger
use this setting in the configuration XML: swap On 07/11/2014 06:23 PM, bean wrote: > Is it possible to prevent the creation of a legend? > > I've found a few ways to prevent the creation but they all throw > errors in the log. I'd like to do this cleanly but I'm not great at > PHP. Can someone

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-11 Thread Armin Burger
now also committed to pm 4 trunk http://svn.pmapper.net/trac/changeset/1338 On 07/11/2014 07:23 PM, Armin Burger wrote: > the layout samples *.phtml files have not been updated to reflect some > changes a while ago for allowing custom orders of JS files. > > In your map_plainlayout*.phtml files

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-11 Thread Armin Burger
the layout samples *.phtml files have not been updated to reflect some changes a while ago for allowing custom orders of JS files. In your map_plainlayout*.phtml files search for the line (around line 66) echo $jsConfigReference; and add afterwards the additional line: echo $jsCustomRe

[pmapper-users] No Legend Wanted

2014-07-11 Thread bean
Is it possible to prevent the creation of a legend? I've found a few ways to prevent the creation but they all throw errors in the log. I'd like to do this cleanly but I'm not great at PHP. Can someone point me in the right direction? bean --

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-11 Thread nando_gcia
Works perfectly with the "default" folder. I modified the file \pmapper\pmapper_demodata\countries.shp adding a new column called "pdf_files" with the value "data1.pdf" in the country of Spain, after I edited \pmapper-4.3.2\config\default\pmapper_demo.map "RESULT_FIELDS" "ISOCODE,@default:NAME

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-11 Thread nando_gcia
Raffaele, I've read the documentation pmapper, but I do not know how to fix the "plainlayout3" template to run the Hyperlink. -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-PM-Custom-open-Hyperlink-is-not-a-function-tp402550

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-11 Thread Raffaele Morelli
2014-07-11 13:28 GMT+02:00 nando_gcia : > I agree with you Raffaele. > > < > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025520/sources_chrome2.jpg > > > > But i don't know how to fix it. > > ​http://svn.pmapper.net/trac/wiki/DocManual#DirectoryandFileStructure ---

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-11 Thread nando_gcia
I agree with you Raffaele. But i don't know how to fix it. -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-PM-Custom