We've just made an updated version of member.html, but the changes don't show up in the browser. Instead, we see our old member.html, which we had costumized and was working. What could be the problem? Thanks DAve
Forgive the obvious question...did you, in fact, upload the new copy and refresh your browser? Silly question, yes, but you'd be surprised how many times the obvious slips by Also, make sure it actually uploaded to the correct directory; some FTP clients reset to the root if you're inactive on the connection.
yes, what you say is true, and, after reading your post, I went back and double checked, but member.html was the correct, updated version. When I manually typed in the address, (...../amember/templates/member.html) the updated file appeared, but member.php is still bringing up the old file. :huh: I don't know where it's getting it from, unless it's cached somewhere that I don't know about. (I'm new to the amember system) Thanks for the suggestion though DAve
the file is not cached in any kind - possible you made something wrong... take an advice to filename case (it shouldn't be Member.HTML) try to change any other file, like signup.html or header.html and see what happens.
No good. I've tryed renameing the new file various things, like header.html and I've changed the display(member.html) (in member.php) to other things, like (header.html) or (templates/member.html) All of these changes cause nothing to be displayed, but returning them to the original values cause the old member.html to show up. I have no idea where it's getting the old code from, because we've removed/replaced all the instants of member.html we can find. So, I don't know whats going on. Any help would be great. DAve
I guess you are using aMember Free. If so, please edit config.inc.php and set $config['tpl_cache_level'] = 0; In aMember Pro, disable templates cache.
thanks for your reply, but still no luck. We are using amember free, and I changed the value you said, but the old membership page is still coming up. I assume that's because the cache hasn't been cleared. how would I do this? Is there something else I'm missing? Thanks for your time DAve
Dave, to be sure, just delete everything in the folder "amember/templates_c" There is no other cache - if page still not update, press CTRL+Reload in your IE browser. Btw, may you send me link to review?
Funny that you suggest that, because we already tryed that. However, when we delete the contents of templates_c, Nothing shows up! In Fact, the Long-in page doesn't show up! I pressed crtl-reload, but it still was missing. If I go Directly to member.php, nothing shows up either! So something's skrewed up. I'll check about sending you the link, and email you. DAve
Dave, seems you changed file amember/member.html instead of amember/templates/member.html have a look!