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

3Aug/115

How to change YourDomain.com name in the forum created with phpBB?

phpBB is a Free and Open Source Forum Software used to build forum websites using PHP.

The following steps explain how to change the YourDomain.com name in website which is created by using phpBB forum software.

Step (1)     Sign in to your website as administrator.

Step (2)     Once you signed in click on "Administration Control Panel" to signed into Administration Control Panel. You should use your administrative user credentials to login to the website.

Step (3)     Once you logged into "Administration Control Panel" click on Board Settings to determine the basic operation of your board like site name, description, and among other settings adjust the values for timezone and language.

Step (4)     Enter "Site name:" & "Site description:" which suits to your website.

Step (5)     Once you made all the necessary changes in Board Settings click on Submit button to save the changes.

Step (6)     ACP Logout from the Administrative Control Panel and Logout from the website.

Step (7)     Once you Refresh the website you will see the YourDomain.name changed to the site name you have entered along with the description.

by Tools PUB