Archive for January, 2009

Remove “Page 1 of x” on Joomla multipage content

Monday, January 19th, 2009

INFO: I am only done this on Joomla 1.5.x, perhaps it’s also do-able on Joomla 1.x and future Joomla version

Open file plugins/content/pagebreak.php
search for “page counter” and remark the 3 lines

		// page counter
		//$row->text .= '<div class="pagenavcounter">';
		//$row->text .= $pageNav->getPagesCounter();
		//$row->text .= '</div>';
SocialTwist Tell-a-Friend

Install jabberd on CentOS

Tuesday, January 6th, 2009

Create your own Instant Messaging Server!! The company need it on Internal Network due most Instant Messaging will be blocked. It’s a squeezed how to from http://jabberd2.xiaoka.com/wiki/InstallGuide and http://jabberd2.xiaoka.com/wiki/InstallGuide/MU-Conferencing

= Introduction =
No, I wont tell you what is IM, jabber, jabberd, XMPP, CentOS, etc. There are plenty of those info on Google.com and wikipedia.com. Sorry folk. Why don’t we get to the point and install it on your server.

(more…)

SocialTwist Tell-a-Friend