vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > Mini Profile Template problem

Mini Profile Template problem - Posted By Talkir (talkir) on 26th Mar 08 at 10:36pm
Most likely I'm just being a nob here...BUT! I might as well find out how to solve this {Tongue Out}

Whenever I go to Mini Profile Template to place in the code, I click custom beside because that what I am supposed to do. Then nothing happens, I click save and it "saved my template".


Would you guys like to tell me how I could fix this. {Sad}

Re: Mini Profile Template problem - Posted By Marc (cr0w) on 26th Mar 08 at 10:38pm
After saving it as Custom, go back to the page again and the textbox to edit will be there. {Wink}

Re: Mini Profile Template problem - Posted By Talkir (talkir) on 26th Mar 08 at 10:39pm
Nope, doesn't show up {Cry}

Re: Mini Profile Template problem - Posted By Michael (wrighty) on 26th Mar 08 at 10:40pm
This is due to Ross removing the 'show' function! {Smile}

simply placing:

<script>
function show(id,type){
    get(id,'id').style.display = '';
}
</script>


in your main header will serve as a temporary fix! {Smile}

Re: Mini Profile Template problem - Posted By Talkir (talkir) on 26th Mar 08 at 10:43pm
Smiley Smiley Smiley Smiley Smiley Smiley Smiley Smiley Smiley

Thank you Wrighty!