<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
	<title>Etomite Support Forums</title>
	<description>Standard Etomite Support Forums (Non Intl.)</description>
	<link>http://www.etomite.com/index.php</link>
	<pubDate>Mon, 15 Mar 2010 22:34:46 +0000</pubDate>
	<ttl>5</ttl>
	<image>
		<title>Etomite Support Forums</title>
		<url>http://www.etomite.com/skin_acp/IPB2_Standard/images/rss.png</url>
		<link>http://www.etomite.com/index.php</link>
	</image>
	<item>
		<title><![CDATA[[Snippet] vision-viewer]]></title>
		<link>http://www.etomite.com/topic/8210-snippet-vision-viewer/</link>
		<description><![CDATA[<strong class='bbc'>File Name</strong>: vision-viewer<br />
<strong class='bbc'>File Submitter</strong>: <a href='http://www.etomite.com/index.php?showuser=5812' class='bbc_url' title='External link' rel='nofollow external'>Cris D.</a><br />
<strong class='bbc'>File Submitted</strong>: 28 Nov 2008<br />
<strong class='bbc'>File Updated</strong>: <em class='bbc'>28 Nov 2008</em><br />
<strong class='bbc'>File Category</strong>: <a href='http://www.etomite.com/index.php?autocom=downloads&showcat=9' class='bbc_url' title='External link' rel='nofollow external'>Images & Galleries</a><br />
<br />
Module: vision-viewer<br />
Original by <a href='http://iamkoa.net/vision/' class='bbc_url' title='External link' rel='nofollow external'>http://iamkoa.net/vision/</a><br />
Adapted for Etomite by Cris D<br />
Date: 28-11-08<br />
Use: allows you to display images from a folder that you can just upload en-mass<br />
No tables, small code, easy to use...<br />
Example of use:<br />
[!vision-viewer<br />
?imgDir=path/to/my/images<br />
&imgSub=true<br />
&width=600px<br />
&height=100%<br />
!]<br />
<br />
This is as easy as it gets for a simple image displayer. See <a href='http://www.artimental.com/vision-viewerV2.html' class='bbc_url' title='External link' rel='nofollow external'>in action here.</a><br />
<br />
Would also work well with the <a href='http://www.etomite.com/index.php?autocom=downloads&showfile=198' class='bbc_url' title='External link' rel='nofollow external'>front end File Manager</a> snippet to display user-uploaded images.<br />
<br />
<strong class='bbc'>Installation Instructions:</strong><br />
1)Download and unzip the package.<br />
<br />
2) Upload (FTP) the vision-viewer folder to the root of your etomite installation (the same folder as your index.php).<br />
<br />
3) Copy and paste the contents of the snippet file to your snippet library.<br />
<br />
4) Create a page with your favourite template and place the snippet in the page using the same snippet name as you saved it earlier eg: [!vision-viewer!].<br />
<br />
5) Style the slideshow by ading the CSS script calls to the css files in the header of your template by copying and pasting the contents of the file: template_css_call.txt into the header of the etomite template you intend to use for this viewer.<br />
<br />
6) Upload any images you want to dislay to any folder in your site.<br />
Add the snippet call to the page where you want the slideshow gallery to show and point to the path where the images are eg: [!vision-viewer?imgDir=assets/images/folder1!]<br />
<br />
See the README for more tweaks.<br />
<br />
<a href='http://www.etomite.com/index.php?autocom=downloads&showfile=285' class='bbc_url' title='External link' rel='nofollow external'>Click here to download this file</a>]]></description>
		<pubDate>Mon, 15 Mar 2010 22:34:46 +0000</pubDate>
		<guid>http://www.etomite.com/topic/8210-snippet-vision-viewer/</guid>
	</item>
	<item>
		<title><![CDATA[[Snippet] membership_validator]]></title>
		<link>http://www.etomite.com/topic/7518-snippet-membership-validator/</link>
		<description><![CDATA[<strong class='bbc'>File Name</strong>: membership_validator<br />
<strong class='bbc'>File Submitter</strong>: <a href='http://www.etomite.com/index.php?showuser=5812' class='bbc_url' title='External link' rel='nofollow external'>Cris D.</a><br />
<strong class='bbc'>File Submitted</strong>: 27 Dec 2007<br />
<strong class='bbc'>File Updated</strong>: <em class='bbc'>09 Sep 2009</em><br />
<strong class='bbc'>File Category</strong>: <a href='http://www.etomite.com/index.php?app=downloads&showcat=13' class='bbc_url' title='External link' rel='nofollow external'>Security</a><br />
<br />
2  x Snippets by Cris D. ( member_validator1.0 and member_verifier2.0 )<br />
Date: 2007/12/27<br />
Uses: Allows users of an etomite site to create their own account.  <br />
Notes: the account role, permissions and document groups can be set in the snippet<br />
All form fields are validated.<br />
All returned language is abstracted out ready for translation.<br />
<br />
<strong class='bbc'>UPDATED 2009-09-09</strong><br />
V2.0 membership_verifier has increased security to stop hacking attempts.<br />
For additional security from spam accounts and robots, turn on <strong class='bbc'>captcha</strong> in the authenticate_visitor snippet.<br />
<br />
<strong class='bbc'>Warning: </strong><br />
Some of this configuration requires some knowledge of document and group permissions, this can be hazardous if not set properly as you may intentionally give everyone access to everything (including the manager) in your site.  Also, as this uses advanced permissions, if your site is set up with simple permissions, you may need to change some snippets to accommodate the new permissions, otherwise you may give the public access to parts of your site that are no longer protected (eg any snippets that rely on API's checkPermissions() or userLoggedIn()  will return 'true' regardless of the users role).<br />
<br />
If you are new to etomite it is recommended that you start with something easier!  But if you are up for the challenge and need help, see the forums for assistance.<br />
<br />
Contents of the attached README file:<br />
README for the Membership Validator module<br />
In this zip is an amended membership_validator1.1 snippet with the following changes:<br />
<br />
//changelog for 1.1:<br />
//changed the wrapping "&lt;p&gt;" to make the form validate<br />
//added the missing phone validation code and error messages<br />
//added the missing formChunkName so that an external chunk can be used to display the form<br />
//improved the email_switch<br />
//added a sample member_validator_chunk.txt file to use of an external chunk is required.<br />
<br />
<br />
1) Enable access permissions and visitor permissions in your Etomite manager.<br />
2) Create the new role you want your members to belong to and note the name eg 'automembers'.<br />
3) In permissions, user groups, create a new user group eg 'downloaders'.<br />
4) In permissions, document groups, create a new document group egg 'music'.<br />
5) in permissions, user / document group links, create the document/group link.<br />
6) Copy and paste the contents of the snippet membership_validator into the snippet library.<br />
7) Copy and paste the contents for the snippet membership_verifier into the snippet library.<br />
8) Create a new page where your members will be re-directed on clicking their email link, I suggest putting it <br />
   in the repository and 'not show in the menu' for additional security: this is the 'confirmationPage'.<br />
9)  Call the snippet membership_verifier in the page and publish it.  Take note of the page id.<br />
10) Create and publish a page where your users will create their account, call the snippet membership_validator in it.<br />
11) configure the snippet with the following:<br />
    1) Using phpMyAdmin, locate the user role you created earlier in the etomite_user_roles table and locate the id of the role: place it in the snippet config.<br />
    2) Set the $tempExpires variable for how long users have to verify their account before the temporary records are<br />
       deleted.<br />
    3) Set the $confirmationPage page id which will be the page sent in the url in the body of the email with the<br />
       verification link.<br />
    4) Set the table name that will store your temporary records, and the email address that will appear in the "from" <br />
       fields in the validation email.<br />
<br />
11) Configure the membership_verifier snippet with the following:<br />
    1) Set the id of the page that has your log-in script like 'authenticate_visitor' snippet - (enable captcha for added security).<br />
    2) Set the $memberGroup variable to the membergroup name that you set previously in the permissions, user group eg 'downloaders'.<br />
    3) Set the tableName to the same name that was used in the membership_validater snippet.<br />
    4) Save the  snippet changes and your away.<br />
<br />
Notes:<br />
If you are testing this by creating test accounts, I have made it hard for surfers to create several accounts, therefore you will also have difficulty.  The session username is held in the browser and automatically sent with forms, so you will get a "username and passwords don't match" error if you try to create additional test accounts.  You can clear the sessions by <br />
uncommenting <br />
/*<br />
unset($_SESSION['userName']);<br />
unset($_SESSION['firstName']);<br />
unset($_SESSION['lastName']);<br />
unset($_SESSION['email']);<br />
unset($_SESSION['hash']);<br />
*/<br />
, saving the snippet, accessing the page, re-commenting the unsets() and re-saving the snippet.  Or clear your browsers sessions via browser tools.<br />
<br />
<br />
<br />
For a live demo, <a href='http://www.artimental.com/membership_validator.html' class='bbc_url' title='External link' rel='nofollow external'>see here.</a><br />
<br />
<a href='http://www.etomite.com/index.php?app=downloads&showfile=190' class='bbc_url' title='External link' rel='nofollow external'>Click here to download this file</a>]]></description>
		<pubDate>Mon, 15 Mar 2010 21:53:08 +0000</pubDate>
		<guid>http://www.etomite.com/topic/7518-snippet-membership-validator/</guid>
	</item>
	<item>
		<title>Wish granted: Implement LightBox</title>
		<link>http://www.etomite.com/topic/5867-wish-granted-implement-lightbox/</link>
		<description><![CDATA[I think that <a rel='nofollow' href="http://www.huddletogether.com/projects/lightbox2/" target="_blank">this</a> would be the ultimate display method for etoGal.<br />
<br />
I know that this has been covered elsewhere before, but I just wanted to make my mark on this part of the forum <img src='http://www.etomite.com/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' />]]></description>
		<pubDate>Fri, 12 Mar 2010 22:28:17 +0000</pubDate>
		<guid>http://www.etomite.com/topic/5867-wish-granted-implement-lightbox/</guid>
	</item>
	<item>
		<title>EtoGalThumb 1.2 snippet features and usage</title>
		<link>http://www.etomite.com/topic/6010-etogalthumb-12-snippet-features-and-usage/</link>
		<description><![CDATA[<strong class='bbc'>Snippet name:</strong> EtoGalThumb<br />
<strong class='bbc'>Author:</strong> mikef<br />
<strong class='bbc'>Version:</strong> 1.2 (prelim)<br />
<em class='bbc'>This document last updated 18th September 2006</em><br />
<br />
<div style="display:block;border:solid 1px #CC0000; background-color: #FFE1E2;margin-left:100px;margin-right:100px;"><div style="padding:5px;background-color:#EEC4B0;">&lt;strong class=&#039;bbc&#039;&gt;&lt;span class=&#039;bbc_underline&#039;&gt;Prerequisites:&lt;/span&gt;&lt;/strong&gt;</div><div style="padding:5px;"><ul class='bbc'><li><strong class='bbc'>Minimum Etomite version:</strong> 0.6.1<br /></li><li><strong class='bbc'>Etogal:</strong> A copy of Etogal version 1.0 or later is also required, as this snippet uses the etogal database and image store, and has no management capabilities of its own.</li></ul></div></div><br />
This snippet was created to make it easier to produce customised displays for the EtoGal gallery snippet. It offers greater flexibility in selection of which images to display, in how to order them, and makes it simpler to provide fully customised interfaces without requiring a large number of parameters to be passed in the snippet call. It also allows images to be displayed on a page other than the gallery page.<br />
<br />
<div style="display:block;border:solid 1px #CC0000; background-color: #FFE1E2;margin-left:100px;margin-right:100px;"><div style="padding:5px;background-color:#EEC4B0;">&lt;strong class=&#039;bbc&#039;&gt;&lt;span class=&#039;bbc_underline&#039;&gt;Features:&lt;/span&gt;&lt;/strong&gt;</div><div style="padding:5px;"><ul class='bbc'><li> display EtoGal images or galleries on  different page from the gallery id<br /></li><li> select specific images to display by id <strong class='bbc'>or subject</strong><br /></li><li> select specific galleries to display by gallery page id<br /></li><li> limit the number of images to display<br /></li><li> flexible image sorting (including random)<br /></li><li> (relatively) easy generation of your own display styles (needs HTML knowledge rather than PHP)<br /></li><li> add section breaks based on number of images or gallery an image belongs to</li></ul>as examples, I've used this snippet to display<ul class='bbc'><li> a single random image (out of three relevant images) in a news article<br /></li><li> three random images to act as a separator half way down a page<br /></li><li> thumbnails of all the images in a gallery, with their descriptions, with a link to the gallery page<br /></li><li> a random choice of four images from a gallery with the gallery's long title and description, all linking to a custom gallery page</li></ul>I'm sure you'll find other uses!<br />
</div></div><br />
There is a demo for an earlier version of this snippet at <a rel='nofollow' href="http://www.lowermosswood.org.uk/72.html" target="_blank"><a rel='nofollow' href="http://www.lowermosswood.org.uk/72.html" target="_blank"><a href='http://www.lowermosswood.org.uk/72.html' class='bbc_url' title='External link' rel='nofollow external'>http://www.lowermosswood.org.uk/72.html</a></a></a> which shows the displays created by the in-built styles, and how some parameter changes affect the image selection.<br />
Another example of its use can be found at <a rel='nofollow' href="http://www.efikim.co.uk/galleries.shtml" target="_blank">Efikim Galleries</a>, where a separate call of the snippet is made for each of the galleries. (These use a style similar to the second example near the bottom of this post, though the URL generation for the image links is a little more complex.)<br />
<br />
<div style="display:block;border:solid 1px #CC0000; background-color: #FFE1E2;margin-left:100px;margin-right:100px;"><div style="padding:5px;background-color:#EEC4B0;">&lt;strong class=&#039;bbc&#039;&gt;&lt;span class=&#039;bbc_underline&#039;&gt;Installation instructions:&lt;/span&gt;&lt;/strong&gt;</div><div style="padding:5px;"><ul class='bbcol decimal'><li>Download the latest Etogalthumb.php file from the Etogal download area and add it to your installation as a snippet (copy the contents into  new snippet).<br /></li><li>That's it!</li></ul></div></div><br />
<br />
<div style="display:block;border:solid 1px #CC0000; background-color: #FFE1E2;margin-left:100px;margin-right:100px;"><div style="padding:5px;background-color:#EEC4B0;">&lt;span class=&#039;bbc_underline&#039;&gt;&lt;strong class=&#039;bbc&#039;&gt;Options&lt;/strong&gt; you can pass to the EtoGalThumb Snippet:&lt;/span&gt;</div><div style="padding:5px;"><ul class='bbc'><li> only,not - page id where thumbnails should/should not be shown (default is show on any page - these are useful for pages that are shown elsewhere in condensed form (eg news items))<br /></li><li> link - page id parameter to be used in links (%%link%% parameter)<br /></li><li> gal - gallery from which images are to be shown (optional, can be a comma separated list)<br /></li><li> img - id of image to be shown (optional, can be a comma separated list)<br /></li><li> <strong class='bbc'>subject - (new)</strong> 'subject' of images to be shown (text match in image title or description)<br />
       - if none of gal, img or subject are defined, all images are used (subject to and exclude specificatio)<br />
       - only one of gal, img or subject should be specified, if two or three are used, the priority order is gal, img, sunbject<br /></li><li> exclude - id list of images to exclude when selecting by gallery<br /></li><li> addback - increase total images count by this value<br /></li><li> count - number of images to use (defaults to 1, if you want all, specify 9999)<br /></li><li> order_by - maye be set to 'id','gal_id','title','filename','descr','date' and orders by that entry in the EtoGal table<br />
       - if no order is specified, then the order in which results are returned is random (the list returned from the database is deliberately shuffled)<br />
       - 'random' is NOT a valid value<br />
       - ordering using two valid fields separated by a comma should work, but is untested<br /></li><li> order_direction - "ASC" (default) or "DESC"<br /></li><li> style - style to be used (required; behaviour if not provided is undefined)<br />
       - valid values depend on the styles defined in the snippet, and may be either numeric or text<br /></li><li> fullsize - set this to 1 to use fullsize images instead of thumbnails (other values undefined)<br />
       - default is not set (means use thumbnails)<br /></li><li> resize - desired pixel count on longest side - adjusts the width and height returned in the %%size%% string to give the desired size<br /></li><li> breakat - insert a section break after each 'breakat' images<br /></li><li> gallerybreak - inserts a section break whenever the gallery that the next image belongs to changes</li></ul></div></div><br />
This snippet uses a number of replaceable parameters that are inserted into predefined blocks of HTML code. This has the advantage that the HTML code is is in readable clocks, rather than built up piecemeal throughout the snippet PHP code. As a result, it is both easier to change the presentation aspects and easier to maintain the code.<br />
HTML presentation blocks are created at the head of the code in 'style' blocks, with each style having three blocks - header, image and tail.<br />
The header and tail style blocks use only a limited number of parameters, related to the page id passed as the link parameter. As implied by the names, the header block is output before the block of images, and the tail block is output after the images.<br />
The image style block has access to all the parameters used in the head and tail styles, plus additional parameters related to the current image and the gallery it is in. It is output once for each image selected.<br />
All of these style blocks are optional.<br />
<br />
<div style="display:block;border:solid 1px #CC0000; background-color: #FFE1E2;margin-left:100px;margin-right:100px;"><div style="padding:5px;background-color:#EEC4B0;">&lt;span class=&#039;bbc_underline&#039;&gt;&lt;strong class=&#039;bbc&#039;&gt;Replaceable strings&lt;/strong&gt; for use in styles:&lt;/span&gt;</div><div style="padding:5px;"><br />
<strong class='bbc'>strings available for the 'head' and 'tail' style strings</strong><ul class='bbc'><li>%%alias%% - the alias for the page passed as the link page<br /></li><li>%%link%% - the link page id<br /></li><li>%%ptitle%% - the longtitle for the link page<br /></li><li>%%pdesc%% - the description for the link page<br /></li><li>%%total%% - the total number of images selected<br /></li><li>%%baseurl%% - (the url of the page specified in the link parameter (FURL if enabled)<br /></li><li>%%sep%% - the separator string for the first parameter to add to a page URL (varies depending on the baseurl format)</li></ul><strong class='bbc'>strings available for the 'image' style string</strong><br />
as above plus<ul class='bbc'><li>%%id%% - the image id<br /></li><li>%%size%% - the pixel dimensions for the image file (width and height) as a quoted string as required in an &lt;img&gt; element<br /></li><li>%%file%% - filename for the image (full path) - this will be for the thumbnail image unless fullsize is specified, when it will be for the full sized image<br /></li><li><strong class='bbc'>%%fsfile%% - (new)</strong> filename for the full size image (full path) - tjis is useful where you want to use the thumbnail for display, but need the path to the fullsize image for other purposes (eg when using thickbox)<br /></li><li>%%title%% - title for the image (from the etogal database table)<br /></li><li>%%desc%% - description for the image (from the etogal database table)<br /></li><li>%%sdesc%% - truncated description (or title if no description present)<br /></li><li>%%gal%% - the gallery in which the image exists<br /></li><li>%%gtitle%% - the longtitle for the gallery page<br /></li><li>%%gdesc%% - the description for the gallery page<br /></li><li>%%galias%% - the alias for the gallery page<br /></li><li>%%gurl%% - the URL for the gallery page</li></ul></div></div><br />
These parameters contain everything I thought useful for building the thumbnail display and generating links (and a few later requests for things I hadn't thought of!)<br />
To use, design the HTML you need for your display, and then put the above %%xxxx%% string in the HTML code where you want the associated data to appear, as in the examples below. Then put the resulting HTML into the styles at the head of the snippet.<br />
<br />
<div style="display:block;border:solid 1px #CC0000; background-color: #FFE1E2;margin-left:100px;margin-right:100px;"><div style="padding:5px;background-color:#EEC4B0;">&lt;span class=&#039;bbc_underline&#039;&gt;&lt;strong class=&#039;bbc&#039;&gt;Example styles&lt;/strong&gt;&lt;/span&gt;</div><div style="padding:5px;"><br />
First, a very simple display that just displays the selected image(s) with no links. In this example the header and tail blocks aren't used.<br />
<pre class='prettyprint'>$styleStrings&#91;0&#93;&#91;'header'&#93;=0;
$styleStrings&#91;0&#93;&#91;'tail'&#93;=0;
$styleStrings&#91;0&#93;&#91;'image'&#93;=&#60;&#60;&#60;IMG
&#60;img src='%%file%%' title='%%title%%' alt='%%sdesc%%' class='EGTimage' %%size%%/&#62;
IMG;</pre><br />
<br />
and a much more complex style that displays a selection of images from a gallery, and links to it (this assumes use of the link parameter to define the target web page)<br />
<pre class='prettyprint'>$styleStrings&#91;2&#93;&#91;'header'&#93;=&#34;
&#60;fieldset style='background-color&#58; white'&#62;
  &#60;h2 style='top&#58;-18px; left&#58;12px; width&#58;16em; '&#62;
	&#60;a href='&#91;~%%link%%~&#93;' style='color&#58;white; background&#58;silver;' &#62; %%ptitle%% &#60;/a&#62;
  &#60;/h2&#62;
  %%pdesc%%&#60;br /&#62;
  &#60;div style='height&#58;140px;'&#62;
&#34;;

$styleStrings&#91;2&#93;&#91;'image'&#93;=&#60;&#60;&#60;IMG
  &#60;span style='float&#58; left; margin&#58; 10px;'&#62;
	&#60;a href='&#91;~%%link%%~&#93;'&#62;
	  &#60;img src='%%file%%' title='%%title%%' alt='%%sdesc%%' %%size%%/&#62;
	&#60;/a&#62;&#60;br /&#62;
	%%title%%
  &#60;/span&#62;
IMG;

$styleStrings&#91;2&#93;&#91;'tail'&#93;=&#34;
  &#60;/div&#62;
  &#60;div style='clear&#58; both;'&#62;
	&#60;div style='float&#58; right;'&#62;
	   &#60;a href='&#91;~%%link%%~&#93;'&#62;... visit the %%ptitle%% gallery &#40;%%total%% images&#41;&#60;/a&#62;
	&#60;/div&#62;
  &#60;/div&#62;
&#60;/fieldset&#62;
&#34;;</pre><br />
</div></div>]]></description>
		<pubDate>Fri, 12 Mar 2010 19:56:04 +0000</pubDate>
		<guid>http://www.etomite.com/topic/6010-etogalthumb-12-snippet-features-and-usage/</guid>
	</item>
	<item>
		<title>Authenticate_visitor</title>
		<link>http://www.etomite.com/topic/4867-authenticate-visitor/</link>
		<description><![CDATA[<strong class='bbc'>Snippet name:</strong> authenticate_visitor<br />
<strong class='bbc'>Author:</strong> Ralph  (rad14701)<br />
<strong class='bbc'>Version:</strong> 1.1 (Final - Modified)<br />
<strong class='bbc'>More info:</strong> <a href='http://www.etomite.com/browsesnippets.html?int_snipid=238' class='bbc_url' title='External link' rel='nofollow external'>View this snippet</a><br />
<strong class='bbc'>Description:</strong><br />
Provides visitor/user login capabilities on a website front end, including optional CAPTCHA code security. This snippet will only work with Etomite Prelude Final or newer releases. Creates a login and optional logout prompt. The snippet also makes use of Tigra J&#097;v&#097;script Forms Validation and the newly developed form_class.<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class='clear'>
				<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1660" title=""><img src="http://www.etomite.com/public/style_extra/mime_types/php.gif" alt="" /></a>
&nbsp;<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1660" title="">authenticate_visitor.php</a> <span class='desc'><strong>(7.54K)</strong></span>
<br /><span class="desc info">: 334</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Fri, 12 Mar 2010 18:58:03 +0000</pubDate>
		<guid>http://www.etomite.com/topic/4867-authenticate-visitor/</guid>
	</item>
	<item>
		<title>Files</title>
		<link>http://www.etomite.com/topic/5495-files/</link>
		<description><![CDATA[Attached are the latest tested versions of the three main etoGal files.<br />
<br />
There are only minor bug fixes from the last released versions in these files; if you aren't having problems, don't change!<br />
<br />
<strong class='bbc'>Update: EtoGalThumb11 replaced by EtoGalThumb12preliminary</strong> this has been in use for some time on my sites with no problems. Includes support for selecting by text content ("subject") and the support necessary for using 'thickbox' slideshows. (See message below)<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'><strong class='bbc'>remember</strong> You must install the etogal snippet, and use it first. This is required for the etogalthumb and etogalgallery snippets to function correctly (and to allow you to upload the images).</div></div><br />
<br />
<br />
<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1721" title=""><img src="http://www.etomite.com/public/style_extra/mime_types/php.gif" alt="" /></a>
&nbsp;<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1721" title="">Etogal11beta3b.php</a> <span class='desc'><strong>(21.95K)</strong></span>
<br /><span class="desc info">: 436</span><br />
<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1216" title=""><img src="http://www.etomite.com/public/style_extra/mime_types/php.gif" alt="" /></a>
&nbsp;<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1216" title="">EtoGalGallery1beta3.php</a> <span class='desc'><strong>(11.89K)</strong></span>
<br /><span class="desc info">: 715</span><br />
<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1534" title=""><img src="http://www.etomite.com/public/style_extra/mime_types/php.gif" alt="" /></a>
&nbsp;<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1534" title="">EtoGalThumb12preliminary.php</a> <span class='desc'><strong>(11.83K)</strong></span>
<br /><span class="desc info">: 380</span>]]></description>
		<pubDate>Fri, 12 Mar 2010 17:55:07 +0000</pubDate>
		<guid>http://www.etomite.com/topic/5495-files/</guid>
	</item>
	<item>
		<title>automatic versioning of documents</title>
		<link>http://www.etomite.com/topic/8771-automatic-versioning-of-documents/</link>
		<description><![CDATA[Hi all,<br />
<br />
Over here: <a href='http://www.etomite.com/topic/7535-version-control/page__p__45872__hl__versioning__fromsearch__1&#entry45872' class='bbc_url' title='External link' rel='nofollow external'>http://www.etomite.com/topic/7535-version-control/page__p__45872__hl__versioning__fromsearch__1&#entry45872</a><br />
<br />
there seems to be a discussion of how one could run some fairly primitive versioning schema. I am wondering if there is a way to have Etomite save and track versions of documents automatically (i.e., I upload a document named foo.doc today, I upload another, slightly modified foo.doc tomorrow and the system just stores both versions tracking who uploaded them, when, etc.).<br />
<br />
Thanks for any and all input on this one (and yes, I am a complete novice in the Etomite world so my questions may be completely dumb:)<br />
<br />
Boris.]]></description>
		<pubDate>Wed, 10 Mar 2010 21:19:49 +0000</pubDate>
		<guid>http://www.etomite.com/topic/8771-automatic-versioning-of-documents/</guid>
	</item>
	<item>
		<title><![CDATA[TimedPublisher [snippet development]]]></title>
		<link>http://www.etomite.com/topic/5771-timedpublisher-snippet-development/</link>
		<description><![CDATA[<strong class='bbc'>TimedPublisher</strong><br />
<br />
this snippet will output content according to time which is set in the snippet call. Links, images, chunks, and snippets can all be shown or hidden at a specific time. The snippet has a few examples of usage at the top so it shouldn't be hard to figure out <img src='http://www.etomite.com/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' /> <br />
<br />
Installation:<br />
1. copy the attached file (TimedPublisher.Etomite.snippet.php.txt) and create a new snippet called TimedPublisher.<br />
<br />
2. copy the attached file named (frsfunctions.php.txt) and rename it to "frsfunctions.php".  On your server, create a new folder in your "assets" folder named "frsfunctions." Upload the frsfunctions.php file to the new folder so the path looks like this:<br />
<strong class='bbc'>assets/frsfunctions/frsfunctions.php</strong><br />
<br />
3. have a look at the example calls provided in the snippet and start showing/hiding content! <br />
<br />
Documentation is sparse at this point but I'll be adding some how to information at my rc3 site - give me a few days  :betterwink: <br />
<a rel='nofollow' href="http://www.frsbuilders.us/rc3/timedpublisher.html" target="_blank"><a rel='nofollow' href="http://www.frsbuilders.us/rc3/timedpublisher.html" target="_blank"><a href='http://www.frsbuilders.us/rc3/timedpublisher.html' class='bbc_url' title='External link' rel='nofollow external'>http://www.frsbuilders.us/rc3/timedpublisher.html</a></a></a><br />
<br />
<br />
files:<br />
<strong class='bbc'>updated: <span style='color: #33CC00'>8/07/06  12:16 pm est</span></strong><br />
<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1300" title=""><img src="http://www.etomite.com/public/style_extra/mime_types/txt.gif" alt="" /></a>
&nbsp;<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1300" title="">TimedPublisher_807_1216am.Etomite.txt</a> <span class='desc'><strong>(15.36K)</strong></span>
<br /><span class="desc info">: 57</span><br />
<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1289" title=""><img src="http://www.etomite.com/public/style_extra/mime_types/txt.gif" alt="" /></a>
&nbsp;<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1289" title="">frsfunctions.php.txt</a> <span class='desc'><strong>(774bytes)</strong></span>
<br /><span class="desc info">: 40</span><br />
<br />
many thanks to DeniseDD for the idea for this...]]></description>
		<pubDate>Wed, 10 Mar 2010 21:04:56 +0000</pubDate>
		<guid>http://www.etomite.com/topic/5771-timedpublisher-snippet-development/</guid>
	</item>
	<item>
		<title>mysql connect</title>
		<link>http://www.etomite.com/topic/8769-mysql-connect/</link>
		<description><![CDATA[<div class='bbc_center'></div>kmysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mi needmysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)ysql/mysql.sock' (2)]]></description>
		<pubDate>Sun, 07 Mar 2010 15:23:20 +0000</pubDate>
		<guid>http://www.etomite.com/topic/8769-mysql-connect/</guid>
	</item>
	<item>
		<title>Is the UK recession over?</title>
		<link>http://www.etomite.com/topic/8768-is-the-uk-recession-over/</link>
		<description><![CDATA[I made a living for a while as an Independent Web Consultant, but after a complete drop off in customers, returned to teaching in september last year. Am thinking about starting again (although cannot think of a good USP at the moment - any ideas appreciated) but am wondering if I can really afford to try given that the recession is not completely over yet. Just wondered what other people thought.<br />
<br />
Factors<br />
1. Cottage industry for web consultancy, design and SEO seems to be over now. The Internet feels like it has lost its wild-west appeal.<br />
2. Competition is ridiculous. Every man and his dog. <br />
3. Internet sometimes feels a bit 'old'. My new mobile (not iphone - but similar, in fact faster and more powerful but windows based) is totally amazing and exciting and fresh.<br />
4. Recession means not much money being spent with third parties<br />
5. Money is tight, mortgage to pay etc.<br />
<br />
I really want to get back to being self employed but is it realistic.<br />
<br />
Anyones thoughts really gratefully recieved as am at a crossroads.<br />
<br />
Thanks in advance,<br />
<br />
Paul]]></description>
		<pubDate>Sat, 06 Mar 2010 21:37:19 +0000</pubDate>
		<guid>http://www.etomite.com/topic/8768-is-the-uk-recession-over/</guid>
	</item>
	<item>
		<title><![CDATA[[Snippet] ListDivMenu]]></title>
		<link>http://www.etomite.com/topic/8717-snippet-listdivmenu/</link>
		<description><![CDATA[Based on original ListMenu, but returns div blocks instead of list-menu.<br />
All original styles and options are kept.<br />
Use exmple: <br />
[[ListDivMenu?LM_node=45&LM_levels=-2]]<br />
<br />
<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1975" title=""><img src="http://www.etomite.com/public/style_extra/mime_types/txt.gif" alt="" /></a>
&nbsp;<a href="http://www.etomite.com/index.php?app=core&module=attach&section=attach&attach_id=1975" title="">ListDivMenu_snip.txt</a> <span class='desc'><strong>(7.33K)</strong></span>
<br /><span class="desc info">: 9</span>]]></description>
		<pubDate>Sat, 06 Mar 2010 17:37:19 +0000</pubDate>
		<guid>http://www.etomite.com/topic/8717-snippet-listdivmenu/</guid>
	</item>
	<item>
		<title>File manager not working</title>
		<link>http://www.etomite.com/topic/8758-file-manager-not-working/</link>
		<description><![CDATA[I have several sites with Etomite 1.1<br />
I can not upload files  even if I have the permissions set right. (777)<br />
With Etomite 1.0 the file upload with File Manger works fine.<br />
I use the same config for file Manager in 1.0 and 1.1<br />
<br />
The problem seems to be the trailing slash in the File Manager path in "Miscellaneous settings"<br />
in eto 1.0 I use "/var/www/web24/html" this works fine<br />
In Eto 1.1 Imust put a trailing slash on: "/var/www/web24/html/" or I will get the error:<br />
<br />
"Warning: dir() [function.dir]: open_basedir restriction in effect. File(/var/www/web24/html) is not within the allowed path(s): (/var/www/web24/html/:/var/www/web24/phptmp/:/var/www/web24/files/:/var/www/web24/atd/) in /var/www/web24/html/manager/actions/static/files.static.action.php on line 488"<br />
<br />
BUT then the filemanager does not work - I can not upload and I can not get a preview of images by clicking the looking glas icon. I<br />
f I change line 495 in files.static.action.php to take the slash out, I can get a preview of image files in the root, but when I choose a folder I get no thumbs.<br />
<br />
With the trailing slash on the path, I get this in top of the file manager when i change to a folder:<br />
<br />
"Directory listing for: //pix" with a double slash, and preview by looking glas and upload do not work.<br />
<br />
Seems like the slash got in one time to much. Is this a bug, or?]]></description>
		<pubDate>Fri, 05 Mar 2010 23:20:56 +0000</pubDate>
		<guid>http://www.etomite.com/topic/8758-file-manager-not-working/</guid>
	</item>
	<item>
		<title>Site No-Show</title>
		<link>http://www.etomite.com/topic/8757-site-no-show/</link>
		<description><![CDATA[Did a new install of the latest Etomite - no problems. Went to launch site- browser will not display the webpage. 404 page does not show. I am new to this so there is probably something obvious that I am missing. As well, I do not see any way in the admin to change themes. Any thoughts?<br />
<br />
Regards,<br />
Paul]]></description>
		<pubDate>Fri, 05 Mar 2010 14:21:40 +0000</pubDate>
		<guid>http://www.etomite.com/topic/8757-site-no-show/</guid>
	</item>
	<item>
		<title>Need new hosting company</title>
		<link>http://www.etomite.com/topic/8664-need-new-hosting-company/</link>
		<description><![CDATA[The company I currently use for hosting my sites is closing down shortly, so I need to find a new hosting company urgently.<br />
<br />
I manage about ten sites currently, using Etomite, phpBB, and Wordpress, and am considering trying to expand this, so I'm looking for a small 'entry level' reseller type package. There seem to be few suitable options in the UK -<br />
does anyone have any experience of Daily.co.uk or jabwebsolutions.co.uk<br />
alternatively, maybe its time to look at US offerings, so does anyone have any recommendations for what I should look for there?<br />
<br />
what minimum versions of PHP and MySQL should I be checking for?<br />
what are the disadvantages of running etomite, wordpress and phpBB from a single database? (I've always kept them in separate databases so far, but i find odd restrictions get placed on some packages)<br />
<br />
thanks for any help!<br />
<br />
mike]]></description>
		<pubDate>Fri, 26 Feb 2010 14:50:19 +0000</pubDate>
		<guid>http://www.etomite.com/topic/8664-need-new-hosting-company/</guid>
	</item>
	<item>
		<title>Moving Server Problems</title>
		<link>http://www.etomite.com/topic/8748-moving-server-problems/</link>
		<description><![CDATA[Hi there im having problems with all of my etomite sites after moving to another host. The problem comes when you try and login to the manager with your username and pass, the system will give you a username or password incorrect even though its right. After hours and hours trying to rectify the problem i found that the problem comes from the MYSQL database somewhere. If i force it to use the origional DB not the new imported one it works fine, but using the new imported db you cannot gain access even though all the data is the same. All file permissions are the same as before on the new server. Im missing something<br />
<br />
I really love using etomite but this issue is becoming a  nightmare when i try to move to a new host. Could you tell me where the problem lays.]]></description>
		<pubDate>Tue, 23 Feb 2010 15:13:30 +0000</pubDate>
		<guid>http://www.etomite.com/topic/8748-moving-server-problems/</guid>
	</item>
</channel>
</rss>