- This topic has 2 replies, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Tweaks › Change the image used on the "Edit Profile" affiliate page view?
Tagged: affiliate view, Edit Profile
Hello!
I have been enjoying setting up WP Affiliate Platform on my site, and I’m using the View option where it is embedded on my site.
I’d like to change the image that shows up at the top of the “Edit Profile” tab inside the Affiliate view. Currently it is using the image user_signup.png, and I’d like it to use login_icon_128.png instead.
I opened the file /wp-content/plugins/wp-affiliate-platform/affiliates/details.php and replaced the file name in the single instance that I found it. Then I replaced the details.php file and refreshed my site multiple times and the change did not occur.
Did I miss something? Or should I try that process again?
Thanks so much!
If you are using option 2 of the affiliate area then modify the “wp-affiliate-platform/views/details_view.php” file too.
Alternatively, do the following:
1. Make a copy of the image that you want to use
2. Rename this image file to the image that you want to replace (in this case rename the copy of the “login_icon_128.png” file to “image user_signup.png”)
3. Overwrite the existing copy of the image with the renamed copy.
This way you don’t need to make any changes to the php files which might be easier.
Great! Thanks for alerting me to the 2nd php file that required updating. That did the trick!