Is there any easier way to change the city and category besides going from screen to screen?
Is there a way to batch change with Microsoft Access or some other way??? How can I set the default (city & category)? | 1. Your city/category selection is saving to !clcity{} and !clcat{} keywords (or !kicity{} and !kicat{} keywords for kijiji). They are under "Bot coding" tab (all information from More Options tab is saving there). You can copy them to new ads to make the same city/category selection there.
2. Yes, You can open db.mdb (it's in the program's folder) with ms access, open posts table and paste !clcity{} and !clcat{} keywords into errlog column (or even set default value for this column with your !clcity{} and !clcat{} keywords). Or click Copy ad button (it is near yellow plus button) under ads tab to copy ad to create new ad
You can also input !city{Your city} keyword(s) in the Options (or phone) column to use account only for specified city/campaign/proxy
Please go here https://claposter.com/l.php?to=/help/3-email-settings/43-using-a-craigslist-account.html
See also https://claposter.com/kb.aspx?dep=!cityma
You can use !clcat{!rotate{AAAAA_category1_code|AAAAA_category2_code}}!loops{2} to rotate 2 categories (See also https://claposter.com/kb.aspx?dep=!loop)
AAAAA_category1_code is base64 encoded bit array. Each bit=1 position corresponds to selected city/category ids from CL_REG/CL_CAT table in cl.mdb file. You can find codes experimentally | general |