Where I have a HUGE problem with the membership model here is that membership is required in order to research template-specific issues that have already been solved. I'd be fine with having to maintain a current membership in order to continue to receive active support, which is well worth the price, but having to pay recurring membership fees just to be able to re-read old posts about solutions I've found before but simply forgotten is outrageous.
Charging recurring fees for interactive forum support is fine, but you really do need to allow customers who have purchased a product from you in the past to at least read the related discussions that were available during their paid support period.
JEM wrote:
Also note, 'We take a fresh approach to design.' is published to User 1 as FP header, you may also want to unpublish / edit that Module as well.
The 'We take a fresh approach to design.' is published to User 1 as FP header and contains the following code:
<div style="overflow: auto; padding-bottom: 15px; position: absolute; width: 550px; height: 200px"> <h3 style="font-size: 270%; margin-top: 5px">We take a <span style="font-style: italic">fresh</span> approach to design.</h3> <span style="font-size: 110%">One of our most popular template designs makes its return in the brand new Replicant v2. Replicant v2 takes the spirit of the original Replicant to an entirely new level with an unprecedented level of style, beauty, and flexibility. Combining the beauty of a powerful transparent design, with a whole new level of features and functionality, Replicant v2 is really something special.<br /><br />Replicant v2 features a fully transparent structure that not only adapts to any width or height, but is also fully supported in IE6. Breathe life into your site with incredible color and background images without sacrificing functionality. <a href="index.php?option=com_content&view=article&id=13&Itemid=27">Learn more...</a> </span> </div>
The code:
<div style="overflow: auto; padding-bottom: 15px; position: absolute; width: 550px; height: 200px">
is in the Module to force the width and height, if you only edit the text without altering the code, the placement will not change and causing text overflow and Modules in User2 not to display properly.
Go back to that Module, switch to HTML view, remove the code and you should be OK.
I just created two new modules on my local install, User 1 & 2, removed the code, and published them side by side.