Login objects

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
User avatar
alex4orly
 
 
Posts: 632
Joined: Mon Jan 20, 2014 8:17 am
Location: Australia
Contact:

Login objects

Post by alex4orly »

I am trying to set the flat file database to use "," instead of "|" separator between the fields.
I changed all the relevant PHP files accordingly (including loginadmin.php), but the list comes up jumbled in the administrator's list view

Is there anything hard coded to look for vertical bar field separator?
I want to use the datafile renamed to .csv for handling in Excel, which doesn't recognize the vertical bar as field seprator
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Login objects

Post by Pablo »

You also need to modify the admin script: loginadmin.php
User avatar
alex4orly
 
 
Posts: 632
Joined: Mon Jan 20, 2014 8:17 am
Location: Australia
Contact:

Re: Login objects

Post by alex4orly »

OK, is that script generated for my specific form or is it generic in WWB?
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Login objects

Post by Pablo »

The script is generated based on your settings.
User avatar
alex4orly
 
 
Posts: 632
Joined: Mon Jan 20, 2014 8:17 am
Location: Australia
Contact:

Re: Login objects

Post by alex4orly »

OK, clear

Thanks
User avatar
bburgess
 
 
Posts: 129
Joined: Mon May 13, 2013 5:05 am
Location: Australia

Re: Login objects

Post by bburgess »

alex4orly wrote: Thu Apr 06, 2017 6:14 am I am trying to set the flat file database to use "," instead of "|" separator between the fields.
I changed all the relevant PHP files accordingly (including loginadmin.php), but the list comes up jumbled in the administrator's list view

Is there anything hard coded to look for vertical bar field separator?
I want to use the datafile renamed to .csv for handling in Excel, which doesn't recognize the vertical bar as field seprator
M888888 Excel does recognize the Vertical Bar | but you must manually insert it in the Other field via:

Data Tab > From Text > text import wizard will appear > choose file type Delimited radio button > Next > under the Delimiters tick boxes choose Other > insert | into the field > Finish.

Hope that helps if your still having trouble.

Cheers
KISS is the key!
User avatar
alex4orly
 
 
Posts: 632
Joined: Mon Jan 20, 2014 8:17 am
Location: Australia
Contact:

Re: Login objects

Post by alex4orly »

Thanks very much, works fine

Cheers
Post Reply