Complete: Eugenol (5.0 ready)
Posted by Promopixel
|
Re: Complete: Eugenol (v5.0.9+) February 23, 2005 04:16AM |
Admin Registered: 23 years ago Posts: 9,240 |
|
Re: Complete: Eugenol (v5.0.9+) March 02, 2005 05:38AM |
Registered: 21 years ago Posts: 126 |
|
Re: Complete: Eugenol (v5.0.9+) March 02, 2005 11:20AM |
Registered: 24 years ago Posts: 1,076 |
|
Re: Complete: Eugenol (v5.0.9+) March 02, 2005 02:14PM |
Registered: 21 years ago Posts: 126 |
|
Re: Complete: Eugenol (v5.0.9+) March 02, 2005 05:11PM |
Registered: 24 years ago Posts: 1,076 |
amilcarpt Wrote:
-------------------------------------------------------
> For me the biggest is the strange placement of
> edit boxes if you use it as global template.
>
> This can be easily be seen on the "My control
> center" pages
I can't see anything that disturbing. Can you provide a screenshot or give me a more specific pointer.
---
-=[ Panu ]=-
-------------------------------------------------------
> For me the biggest is the strange placement of
> edit boxes if you use it as global template.
>
> This can be easily be seen on the "My control
> center" pages
I can't see anything that disturbing. Can you provide a screenshot or give me a more specific pointer.
---
-=[ Panu ]=-
|
problem with xml April 22, 2005 05:59AM |
Registered: 20 years ago Posts: 2 |
After a reply in [demo.eugenol.com]
Erreur d'analyse XML : mal formé
Emplacement : [demo.eugenol.com]
Numéro de ligne 4, Colonne 51 :
<title>Demo Phorum for eugenol template :: Test & test Forum</title> --------------------------------------------------^
bug or not ?
I.B.
Edited 1 time(s). Last edit at 04/22/2005 06:04AM by boullu.
Erreur d'analyse XML : mal formé
Emplacement : [demo.eugenol.com]
Numéro de ligne 4, Colonne 51 :
<title>Demo Phorum for eugenol template :: Test & test Forum</title> --------------------------------------------------^
bug or not ?
I.B.
Edited 1 time(s). Last edit at 04/22/2005 06:04AM by boullu.
|
Re: Eugenol theme v5.0.9 May 27, 2005 02:12PM |
Registered: 21 years ago Posts: 15 |
kpblca Wrote:
-------------------------------------------------------
> I use Eugenol 5.0.9 and latest version of Phorum
> (5.013a).
>
> When I switch on the Eugenol theme there are
> sending email with forgotten passwords failed. It
> write that inputting email is not found. The
> problem consist from one simple thing - inputting
> email is really existing.
>
> When switch theme to default the problem is out.
>
> May be you theme injure the html form...
>
> I registered on
>
> and tried to email me new password.
> There is it bug too.
>
>
>
> Edited 1 times. Last edit at 11/20/04 01:11AM by
> kpblca.
The problem is the placement of the textfield, "lostpass", is out of order. On line 33 in login.tpl of the Eugenol theme replace this line:
<p><input type="text" name="lostpass" size="30" value="" />{POST_VARS}<input type="hidden" name="lostpass" value="1" /><input type="hidden" name="forum_id" value="{LOGIN->forum_id}" /><input type="hidden" name="redir" value="{LOGIN->redir}" /> <input type="submit" value=" {LANG->Submit} " /></p>
with this line:
<p>{POST_VARS}<input type="hidden" name="lostpass" value="1" /><input type="hidden" name="forum_id" value="{LOGIN->forum_id}" /><input type="hidden" name="redir" value="{LOGIN->redir}" /><input type="text" name="lostpass" size="30" value="" /> <input type="submit" value=" {LANG->Submit} " /></p>
I'm not sure if this code is in a CVS somewhere, but someone should update it if it is.
-------------------------------------------------------
> I use Eugenol 5.0.9 and latest version of Phorum
> (5.013a).
>
> When I switch on the Eugenol theme there are
> sending email with forgotten passwords failed. It
> write that inputting email is not found. The
> problem consist from one simple thing - inputting
> email is really existing.
>
> When switch theme to default the problem is out.
>
> May be you theme injure the html form...
>
> I registered on
>
> and tried to email me new password.
> There is it bug too.
>
>
>
> Edited 1 times. Last edit at 11/20/04 01:11AM by
> kpblca.
The problem is the placement of the textfield, "lostpass", is out of order. On line 33 in login.tpl of the Eugenol theme replace this line:
<p><input type="text" name="lostpass" size="30" value="" />{POST_VARS}<input type="hidden" name="lostpass" value="1" /><input type="hidden" name="forum_id" value="{LOGIN->forum_id}" /><input type="hidden" name="redir" value="{LOGIN->redir}" /> <input type="submit" value=" {LANG->Submit} " /></p>
with this line:
<p>{POST_VARS}<input type="hidden" name="lostpass" value="1" /><input type="hidden" name="forum_id" value="{LOGIN->forum_id}" /><input type="hidden" name="redir" value="{LOGIN->redir}" /><input type="text" name="lostpass" size="30" value="" /> <input type="submit" value=" {LANG->Submit} " /></p>
I'm not sure if this code is in a CVS somewhere, but someone should update it if it is.
|
Re: Eugenol theme v5.0.9 May 27, 2005 02:26PM |
Registered: 24 years ago Posts: 1,076 |
|
Re: Complete: Eugenol (v5.0.9+) June 07, 2005 08:30PM |
Registered: 20 years ago Posts: 2 |
Hello,
I have a problem with Phorum V5.0.13 and Eugenol (v5.0.9+).
Please have a look at
[tusb3410.tu.funpic.org]
Why does it don't look like [demo.eugenol.com] ?
I only install Eugenaol. Does it need a configuration?
Thanks
Jordan
08.06.2005 1st change :
Just now it does run correct. Only the file style.ccs was missing ( my mistake ).
Edited 1 time(s). Last edit at 06/08/2005 12:49PM by jordan.
I have a problem with Phorum V5.0.13 and Eugenol (v5.0.9+).
Please have a look at
[tusb3410.tu.funpic.org]
Why does it don't look like [demo.eugenol.com] ?
I only install Eugenaol. Does it need a configuration?
Thanks
Jordan
08.06.2005 1st change :
Just now it does run correct. Only the file style.ccs was missing ( my mistake ).
Edited 1 time(s). Last edit at 06/08/2005 12:49PM by jordan.
|
Re: Complete: Eugenol (v5.0.9+) June 07, 2005 08:49PM |
Registered: 24 years ago Posts: 1,076 |
Sorry, only registered users may post in this forum.

