Page 1 of 1

Design Questions

Posted: 29 Jan 2011, 19:43
by massimus
Hi there,

First: I want to center the complete Phoca Guestbook (Version 1.4.4) structure in my article. The actual position is bend to the left side of the frame. So I simply want to move the complete structure approximately for 30px to the right, like moving a picture in an article ... Where and how can I do this?

Second: It would be nice if I can change some of the already translated german describtions or for example the status and error massages. There must be a file where I can change these names ...

Picture: http://img607.imageshack.us/img607/1235 ... stbook.jpg

I guess all this things have to be done in the .css or default.php files, but where and how?

Would be thankful for any tips!

Re: Design Questions

Posted: 05 Feb 2011, 03:58
by lammetje
Hi there,

For the first one, I would try adding this to the phocaguestbook.css (components > com_phocaguestbook > assets) file:

Code: Select all

#phocaguestbook .panel {
	text-align: center;
}
I recommend you use tools such as the Webdeveloper toolbar for your browser, this is a big help for finding which element you need to edit.

For the German translation, you can find this in the Language folder, look for the German phocaguestbook.ini file, open it in an editor and make your changes.