Change color facebok comment API

Phoca Download - download manager
logpas
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 30 Jun 2011, 13:59

Change color facebok comment API

Post by logpas »

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 :P Image
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Change color facebok comment API

Post by Jan »

Hi, no experiences there :-(, I think this should be a question on Facebook developers. :-( :idea:
If you find Phoca extensions useful, please support the project
sherinkapotein
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 09 Jul 2011, 21:48

Re: Change color facebok comment API

Post by sherinkapotein »

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
logpas
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 30 Jun 2011, 13:59

Re: Change color facebok comment API

Post by logpas »

Hi, thank you for having responded to my request,unfortunately I don't have such a module :cry: PhocaDownload 2.0
Staples
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 21 Aug 2011, 16:27

Re: Change color facebok comment API

Post by Staples »

logpas wrote:Hi, thank you for having responded to my request,unfortunately I don't have such a module :cry: PhocaDownload 2.0
I don't have the mod_phoca_facebook_comments in my Joomla install

I need another way for a fix :idea:

Thanks!
Post Reply