<div dir="ltr">Without logging in to owncloud, I want to display some file info on the public page. Is it possible to call file functions without logging in to owncloud? It is giving me errors. <br>Please help</div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sun, Jun 23, 2013 at 4:37 PM, Bernhard Posselt <span dir="ltr"><<a href="mailto:nukeawhale@gmail.com" target="_blank">nukeawhale@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Its very easy: use a guest template (<br>
<a href="http://doc.owncloud.org/server/5.0/developer_manual/app/app/api/templates.html#OC_Template::printGuestPage" target="_blank">http://doc.owncloud.org/server/5.0/developer_manual/app/app/api/templates.html#OC_Template::printGuestPage</a>)<br>

and dont check if the user is logged in<br>
<div><div class="h5"><br>
On 06/23/2013 10:29 AM, Tharindu Dhananjaya Galappaththi wrote:<br>
> Hi,<br>
> I'm trying to create a page in a app, that can be accessed with out logging<br>
> in to owncloud.<br>
> I followed the procedure mentioned in :<br>
> <a href="http://owncloud.org/apps/public-php-and-remote-php/" target="_blank">http://owncloud.org/apps/public-php-and-remote-php/</a> , but it is not<br>
> working.<br>
> Please help me with this.<br>
> Thank You<br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Owncloud mailing list<br>
> <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
> <a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
<br>
_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
</blockquote></div><br></div>