Alex, As promised we have upgraded to Membership Pro , However we had encountered some problems again.Here are some of them. 1) I was trying to customize the thanks.html page, the images did not appear and it was not able to call the external files...I did the necessary QA and everything was in consonance with the other pages. The other pages that I customized (index,signup..etc) are on the same root and they also call the same images and external files, but they work perfectly.doink? 2) I used the mod_rewrite option for our membership directory, since the .htaccess it seems is beyond redemption ,fortunately it worked on our Apache server and everything works fine. Problem is ,all our Powerpoint Links (*.pps files ) opens HTML pages with garbage text, instead of either opening as a Powerpoint application or prompting a File Download dialog box.What is happening? I know you would reply soon ....so thanks in advance
1. They are in the same folder when you edit it. However, this template can be called from different URLs, for example: http://www.yoursite.com/amember/plugins/payment/twocheckout/thanks.php But if you set URLs relative to amember/templates/ folder, it will not work. Workaround is simple - use absolute URLs for all external elements (CSS, Images, Javascript, external links) in templates. 2. Edit file amember/plugins/protect/php_include/rewrite.php and replace line "xsl" => "text/xml", to 2 lines: "xsl" => "text/xml", "pps" => "application/vnd.ms-powerpoint",
File Types Alex Thanks for the very prompt response..very prompt indeed... would the solution in number 2 be viable for other file types such as mp3 and pdf files?