-
I’ve had this issue with some brand new Joomla websites. One of the first URLs Google indexes is www.yoursite.com/component/content/?view=featured. In addition to a weird URL, following this link often opens your website without navigation or some other components. While this…
-
Joomla – add separator between articles on front page
If you want to add a separator between your Joomla home page featured articles, add following text to your template’s Cascading Style Sheets (CSS) file: .item-separator {border-bottom: 1px dotted #898989; display: block; height:5px; margin: 10px 0; width: 100%;} Adjust parameters…
-
Change default article sort order in Joomla back end
By default Joomla sorts articles by title, which may be fine in some instances, however, most of the time people prefer to have them sorted by date with latest articles at the top. Normally, to do this you would have…
-
Joomla article navigation in middle of the page
In some templates Joomla article navigation may appear in the middle bottom of your articles. This can be changed by making a small change to your template’s Cascading Style Sheets (CSS) file. For example, if you use Rocket Theme Afterburner…
-
Remove date and time from Joomla Menu link URL
Was making changes to one of my Joomla websites’ menu system when bumped into a strange issue. There were types of menu systems, both two levels deep. First menu level in both cases level External URL index.php/category/subcategoryLinks to Category List…
-
Removing hidden online poker link from Joomla template
SPAM links in free Joomla templates Just to make it clear up front, this article is not about removing author credit links from templates with Creative Commons licenses. Authors do deserve credit for their work and their links should be…
-
Exchange mailbox move error “Insufficient access rights to perform the operation”
During Exchange 2007 to 2010 migration some mailbox move operations fails with error: Active Directory operation failed on domain-controller-name. This error is not retriable. Additional information: Insufficient access rights to perform the operation.Active directory response: 00002098: SecErr: DSID-03150BB9, problem 4003…
-
MS Exchange – The provided ContentFilter value is invalid
Have been playing with New-MailboxExportRequest cmdlet exporting emails for specific date ranges and found what looks like Exchange Management Shell bug. On Exchange 2010 SP2 server with UK English region run following command: New-MailboxExportRequest -ContentFilter {(Received -ge ’01/05/2012′) -and (Received…
-
Exchange – The term ‘New-MailboxExportRequest’ is not recognized
Trying to run New-MailboxExportRequest cmdlet on Exchange 2010 SP1 or later and getting following error.The term ‘New-MailboxExportRequest’ is not recognized as the name of a cmdlet, function, script file, or operable program. The most likely reason is that your user…
-
Exchange 2010 SP1 – Export emails for specified date range to .pst
Microsoft Exchange 2010 SP1 introduces new cmdlets to export and import mailbox data: New-MailboxExportRequest New-MailboxImportRequest This replaces previous Export-Mailbox cmdlet and the main advantage is that new methods don’t require you to run Outlook in order to import and export…
-
Enabling Smart Duplex on Kyocera Copiers
If you have duplex (printing on both sides) enabled on Kyocera copier, even when you print a single page, it will be turned around before printing, which doubles the printing time. To avoid this, you need to enable print driver…
-
Microsoft Office 2013 – Change Fahrenheit to Celsius
Microsoft Office 2013 includes a little weather widget in calendar view which shows current temperature for your chosen location. By default temperatures are displayed in Fahrenheit. To change it to Celsius: File > Options > CalendarScroll down to the very…