feedburner
Enter your email address:

Delivered by FeedBurner

feedburner count

Adsense in Socialize Me Elgg Theme

Labels: , , ,

I installed the Socialize Me theme in one of my Elgg site. You can visit their gallery HERE. My Elgg is can be viewed on this WINALITE.

This is how the actual page look like and see how visible the 2 300x250 google ads on the front page.


Before we begin, make sure you enable this theme in your ELGG admin page. Now let's insert the necessary code to make it happen. You need the adsense code of your 300x250 box size google ads.

To begin with, you need to browse your Elgg installation and edit the file new_index.php which can be found on this path \mod\customindex\views\default\canvas\layout\new_index.php


On the file, look for the keyword then insert the adsense code below it as shown on the picture.

(replace * with <) *div align=center>
*table border="1">
*tr>
*td>
*ADSENSE CODE 1
*/td>
*td>
*ADSENSE CODE 2
*/td>
*/tr>
*/table>
*/div>


Save the file after editing and you have now your google ads displayed on the main page.

If you found this blog useful, please consider buying me a cup of coffee thru my paypal address rlmacalintal@yahoo.com. Put a link on my site too so that other Elgg users will know.





Adsense on top of Image view

Labels: , , ,

photos from The Mabini Academy site

In relation to my previous post, this article also discuss about the tidypic photo album. You should have this plugin installed on your site to follow this tutorial. The google ads will be put on top of the individual image when you browse it. See attached picture.

Open the file image.php that can be found on this path \mod\tidypics\views\default\object\image.php. Copy your google adsense code and paste it on this location. Add the DIV tag on your code as shown on the picture.



If you found this blog useful, please consider buying me a cup of coffee thru my paypal address rlmacalintal@yahoo.com. Put a link on my site too so that other Elgg users will know.






Adsense on top of Photo Album page

Labels: , , ,

photos from The Mabini Academy site


I installed the plugin tidypics for my photo album. This tutorial will help you put a google adsense on top of every album that you created. I assume you already installed and enabled the tidypics plugin.

Look for the file album.php on this path \mod\tidypics\views\default\object\album.php. Open the file to edit and insert your google adsense code on the location below. Take note that i put a DIV tag before and after the adsense code.



If you found this blog useful, please consider buying me a cup of coffee thru my paypal address rlmacalintal@yahoo.com. Put a link on my site too so that other Elgg users will know.






Adsense in Left Side of Groups Page

Labels: , , ,

photos from The Mabini Academy site

Now let's put google ads on the left side of the groups page. It should be just below the group search option on the page.

First, open the file side_menu.php that can be found on this path \mod\groups\views\default\groups\side_menu.php. Open the file and insert the google code on the location shown on below picture.



If you found this blog useful, please consider buying me a cup of coffee thru my paypal address rlmacalintal@yahoo.com. Put a link on my site too so that other Elgg users will know.







Adsense in Left Side of Members Page

Labels: , ,

photos from The Mabini Academy site

On this blog, I will show you how to put a google adsense on the left side of the members page, just below the member search.

Find and open the file search.php on this path \mod\members\views\default\members\search.php for editing and code insertion. Get your google adsense code and paste it on this location shows on the picture. It should be on the end of the file.



If you found this blog useful, please consider buying me a cup of coffee thru my paypal address rlmacalintal@yahoo.com. Put a link on my site too so that other Elgg users will know.