November 29th, 2008
Admin
If you feel all ads around your Friendster profile so annoying, you can try this simple CSS injection to remove it all. Login to your account, go to Edit Profile and add this CSS code in Costumize CSS Box. This code will try to hidden all Class and ID that contains ads.
Code 1
/* Hide Google Search */
#search form { display : none !important; }
/* Hide Friendster Classifieds */
#marketing {display:none!important;}
/* Hide Footer */
#footer_container {display:none!important;}
/* Hide Footer link only */
#footer a {display:none!important;} |
Read more…
September 26th, 2008
Admin
Let me introduce a new plugin called WpExLinks. This is my first plugin for WordPress that enable you to build your links network with other webmaster. This proccess now more easier in WordPress realm. We can automate the proccess and we’ll get some notification email in the end of proccess. Here are some feature from my plugin :
- Auto checking error if this fields were blank (name, email, website title, website URL, reciprocal URL, website description)
- Checking for valid format of email, website url, reciprocal url
- Checking for status reciprocal url before submitted
- Auto blocked same domain submitted
- Integrate AJAX CAPTCHA and AJAX sending form in user interface
- Notification email for admin when some submit link
- Edit Links Page! available
- Widget already
- Easy manage links (delete, approve, unapprove, check reciprocal links) from Options page
Read more…