Tag Archives: php

Watermark Reloaded: Image Watermark Hack

Everyone like to protect their stuff and some people find it funny to take other people work as their own. That why some photo-blog site watermark their picture. There is many watermark plugin for wordpress and i found that Watermark … Continue reading

Posted in Hack/Patch, Wordpress | Tagged , , , , , | 3 Comments

How To: Install Xampp In Ubuntu

This is a how-to for setting up a web development environment easily. This guide is aimed at a development environment only and should not be used as a public webserver. To setup a public webserver follow the directions on the … Continue reading

Posted in How To, Tutorial, Ubuntu | Tagged , , , , , , , , | 4 Comments

Installing LAMP on Ubuntu

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. This instruction … Continue reading

Posted in How To, Tutorial, Ubuntu | Tagged , , , , , , , | 1 Comment

Update: Bbpress Latest Discussion v1.3.2

The latest version for Bbpress Latest Discussion plugin for WordPress has been update. Recent Change (v1.3.2): Add option to select what forum to be show on page. <?php // Example Code For Page/Post Display if function_exists(‘wp_bb_get_discuss’) { wp_bb_get_discuss(1,2,3,4,5); // The … Continue reading

Posted in BbLD, Bbpress, Wordpress | Tagged , , , , , , , , , , | Leave a comment

WordPress Inside Bbpress – Part 2

In the Part 1, we have learn how to fetch topic data from WordPress and parse it inside Bbpress. In this Part 2, we will learn how to change the default WordPress permalink into Pretty permalink.

Posted in Bbpress, Tutorial, Wordpress | Tagged , , , , , , , , , , , , , , , , | Leave a comment