add_new_page
This is an old revision of the document!
===== Create Your Artist Profile ===== DEPRECIATED
Only registered users can add pages. Please check that you are logged in.If you are logged in and seeing this message, please contact the administrators at [email protected]
<button id=βcreateProfileβ>Create your artist profile</button>
<script> document.getElementById('createProfile').addEventListener('click',function(){
var name = prompt('Enter the artist name:'); if(!name) return; // Redirect to the add_new_profile page with artist name as GET param window.location.href = '<?php echo wl("profiles:add_new_profile"); ?>&artist=' + encodeURIComponent(name);
}); </script>
add_new_page.1753926394.txt.gz Β· Last modified: by admin