Change Username
Nitro
Registered Users Posts: 16 Big grins
I am in the process of setting up ipscaction.smugmug.com.
Can I get my username changed to "IPSC Action" instead of "ipscaction" so it show's up correctly on my home page?
Also, I would like to replace the smugmug logo with my own and I tried the stylesheet example but it's not working. The url to the logo is http://nitrographix.com/ipscaction/logo.gif
Thanks in advance ...
Can I get my username changed to "IPSC Action" instead of "ipscaction" so it show's up correctly on my home page?
Also, I would like to replace the smugmug logo with my own and I tried the stylesheet example but it's not working. The url to the logo is http://nitrographix.com/ipscaction/logo.gif
Thanks in advance ...
0
Comments
Control Panel>account settings and you can do it yourself
Are you trying to CHANGE the smugmug logo or remove it and have your own header?
Portfolio • Workshops • Facebook • Twitter
I changed it by putting IPSC in the first name field and Action in the last name field. I was hoping to do it in the nickname field instead but this will work fine.
I am trying to change the smugmug logo. I want to keep everything else the way it is except replace the logo with mine.
Thanks ....
Thanks ...
Changing the logo:
http://blogs.smugmug.com/web-tricks/2005/08/23/changing-the-homepage-link/
Nitro,
replace what Andy told you with this...
.smuglogo {
background: url("http://nickname.smugmug.com/photos/XXXXXXX-O.jpg") no-repeat !important;
}
Cheers,
David
SmugMug API Developer
My Photos
Hey David,
Well, I'm starting to get somewhere. It finally placed the logo but it placed it behind the smugmug logo which is still there.
Just have to get rid of the smugmug logo and I should be set.
Thanks ...
.smuglogo {
background: url("http://nickname.smugmug.com/photos/XXXXXXX-O.jpg") no-repeat;
_filter:;
}
Mike
http://photos.mikelanestudios.com/
Sorry Mike, no go. Still putting the logo behind the smugmug logo. Just to verify, the only tag I have in the box is the one above. Initially Andy had me put two different tags in the box.
http://photos.mikelanestudios.com/
ipscaction.smugmug.com
I just need my logo on each page instead of the SmugMug logo.
Thanks in advance ...
I went back to this:
.smuglogo {
background: url("http://ipscaction.smugmug.com/photos/54348450-Th.gif") no-repeat !important;
}
and put this in your body tag:
Portfolio • Workshops • Facebook • Twitter
add the highlighted for IE (should work..not tested tho)
.smuglogo {
background: url("http://ipscaction.smugmug.com/photos/54348450-Th.gif") no-repeat !important;
filter: none;
}
DEVbobo gave me this and it's now good in Safari, FF: Mac; IE6 and FF: Windows.
CSS:
.smuglogo {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://ipscaction.smugmug.com/photos/54348450-Th.gif') !important;
}
.smuglogo[class] {
background: url(http://ipscaction.smugmug.com/photos/54348450-Th.gif) no-repeat !important;
}
JAVASCRIPT
onload = changeHomelink;
function changeHomelink () {
document.getElementById('homelink').href = 'http://www.ipscaction.com';
}
and this is in body tag:
<body onload="changeHomelink();">
Portfolio • Workshops • Facebook • Twitter
Portfolio • Workshops • Facebook • Twitter
Hey Lee,
This would be the cleanest solution, however with this method, the logo disappears onmouseover in IE.
David
SmugMug API Developer
My Photos
no assuming for IE i guess.
If you are running into specificity issues, post a question about it and I'll help you out.
http://photos.mikelanestudios.com/
Thanks again ...
control panel>themes choose Sand as your all pages theme
Portfolio • Workshops • Facebook • Twitter
I had that set previously but the logo was not showing up in the gallery. Further research revealed I had to uncheck "Hide Owner" to see the customization in the galleries.
One last question hopefully, the logo I uploaded to one of the galleries, how can I remove it from the gallery and still have it available in the system for the customization? If I delete it from the gallery, does it delete from the system?
Thanks for all your help ....
You MUST leave that logo on your site. Keep it in a private gallery - name the gallery Site Files
Portfolio • Workshops • Facebook • Twitter
Got it, will do.
And Thanks again for all your help ...
Hi there,
My domain name is richpics.co.nz but my current nickname on smugmug is KiwiLight. I would like to align the two so that when I send a link etc it is to my domain name rather than kiwilight.smugmug etc etc.
I tried changing my nickname to richpics but someone had already taken that name =(
Does anyone have any suggestions?
Thanks
Rich
www.richpics.co.nz
www.richpics.co.nz
I found the answer myself... thanks team.
Here is the thread should anyone else have the same question:
http://www.dgrin.com/showthread.php?p=402384#post402384
www.richpics.co.nz