Customize the color of Facebook comments when using Phoca

If you use the Phoca Gallery with your Joomla site you will more than likely need to change the color of your Facebook comments.

Here’s how to do it:

  • Log into your FTP and browse to the Joomla install directory
  • Then go to “your_joomla_root_folder”/modules/mod_phoca_facebook_comments
  • Open the folder named tmpl
  • Open default.php for editing

Look for the line like this one

echo ‘<div><fb:comments href=”‘. $tmpl['uri'] .’” simple=”1″ ‘. $cCount.’ width=”‘. (int)$tmpl['fb_comment_width'] .’”></fb:comments>’

And change it to this:
echo ‘<div><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”.

Popularity: 14% [?]

Post to Twitter Post to Digg Post to Facebook Post to StumbleUpon

Create a Joomla! page

I have worked on many websites using Joomla!, though my focus and attention has been focused on other responsibilities recently, my memory still serves me well. Regardless, here I’ll show you how to add content to a Joomla! page. Adding content or articles to a web-based CMS like Joomla! is all done online. I do believe there is a desktop application available but I’m not certain. To be able to post articles you will need to login to the user account that is allowed to post articles.

After having Joomla! installed you can begin adding your content. For this  example I’ll assume that your domain is your_domain_name.com. So the Joomla admin panel will be accessible at:

http://your_domain_name.com/administrator

Joomla1 

So it’s: Admin Area -> Site -> Control panel -> Add New Article.

Joomla2

Fill in the six fields!

Title: The title of your article
Alias: You can leave this blank it will be automatically filled as per the title you choose.
Section: Choose appropriate section for your site
Category: Choose appropriate category for your site
Published: Yes (If the article is not published, it will not be shown to your visitors. It will remain only as a draft.)
Frontpage: Yes, if you want it on the front/first page of your site.

Add your content. The editor is WYSIWYG. More advanced users can edit the HTML source code directly.

Now in Parameters (Article) you can choose option for Author, Author Alias, Access Level, Created Date and Start Publishing. Choose Apply to post your article.

Joomla3

Popularity: 10% [?]

Post to Twitter Post to Digg Post to Facebook Post to StumbleUpon

Adding Google Analytics to Joomla

Here I’ll show you how to add Google Analytics to your Joomla website.

This is for Joomla 1.5x

  • Login to your Joomla Admin
  • At the top select “Extensions” > “Template Manager”
  • Select your (default) template and click “Edit”
  • Click “Edit HTML”
  • ** IMPORTANT** If you were given a choice when you signed up for a Google Analytics account to choose between the new tracking code (ga.js) or the old tracking code (urchin.js) choose the new tracking code.
  • Scroll all the way to the bottom of the code and just before the </body> tag paste your Google Analytics code.
  • Press “Save”
  • I suggest you now go to Google Analytics and check next to your site’s URL. Hopefully you will see “Gathering Data” and you’ll know you were successful. If you see “Tracking Not Installed” try it again.

Good luck. That’s all folks!

Popularity: 23% [?]

Post to Twitter Post to Digg Post to Facebook Post to StumbleUpon

Joomla 1.5.10 Security Release Available

 
Joomla 1.5.9 Released

This release contains 66 bug fixes, one low-level security fix, and one moderate-level security fix. It has been 11 weeks since Joomla 1.5.9 was released on January 10, 2009. The Development Working Group’s goal is to continue to provide regular, frequent updates to the Joomla community.

 

Popularity: 2% [?]

Post to Twitter Post to Digg Post to Facebook Post to StumbleUpon