CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

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.

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

5 thoughts on “How to add logo image to the website created using Pligg?

  1. Hello, Neat post. There’s an issue along with your website in webb explorer, could test this?
    IE nonetheless is the market leader and a good component
    to other people will miss your wonderful writing because
    of this problem.

  2. Hello Thanks for the tip but please let me know where I have to place the logo in Pligg backend. I have to place in template folder or in pligg main folder. It will be appreciated if you can let me know!

    1. Hello,

      You need to do the changes through Admin panel. If you can access the template folder, you can do the changes in respective files which are in template folder; not in main folder.

      Thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top