Joomla 1.5 - Remove numbers from Category List View
This can achieved via a simple core hack.
- Open file:
components/com_content/views/category/tmpl/default_items.php - Scroll down to line 69 and delete (or comment out) following code:
<td align="right">
<?php echo $this->pagination->getRowOffset( $item->count ); ?>
</td>
Warning: This is a core hack. Any Joomla update may overwrite your changes.
Backup any files you are changing and document the changes.
Apple ID login not working: "The apple id you entered couldn't be found" and "Fatal internal error occurred"
Error in an iPhone was "The Apple ID you entered couldn’t be found or your password was incorrect. Please try again."
Trying to login into Apple account on a PC the error was: "Fatal internal error occurred."

This seems to be quite widespread issue at the moment, with user all over the word not able to login into their iTunes and other Apple accounts with Apple IDs.
Apple support acknowledged the problem, but there are no workarounds or ETA. That's the "beauty" of Cloud services – if something goes wrong all you can do is sit and wait…
Update:
Problem was resolved later the same day. Seems that the glitch was caused by new Apple's music service iTunes Match launch.Apple experienced similar problems with new service launches before, so I will leave this post online - it's not the last time Apple launching a new service...
PHP code to search Windows Active Directory (via LDAP)
Following sample PHP code will connect to your local (or remote) Active Directory Domain Controller (LDAP server) and return all object with specified OU:
- Number of objects found
- Common Name
- Distinguished Name
- Description (if exists)
- Primary Email Address (if exists)
Be aware that LDAP support by default is not installed in PHP. For instructions on how to install it check here.
Read more: PHP code to search Windows Active Directory (via LDAP)
Gmail signatures stack up at the bottom
To change this behaviour and make signatures appear just below your message (like in Outlook and other clients) go to:
Gmail Settings > Labs > Signature tweaks> Enable

- Joomla – TinyMCE Editor removes non braking spaces on saving
- Enabling default .htaccess (for SEF) breaks Joomla website
- Joomla 1.7 - admin email notification after user registration
- Joomla - Redirection after user registration
- Joomla 1.7 language override (User-Profile Plugin)
- Add additional fields to a Joomla 1.7 registration form
- Password fields in IE smaller than other fields
- Joomla - remove login form border
- List all Joomla rated / voted articles
- Joomla – insert module into article