Phoca GuestBook

This forum is for general questions about extensions for Joomla! version 1.5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
racefanatic
Joomla! Intern
Joomla! Intern
Posts: 84
Joined: Mon Jun 26, 2006 1:04 am

Phoca GuestBook

Post by racefanatic » Wed Oct 21, 2009 3:32 am

Hi all I have a question,,my site's template has blacks grays and such on it,I have installed Phoca GB and when you go to post a comment you can see everything fine, but when you want to see what has been posted prior it's all black,now I know it will take some editing somewhere but I dont know how to do it,,any help would be great, if someone can point me in the right direction I'll try and take care of the rest..not very good with CSS of HTML so please spell it out for me,,
see here to what i mean
http://funinthemud.net/index.php?option ... &Itemid=27

racefanatic
Joomla! Intern
Joomla! Intern
Posts: 84
Joined: Mon Jun 26, 2006 1:04 am

Re: Phoca GuestBook

Post by racefanatic » Thu Oct 22, 2009 5:12 am

Ok everyone I solved this myself I did a lot of research and kept coming up with nothing,I started look looking around and did this,not sure how I did this but this is what i did went to

components/com_phocaguestbook/views/phocaguestbook/view.html.php

found this code and tried a few changes till it worked this is what I changed

Code: Select all

if ($params->get( 'font_color' ) != '')			{$css['fontcolor'] = $params->get( 'font_color' );}
		else 											{$css['fontcolor'] = '#000000';}
where font color was all "0's" I changed to this and it all works fine on my site now

Code: Select all

if ($params->get( 'font_color' ) != '')			{$css['fontcolor'] = $params->get( 'font_color' );}
		else 											{$css['fontcolor'] = '#FFFFFF';}
Not bad I think for a beginner :laugh:

User avatar
H13
Joomla! Ace
Joomla! Ace
Posts: 1545
Joined: Sun Dec 10, 2006 6:39 pm
Location: Czech Republic
Contact:

Re: Phoca GuestBook

Post by H13 » Sat Oct 31, 2009 10:50 pm

Hi, you can change it in Parameters - in Parameters Component in menu link to guestbook - you need not to edit the php source code.

See:
http://www.phoca.cz/documents/16-joomla ... -in-joomla

Jan
- Phoca Cart - Joomla eCommerce App - https://www.phoca.cz/phocacart
- Phoca Gallery - powerful image gallery
- Phoca Restaurant Menu - https://www.phoca.cz/phocamenu
- Phoca Download - download manager for Joomla


Locked

Return to “Extensions for Joomla! 1.5”