Hi, which problem with title field... ?
Try to reinstall to 1.2.2
(Why: 1.2.2 uses other URL creating as 1.2.3 so you should try both, if some works, it is OK, if not there is problem of your Joomla! URL creating )
Jan
404 after post
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi, which problem wi
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 15 Mar 2008, 16:10
Unfortunately I have
Unfortunately I have the same problem with version 1.2.2.
The problem with the title field is that the cursor is at the right side of the field and all the text is typed in white so that I don't see it, but that's minor problem.
The problem with the title field is that the cursor is at the right side of the field and all the text is typed in white so that I don't see it, but that's minor problem.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Maybe it is defined
Maybe it is defined in CSS, so you should change the CSS (form, input classes)
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 15 Mar 2008, 16:10
Ok, I'll try th
Ok, I'll try that for the title
But you don't have a suggestion for the 404-error? So maybe I'll have to try another guestbook
But you don't have a suggestion for the 404-error? So maybe I'll have to try another guestbook
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
I think, there is a
I think, there is a problem with URL:
action="/heidedivas/heidedivas/index.php?option=com_phocaguestbook&view=phocagues tbook&id=1&Itemid=20"
/heidedivas/heidedivas/
This is surely wrong, but I don't know why your Joomla! site creates it, there is a standard code in 1.2.3 or 1.3.0):
$this->assign('action', $uri->toString());
echo $this->action;
like in e.g. com_contact, com_weblinnks, com_content ... ???
Jan
action="/heidedivas/heidedivas/index.php?option=com_phocaguestbook&view=phocagues tbook&id=1&Itemid=20"
/heidedivas/heidedivas/
This is surely wrong, but I don't know why your Joomla! site creates it, there is a standard code in 1.2.3 or 1.3.0):
$this->assign('action', $uri->toString());
echo $this->action;
like in e.g. com_contact, com_weblinnks, com_content ... ???
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 15 Mar 2008, 16:10
Should I adjust this
Should I adjust this standard code then?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Phoca Guestbook cont
Phoca Guestbook contains it...
If you find Phoca extensions useful, please support the project