Login  Register

Re: DELETED Contents in Private Forum when Member Leaves

Posted by Harvey on Oct 26, 2013; 12:18am
URL: https://support.nabble.com/DELETED-Contents-in-Private-Forum-when-Member-Leaves-tp7586633p7587533.html

Maybe  I am stating the obvious (or something that wont work) but this worked for me. I did override and pasted this in.

Good luck man it's LIBERATING when you can stop living in fear of your most destructive members!

 <override_macro name="profile_options">
    <n.put_in_head.>
        <style type="text/css">
            table.profile {
                border-collapse:collapse;
                width:100%;
                margin-top:.5em;
            }
            table.profile td {
                padding:.7em .3em;
            }
            table.profile td.title-row {
                background: transparent;
                padding:.2em .4em;
                border-bottom-width:2px;
                border-bottom-style:solid;
                font-weight:bold;
            }
        </style>
    </n.put_in_head.>
    <table class="profile">
        <n.profile_table_header.>
            My Settings
        </n.profile_table_header.>
 
        <n.profile_option>
            <link><a href="[n.visitor.edit_profile_path/]">Edit Personal Information</a></link>
            <hint>Change your registered email address and password.</hint>
        </n.profile_option>
 
        <n.profile_option>
            <link><a href="[n.visitor.edit_signature_path/]">Edit Your Signature</a></link>
            <hint>Change the signature text that is displayed at the bottom of your posts.</hint>
        </n.profile_option>
 
        <n.profile_option>
            <link><a href="[n.visitor.change_avatar_path/]">Change Your Picture</a></link>
            <hint>Change or remove your avatar image.</hint>
        </n.profile_option>
 
        <n.profile_option>
            <link><a href="[n.visitor.advanced_settings_path/]">Advanced Settings</a></link>
            <hint>Change viewing preferences and your alert settings (when posting a message).</hint>
        </n.profile_option>
    </table>
</override_macro> 
HTTPS Please!