Change color facebok comment API
-
logpas
- Phoca Newbie

- Posts: 5
- Joined: 30 Jun 2011, 13:59
Change color facebok comment API
hi,i use on site facebook comment API but he is black and because I have a black pattern I have not seen comments on how to change the white? Sorry my english google translate best

- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Change color facebok comment API
Hi, no experiences there
, I think this should be a question on Facebook developers.

If you find Phoca extensions useful, please support the project
-
sherinkapotein
- Phoca Newbie

- Posts: 3
- Joined: 09 Jul 2011, 21:48
Re: Change color facebok comment API
FInally after a few hrs or brain mincing figured a way out
Log in to your Web Ftp and browse to the Joomla install
then go to "your_joomla_root_folder"/modules/mod_phoca_facebook_comments
open folder named tmpl
open default.php for editing
look for the line like this one
echo '<div class="pfbcc"><fb:comments href="'. $tmpl['uri'] .'" simple="1" '. $cCount.' width="'. (int)$tmpl['fb_comment_width'] .'"></fb:comments>'
Add a lil spice to this line to get your code working
echo '<div class="pfbcc"><fb:comments ' colorscheme="dark" href="'. $tmpl['uri'] .'" simple="1" '. $cCount.' width="'. (int)$tmpl['fb_comment_width'] .'"></fb:comments>'
note the addition of code colorscheme="dark" thats the buzz kill
Enjoy
Log in to your Web Ftp and browse to the Joomla install
then go to "your_joomla_root_folder"/modules/mod_phoca_facebook_comments
open folder named tmpl
open default.php for editing
look for the line like this one
echo '<div class="pfbcc"><fb:comments href="'. $tmpl['uri'] .'" simple="1" '. $cCount.' width="'. (int)$tmpl['fb_comment_width'] .'"></fb:comments>'
Add a lil spice to this line to get your code working
echo '<div class="pfbcc"><fb:comments ' colorscheme="dark" href="'. $tmpl['uri'] .'" simple="1" '. $cCount.' width="'. (int)$tmpl['fb_comment_width'] .'"></fb:comments>'
note the addition of code colorscheme="dark" thats the buzz kill
Enjoy
-
logpas
- Phoca Newbie

- Posts: 5
- Joined: 30 Jun 2011, 13:59
Re: Change color facebok comment API
Hi, thank you for having responded to my request,unfortunately I don't have such a module
PhocaDownload 2.0
-
Staples
- Phoca Newbie

- Posts: 3
- Joined: 21 Aug 2011, 16:27
Re: Change color facebok comment API
I don't have the mod_phoca_facebook_comments in my Joomla installlogpas wrote:Hi, thank you for having responded to my request,unfortunately I don't have such a modulePhocaDownload 2.0
I need another way for a fix
Thanks!