We're getting close to a solution that will let us allow javascript on sites using Xanga Themes - woohoo!
But there is one category of scripts that will require some special TLC to get them working with themes: scripts that act on specific HTML in the page. Examples of these scripts might include:
- Name-swapping scripts - e.g. scripts that let you change "100 comments" to "100 shout outs"
- The comment smiley script - lets you create your own set of smileys for your comment boxes
- Alternating comment colors - actually this one is already supported with themes - you don't need a script for it; you can easily use CSS to pull it off with themes*
Because the HTML of themed pages is so different from that of unthemed pages, we'll need to make some adjustments to these scripts to get them working with themes. The adjustments shouldn't be too tough... As soon as we have a sense of the most popular scripts, we can go ahead and start making versions that will work for themed sites.
Here's where we need your help: what scripts are you currently using on your *unthemed* xanga site that you would like us to support for themes?
Thanks!
- Marc
* Alternating comment colors for themed sites: on themed sites, all comments live inside a "module" that has a class="module-comments", and each individual comment has a predicatble classname that is either "item-odd" (for odd-numbered comments) or "item-even" (for, you guessed it, even numbered comments).
If you wanted to make your comment background colors alternate between, say, green and orange (for the record, I'm not actually advocating this particular pairing of colors ;-P), you can just add the following to your "CSS" field when you are editing your theme:
.module-comments .item-odd { background-color: green; }
.module-comments .item-even { background-color: orange; }


.
Recent Comments