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 -~----------~----~----~----~------~----~------~--~---
