Code Steps
13Dec/110

How to add logo image to the website created using Pligg?

Pligg is an open source content management system (CMS) that lets you easily create your own social network.

The following steps explain how to add logo to the website created by using Pligg CMS software. It tested with wistie template.

Step (1) Login to the website as Admin.

Step (2) Click on Template menu from the Admin Panel.

Step (3) Select header.tpl file from "Choose a file to open:" drop down box and Open the file.

Step (4) Look for the following line of code:

<div id="logo"><a href="{$my_base_url}{$my_pligg_base}">{#PLIGG_Visual_Name#}</a></div>

Step (5) Replace the above line with the following code:

<div id="logo"><a href="{$my_base_url}{$my_pligg_base}"><img src="{$my_pligg_base}/templates/{$the_template}/images/<<Your Image Name>>" width="<<width>>px" height="<<height>>px" border="0" alt="{#PLIGG_Visual_Name#}" /></a></div>

Replace <<Your Image Name>> with name of the Image file. Make sure that the image is located in the given path.

<<width> Width of the Image.

<<height>> Height of the Image.

Step (6) Save your changes and click on Home menu.

Step (7) You can find your logo in your website.

by Samomas

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment

No trackbacks yet.