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.
I really love your blog.. Very nice colors & theme.
Did you develop this site yourself? Please reply back as I’m
hoping to create my very own blog and want to find out
where you got this from or just what the theme is called.
Thank you!
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.
I Don’t ever write on blog post, but a Part of me said I
should Your writing is very good,
Also it keeps the readers attention. Hats off to you for that.
I own a blog similiar to this market also.
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!
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.