|
Title: Snippets per page Post by: Metanoia on April 15, 2003, 06:43:13 PM
Very interesting product, however without being able to have more than one snippet per page it isn't viable for my needs at this time.
Title: Re: Snippets per page Post by: admin on April 15, 2003, 06:55:57 PM
Quote from: Metanoia
Very interesting product, however without being able to have more than one snippet per page it isn't viable for my needs at this time.
I do have good news.. the next version of SnippetMaster will have multiple user support, as well as multiple snippets per page. Be sure to sign up for the mailing list so you know when it is released. (Probably a month or so.) Cheers! :D Title: Snippets per page Post by: Metanoia on April 15, 2003, 07:28:27 PM
Actually my next question was multiple user support. I will sign up for the mail out. Will there be any alteration to the existing liscensing costs on the next release? Title: Snippets per page Post by: admin on April 15, 2003, 08:32:28 PM
Quote from: Metanoia
Will there be any alteration to the existing liscensing costs on the next release?
I'm not sure yet. Current license holders will be able to upgrade for free, but I may raise the new prices a tiny bit. I haven't thought that all through yet. Title: Snippets per page Post by: Metanoia on April 16, 2003, 10:33:55 PM
Hi Henri, I sent an email to your info address yesterday and I'm hoping to get a reply as soon as possible. I use a different name here, but talked about similar things. Pending your response and I will probably purchase your product as soon as possible. Title: Snippets per page Post by: yourwebgeek on April 17, 2003, 09:29:40 AM
To use multiple snippets per page, create a file for each snippet. I made each a php file, but I assume html or even text files will do. Then include each snippet page wherever you want with a php include. The pages where you insert the includes must have php extensions. Example: <?php include 'snippet1.php' ?> <?php include 'snippet2.php' ?> That way you can have as many per page as you wish. Title: Snippets per page Post by: admin on April 17, 2003, 08:10:50 PM
Yes, this is a good solution. You can also use SSI (server side includes) to include the individual "snippet files" into your "master" webpage. Then your customers would simply navigate to the appropriate "snippet file"... Let me know if that doesn't make sense.. :D Title: Snippets per page Post by: Metanoia on April 18, 2003, 05:57:05 PM
Yes I thought it would work in that fashion, which makes it much more usable for my purposes. I will check for an email from you admin/henri when I return to work on tuesday. This concept has me excited. Title: Snippets per page Post by: KingSky on April 19, 2003, 01:13:37 PM
that is what I do for my clients as well. The only problem with that is that when they go to preview the edited file they only see the snippet, not the entire page.
Title: php include Post by: guest on April 21, 2003, 10:07:56 PM
I have tried this feature by posting: <?php include("testimonial.php");?> for example inside an html page and the php include is not showing - I have probably done something wrong with the code, but any help is greatly appreciated. Title: Snippets per page Post by: admin on April 21, 2003, 10:55:38 PM
Is the testimonial.php page in the same folder as the html file? Also, your html file will need a .php extension so that the server knows it contains some PHP commands inside it. ie: file.html should be renamed to file.php Let me know.... :D Title: Great! Post by: Fisherman on August 06, 2004, 04:14:26 PM
It works just fine! I like this! :D
Title: Re: Snippets per page Post by: admin on May 17, 2005, 10:54:29 AM
Excellent! :D
Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC
|