Hi morabitom,
You can edit the page titles of AWPCP pages under Classifieds->Settings, Classified Pages tab. More on the docs here: http://awpcp.com/docs
The strings in the app are best handled through a translation file, which you can learn about here: http://awpcp.com/quick-start-guide/#qs-translate
I have been able to edit the titles of the pages. One the Place Ad page there is a sub heading that says “Select Payment/Category” and there are 2 category titles “Please select a Category for your Ad” with “Ad Category” below it and “Please select the owner for this Ad” with “User” below it.
I want to change the text on these lines. Would that be a customized style or extra field module?
Neither–those strings are best handled through the translation file I noted above. Go through those steps to enable it and ignore the parts about changing the actual language, but you will want to change the string values being used–you just need to locate the values in the PO file.
That makes sense. In step 1 it tells me to find AWPCP.po. All I could find in the main directory of the plugin was AWPCP.php. Am I looking in the wrong place or is that the same file?
I have been looking in every directory on the server.
Is this the directory the directions are specifying?
wp-content>plugins>another-wordpress-classifieds-plugin
I found the file that was AWPCP-en_US.po under the languages directory. I made the changes to the page in Poedit.
I changed a few of the fields
I saved this in the main directory under another-wordpress-classified-plugin
I also changed define(‘WPLANG’, ‘en_US’); in the wp-config.php
and checked the box Under Settings->General Tab, that says “Turn On Translation File (POT)?”
Nothing changed. Am I missing something?
I got it working. I was putting the file in the wrong directory.
Thanks for the help