Well I am in the process of setting up a new site, but I need a portfolio for my work. Does anybody know of a good one I could use.
Also I would like to have Horde module so I can allow users to check there e-mail on my site.
I would appreciate it is anybody could help me out here.
- jmvaughn created topic »TagIt 3.0 for Zikula« 09:34 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- Guite responded to »Remove contents of nuke_sc_anticracker from Database« 01:30 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
- jmvaughn responded to »PN 0.764 to Zikula 1.1.2 (migration) Internal Server Error« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Portfolio & Horde Modules
-
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 80
risoftwi
Well I am in the process of setting up a new site, but I need a portfolio for my work. Does anybody know of a good one I could use.
Also I would like to have Horde module so I can allow users to check there e-mail on my site.
I would appreciate it is anybody could help me out here.
I don't know about a portfolio module or a module for Horde. But you can add a login block for Horde to your site. Simply add this code to a plain old HTML block (edit the domain name of course to suit your site).
Code
<form action="http://localhost.com/horde/imp/redirect.php" method="post" name="implogin">
<input type="hidden" name="actionID" value="105" />
<input type="hidden" name="url" value="http://localhost.com/horde/login.php" />
<input type="hidden" name="mailbox" value="INBOX" />
<input type="text" tabindex="1" name="imapuser" value="" />
<input type="password" tabindex="2" name="pass" />
<input type="hidden" name="server" value="localhost" />
<input type="hidden" name="port" value="143" />
<input type="hidden" name="namespace" value="INBOX." />
<input type="hidden" name="maildomain" value="http://localhost.com" />
<input type="hidden" name="protocol" value="imap/notls" />
<input type="hidden" name="realm" value="localhost.com" />
<input type="submit" class="button" name="button" tabindex="4" value="Log in" onclick="return submit_login();" /></form> -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Mar 04, 2007
- Posts: 70
Zoom
I don't know about a portfolio module or a module for Horde. But you can add a login block for Horde to your site. Simply add this code to a plain old HTML block (edit the domain name of course to suit your site).
Code
<form action="http://localhost.com/horde/imp/redirect.php" method="post" name="implogin">
<input type="hidden" name="actionID" value="105" />
<input type="hidden" name="url" value="http://localhost.com/horde/login.php" />
<input type="hidden" name="mailbox" value="INBOX" />
<input type="text" tabindex="1" name="imapuser" value="" />
<input type="password" tabindex="2" name="pass" />
<input type="hidden" name="server" value="localhost" />
<input type="hidden" name="port" value="143" />
<input type="hidden" name="namespace" value="INBOX." />
<input type="hidden" name="maildomain" value="http://localhost.com" />
<input type="hidden" name="protocol" value="imap/notls" />
<input type="hidden" name="realm" value="localhost.com" />
<input type="submit" class="button" name="button" tabindex="4" value="Log in" onclick="return submit_login();" /></form>
Hello,
I have a small question regarding this code:
How can I make it so that the resulting URL is wrapped using postwrap? I know that the URL needs to be 'page.php?URL=http://localhost.com' instead of 'http://localhost.com' but I can't get it to work when I change the code above and add page.php?URL= to the values above.
Thank you
- Moderated by:
- Support
