Thanks! They look good. If I get a chance, I'll put them on the BoltWire site, though you are welcome to set them up yourself... You might well get to it before me at the rate I'm going with skins...
Cheers, Dan On Tue, Sep 16, 2008 at 7:29 PM, jacmgr <[EMAIL PROTECTED]> wrote: > > Add a skins only download to the page > http://jhinline.com/boltwire/blog/index.php?p=downloads > > Note, I do not use a code.style.skinname, there are only > code.skin.skinname. The skin references the original CSS style > files. I know this is not the boltwire way, but for me it is most > efficient and I don't loose track of which farm has the most current > css. You will see that 99.5% of the original CSS and skin are > unchanged from the original authors. > > On Sep 16, 2:05 pm, "The Editor" <[EMAIL PROTECTED]> wrote: >> On Mon, Sep 15, 2008 at 10:56 PM, jacmgr <[EMAIL PROTECTED]> wrote: >> >> > My goal was skin testing/learning so the sites aren't too deep on >> > forms and actions. But several additional zones added and used. I >> > figured someone else may find the files useful to learn from. Do a >> > action=source on pages of interest to you! >> >> > 1) A test of the blog plugin. I have some issues with blog code, and >> > I am not smart enough to fix them, but it is a sort of working blog. >> > http://www.jhinline.com/boltwire/blog/index.php >> >> I really like this one. Looks nice! >> >> > 2) A test for a vacation rental site for a small group of properties. >> > The property data and calendar system is NOT done in BW. I made a BW >> > function to suck in the html produced by an external script. But the >> > rest is all BW, with a couple added zones. Pretty basic, but I can >> > see on a real site, continuing to add content through thw wiki >> > interface and updateing the search dates through the wiki. >> > http://www.vacationrentalplanner.com/homes >> >> Nice work again! There were some error messages at the bottom. Looks >> like you have an index function some where that is not working >> properly or something... You can fix the error message by changing >> the following line in search.php (~419, v 2.33) to the one below it >> >> if ($BOLTindexing != 'active') return; >> to >> if ($BOLTindexing != 'active' || ! is_array($BOLTindexPages)) return; >> >> > You can download them as part of a "farm". Downloads are on the sites >> > above in the about or download page. The download is the whole self- >> > contained farm for each of the sites. Install it alongside your bw >> > installation if you are interested in looking deeper. They are both >> > open source templates so do whatever you want with them, I think you >> > need to keep the link back though to the original template source. >> >> I could find the LooseNut blog skin, but not the other. Is it possible >> you could zip up a simple copy of the skin? If not I may see if I can >> get around to it. But I have about 20 skins on my computer that all >> need to be upgraded and released. And it's definitely a back burner >> project. >> >> Keep up the good work! >> >> Cheers, >> Dan > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
