... record using only the name field (no underscores - as displayed on the record), uncomment other fields to add to the addrecord request.
Lookup field isn't being populated: Find the lookup field suffixed ...
...
the PHP
$p_Name here is the title of your article or product that will be changed into a string of only letters, numbers and underscores.
Note that the PHP doesn't need a database connection here:
function ...
...
Method #1:
Important! It took me two days to realize that underscores are not accepted in the type name (despite copying "custom_field.php" and wanting to call my type "user_projects")!!! My recommendation ...
... following loops through directory and separates by underscores
FOR /F "tokens=2,3* delims=_" %%A IN ('DIR InitializingFile*') DO ECHO %%A
-- yields:
123.csv
456.csv
So that's our first loop, here' ...
...
-- return all records that contain non-alphanumeric characters
SELECT * FROM myTable WHERE myColumn NOT REGEXP '^[A-Za-z0-9]+$';
-- return all records that are non-alphanumeric but ignore underscores
SELECT ...
... you don't use in your site structure. Slashes and underscores /_ are good (so regexp: /[^a-zA-Z0-9_\/]/). If you allow percents (%) or apostrophes (*) then you are asking for trouble.
Note my redirect ...
... (Start > Run... > Type "REGEDIT" > OK)
Navigate to My Computer\HKEY_CLASSES_ROOT\Folder\shell
Create a new key with the action name (eg. "Print Directory Contents To File" - replace spaces with underscores ...
... when prompted.
Rename your copy of prosilver folder to the name of your new template (eg. affinity - Please, please, please do NOT include underscores or other special characters... keep it alphanumeric) ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.