Based off Alice's suggestion, I've added a few new tags to Xanga Skins:
- <$Signin_Link$> - Returns the link to the signin page.
- <$Signout_Link$> - Returns the link to the signout page.
Those two are pretty simple, the next two tags give greater power to your site, allowing you to emulate the header taglines on regular Xanga sites (ie the "xanga - join - signin" links at the top right of each Xanga site, which change based on whether the user is logged in or not):
- <$Signin_Tagline$> - If the user visiting your site is signed in, this tag displays a text link labeled "signout"; otherwise it displays a link labeled "signin".
- <$Private_Site_Tagline$> - If the user visiting your site is signed in, this displays a link to their private site, with their username as the link text. Otherwise it displays a "join" link.
Based on these tags, this is how you'd emulate the Xanga header taglines:
<A HREF="http://www.xanga.com">xanga</A> - <$Private_Site_Tagline$> - <$Signin_Tagline$> |
You can get information on these and other tags by visiting the Xanga Skins Reference.
Recent Comments